@charset "UTF-8";
#header {
  /*========= ナビゲーションのためのCSS ===============*/
  /*========= ボタンのためのCSS ===============*/
}
#header #g-nav {
  /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
  position: fixed;
  z-index: 999;
  /*ナビのスタート位置と形状*/
  top: -100vh;
  width: 100vw;
  height: 100vh; /*ナビの高さ*/
  background: rgba(24, 34, 68, 0.6);
  /*動き*/
  transition: all 0.6s;
}
@media print {
  #header #g-nav {
    display: none;
  }
}
#header #g-nav #contact_header {
  background: linear-gradient(120deg, #fff57e 0%, #fff57e 60%, #b4bcdf 100%);
  border-radius: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 20px;
}
#header #g-nav #g-nav-list {
  position: relative;
}
#header #g-nav #g-nav-list:before {
  position: absolute;
  content: "";
  width: 1600px;
  height: 1600px;
  background-color: #fff;
  top: -1600px;
  right: -400px;
  border-radius: 50%;
  transition: all 1.5s;
}
#header #g-nav #g-nav-list:after {
  position: absolute;
  content: "";
  width: 1600px;
  height: 1600px;
  border: 1px dashed #182244;
  top: -1600px;
  right: -405px;
  font-size: 810px;
  border-radius: 50%;
  transition: all 1.5s;
}
#header #g-nav #g-nav-list .h-logo {
  position: absolute;
  top: 40px;
  right: 160px;
}
@media screen and (max-height: 750px) {
  #header #g-nav #g-nav-list .h-logo {
    width: 230px;
  }
}
@media screen and (max-width: 768px), print {
  #header #g-nav #g-nav-list .h-logo {
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 40%;
  }
}
@media screen and (max-width: 520px) {
  #header #g-nav #g-nav-list .h-logo {
    width: 190px;
    top: 100px;
  }
}
#header #g-nav.panelactive {
  top: 0;
}
#header #g-nav.panelactive #g-nav-list {
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999;
  width: 100vw;
  height: 100vh; /*表示する高さ*/
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
#header #g-nav.panelactive #g-nav-list:before {
  position: absolute;
  content: "";
  width: 1600px;
  height: 1600px;
  background-color: #fff;
  top: -800px;
  right: -400px;
  border-radius: 50%;
  transition: all 0.6s;
}
@media screen and (max-width: 768px), print {
  #header #g-nav.panelactive #g-nav-list:before {
    top: -590px;
    right: -510px;
  }
}
@media screen and (max-width: 520px) {
  #header #g-nav.panelactive #g-nav-list:before {
    top: -640px;
    right: -760px;
  }
}
#header #g-nav.panelactive #g-nav-list:after {
  position: absolute;
  content: "";
  width: 1600px;
  height: 1600px;
  border: 1px dashed #182244;
  top: -810px;
  right: -405px;
  font-size: 810px;
  border-radius: 50%;
  transition: all 0.6s;
}
@media screen and (max-width: 768px), print {
  #header #g-nav.panelactive #g-nav-list:after {
    top: -600px;
    right: -513px;
  }
}
@media screen and (max-width: 520px) {
  #header #g-nav.panelactive #g-nav-list:after {
    top: -645px;
    right: -770px;
  }
}
#header #g-nav.panelactive ul {
  top: 260px;
}
@media screen and (max-height: 750px) {
  #header #g-nav.panelactive ul {
    top: 190px;
  }
}
@media screen and (max-width: 768px), print {
  #header #g-nav.panelactive ul {
    left: 50%;
    transform: translate(-50%, 0);
    width: 280px;
  }
}
@media screen and (max-width: 520px) {
  #header #g-nav.panelactive ul {
    width: 210px;
    top: 240px;
  }
}
#header #g-nav.panelactive .header_under {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  left: 50%;
  bottom: -720px;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #header #g-nav.panelactive .header_under {
    width: 80%;
    bottom: -650px;
  }
}
#header #g-nav.panelactive .header_under #contact_header {
  width: 370px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #header #g-nav.panelactive .header_under #contact_header {
    width: 100%;
    font-size: 15px;
  }
}
#header #g-nav.panelactive .header_under .contactTel {
  margin-bottom: 30px;
}
#header #g-nav.panelactive .header_under .contactTel .telNumber {
  line-height: 1;
  position: relative;
  font-size: 32px;
  padding-left: 38px;
}
#header #g-nav.panelactive .header_under .contactTel .telNumber:before {
  position: absolute;
  content: "";
  background-image: url(../images/top/tel@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 48px;
  top: 60%;
  left: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1100px) {
  #header #g-nav.panelactive .header_under .contactTel .telNumber:before {
    width: 28px;
    height: 36px;
  }
}
#header #g-nav ul {
  /*ナビゲーション天地中央揃え*/
  position: absolute;
  z-index: 999;
  top: -100vh;
  right: 160px;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 768px), print {
  #header #g-nav ul {
    writing-mode: horizontal-tb;
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  #header #g-nav ul {
    left: 20px;
  }
}
#header #g-nav ul li {
  list-style: none;
  font-size: 20px;
}
@media screen and (max-width: 768px), print {
  #header #g-nav ul li {
    text-align: left;
  }
}
@media screen and (max-width: 520px) {
  #header #g-nav ul li {
    font-size: 15px;
  }
}
#header #g-nav ul li + li {
  padding-right: 22px;
}
@media screen and (max-width: 768px), print {
  #header #g-nav ul li + li {
    padding: 0;
    margin: 20px 0 0 0;
  }
}
#header #g-nav ul li.detail {
  padding-top: 30px;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 768px), print {
  #header #g-nav ul li.detail {
    padding: 0 0 0 30px;
  }
}
#header #g-nav ul li.detail::before {
  position: absolute;
  content: "";
  background-color: #182244;
  width: 1px;
  height: 11px;
  top: 10px;
  left: 11px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px), print {
  #header #g-nav ul li.detail::before {
    height: 1px;
    width: 11px;
    top: 50%;
    left: 10px;
    transform: 0, -50%;
  }
}
#header #g-nav ul li a {
  color: #182244;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#header #g-nav .headerContact {
  display: flex;
  text-align: center;
}
#header #g-nav .headerContact img {
  display: block;
}
#header #g-nav .insta {
  margin: 0 auto;
}
#header .closebtn1 {
  position: absolute;
  z-index: 1000; /*ボタンを最前面に*/
  top: 25px;
  right: 20px;
  cursor: pointer;
  width: 102px;
  height: 85px;
}
@media screen and (max-width: 768px), print {
  #header .closebtn1 {
    width: 60px;
    height: 80px;
  }
}
#header .closebtn1:before {
  position: absolute;
  content: "CLOSE";
  color: #182244;
  bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px), print {
  #header .closebtn1:before {
    font-size: 12px;
    bottom: 30px;
  }
}
#header .closebtn1 span {
  display: inline-block;
  transition: all 0.6s;
  position: absolute;
  left: 50%;
  height: 2px;
  background-color: #182244;
  width: 53px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px), print {
  #header .closebtn1 span {
    width: 40px;
  }
}
#header .closebtn1 span:nth-of-type(1) {
  top: 18px;
  left: 50%;
  transform: translate(-50%, 6px) rotate(-20deg);
}
#header .closebtn1 span:nth-of-type(2) {
  opacity: 0;
}
#header .closebtn1 span:nth-of-type(3) {
  top: 30px;
  left: 50%;
  transform: translate(-50%, -6px) rotate(20deg);
}
#header .openbtn1 {
  position: fixed;
  z-index: 997; /*ボタンを最前面に*/
  top: 16px;
  right: 20px;
  cursor: pointer;
  width: 102px;
  height: 102px;
  background-color: rgba(24, 34, 68, 0.4);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.6s;
}
@media screen and (max-width: 768px), print {
  #header .openbtn1 {
    width: 70px;
    height: 70px;
  }
}
@media print {
  #header .openbtn1 {
    position: absolute;
  }
}
#header .openbtn1:before {
  position: absolute;
  content: "MENU";
  color: #fff;
  bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px), print {
  #header .openbtn1:before {
    font-size: 12px;
    bottom: 13px;
  }
}
#header .openbtn1.active {
  opacity: 0;
}
#header .openbtn1 span {
  display: inline-block;
  transition: all 0.6s;
  position: absolute;
  left: 50%;
  height: 2px;
  background-color: #fff;
  width: 53px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px), print {
  #header .openbtn1 span {
    width: 30px;
  }
}
#header .openbtn1 span:nth-of-type(1) {
  top: 30px;
}
@media screen and (max-width: 768px), print {
  #header .openbtn1 span:nth-of-type(1) {
    top: 16px;
  }
}
#header .openbtn1 span:nth-of-type(2) {
  top: 38px;
}
@media screen and (max-width: 768px), print {
  #header .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
}
#header .openbtn1 span:nth-of-type(3) {
  top: 46px;
}
@media screen and (max-width: 768px), print {
  #header .openbtn1 span:nth-of-type(3) {
    top: 30px;
  }
}

/*  footer  */
footer {
  color: #fff;
}
footer .footBg {
  background-image: url(../images/common/footerBg@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  padding: 180px 0 20px;
}
@media screen and (max-width: 768px), print {
  footer .footBg {
    padding-top: 90px;
  }
}
footer .f-logo {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px), print {
  footer .f-logo {
    margin-bottom: 45px;
  }
  footer .f-logo img {
    width: 300px;
  }
}
footer .companyFlex {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px), print {
  footer .companyFlex {
    flex-direction: column;
    margin-bottom: 60px;
  }
}
footer .companyFlex .footItem + .footItem {
  margin-left: 40px;
}
@media screen and (max-width: 768px), print {
  footer .companyFlex .footItem + .footItem {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px), print {
  footer .companyFlex .footItem .itemFlex {
    justify-content: center;
  }
}
@media screen and (max-width: 768px), print {
  footer .companyFlex .footItem .itemFlex .itemImage {
    width: 105px;
    text-align: center;
  }
}
footer .companyFlex .footItem .itemFlex .itemText {
  margin-left: 20px;
}
@media screen and (max-width: 768px), print {
  footer .companyFlex .footItem .itemFlex .itemText {
    width: 360px;
  }
}
footer .companyFlex .footItem .itemFlex .itemText .companyName {
  font-size: 20px;
}
@media screen and (max-width: 520px) {
  footer .companyFlex .footItem .itemFlex .itemText .companyName {
    font-size: 16px;
  }
}
footer .companyFlex .footItem .itemFlex .itemText .companyAdress {
  font-size: 1rem;
}
footer .footContact {
  background: linear-gradient(to left, #fff57e 0%, #b4bcdf 40%, #b4bcdf 40%, #fff57e 100%);
  transition: background-position 0.5s ease-in-out;
  background-position: 0 50%;
  background-size: 200% auto;
  font-size: 30px;
  font-weight: bold;
  position: fixed;
  width: 100%;
  padding: 30px 0;
  bottom: 0;
  border-top: 3px solid #fff;
  height: 110px;
  z-index: 998;
}
@media screen and (max-width: 1300px) {
  footer .footContact {
    padding: 20px 0;
    height: 90px;
  }
}
@media screen and (max-width: 768px), print {
  footer .footContact {
    height: 60px;
    padding: 17px 0 20px;
    font-size: 20px;
  }
}
@media print {
  footer .footContact {
    position: relative;
    z-index: 1000;
    background-color: #000;
    bottom: 60px;
    display: block;
  }
}
footer .footContact:hover {
  opacity: 1;
  background-position: 100% 50%;
}
footer .footContact:hover span::before {
  right: -10px;
  transition: all 0.3s;
}
footer .footContact span {
  color: #182244;
  padding-right: 30px;
  position: relative;
}
footer .footContact span::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid #182244;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}

* {
  letter-spacing: 0.05rem;
}

picture source,
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #182244;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #182244;
  transition: all 0.2s;
}
a img {
  /* IE10以下で出る枠線対策 */
  border-style: none;
  vertical-align: bottom;
}
a:hover {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  /*レスポンシブタイプセッティングの指定*/
  line-height: 1.6;
  color: #182244;
}
@media screen and (max-width: 520px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: normal;
}

/*  main  */
.wrapper {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}

.wrap-1200 {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

.wrap-900 {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}

.wrap-800 {
  margin: 0 auto;
  max-width: 800px;
  width: 90%;
}

.button01 {
  background-color: #fff;
  border: 2px solid #182244;
  color: #182244;
  display: block;
  font-size: 18px;
  padding: 20px;
  position: relative;
  text-align: center;
  width: 100%;
  border-radius: 10px;
  max-width: 370px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  .button01 {
    font-size: 16px;
  }
}
.button01.grd {
  background: linear-gradient(to left, #fff57e 0%, #b4bcdf 40%, #b4bcdf 40%, #fff57e 100%);
  transition: background-position 0.5s ease-in-out;
  background-position: 0 50%;
  background-size: 200% auto;
  border: none;
  margin-left: 30px;
  border: 2px solid transparent;
}
.button01.grd::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid #182244;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.button01.grd::after {
  content: none;
}
.button01.grd:hover {
  opacity: 1;
  background-position: 100% 50%;
  color: #182244;
}
.button01.grd:hover::before {
  right: 10px;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .button01.download {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px), print {
  .button01.download {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .button01.download {
    font-size: 16px;
  }
}
.button01.download:after {
  content: none;
}
.button01.download:before {
  position: absolute;
  content: "";
  background-image: url(../images/top/download@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 18px;
  border: none;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.3s;
}
.button01.download:hover::before {
  background-image: url(../images/top/download02@2x.png);
  right: 20px;
  transition: all 0.3s;
}
.button01:visited {
  color: #182244;
}
.button01:after {
  border-top: 1px solid #182244;
  border-right: 1px solid #182244;
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  right: 20px;
  top: 28px;
  transform: rotate(135deg);
  transition: all 0.3s;
  width: 9px;
}
.button01:hover {
  background-color: #182244;
  color: #fff;
  opacity: 1;
}
.button01:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 40px;
}
.button01.__center {
  margin-left: auto;
  margin-right: auto;
}

/*  second  */
.second {
  padding: 90px 0 0;
}
@media screen and (max-width: 1024px) {
  .second {
    padding: 60px 0 0;
  }
}

#pankuzu {
  margin-top: 30px;
}
@media screen and (max-width: 520px) {
  #pankuzu {
    margin-top: 10px;
  }
}
#pankuzu li {
  display: inline-block;
  font-size: 12px;
}
#pankuzu li + li {
  margin-left: 10px;
}
#pankuzu li a {
  color: #63f;
}

#page_header {
  text-align: center;
  margin-top: 50px;
}
#page_header h1 {
  color: #63f;
  font-size: 36px;
}
@media screen and (max-width: 520px) {
  #page_header h1 {
    font-size: 30px;
    margin-top: 30px;
  }
}
#page_header .en {
  color: #f15025;
  font-size: 20px;
}

.fs0 {
  font-size: 0;
}

.fs-S {
  font-size: 14px;
}

.fs-M {
  font-size: 18px;
}
@media screen and (max-width: 768px), print {
  .fs-M {
    font-size: 16px;
  }
}

.fs-L {
  font-size: 22px;
}
@media screen and (max-width: 768px), print {
  .fs-L {
    font-size: 18px;
  }
}

.flex {
  display: flex;
}

@media screen and (max-width: 768px), print {
  .flexColumn {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px), print {
  .flexreColumn {
    flex-direction: column-reverse;
  }
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.w-100 {
  width: 100%;
}

.sm {
  font-family: "Shippori Mincho", serif;
}

.img-wrap {
  animation: img-wrap 2s cubic-bezier(0.4, 0, 0.2, 1);
}

@media screen and (max-width: 520px) {
  .line-height {
    line-height: 1.2;
  }
}

@keyframes img-wrap {
  0% {
    clip-path: circle(0 at 50% 50%);
    -webkit-clip-path: circle(0 at 50% 50%);
  }
  100% {
    clip-path: circle(100% at 50% 50%);
    -webkit-clip-path: circle(100% at 50% 50%);
  }
}
.secTitle {
  font-size: 28px;
  font-weight: normal;
  border-bottom: 1px dotted #182244;
  margin-bottom: 30px;
  display: inline-block;
}
@media screen and (max-width: 520px) {
  .secTitle {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.secTitle_en {
  border-bottom: 1px solid #182244;
  font-size: 20px;
  font-weight: normal;
  width: 400px;
  margin: 0 auto 10px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 520px) {
  .secTitle_en {
    width: 250px;
    font-size: 18px;
  }
}
.secTitle_en::before {
  position: absolute;
  content: "";
  background-image: url(../images/top/titleDeco.png);
  width: 52px;
  height: 10px;
  top: -10px;
  left: 50%;
  transform: translate(-50%, 0);
}

.secTitle_jp {
  font-size: 28px;
  font-weight: normal;
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  .secTitle_jp {
    font-size: 26px;
    margin-bottom: 25px;
  }
}

/****************/
/*  ディスプレイ幅表示制御  */
/****************/
@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .ipad__hide {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .ipad__show {
    display: none !important;
  }
}
@media screen and (max-width: 520px) {
  .smp__hide {
    display: none !important;
  }
}
@media screen and (min-width: 521px) {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .print__hide {
    display: none;
  }
  .smp__show {
    display: none !important;
  }
}