@charset "utf-8";

*{
margin:0;
padding:0;
}

.wh100 {
  width: 100%;
  height: 100%;
}
.center {
  display: flex;
  flex-pack: center;
  justify-content: center;
  flex-align: center;
  align-items: center;
}
.hv_center {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.h_center {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
}
.v_center {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hover_scale {
  transition: all 200ms 0s ease;
}
.hover_scale:hover {
  transform: scale(1.03);
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(120px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bgLoopScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0px -200px;
  }
}
@keyframes bgLoopScrollSP {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0px -26.66667vw;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flash {
  0% {
    filter: brightness(120%);
  }
  20% {
    filter: brightness(140%);
  }
  100% {
    filter: brightness(100%);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
/*!
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /* background:transparent; */
  /* deleated */
  /* added */
  box-sizing: border-box;
}
input,
textarea {
  box-sizing: border-box;
}
/* added */
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  /*added*/
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}
a:focus {
  outline: none;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
sup {
  vertical-align: baseline;
  font-size: 1.1rem;
  line-height: 1;
}
table {
  /* deleated
    border-collapse:collapse;
    border-spacing:0;
    */
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: baseline;
}
/*added*/
em,
address {
  font-style: normal;
}
input {
  margin: 0px;
}
input[type="submit"],
input[type="button"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/*=============================================================
//
//  Normalize [update:2017/10/28]
//
//============================================================*/
a {
  color: black;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
}
button {
  display: inline-block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="text"],
textarea {
  font-family: inherit;
}
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
.sp {
  display: none;
}
.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  img {
    width: 100%;
    height: auto;
  }
  #guide img {
    width: 375px;
  }
}
#breakpointChecker .pc {
  display: none;
}
#breakpointChecker .sp {
  display: block;
}
@media screen and (min-width: 768px) {
  #breakpointChecker .sp {
    display: none;
  }
  #breakpointChecker .pc {
    display: block;
  }
}

/*==============================================================

 ■ Common(SP)

===============================================================*/
section {
  position: relative;
}
body {
  font-family: "Noto Sans JP", "游ゴシック体", 'Yu Gothic', "YuGothic", 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', "メイリオ", "Meiryo", "Osaka", 'ＭＳ Ｐゴシック', 'MS PGothic', "sans-serif";
  font-weight: 500;
  font-size: 24px;
  color: #2D4367;
  background-color: #FFF;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  min-width: 750px;
}
.inner {
  position: relative;
  width: 94%;
  margin: 0 auto;
}

/*** common **/
.content-wrapper img {
	max-width:100%;
	vertical-align: bottom;
	line-height:0;
	margin:0;
  padding:0;
}

.spOnly {
  display: none !important;
}
.pcOnly {
  display: block !important;
}
@media screen and (max-width:819px) {
  .spOnly {
    display: block !important;
  }
  .pcOnly {
    display: none !important;
	}
}

/*sp-header*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 100;
  pointer-events: none;
}
.header__title {
  position: absolute;
  left: 5.33333vw;
  top: 5.33333vw;
  display: block;
  width: 198px;
  height: 42px;
  background-image: url("../img/sp_header_title.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  pointer-events: auto;
}
.header__gnavi {
  left: 100%;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  pointer-events: auto;
  transition: all 300ms 0s ease;
}
.header__gnavi__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__gnavi__list {
  width:76%;
}
.header__gnavi__list__detail {
  text-align: center;
  margin: 7px auto;
	border-bottom:1px dotted #2887C4;
}
.header__gnavi__list__detail a {
  font-size: 30px;
	line-height:2.5;
  font-weight: bold;
  color: #2887C4;
}
.header__btngnavi {
  position: absolute;
  right: 0;
  top: 0;
  width: 90px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: auto;
}
.header__btngnavi hr {
  position: absolute;
  left: 28px;
  display: block;
  margin: 0;
  width: 40px;
  height: 4px;
  background-color: #000;
  transition: all 300ms 0s ease;
}
.header__btngnavi hr:nth-child(1) {
  top: 40px;
}
.header__btngnavi hr:nth-child(2) {
  top: 52px;
}
.header__btngnavi hr:nth-child(3) {
  top: 64px;
}
.header.isOpen {
  position: fixed;
}
.header.isOpen .header__btngnavi hr {
  background-color: black;
}
.header.isOpen .header__btngnavi hr:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
.header.isOpen .header__btngnavi hr:nth-child(2) {
  display: none;
}
.header.isOpen .header__btngnavi hr:nth-child(3) {
  transform: translateY(-12px) rotate(-45deg);
}
.header.isOpen .header__gnavi {
  left: 0%;
}

/*footer*/
.footer {
  position: relative;
  width: 100%;
  background-color: #fff;
  color: #000;
}
.footer__pageup {
  display: block;
	margin:20px auto 0;
  width: 152px;
  height: 22px;
  background-image: url("../img/footer_pagetop.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  text-align:center;
  z-index: 2;
}
.footer__pageup:hover {
  opacity: 0.8;
}
.footer__title {
	margin-top:40px;
  overflow: hidden;
	text-align:center;
}
.footer__title__logo {
  width: 240px;
  height: 50px;
  background-image: url("../img/header_title_scroll.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
.footer__title__link {
  display: inline-block;
  width: 150px;
  height: 36px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  margin-left: 18px;
  border-radius: 13px;
  border: 1px solid #9DCCDD;
  color: #9DCCDD;
  vertical-align: middle;
  transition: all 300ms 0s ease;
}
.footer__title__link:hover {
  background-color: #00A0E9;
  color: #fff;
}
.footer__company {
	text-align: center;
  font-size: 24px;
  margin-top: 40px;
}
.footer__address {
	text-align: center;
  font-size: 24px;
	line-height:2;
  margin-top: 20px;
}
.footer__copyright {
  text-align: center;
  font-size: 20px;
  opacity: 0.6;
	margin-top: 50px;
	margin-bottom:150px
}

/* iconmoon 2021 */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?l14z1p');
  src:  url('../fonts/icomoon.eot?l14z1p#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?l14z1p') format('truetype'),
    url('../fonts/icomoon.woff?l14z1p') format('woff'),
    url('../fonts/icomoon.svg?l14z1p#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\ea0a";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-arrow:before {
  content: "\ea1c";
}
.icon-arrow-right:before {
  content: "\ea34";
}