@charset "UTF-8";
/*
Theme Name: idaten
Author: idaten
Version: 0.9
*/
/* -------------------------------------------------------------------
* 外部読み込み
-------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
@font-face {
  font-family: 'nikkyou';
  src: url("../font/NikkyouSans-mLKax.woff") format("woff");
}

/* -------------------------------------------------------------------
* 変数定義
-------------------------------------------------------------------*/
/* color
-------------------------------------------------------------------*/
/* font 
-------------------------------------------------------------------*/
/* breakpoint
-------------------------------------------------------------------*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* 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;
}

table {
  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: middle;
}

/* base style
-------------------------------------------------------------------*/
html,
body {
  background-color: #FFF8E0;
  color: #576065;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  overflow-x: hidden;
  position: relative;
  line-height: 180%;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  border-style: none;
}

a {
  text-decoration: none;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.wrapper::before {
  content: '';
  background-image: url(../images/common/bgimg.png);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  height: 100%;
  width: 100%;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main-contents {
  position: relative;
  z-index: 100;
}

/* margin
-------------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 20px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 30px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 40px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 60px !important;
  }
}

/* font color
-------------------------------------------------------------------*/
.f-red {
  color: #F41A34;
}

.f-blue {
  color: #1AA6F4;
}

.f-orange {
  color: #FFB000;
}

.f-dark {
  color: #041D2C;
}

.f-light {
  color: #888888;
}

/* font family
-------------------------------------------------------------------*/
.f-nikkyou {
  font-family: "nikkyou";
  font-weight: 400;
}

/* font weight
-------------------------------------------------------------------*/
.f-bold {
  font-weight: 700;
}

.f-medium {
  font-weight: 500;
}

/* text align
-------------------------------------------------------------------*/
.left {
  text-align: left !important;
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

/* display / none
-------------------------------------------------------------------*/
@media screen and (min-width: 1025px) {
  .display--lg {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .display--md {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .display--sm {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .none--lg {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .none--md {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .none--sm {
    display: none;
  }
}

/* hover effect
-------------------------------------------------------------------*/
.scale-up {
  overflow: hidden;
}

.scale-up img {
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

.scale-up:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bright-img:hover img,
.bright:hover {
  opacity: .8;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.link {
  position: relative;
  color: #1AA6F4;
}

.link::after {
  content: '';
  background-color: #1AA6F4;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.link:hover::after {
  opacity: 1;
}

@media screen and (min-width: 1341px) {
  a[href^="tel:"] {
    color: #1AA6F4;
    pointer-events: none;
  }
}

/* container
-------------------------------------------------------------------*/
.container {
  padding: 0 50px;
  margin: 0 auto;
  width: 100%;
}

.container--md {
  max-width: calc(1240px + 100px);
}

.container--sm {
  max-width: calc(850px + 100px);
}

@media screen and (max-width: 599px) {
  .container {
    padding: 0 20px;
  }
}

.header {
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 9999;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 30px;
  height: 100%;
}

.header__logo img {
  height: 46px;
  width: auto;
}

.header__toggle {
  position: relative;
  height: 60px;
  width: 60px;
  cursor: pointer;
  z-index: 9999;
}

.header__toggle span {
  position: absolute;
  right: 20px;
  width: 23px;
  height: 3px;
  background: #1AA6F4;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.header__toggle span:nth-of-type(1) {
  top: 20px;
}

.header__toggle span:nth-of-type(2) {
  top: 30px;
}

.header__toggle span:nth-of-type(3) {
  top: 40px;
}

.header__toggle.active span {
  top: 50%;
}

.header__toggle.active span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__toggle.active span:nth-of-type(2), .header__toggle.active span:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (max-width: 599px) {
  .header {
    height: 60px;
  }
  .header__inner {
    padding: 0 0 0 20px;
  }
  .header__logo img {
    height: 30px;
  }
}

.headerNav {
  background: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 1px 1px 5px #0000004D;
          box-shadow: 1px 1px 5px #0000004D;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 20px);
  max-height: 496px;
  height: calc(100vh - 20px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .6s ease;
  transition: .6s ease;
  z-index: 100;
}

.headerNav__inner {
  padding: 40px 0;
  height: 100%;
  width: 100%;
}

.headerNav__imgWrap {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: calc(360 / 1420 * 100%);
}

.headerNav__img {
  position: relative;
}

.headerNav__caption {
  position: absolute;
  bottom: 15px;
  left: 8px;
}

.headerNav__name {
  color: #1AA6F4;
  font-weight: 700;
}

.headerNav__name--main {
  border-top: 2px solid #1AA6F4;
  font-size: 16px;
  padding-top: 10px;
  margin-top: 5px;
}

.headerNav__head {
  margin-bottom: 70px;
}

.headerNav__logo img {
  margin: 0 auto;
  height: 46px;
  width: 178px;
}

.headerNav__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.headerNav__btn {
  min-width: 164px;
  margin-right: 60px;
}

.headerNav__btn a {
  display: block;
  position: relative;
  border: 2px solid #1AA6F4;
  border-radius: 10px;
  color: #1AA6F4;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding: 10px;
  text-align: center;
  line-height: 1em;
}

.headerNav__btn a::before {
  content: '';
  background-image: url(../svg/common/icon_arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 15px;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.headerNav__btn a:hover {
  border-color: #FADD43;
  color: #FADD43;
}

.headerNav__btn a:hover::before {
  background-image: url(../svg/common/icon_arrow-yellow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.headerNav__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: -80px;
}

.headerNav__col {
  padding-right: 80px;
  margin-bottom: 40px;
}

.headerNav__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1AA6F4;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 20px;
}

.headerNav__ttl .icon {
  display: block;
  margin-right: 7px;
  fill: #1AA6F4;
  height: 20px;
  width: 20px;
}

.headerNav__list li:not(:last-child) {
  margin-bottom: 15px;
}

.headerNav__list a {
  color: #1AA6F4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.headerNav__list a:hover {
  color: #FADD43;
}

.headerNav.open {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1340px) {
  .headerNav__imgWrap {
    display: none;
  }
  .headerNav__nav {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media screen and (max-width: 1024px) {
  .headerNav__btn {
    margin-right: 40px;
  }
  .headerNav__nav {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: -40px;
  }
  .headerNav__col {
    padding-right: 40px;
  }
}

@media screen and (max-width: 960px) {
  .headerNav__btn {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
  .headerNav__nav {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    margin-right: -20px;
    width: 100%;
  }
  .headerNav__col {
    padding-right: 20px;
    width: calc(100% / 3);
  }
}

@media screen and (max-width: 599px) {
  .headerNav {
    overflow-y: scroll;
    max-height: inherit;
  }
  .headerNav__inner {
    padding: 20px 0;
  }
  .headerNav__head {
    margin-bottom: 20px;
  }
  .headerNav__logo img {
    height: 30px;
    width: 115px;
  }
  .headerNav__btn {
    margin-bottom: 30px;
  }
  .headerNav__btn a {
    width: auto;
  }
  .headerNav__nav {
    text-align: center;
    margin-right: 0;
  }
  .headerNav__col {
    padding-right: 0;
    width: 100%;
  }
  .headerNav__ttl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.headerNav-bg {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  cursor: pointer;
  z-index: 2;
}

.headerNav-bg.open {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

/* パンくずリスト
-------------------------------------------------------------------*/
.breadcrumbs {
  margin-top: 15px;
  margin-bottom: 30px;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.breadcrumbs ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-right: 12px;
}

.breadcrumbs ul li a,
.breadcrumbs ul li span {
  color: #F4C41A;
  display: block;
}

.breadcrumbs ul li + li:before {
  content: "/";
  color: #F4C41A;
  margin-right: 12px;
}

@media screen and (max-width: 599px) {
  .breadcrumbs {
    margin-bottom: 10px;
  }
}

.footer {
  position: relative;
  background-color: #FFF8E0;
  padding: 30px 0 0;
  margin-top: auto;
  z-index: 100;
}

.footer__inner {
  position: relative;
  padding-bottom: 105px;
}

.footer__inner::after {
  content: '';
  background-image: url(../svg/common/img_footer-deco.svg);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100px;
  width: 100%;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__info {
  width: calc(254 / 1240 * 100%);
}

.footer__logo {
  margin-bottom: 20px;
  height: 30px;
  width: 117px;
}

.footer__btn {
  padding: 0 5px 5px 0;
  max-width: 118px;
  width: 100%;
}

.footer__btn .arrow {
  display: block;
  background-image: url(../svg/common/icon_more-btn_arrow-yel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  height: 10px;
  width: 10px;
}

.footer__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #041D2C;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 5px 5px 0 #57ADDE;
          box-shadow: 5px 5px 0 #57ADDE;
  color: #041D2C;
  font-size: 14px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding: 7px;
}

.footer__btn a:hover {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transform: translate(1px, 1px);
          transform: translate(1px, 1px);
}

.footer__nav {
  width: calc(986 / 1240 * 100%);
}

.footer__copy {
  display: block;
  background-color: #F8DF5F;
  color: #041D2C;
  font-size: 12px;
  text-align: center;
  padding: 10px 20px;
}

@media screen and (max-width: 960px) {
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    width: 100%;
  }
  .footer__nav {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .footer {
    padding: 30px 0 0;
  }
  .footer__inner {
    padding-bottom: 70px;
  }
  .footer__inner::after {
    height: 52px;
  }
  .footer__info {
    margin-bottom: 20px;
  }
  .footer__logo {
    height: 20px;
    width: 78px;
  }
}

.footerNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footerNav__col {
  padding-left: 40px;
  width: calc(100% / 4);
}

.footerNav__ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #041D2C;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
  padding-left: 28px;
}

.footerNav__ttl .icon {
  position: absolute;
  left: 0;
  top: 3px;
  fill: #FFB000;
  height: 20px;
  width: 20px;
}

.footerNav__list li:not(:last-child) {
  margin-bottom: 10px;
}

.footerNav__list a {
  color: #041D2C;
  font-size: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.footerNav__list a:hover {
  color: #1AA6F4;
}

@media screen and (max-width: 960px) {
  .footerNav {
    margin-left: -40px;
    margin-bottom: -30px;
  }
  .footerNav__col {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 599px) {
  .footerNav {
    margin-left: -30px;
  }
  .footerNav__col {
    padding-left: 30px;
    width: 50%;
  }
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: -20px;
}

.btn--left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn--right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.btn a {
  margin-left: 40px;
  margin-bottom: 20px;
}

.moreBtn01 {
  position: relative;
  color: #041D2C;
  display: inline-block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding-right: 30px;
}

.moreBtn01::before {
  content: '';
  background-image: url(../svg/common/icon_arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 20px;
  width: 20px;
}

.moreBtn01:hover {
  color: #1AA6F4;
}

.moreBtn01:hover::before {
  background-image: url(../svg/common/icon_arrow-blue.svg);
}

.moreBtn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #041D2C;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 0 #57ADDE;
          box-shadow: 10px 10px 0 #57ADDE;
  color: #041D2C;
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.moreBtn02--sm {
  padding: 15px 10px;
}

.moreBtn02--md {
  max-width: calc(330px - 40px);
  width: calc(100% - 40px);
  padding: 35px 20px;
}

.moreBtn02:hover {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transform: translate(3px, 3px);
          transform: translate(3px, 3px);
}

.moreBtn02 .icon {
  position: relative;
}

.moreBtn02 .icon::before {
  content: '';
  display: block;
  margin-right: 10px;
  height: 30px;
  width: 30px;
}

.moreBtn02 .icon--guide::before {
  background-image: url(../svg/common/icon_guide.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.moreBtn02 .icon--review::before {
  background-image: url(../svg/common/icon_review.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.moreBtn02 .icon--faq::before {
  background-image: url(../svg/common/icon_faq.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 599px) {
  .moreBtn02--sm {
    font-size: 18px;
    padding: 18px 10px;
  }
  .moreBtn02--md {
    padding: 20px;
  }
}

.moreBtn03 {
  position: relative;
  display: block;
  background-color: #fff;
  border-style: solid;
  border-radius: 10px;
  font-weight: 500;
  text-align: center;
  padding: 15px 42px;
  max-width: calc(335px - 90px);
  width: calc(100% - 90px);
}

.moreBtn03::before {
  content: '';
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 15px;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.moreBtn03--md {
  border-width: 3px;
}

.moreBtn03--sm {
  border-width: 2px;
  padding: 8px;
}

.moreBtn03--black {
  border-color: #041D2C;
  color: #041D2C;
}

.moreBtn03--black::before {
  background-image: url(../svg/common/icon_arrow-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.moreBtn03--black:hover {
  border-color: #1AA6F4;
  color: #1AA6F4;
}

.moreBtn03--black:hover::before {
  background-image: url(../svg/common/icon_arrow-blue.svg);
}

.moreBtn03--blue {
  border-color: #1AA6F4;
  color: #1AA6F4;
}

.moreBtn03--blue::before {
  background-image: url(../svg/common/icon_arrow-blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.moreBtn03--blue:hover {
  border-color: #FADD43;
  color: #FADD43;
}

.moreBtn03--blue:hover::before {
  background-image: url(../svg/common/icon_arrow-yellow.svg);
}

.moreBtn03--dl::before {
  background-image: url(../svg/common/icon_dl-black.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: 20px;
  width: 17px;
}

.moreBtn03--dl:hover::before {
  background-image: url(../svg/common/icon_dl-blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.moreBtn03 span {
  margin: 0 5px;
}

.moreBtn03 .en {
  font-size: 14px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
}

.moreBtn03 .num {
  font-size: 20px;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}

@media screen and (max-width: 599px) {
  .moreBtn03 {
    border-width: 2px;
    padding: 10px 37px;
    max-width: calc(335px - 78px);
    width: calc(100% - 78px);
  }
  .moreBtn03::before {
    right: 15px;
  }
  .moreBtn03:hover {
    border-width: 2px;
  }
}

.title01 {
  text-align: center;
  margin-bottom: 30px;
}

.title01 .ja {
  color: #041D2C;
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

.title01 .en {
  color: #FADD43;
  font-size: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 599px) {
  .title01 .ja {
    font-size: 16px;
  }
  .title01 .en {
    font-size: 12px;
  }
}

ul.notesList li {
  position: relative;
  padding-left: 1.2em;
}

ul.notesList li::after {
  display: block;
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}

ul.disc01 li {
  position: relative;
  padding-left: 1.2em;
}

ul.disc01 li::after {
  display: block;
  content: '・';
  position: absolute;
  top: 0;
  left: 0;
}

ul.disc02 li {
  position: relative;
  color: #576065;
  padding-left: 1em;
}

ul.disc02 li::after {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  background-color: #576065;
  border-radius: 100%;
}

ol.num01 {
  counter-reset: cnt;
}

ol.num01 li {
  position: relative;
  padding-left: 2em;
  list-style-type: none;
  counter-increment: cnt;
}

ol.num01 li:before {
  content: "(" counter(cnt) ")";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

ol.num02 {
  counter-reset: cnt;
}

ol.num02 li {
  position: relative;
  padding-left: 1.5em;
  list-style-type: none;
  counter-increment: cnt;
}

ol.num02 li:before {
  content: counter(cnt);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

ol.child {
  counter-reset: cnt;
  margin: 15px 0;
}

ol.child li {
  padding-left: 0;
}

ol.child li::before {
  content: none;
}

ol.indent li, li.indent li {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

.page {
  position: relative;
  background-color: #FFF8E0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 80px 0 0;
  z-index: 100;
}

.page__ttlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  padding: 30px 0;
  margin-bottom: 60px;
}

.page__ttlWrap::before, .page__ttlWrap::after {
  content: '';
  display: block;
  height: 51px;
  width: 172px;
}

.page__ttlWrap::before {
  background-image: url(../svg/common/img_page-title_001.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.page__ttlWrap::after {
  background-image: url(../svg/common/img_page-title_002.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.page__ttl {
  margin: 0 40px;
}

.page__ttl .ja {
  color: #FFB000;
  font-size: 44px;
  line-height: 1.5em;
}

.page__ttl .en {
  position: relative;
  color: #FADD43;
  font-size: 18px;
  line-height: 1.5em;
}

@media screen and (max-width: 960px) {
  .page__ttlWrap::before, .page__ttlWrap::after {
    height: 50px;
    width: 140px;
  }
  .page__ttl {
    margin: 0 20px;
  }
  .page__ttl .ja {
    font-size: 32px;
  }
}

@media screen and (max-width: 599px) {
  .page__ttlWrap {
    padding: 20px 0;
    margin-bottom: 40px;
    display: block;
  }
  .page__ttlWrap::before, .page__ttlWrap::after {
    content: none;
  }
  .page__ttl {
    position: relative;
    margin: 0;
  }
  .page__ttl .ja {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .page__ttl .en {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page__ttl .en::before, .page__ttl .en::after {
    content: '';
    display: block;
    height: 30px;
    width: 76px;
  }
  .page__ttl .en::before {
    background-image: url(../svg/common/img_page-title_001sp.svg);
  }
  .page__ttl .en::after {
    background-image: url(../svg/common/img_page-title_002sp.svg);
  }
}

.section {
  position: relative;
}

.section__box {
  background-color: #fff;
  border-radius: 30px;
}

.section__boxInner {
  padding: 40px 60px;
}

.section__boxInner--sm {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(850px + 120px);
  width: 100%;
}

@media screen and (max-width: 960px) {
  .section__boxInner {
    padding: 40px;
  }
}

@media screen and (max-width: 599px) {
  .section__box {
    border-radius: 15px;
  }
  .section__boxInner {
    border-radius: 15px;
    padding: 40px 20px;
  }
}

/* meta style
-------------------------------------------------------------------*/
.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.meta__date {
  color: #041D2C;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1em;
}

.meta__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.meta__cat-btn {
  display: inline-block;
  background-color: #FADD43;
  border: 2px solid #041D2C;
  border-radius: 30px;
  color: #041D2C;
  font-size: 12px;
  font-weight: 500;
  padding: 7px 16px;
  margin-bottom: 10px;
  line-height: 1em;
}

.meta__cat-btn:not(:last-child) {
  margin-right: 10px;
}

.meta--col .meta__date {
  margin-bottom: 10px;
  width: 100%;
}

@media screen and (max-width: 599px) {
  .meta__date {
    width: 100%;
  }
}

/* cat title
-------------------------------------------------------------------*/
.catName {
  position: relative;
  background-color: #57ADDE;
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 10px;
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  margin-bottom: 50px;
  line-height: 1em;
}

@media screen and (max-width: 599px) {
  .catName {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

/* post common
-------------------------------------------------------------------*/
.postBlock {
  margin-bottom: 100px;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .postBlock {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 599px) {
  .postBlock {
    margin-bottom: 60px;
  }
}

/* post archive
-------------------------------------------------------------------*/
.postArchive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.postArchive__main {
  width: calc(100% - 280px);
}

.postArchive__side {
  margin-left: 85px;
  width: 195px;
}

.postArchive__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: -70px;
}

.postArchive__item {
  padding-left: 30px;
  padding-bottom: 70px;
  width: calc(100% / 3);
}

.postArchive__link {
  color: #041D2C;
  display: block;
}

.postArchive__thumb {
  position: relative;
  border: 2px solid #000000;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 1;
}

.postArchive__thumb::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 70.7692%;
}

.postArchive__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.postArchive__content .meta__date {
  margin-bottom: 0;
}

.postArchive__content .meta__cat {
  padding: 10px 10px 0 10px;
}

.postArchive__ttl {
  color: #041D2C;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.postArchive__ttl span {
  padding: 7px 10px;
}

.postArchive__txt {
  color: #888888;
}

.postArchive__txt span {
  padding: 7px 10px;
}

.postArchive__nav {
  text-align: center;
}

.postArchive__nav .pagenation {
  background-color: #fff;
  border-radius: 30px;
  padding: 6px 30px;
  position: relative;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px;
  z-index: 50;
}

.postArchive__nav .pagenation a, .postArchive__nav .pagenation span {
  background-color: #fff;
  color: #041D2C;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  margin: 3px 0;
  line-height: 1em;
}

.postArchive__nav .pagenation a {
  color: #041D2C;
  position: relative;
  display: inline-block;
}

.postArchive__nav .pagenation .page,
.postArchive__nav .pagenation .current,
.postArchive__nav .pagenation .extend {
  margin-left: 5px;
  margin-right: 5px;
  padding: 2px 10px;
}

.postArchive__nav .pagenation .current {
  color: #1AA6F4;
}

.postArchive__nav .pagenation .prev {
  margin-right: 15px;
}

.postArchive__nav .pagenation .next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 15px;
}

.postArchive__nav .pagenation .last {
  margin-left: 30px;
}

.postArchive__nav .pagenation .first {
  margin-right: 30px;
}

.postArchive__nav .pagenation .first,
.postArchive__nav .pagenation .last {
  font-family: "Noto Sans JP", sans-serif;
}

.postArchive__nav .pagenation .link-icon {
  display: block;
  background-image: url(../svg/common/icon_page-navi_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 14px;
  width: 14px;
}

@media screen and (max-width: 1340px) {
  .postArchive__side {
    margin-left: 65px;
  }
  .postArchive__item {
    width: 50%;
  }
}

@media screen and (max-width: 960px) {
  .postArchive__main {
    margin-bottom: 80px;
    width: 100%;
  }
  .postArchive__side {
    margin-left: auto;
    margin-right: auto;
    max-width: 335px;
    width: 100%;
  }
  .postArchive__list {
    margin-bottom: -40px;
  }
  .postArchive__item {
    padding-bottom: 40px;
  }
  .postArchive__nav .pagenation {
    margin-top: 60px;
  }
}

@media screen and (max-width: 599px) {
  .postArchive__main {
    margin-bottom: 60px;
  }
  .postArchive__list {
    margin-left: 0;
  }
  .postArchive__item {
    padding-left: 0;
    width: 100%;
  }
  .postArchive__thumb {
    margin-bottom: 10px;
  }
  .postArchive__nav .pagenation {
    margin-top: 40px;
    padding: 5px 25px;
  }
  .postArchive__nav .pagenation .page,
  .postArchive__nav .pagenation .current,
  .postArchive__nav .pagenation .extend {
    padding: 2px 5px;
  }
  .postArchive__nav .pagenation .prev {
    margin-right: 5px;
  }
  .postArchive__nav .pagenation .next {
    margin-left: 5px;
  }
  .postArchive__nav .pagenation .last {
    margin-left: 10px;
  }
  .postArchive__nav .pagenation .first {
    margin-right: 10px;
  }
  .postArchive__nav .pagenation .first,
  .postArchive__nav .pagenation .last {
    font-size: 12px;
  }
}

/* post single
-------------------------------------------------------------------*/
.postSingle {
  margin-bottom: 100px;
}

.postSingle__ttl {
  color: #041D2C;
  font-size: 22px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 50px;
  margin-top: 10px;
}

.postSingle__body {
  margin-bottom: 100px;
}

.postSingle__thumb {
  position: relative;
  border: 2px solid #000000;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 620px;
  width: 100%;
  overflow: hidden;
}

.postSingle__thumb::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 70.7692%;
}

.postSingle__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.postSingle__content img {
  position: relative;
  border: 2px solid #000000;
  border-radius: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  max-height: 50%;
  width: auto;
  height: auto;
}

.postSingle__content p {
  margin-bottom: 20px;
}

.postSingle__content b {
  font-weight: 700;
}

.postSingle__content strong {
  color: #F4C41A;
  font-weight: 700;
}

.postSingle__content a {
  position: relative;
  color: #1AA6F4;
}

.postSingle__content a::after {
  content: '';
  background-color: #1AA6F4;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.postSingle__content a:hover::after {
  opacity: 1;
}

.postSingle__content section {
  margin-bottom: 40px;
}

.postSingle__content h2 {
  position: relative;
  border-bottom: 1px dashed #041D2C;
  color: #041D2C;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.8em;
  margin-top: 40px;
  margin-bottom: 30px;
  padding: 30px 30px 17px;
}

.postSingle__content h2 span {
  color: #1AA6F4;
}

.postSingle__content h2::before {
  content: '';
  position: absolute;
  right: 0;
  top: 13px;
  background-color: #041D2C;
  height: 1px;
  width: calc(100% - 30px);
}

.postSingle__content h2::after {
  content: '';
  background-image: url(../svg/common/icon_title-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  height: 30px;
  width: 30px;
}

.postSingle__content h3 {
  color: #041D2C;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-size: 16px;
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 1.8em;
}

.postSingle__content h3 span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(0%, #A1D9F7));
  background: linear-gradient(transparent 50%, #A1D9F7 0%);
}

.postSingle__content h4 {
  position: relative;
  color: #041D2C;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding-left: 25px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.postSingle__content h4::before {
  content: '';
  background-color: #1AA6F4;
  border-radius: 1px;
  position: absolute;
  left: 0;
  top: 12px;
  height: 2px;
  width: 15px;
}

.postSingle__content ul {
  margin-bottom: 20px;
}

.postSingle__content ul li {
  position: relative;
  padding-left: 1em;
}

.postSingle__content ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  background-color: #FFB000;
  border-radius: 50%;
}

.postSingle__content ul li:not(:last-child) {
  margin-bottom: 5px;
}

.postSingle__content ul li p {
  margin-bottom: 15px;
}

.postSingle__content ol {
  counter-reset: cnt;
  margin-bottom: 20px;
}

.postSingle__content ol li {
  padding-left: 2em;
  position: relative;
}

.postSingle__content ol li::before {
  content: counter(cnt);
  counter-increment: cnt;
  background-color: #FFB000;
  border: 1px solid;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #ffffff;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  height: 24px;
  width: 24px;
}

.postSingle__content ol li:not(:last-child) {
  margin-bottom: 10px;
}

.postSingle__content ol li p {
  margin-bottom: 15px;
}

.postSingle__content .youtube {
  position: relative;
  max-width: 620px;
  width: 100%;
  margin: 30px auto;
}

.postSingle__content .youtube::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}

.postSingle__content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.postSingle__content .pdf {
  text-align: center;
  margin: 30px auto;
  max-width: 438px;
  width: 100%;
}

.postSingle__content .pdf a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 2px solid #041D2C;
  border-radius: 30px;
  color: #041D2C;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 5px 25px;
  line-height: 1em;
}

.postSingle__content .pdf a::after {
  content: '';
  position: static;
  background-color: #fff;
  display: block;
  background-image: url(../svg/common/icon_dl-black.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  opacity: 1;
  height: 20px;
  width: 17px;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.postSingle__content .pdf a:hover {
  border: 2px solid #1AA6F4;
  color: #1AA6F4;
}

.postSingle__content .pdf a:hover::after {
  background-image: url(../svg/common/icon_dl-blue.svg);
}

.postSingle__bottom {
  position: relative;
}

.postSingle__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.postSingle__navBtn {
  margin-bottom: 40px;
}

.postSingle__navBtn--prev {
  margin-right: 20px;
}

.postSingle__navBtn a {
  color: #041D2C;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.postSingle__navBtn a .link-icon {
  display: block;
  background-image: url(../svg/common/icon_page-navi_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 10px;
  height: 14px;
  width: 14px;
}

.postSingle__navBtn a .link-icon--next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.postSingle__navBtn a:hover {
  color: #1AA6F4;
}

@media screen and (max-width: 960px) {
  .postSingle {
    margin-bottom: 80px;
  }
  .postSingle__body {
    margin-bottom: 80px;
  }
  .postSingle__content img {
    max-width: 70%;
    max-height: 70%;
  }
}

@media screen and (max-width: 599px) {
  .postSingle {
    margin-bottom: 60px;
  }
  .postSingle__body {
    margin-bottom: 60px;
  }
  .postSingle__ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .postSingle__thumb {
    margin-bottom: 20px;
  }
  .postSingle__content img {
    max-width: 100%;
    max-height: 100%;
  }
  .postSingle__content h2 {
    font-size: 16px;
    padding: 25px 0 15px;
  }
  .postSingle__content h2::before {
    top: 10px;
    width: calc(100% - 20px);
  }
  .postSingle__content h2::after {
    height: 20px;
    width: 20px;
  }
  .postSingle__content h3 {
    margin-bottom: 20px;
  }
  .postSingle__content h4 {
    padding-left: 20px;
  }
  .postSingle__content h4::before {
    width: 10px;
  }
}

/* sidebar
-------------------------------------------------------------------*/
.sidebar {
  background-color: #fff;
  border-radius: 15px;
}

.sidebar__inner {
  text-align: center;
  padding: 10px 20px 15px;
}

.sidebar__ttl {
  border-bottom: 1px solid #041D2C;
  color: #041D2C;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.sidebar__list {
  padding: 0 20px;
}

.sidebar__list:not(:last-child) {
  margin-bottom: 30px;
}

.sidebar__list li:not(:last-child) {
  margin-bottom: 15px;
}

.sidebar__list a {
  color: #576065;
}

.sidebar__list a:hover {
  color: #1AA6F4;
}

.sidebar__list--cat {
  display: inline-block;
  text-align: left;
}

.sidebar__list--archive {
  text-align: left;
}

.sidebar__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.sidebar__txt::after {
  content: '';
  display: block;
  background-image: url(../svg/common/icon_arrow-gray.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 10px;
  width: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.sidebar__txt.open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.sidebar__childList {
  margin: 10px 0;
  padding-left: 10px;
}

.sidebar__childList li:not(:last-child) {
  margin-bottom: 10px;
}

.sidebar__childList a {
  display: block;
  color: #888888;
}

.sidebar__childList a:hover {
  color: #1AA6F4;
}

@media screen and (max-width: 960px) {
  .sidebar__list--archive {
    margin-left: auto;
    margin-right: auto;
    max-width: 215px;
    width: 100%;
  }
}

/* -------------------------------------------------------------------
* fadein animation 
-------------------------------------------------------------------*/
.js-marker {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.js-marker--line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1AA6F4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: block;
  width: 100%;
  z-index: -1;
  padding: 0 !important;
}

.js-marker2 {
  position: relative;
  display: inline-block;
  padding: 10px;
  z-index: 1;
}

.js-marker2--line {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: block;
  width: 100%;
  z-index: -1;
  padding: 0 !important;
}

/* main visual
-------------------------------------------------------------------*/
.mv {
  position: relative;
  height: 100%;
}

.mv__bgimgWrap {
  position: absolute;
  height: auto;
  width: 100%;
  background-image: url(../images/bgimg_top-mv.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.mv__bgimgWrap::before {
  content: "";
  display: block;
  padding-top: 62.0209%;
}

.mv__bgimg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.mv__container {
  margin: 0 auto;
  max-width: calc(1200px + 18.333%);
  width: 100%;
  height: 100%;
}

.mv__inner {
  padding: 10% 10% 0 12%;
  margin-bottom: -20px;
  height: 100%;
  width: 100%;
}

.mv__head {
  position: absolute;
  top: 18%;
  right: 8%;
  z-index: 100;
}

.mv__linkWrap {
  height: 150px;
  width: 150px;
}

.mv__linkAnimate {
  position: absolute;
  top: -18px;
  left: -18px;
  height: 186px;
  width: 186px;
  z-index: 10;
  -webkit-animation: 25s linear infinite rotation1;
          animation: 25s linear infinite rotation1;
}

.mv__link {
  background-color: #fff;
  border-radius: 50%;
  color: #1AA6F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  width: 100%;
}

.mv__link .icon {
  display: block;
  margin-top: 10px;
  fill: #1aa6f4;
  height: 25px;
  width: 25px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.mv__linkTxt {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  margin-top: 38px;
  line-height: 1.8em;
}

.mv__body {
  position: relative;
  padding-bottom: 90px;
  height: 100%;
  width: 100%;
}

.mv__catch {
  color: #041D2C;
  font-size: 80px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  letter-spacing: 0.05em;
}

.mv__catch .txt--en {
  font-family: "nikkyou";
  font-size: 160px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.mv__catch .txt--lg {
  font-size: 110px;
}

.mv__catch .txt--line {
  position: relative;
}

.mv__catch .txt--line .underLine {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 7px;
  background-color: #1AA6F4;
}

.mv__catch .txt--md {
  font-size: 80px;
}

.mv__iconWrap {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 324px;
  width: 350px;
}

.mv__icon {
  position: absolute;
}

.mv__icon--01 {
  top: 0;
  right: 30%;
  height: 148px;
  width: 50px;
}

.mv__icon--02 {
  left: 0;
  bottom: 30px;
  height: 128px;
  width: 115px;
}

.mv__icon--03 {
  right: 0;
  bottom: 0;
  height: 159px;
  width: 202px;
}

@media screen and (max-width: 1340px) {
  .mv__catch {
    font-size: 60px;
    line-height: 1.8em;
  }
  .mv__catch .txt--en {
    font-size: 130px;
  }
  .mv__catch .txt--lg {
    font-size: 90px;
  }
  .mv__catch .txt--md {
    font-size: 60px;
  }
  .mv__iconWrap {
    height: 272px;
    width: 282px;
  }
  .mv__icon--01 {
    height: 126px;
    width: 42px;
  }
  .mv__icon--02 {
    left: 0;
    bottom: 30px;
    height: 110px;
    width: 98px;
  }
  .mv__icon--03 {
    right: 0;
    bottom: 0;
    height: 126px;
    width: 160px;
  }
}

@media screen and (max-width: 1024px) {
  .mv__catch {
    font-size: 50px;
  }
  .mv__catch .txt--en {
    font-size: 120px;
  }
  .mv__catch .txt--lg {
    font-size: 70px;
  }
  .mv__catch .txt--md {
    font-size: 50px;
  }
  .mv__iconWrap {
    right: 8%;
  }
}

@media screen and (min-width: 1025px) {
  .mv__link:hover {
    background-color: #1AA6F4;
    color: #fff;
  }
  .mv__link:hover .icon {
    fill: #fff;
  }
}

@media (orientation: portrait) {
  .mv__bgimgWrap {
    background-image: url(../images/bgimg_top-mv_tab.png);
  }
  .mv__bgimgWrap::before {
    padding-top: 132.6822%;
  }
  .mv__inner {
    padding: 18% 10.416% 0;
  }
  .mv__head {
    top: auto;
    right: 13%;
    bottom: 8%;
  }
  .mv__body {
    padding-bottom: 0;
  }
  .mv__catchWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .mv__catch {
    margin-bottom: 60px;
  }
  .mv__catch .txt--line .underLine {
    height: 5px;
  }
  .mv__iconWrap {
    position: relative;
    top: auto;
    right: auto;
    left: 0;
    height: 241px;
    width: 344px;
  }
  .mv__icon--01 {
    right: 46%;
    height: 152px;
    width: 50px;
  }
  .mv__icon--02 {
    height: 112px;
    width: 101px;
  }
  .mv__icon--03 {
    height: 128px;
    width: 164px;
  }
}

@media screen and (max-width: 599px) {
  .mv__bgimgWrap {
    background-image: url(../images/bgimg_top-mv_sp.png);
  }
  .mv__bgimgWrap::before {
    padding-top: 177.8666%;
  }
  .mv__inner {
    padding: 36% 20px 0;
  }
  .mv__head {
    right: 20px;
    bottom: 8%;
  }
  .mv__linkWrap {
    height: 100px;
    width: 100px;
  }
  .mv__link .icon {
    margin-top: 5px;
    height: 20px;
    width: 20px;
  }
  .mv__linkTxt {
    font-size: 12px;
    margin-top: 28px;
    line-height: 1.5em;
  }
  .mv__linkAnimate {
    top: -12px;
    left: -12px;
    height: 124px;
    width: 124px;
  }
  .mv__catch {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .mv__catch .txt--en {
    font-size: 70px;
  }
  .mv__catch .txt--lg {
    font-size: 40px;
  }
  .mv__catch .txt--md {
    font-size: 36px;
  }
  .mv__iconWrap {
    left: 15%;
    height: 180px;
    width: 152px;
  }
  .mv__icon--01 {
    right: 28%;
    height: 75px;
    width: 25px;
  }
  .mv__icon--02 {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 64px;
    width: 58px;
  }
  .mv__icon--03 {
    height: 76px;
    width: 95px;
  }
}

@-webkit-keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* section style
-------------------------------------------------------------------*/
.topSection {
  position: relative;
  margin-bottom: 100px;
}

.topSection__box {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
}

.topSection__boxInner {
  padding: 40px 60px;
}

.topSection__boxInner--sm {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(850px + 120px);
  width: 100%;
}

.topSection__ttl {
  color: #041D2C;
  font-size: 38px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.5em;
}

.topSection__ttl .large-txt {
  font-size: 50px;
  letter-spacing: 0.03em;
}

.topSection__ttl .deco-txt {
  position: relative;
  padding: 0 5px;
}

.topSection__ttl .deco-txt::before {
  content: '';
  background-image: url(../svg/icon_top-section_title.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -10px;
  top: 2px;
  height: 13px;
  width: 19px;
}

.topSection__ttl .dot-txt {
  display: inline-block;
  position: relative;
}

.topSection__ttl .dot-txt::before {
  content: '';
  background-color: #FADD43;
  border-radius: 50%;
  position: absolute;
  top: -0.1em;
  left: 0;
  right: 0;
  margin: auto;
  height: 7px;
  width: 7px;
}

.topSection__ttl .line-txt {
  color: #FFFFFF;
  padding: 0 10px;
}

@media screen and (max-width: 1024px) {
  .topSection__ttl {
    font-size: 32px;
  }
  .topSection__ttl .large-txt {
    font-size: 48px;
  }
}

@media screen and (max-width: 960px) {
  .topSection {
    margin-bottom: 80px;
  }
  .topSection__boxInner {
    padding: 30px 40px;
  }
  .topSection__boxInner--sm {
    max-width: calc(850px + 80px);
  }
}

@media screen and (max-width: 599px) {
  .topSection {
    margin-bottom: 60px;
  }
  .topSection__box {
    border-radius: 15px;
  }
  .topSection__boxInner {
    padding: 20px;
  }
  .topSection__boxInner--sm {
    max-width: calc(850px + 40px);
  }
  .topSection__ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .topSection__ttl .large-txt {
    font-size: 36px;
  }
  .topSection__ttl .dot-txt::before {
    height: 5px;
    width: 5px;
  }
}

/* how to section
-------------------------------------------------------------------*/
.topHowto {
  margin-bottom: 50px;
}

/* text scroll
-------------------------------------------------------------------*/
.textScroll {
  background-color: #FFF8E0;
  border-top: 2px solid #041D2C;
  border-bottom: 2px solid #041D2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.textScroll__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.textScroll__list:first-child {
  -webkit-animation: textScroll1 80s -40s linear infinite;
          animation: textScroll1 80s -40s linear infinite;
}

.textScroll__list:last-child {
  -webkit-animation: textScroll2 80s linear infinite;
          animation: textScroll2 80s linear infinite;
}

.textScroll__item {
  color: #041D2C;
  font-size: 16px;
  font-weight: 700;
  margin-right: 1em;
  line-height: 1em;
}

@media screen and (max-width: 599px) {
  .textScroll__item {
    font-size: 14px;
  }
}

@-webkit-keyframes textScroll1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes textScroll1 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes textScroll2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes textScroll2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

/* greeting section
-------------------------------------------------------------------*/
.topGreeting {
  background-color: #FFF8E0;
  padding: 30px 0;
  margin-bottom: 50px;
}

.topGreeting__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topGreeting__img {
  margin-right: 30px;
  width: 246px;
}

.topGreeting__content {
  color: #041D2C;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 960px) {
  .topGreeting__img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    max-width: 246px;
    width: 100%;
  }
  .topGreeting__content {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media screen and (max-width: 599px) {
  .topGreeting__img {
    margin-bottom: 20px;
    max-width: 180px;
  }
}

/* instructions section
-------------------------------------------------------------------*/
.topInstr__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.topInstr__content {
  padding-right: 50px;
  width: calc(870 / 1240 * 100%);
}

.topInstr__txtArea {
  margin-bottom: 30px;
}

.topInstr__img {
  max-width: 370px;
  width: calc(370 / 1240 * 100%);
}

@media screen and (max-width: 1340px) {
  .topInstr__content {
    padding-right: 30px;
  }
}

@media screen and (max-width: 960px) {
  .topInstr__content {
    padding-right: 0;
    width: 100%;
  }
  .topInstr__img {
    margin: 0 auto 30px;
    width: 100%;
  }
}

/* Column section
-------------------------------------------------------------------*/
.topColumn__ttl {
  position: relative;
  margin-left: -60px;
  margin-right: -60px;
}

.topColumn__ttl::before, .topColumn__ttl::after {
  content: '';
  background-image: linear-gradient(to right, #FADD43, #FADD43 12px, transparent 12px, transparent 5px);
  background-size: 17px 3px;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 3px;
  width: calc((100% - 580px) / 2);
}

.topColumn__ttl::before {
  left: 0;
}

.topColumn__ttl::after {
  right: 0;
}

.topColumn__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}

.topColumn__card {
  padding-left: 15px;
  padding-right: 15px;
  width: calc(100% / 4);
}

.topColumn__cardLink {
  display: block;
  color: #888888;
}

.topColumn__cardThumb {
  position: relative;
  border: 2px solid #000000;
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  z-index: 1;
}

.topColumn__cardThumb::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 70.7692%;
}

.topColumn__cardThumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topColumn__cardTtl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #041D2C;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  padding-left: 15px;
  margin-bottom: 5px;
}

.topColumn__cardTtl::before {
  content: '';
  background-color: #F4C41A;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 2px;
  width: 10px;
}

@media screen and (max-width: 960px) {
  .topColumn__ttl {
    margin-left: -40px;
    margin-right: -40px;
  }
  .topColumn__arrow {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: absolute;
    top: 21%;
    height: 35px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
  }
  .topColumn__arrow--prev, .topColumn__arrow--next {
    background: url(../svg/common/icon_slider-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .topColumn__arrow--prev {
    left: 0;
  }
  .topColumn__arrow--next {
    right: 0;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media screen and (max-width: 599px) {
  .topColumn__ttl {
    margin-left: -20px;
    margin-right: -20px;
  }
  .topColumn__ttl::before, .topColumn__ttl::after {
    background-image: linear-gradient(to right, #FADD43, #FADD43 9px, transparent 9px, transparent 3px);
    background-size: 12px 3px;
    width: calc((100% - 220px) / 2);
  }
}

/* introduction section
-------------------------------------------------------------------*/
.topIntro {
  background-color: #FFF8E0;
  border-top: 2px solid #041D2C;
  border-bottom: 2px solid #041D2C;
  padding: 40px 0;
}

.topIntro__lead {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.8em;
}

.topIntro__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-bottom: -20px;
}

.topIntro__item {
  padding-left: 20px;
  padding-bottom: 20px;
  width: calc(100% / 4);
}

@media screen and (max-width: 599px) {
  .topIntro {
    padding: 30px 0;
  }
  .topIntro__lead {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .topIntro__item {
    width: calc(100% / 2);
  }
}

/* word section
-------------------------------------------------------------------*/
/* message section
-------------------------------------------------------------------*/
.topMessage {
  position: relative;
  padding-bottom: 40px;
}

.topMessage__imgWrap {
  position: absolute;
  right: -50px;
  bottom: -50px;
  width: calc(360 / 1120 * 100%);
}

.topMessage__img {
  position: relative;
  width: 100%;
}

.topMessage__img::before {
  content: "";
  display: block;
  padding-top: 111.6883%;
}

.topMessage__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topMessage__content {
  width: calc(790 / 1120 * 100%);
}

.topMessage__txtArea {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .topMessage__imgWrap {
    bottom: -20px;
    width: 200px;
  }
  .topMessage__content {
    width: calc(100% - 130px);
  }
}

@media screen and (max-width: 599px) {
  .topMessage {
    padding-bottom: 0;
  }
  .topMessage__imgWrap {
    position: static;
    margin-bottom: 20px;
    width: calc(100% + 40px);
  }
  .topMessage__img {
    margin-left: auto;
    width: 250px;
  }
  .topMessage__content {
    width: 100%;
  }
}

/* news section
-------------------------------------------------------------------*/
/* news list
-------------------------------------------------------------------*/
.newsList {
  margin-bottom: 30px;
}

.newsList__item {
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 20px;
}

.newsList__ttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8em;
}

.newsList a {
  display: block;
  color: #041D2C;
  padding-bottom: 20px;
}

.newsList a:hover {
  color: #1AA6F4;
}

@media screen and (max-width: 599px) {
  .newsList a {
    padding-bottom: 15px;
  }
}

/* link area
-------------------------------------------------------------------*/
.linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: -20px;
}

.linkArea a {
  margin-bottom: 20px;
  margin-left: 30px;
}

@media screen and (max-width: 599px) {
  .linkArea {
    margin-bottom: -10px;
  }
  .linkArea__btn {
    padding-bottom: 10px;
  }
}

.info {
  margin-bottom: 100px;
}

@media screen and (max-width: 599px) {
  .info {
    margin-bottom: 60px;
  }
}

.infoNav {
  margin-bottom: 100px;
}

.infoNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -60px;
  margin-bottom: -50px;
}

.infoNav__item {
  padding-left: 60px;
  padding-bottom: 50px;
  width: calc(100% / 3);
}

@media screen and (max-width: 1024px) {
  .infoNav__list {
    margin-left: -40px;
    margin-bottom: -40px;
  }
  .infoNav__item {
    padding-left: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 960px) {
  .infoNav {
    margin-bottom: 60px;
  }
  .infoNav__list {
    margin-bottom: -30px;
  }
  .infoNav__item {
    padding-bottom: 30px;
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 599px) {
  .infoNav {
    margin-bottom: 20px;
  }
  .infoNav__list {
    margin-left: 0;
    margin-bottom: -20px;
  }
  .infoNav__item {
    padding-left: 0;
    padding-bottom: 20px;
    width: 100%;
  }
  .infoNav__item a {
    margin-left: auto;
    margin-right: auto;
  }
}

.infoHowto {
  margin-bottom: 50px;
}

@media screen and (max-width: 599px) {
  .infoHowto {
    margin-bottom: 30px;
  }
}

.message {
  margin-bottom: 100px;
}

.message__body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.message__img {
  margin-right: 70px;
  width: calc(320 / 1240 * 100%);
  width: 220px;
}

.message__name {
  color: #041D2C;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.message__content {
  color: #041D2C;
  margin-top: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.message__lead {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 40px;
}

.message__lead span {
  display: inline-block;
  padding: 18px 20px;
  margin-bottom: 5px;
}

@media screen and (max-width: 1340px) {
  .message__lead--row2 {
    display: none;
  }
}

@media screen and (max-width: 960px) {
  .message__lead--row2 {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .message__lead--row2 {
    display: none;
  }
}

@media screen and (min-width: 1341px) {
  .message__lead--row3 {
    display: none;
  }
}

@media screen and (max-width: 1340px) {
  .message__lead--row3 {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  .message__lead--row3 {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .message__lead--row3 {
    display: block;
  }
}

.message__icon .icon {
  position: absolute;
}

.message__icon .icon001 {
  top: 0;
  right: 12%;
  height: 92px;
}

.message__icon .icon002 {
  top: 93px;
  right: 4.464%;
  height: 90px;
}

.message__icon .icon003 {
  bottom: 0;
  left: 16.428%;
  height: 90px;
}

@media screen and (max-width: 1340px) {
  .message__img {
    margin-right: 40px;
  }
  .message__icon .icon001 {
    top: 0;
    right: 62px;
    height: 92px;
  }
  .message__icon .icon002 {
    top: 93px;
    right: 0;
    height: 90px;
  }
  .message__icon .icon003 {
    bottom: 0;
    left: 140px;
    height: 90px;
  }
}

@media screen and (max-width: 960px) {
  .message {
    margin-bottom: 80px;
  }
  .message__img {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    max-width: 320px;
    width: 100%;
  }
  .message__content {
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  .message__lead {
    margin-bottom: 30px;
  }
  .message__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
  }
  .message__icon .icon {
    position: static;
    margin-left: 25px;
  }
}

@media screen and (max-width: 599px) {
  .message {
    margin-bottom: 60px;
  }
  .message__img {
    max-width: 220px;
  }
  .message__lead {
    font-size: 14px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .message__lead span {
    padding: 8px 10px;
  }
  .message__icon .icon {
    height: 50px;
  }
}

.messageBlock {
  background-color: #FFF8E0;
  margin-top: 195px;
  margin-bottom: 100px;
}

.messageBlock__head {
  background-color: #fff;
  border-top: 2px solid #F4C41A;
  border-bottom: 2px solid #F4C41A;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
}

.messageBlock__headInner {
  position: relative;
  text-align: center;
}

.messageBlock__headInner::before {
  content: '';
  position: absolute;
  right: 0;
}

.messageBlock__headInner--purpose::before {
  background-image: url(../svg/common/icon_deco_003.svg);
  background-repeat: no-repeat;
  top: -66px;
  height: 65px;
  width: 109px;
}

.messageBlock__headInner--objective::before {
  background-image: url(../svg/common/icon_deco_004.svg);
  background-repeat: no-repeat;
  bottom: 0;
  height: 100px;
  width: 85px;
}

.messageBlock__ttl {
  background-color: #F8DF5F;
  border: 2px solid #F4C41A;
  border-radius: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: -95px;
  left: 7.258%;
  height: 140px;
  width: 140px;
}

.messageBlock__ttl .ja {
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1em;
}

.messageBlock__ttl .en {
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1em;
}

.messageBlock__lead {
  display: inline-block;
  color: #041D2C;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: calc(160px + 7.258%);
  padding-right: calc(160px + 7.258%);
  line-height: 1.8em;
}

.messageBlock__body {
  position: relative;
  color: #041D2C;
  padding: 30px 0;
}

@media screen and (max-width: 960px) {
  .messageBlock {
    margin-top: 175px;
    margin-bottom: 80px;
  }
  .messageBlock__ttl {
    left: 0;
  }
  .messageBlock__lead {
    padding-top: 65px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 599px) {
  .messageBlock {
    margin-top: 122px;
    margin-bottom: 60px;
  }
  .messageBlock__headInner--purpose::before {
    background-image: url(../svg/common/icon_deco_003sp.svg);
    background-repeat: no-repeat;
    top: -31px;
    height: 30px;
    width: 63px;
  }
  .messageBlock__headInner--objective::before {
    background-image: url(../svg/common/icon_deco_004sp.svg);
    background-repeat: no-repeat;
    height: 30px;
    width: 50px;
  }
  .messageBlock__ttl {
    top: -62px;
    height: 104px;
    width: 104px;
  }
  .messageBlock__ttl .ja {
    font-size: 16px;
  }
  .messageBlock__ttl .en {
    font-size: 18px;
  }
  .messageBlock__lead {
    font-size: 14px;
    padding-top: 57px;
    padding-bottom: 20px;
  }
  .messageBlock__body {
    padding: 20px 0;
  }
}

.instrIntro {
  background-color: #F8DF5F;
  margin-bottom: 60px;
}

.instrIntro__content {
  color: #041D2C;
  padding: 40px 0;
}

.instrPoint {
  margin-bottom: 100px;
}

.instrPoint__figure {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  max-width: 370px;
  width: 100%;
}

.instrPoint__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.instrPoint__item {
  width: calc((100% - 46px * 2) / 3);
}

.instrPoint__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.instrPoint__ttl span {
  font-family: "nikkyou";
  font-size: 30px;
  margin-right: 10px;
  line-height: 1em;
}

.instrPoint__img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 200px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .instrPoint {
    margin-bottom: 80px;
  }
  .instrPoint__item {
    width: 100%;
  }
  .instrPoint__item:not(:last-child) {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 599px) {
  .instrPoint {
    margin-bottom: 60px;
  }
}

.instrBasis {
  margin-bottom: 100px;
}

.instrBasis__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.instrBasis__item {
  position: relative;
  width: calc((100% - 50px * 2) / 3);
}

.instrBasis__item--001 .instrBasis__img--arrow::before {
  bottom: 24%;
}

.instrBasis__item--002 {
  margin-top: 6%;
}

.instrBasis__item--002 .instrBasis__img--arrow::before {
  bottom: 10%;
}

.instrBasis__item--003 {
  margin-top: 12%;
}

.instrBasis__ttl {
  color: #041D2C;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}

.instrBasis__img {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  width: 100%;
}

.instrBasis__img--arrow {
  position: relative;
}

.instrBasis__img--arrow::before {
  content: '';
  background-image: url(../svg/infomation/icon_instr-basis_arrow_001.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: -50px;
  height: 50px;
  width: 50px;
  z-index: 10;
}

.instrBasis__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.instrBasis__instrBasis__balloon {
  margin-bottom: 10px;
}

.instrBasis__balloon {
  position: relative;
  background-image: url(../svg/infomation/img_instr-basis_balloon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-right: 15px;
  height: 70px;
  width: 105px;
}

.instrBasis__balloonTxt {
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #041D2C;
}

.instrBasis__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #041D2C;
  font-weight: 500;
}

.instrBasis__em {
  margin-bottom: 45px;
}

.instrBasis__emTxt {
  color: #F4C41A;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}

.instrBasis__emArrow {
  position: relative;
  background-color: #FFB000;
  height: 20px;
  width: calc(100% - 25px);
}

.instrBasis__emArrow::before {
  content: "";
  background-image: url(../svg/infomation/icon_instr-basis_arrow_002.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -25px;
  top: -10px;
  height: 40px;
  width: 25px;
}

@media screen and (max-width: 1024px) {
  .instrBasis__content {
    display: block;
  }
  .instrBasis__balloon {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 960px) {
  .instrBasis {
    margin-bottom: 80px;
  }
  .instrBasis__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 40px;
  }
  .instrBasis__list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
  .instrBasis__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .instrBasis__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .instrBasis__item--002, .instrBasis__item--003 {
    margin-top: 0;
  }
  .instrBasis__img--arrow::before {
    content: none;
  }
  .instrBasis__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .instrBasis__balloon {
    margin-bottom: 0;
  }
  .instrBasis__em {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 45px;
    margin-bottom: 0;
    margin-right: 18px;
    width: 43px;
  }
  .instrBasis__emTxt {
    margin-right: 8px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: 0.3em;
  }
  .instrBasis__emArrow {
    height: calc(100% - 10px);
    width: 10px;
  }
  .instrBasis__emArrow::before {
    right: -8px;
    top: auto;
    bottom: -20px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (max-width: 599px) {
  .instrBasis {
    margin-bottom: 60px;
  }
  .instrBasis__content {
    display: block;
  }
  .instrBasis__balloon {
    margin-bottom: 10px;
    height: 61px;
    width: 85px;
  }
  .instrBasis__balloonTxt {
    left: 18px;
  }
  .instrBasis__emTxt {
    font-size: 14px;
  }
  .instrBasis__emArrow::before {
    right: -3px;
    bottom: -14px;
    height: 24px;
    width: 15px;
  }
}

.counter {
  margin-bottom: 100px;
}

.counter__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 3px solid #FADD43;
  color: #041D2C;
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.counter__ttl::before {
  content: '';
  display: block;
  margin-right: 7px;
  height: 30px;
  width: 30px;
}

.counter__ttl--call::before {
  background-image: url(../svg/counter/icon_counter-call.svg);
  background-repeat: no-repeat;
}

.counter__ttl--maill::before {
  background-image: url(../svg/counter/icon_counter-maill.svg);
  background-repeat: no-repeat;
}

.counter__ttl--repel::before {
  background-image: url(../svg/counter/icon_counter-repel.svg);
  background-repeat: no-repeat;
}

.counter__ttl--report::before {
  background-image: url(../svg/counter/icon_counter-report.svg);
  background-repeat: no-repeat;
}

.counter__txtArea {
  margin-bottom: 40px;
}

.counter__date {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.counter__date span {
  color: #041D2C;
  font-size: 16px;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  margin-left: 10px;
}

.counter__telinfo {
  color: #1AA6F4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 30px;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
}

.counter__telinfo span {
  background-color: #1AA6F4;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-right: 10px;
  padding: 3px 5px;
  line-height: 1em;
}

.counter__maillItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  width: 100%;
}

.counter__maillItem {
  text-align: center;
  padding-bottom: 40px;
  width: calc(50% - 20px);
}

.counter__maillTxt {
  font-size: 16px;
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
}

.counter__reportItems {
  text-align: center;
  display: inline-block;
  margin-bottom: 40px;
}

.counter__reportTxt {
  color: #041D2C;
  font-size: 16px;
  margin-bottom: 20px;
}

.counter__reportLink {
  color: #0E222F;
  display: block;
}

.counter__reportLink .icon {
  height: 30px;
  width: 30px;
}

.counter__reportLink:hover {
  color: #1AA6F4;
}

@media screen and (max-width: 960px) {
  .counter__maillItem {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 599px) {
  .counter {
    margin-bottom: 60px;
  }
  .counter__ttl {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 7px;
  }
  .counter__ttl::before {
    margin-right: 5px;
    height: 24px;
    width: 24px;
  }
  .counter__txtArea {
    margin-bottom: 30px;
  }
  .counter__maillItem {
    text-align: left;
    width: 100%;
  }
  .counter__maillTxt {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.review {
  margin-bottom: 100px;
}

.review__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.review__img {
  margin-right: 15px;
  height: 148px;
  width: 148px;
}

.review__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 20px;
  border: 2px solid #57ADDE;
  padding: 20px 40px;
}

@media screen and (max-width: 960px) {
  .review {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 599px) {
  .review {
    margin-bottom: 60px;
  }
}

.faqNav {
  text-align: center;
  margin-bottom: 40px;
}

.faqNav__inner {
  display: inline-block;
  background-color: #fff;
  border-radius: 50px;
  padding: 8px 30px;
}

.faqNav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -35px;
  margin-bottom: -15px;
}

.faqNav__item {
  padding-left: 35px;
  padding-bottom: 15px;
}

.faqNav__item a {
  color: #041D2C;
  font-weight: 500;
}

.faqNav__item a:hover {
  color: #1AA6F4;
}

.faq {
  margin-bottom: 100px;
}

.faq__ttlWrap {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-bottom: 50px;
  padding-left: calc(50vw - 50%);
}

.faq__ttlWrap::after {
  content: '';
  background-color: #FADD43;
  border-radius: 0 10px 10px 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 80%;
}

.faq__ttl {
  position: relative;
  color: #041D2C;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8em;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 5;
}

.faq__list {
  position: relative;
}

.faq__list::before {
  content: '';
  background-image: url(../svg/faq/icon_faq-deco.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 8.63%;
  top: -70px;
  height: 90px;
  width: 88px;
}

.faq__item {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 25px 35px;
  margin-bottom: 20px;
}

.faq__question {
  position: relative;
  color: #041D2C;
  font-weight: 500;
  font-size: 16px;
  padding-left: 44px;
  padding-right: 24px;
  line-height: 1.8em;
}

.faq__question::before {
  content: '';
  background-image: url(../svg/faq/icon_faq-q.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 34px;
  width: 34px;
}

.faq__question .icon {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
  width: 14px;
}

.faq__question .icon span {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.faq__question .icon span::before, .faq__question .icon span::after {
  content: '';
  background-color: #041D2C;
  border-radius: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 2px;
  width: 14px;
}

.faq__question .icon span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .4s;
  transition: .4s;
}

.faq__question.open .icon span::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.faq__answer {
  position: relative;
  color: #041D2C;
  margin-top: 40px;
  padding-left: 44px;
  line-height: 1.8em;
}

.faq__answer::before {
  content: '';
  background-image: url(../svg/faq/icon_faq-a.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  width: 34px;
}

.faq__answer .notesTxt {
  color: #888888;
}

@media screen and (max-width: 960px) {
  .faq {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 599px) {
  .faq {
    margin-bottom: 60px;
  }
  .faq__ttlWrap {
    margin-bottom: 50px;
  }
  .faq__ttlWrap::after {
    width: 100%;
  }
  .faq__ttl {
    font-size: 14px;
  }
  .faq__list::before {
    top: -50px;
    right: 0;
    height: 60px;
    width: 62px;
  }
  .faq__item {
    padding: 20px;
  }
  .faq__question {
    display: block;
    font-size: 14px;
    padding: 0;
  }
  .faq__question::before {
    display: block;
    position: static;
    margin: 0;
    height: 28px;
    width: 28px;
  }
  .faq__question .icon {
    bottom: auto;
    margin: 0;
  }
  .faq__answer {
    padding: 0;
    margin-top: 20px;
  }
  .faq__answer::before {
    display: block;
    position: static;
    margin: 0;
    height: 28px;
    width: 28px;
  }
}

.glossary {
  margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .glossary {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 599px) {
  .glossary {
    margin-bottom: 60px;
  }
}

.glossaryTab {
  margin-bottom: 60px;
}

.glossaryTab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: -10px;
  margin-bottom: -10px;
}

.glossaryTab__item {
  padding-right: 10px;
  padding-bottom: 10px;
}

.glossaryTab__label {
  background-color: #fff;
  color: #041D2C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #041D2C;
  border-radius: 10px;
  height: 45px;
  width: 45px;
}

.glossaryTab__label.active {
  color: #1AA6F4;
  border: 2px solid #1AA6F4;
}

@media screen and (max-width: 599px) {
  .glossaryTab {
    margin-bottom: 40px;
  }
  .glossaryTab__list {
    margin-left: auto;
    margin-right: auto;
    max-width: 240px;
  }
  .glossaryTab__label {
    height: 38px;
    width: 38px;
  }
}

.glossaryContent__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: -20px;
}

.glossaryContent__item {
  padding-left: 30px;
  padding-bottom: 20px;
  width: calc(100% / 3);
}

.glossaryContent__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  display: block;
  color: #fff;
  font-weight: 500;
  background: #1AA6F4;
  border-radius: 50px;
  padding: 8px 48px 8px 30px;
  width: 100%;
}

.glossaryContent__ttl::before {
  content: "";
  background-image: url(../svg/common/icon_more-btn_arrow-white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  height: 8px;
  width: 13px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.glossaryContent__ttl.open::before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.glossaryContent__txtArea {
  color: #041D2C;
  padding: 30px 20px 20px;
  margin-top: -20px;
  background: #fff;
  border-radius: 0px 0px 20px 20px;
  width: 100%;
}

.glossaryContent__txtArea a {
  position: relative;
  color: #1AA6F4;
}

.glossaryContent__txtArea a::after {
  content: '';
  background-color: #1AA6F4;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  opacity: 0;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.glossaryContent__txtArea a:hover::after {
  opacity: 1;
}

.glossaryContent__txtArea p:not(:last-child) {
  margin-bottom: 15px;
}

@media screen and (max-width: 1024px) {
  .glossaryContent__item {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 599px) {
  .glossaryContent__item {
    width: 100%;
  }
}

.reportArchive__item {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
}

.reportArchive__item:not(:last-child) {
  margin-bottom: 20px;
}

.reportArchive__link {
  color: #888888;
}

.reportArchive__ttl {
  color: #041D2C;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.reportArchive__link:hover .reportArchive__ttl {
  color: #1AA6F4;
}

.report {
  background-color: #F8DF5F;
  padding: 45px 0 40px;
  margin-bottom: 100px;
}

.report__ttlWrap {
  text-align: center;
}

.report__ttl {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #041D2C;
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  text-align: center;
  padding-right: 15px;
  padding-left: 32px;
  margin-bottom: 30px;
  line-height: 1.8em;
}

.report__ttl::before {
  content: '';
  background-image: url(../svg/report/icon_report-ttl_001.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
}

.report__ttl::after {
  content: '';
  background-image: url(../svg/report/icon_report-ttl_002.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 10px;
}

.report__catchWrap {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 465px;
  width: 100%;
}

.report__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.report__catch:first-child {
  margin-bottom: 5px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.report__catch:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.report__catch span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background-color: #1AA6F4;
  color: #FFFFFF;
  padding: 18px 30px;
}

@media screen and (max-width: 960px) {
  .report {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 599px) {
  .report {
    margin-bottom: 60px;
    padding: 35px 0 30px;
  }
  .report__ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .report__catchWrap {
    margin-bottom: 20px;
  }
  .report__catch span {
    padding: 8px 12px;
  }
}

.law {
  margin-bottom: 100px;
}

.law__list:not(:last-child) {
  margin-bottom: 40px;
}

.law__volItem {
  font-size: 16px;
}

.law__chapterItem {
  margin-top: 20px;
  margin-left: 2em;
}

.law__sectionItem {
  margin-top: 20px;
  margin-left: 4em;
}

.law .js-accordionHead {
  position: relative;
  padding-right: 22px;
}

.law .js-accordionHead::after {
  content: '';
  background-image: url(../svg/common/icon_arrow-gray.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.law .js-accordionHead.open::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.law .js-accordionHead:hover {
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  color: #1AA6F4;
}

.law .js-accordionHead:hover::after {
  background-image: url(../svg/common/icon_arrow-blue.svg);
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.law__articleItem {
  position: relative;
  margin-left: 6em;
  margin-bottom: 10px;
}

.law__articleItem:first-child {
  margin-top: 20px;
}

.law__articleItem:not(:last-child) {
  margin-bottom: 10px;
}

.law__articleItem::after {
  content: '';
  background-image: url(../svg/common/icon_circle-arrow-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}

.law__articleItem a {
  display: block;
  color: #041D2C;
  background-color: #D9F2FF;
  border-radius: 30px;
  padding: 8px 54px 8px 30px;
}

.law__articleItem a:hover {
  color: #1AA6F4;
}

.law__archiveItem {
  margin-left: 0 !important;
}

@media screen and (max-width: 960px) {
  .law {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 599px) {
  .law {
    margin-bottom: 60px;
  }
  .law__list:not(:last-child) {
    margin-bottom: 30px;
  }
  .law__chapterItem {
    margin-top: 10px;
    margin-left: 1em;
  }
  .law__sectionItem {
    margin-top: 10px;
    margin-left: 2em;
  }
  .law__articleItem {
    margin-left: 3em;
  }
  .law__articleItem:first-child {
    margin-top: 10px;
  }
  .law__articleItem:not(:last-child) {
    margin-bottom: 5px;
  }
}

.lawSingle {
  margin-bottom: 100px;
}

.lawSingle__date {
  margin-top: 10px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lawSingle__date dt {
  color: #041D2C;
  font-weight: 500;
  margin-right: 30px;
}

.lawSingle__body {
  margin-bottom: 100px;
}

.lawSingle__item {
  color: #041D2C;
  margin-bottom: 20px;
}

.lawSingle__item:nth-child(2) {
  margin-left: 2em;
}

.lawSingle__item:nth-child(3) {
  margin-left: 4em;
}

.lawSingle__item:nth-child(4) {
  margin-left: 5em;
}

.lawSingle__box {
  position: relative;
  background-color: #D9F2FF;
  border-radius: 15px;
  padding: 30px 40px;
}

.lawSingle__box::before {
  content: '';
  background-image: url(../svg/common/icon_book.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -15px;
  right: 0;
  height: 50px;
  width: 50px;
}

.lawSingle__ttl {
  position: relative;
  border-bottom: 1px solid #1AA6F4;
  color: #1AA6F4;
  font-size: 16px;
  font-weight: 700;
  padding-left: 34px;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.lawSingle__ttl::before {
  content: '';
  background-image: url(../svg/common/icon_scales.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 12px;
  margin: auto;
  height: 24px;
  width: 24px;
}

.lawSingle__sup {
  margin-top: 45px;
}

.lawSingle__supTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #C4C4C4;
  color: #576065;
  font-size: 16px;
  font-family: 700;
  padding-bottom: 15px;
  margin-bottom: 20px;
  line-height: 1em;
}

.lawSingle__supTtl::before {
  content: '';
  display: block;
  background-image: url(../svg/common/icon_book-yel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  height: 24px;
  width: 24px;
}

@media screen and (max-width: 960px) {
  .lawSingle {
    margin-bottom: 80px;
  }
  .lawSingle__body {
    margin-bottom: 80px;
  }
  .lawSingle__box {
    padding: 25px 30px;
  }
}

@media screen and (max-width: 599px) {
  .lawSingle {
    margin-bottom: 60px;
  }
  .lawSingle__date {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .lawSingle__date dt {
    margin-right: 15px;
  }
  .lawSingle__body {
    margin-bottom: 60px;
  }
  .lawSingle__item {
    margin-bottom: 15px;
  }
  .lawSingle__ttl {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .lawSingle__box {
    padding: 20px;
  }
  .lawSingle__box::before {
    bottom: -20px;
    height: 40px;
    width: 40px;
  }
  .lawSingle__supTtl {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .lawSingle__supTtl::before {
    height: 20px;
    width: 20px;
  }
}

/* tab style
-------------------------------------------------------------------*/
.howtoTab {
  text-align: center;
  margin-bottom: 40px;
}

.howtoTab__inner {
  display: inline-block;
  background-color: #fff;
  border-radius: 30px;
  padding: 8px 30px;
}

.howtoTab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -35px;
  margin-bottom: -10px;
}

.howtoTab__item {
  padding-left: 35px;
  padding-bottom: 10px;
  color: #041D2C;
  font-size: 14px;
  font-weight: 500;
}

.howtoTab .tabBtn.active {
  color: #1AA6F4;
}

@media screen and (max-width: 599px) {
  .howtoTab__inner {
    display: block;
    background-color: transparent;
    padding: 0;
  }
  .howtoTab__list {
    margin-left: -10px;
  }
  .howtoTab__item {
    background-color: #fff;
    border-radius: 30px;
    padding: 7px 15px;
    width: 100%;
  }
  .howtoTab__item:not(:last-child) {
    margin-bottom: 10px;
  }
  .howtoTab__item--w50 {
    padding-left: 10px;
    width: 50%;
  }
}

/* howton intro
-------------------------------------------------------------------*/
.howtoIntro {
  background-color: #F8DF5F;
  padding: 40px 0;
  margin-bottom: 60px;
}

.howtoIntro__ttl {
  color: #041D2C;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 599px) {
  .howtoIntro {
    padding: 30px 0;
    margin-bottom: 40px;
  }
  .howtoIntro__ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

/* howton chart
-------------------------------------------------------------------*/
.howtoChart {
  margin-bottom: 100px;
}

.howtoChart__item {
  height: 100%;
}

.howtoChart__item--sm {
  margin-left: auto;
  margin-right: auto;
  max-width: 393px;
  width: 100%;
}

.howtoChart__item--w50 {
  width: calc(50% - 3.764%);
}

.howtoChart__box {
  position: relative;
  position: relative;
  background-color: #fff;
  border: 2px solid #041D2C;
  border-radius: 15px;
  padding: 40px 25px;
}

.howtoChart__boxInner {
  margin-left: auto;
  margin-right: auto;
  max-width: 590px;
  width: 100%;
}

.howtoChart__branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.howtoChart__branchItem {
  width: 50%;
  text-align: center;
}

.howtoChart__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.howtoChart__col-1-2 {
  width: calc(50% - 3.764%);
}

.howtoChart__arrow {
  position: relative;
  padding-bottom: 50px;
  width: 2px;
}

.howtoChart__arrow::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: -5px;
  right: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.howtoChart__arrow--gry {
  background-color: #576065;
  margin: 0 auto;
}

.howtoChart__arrow--gry::after {
  border-bottom: 2px solid #576065;
  border-right: 2px solid #576065;
}

.howtoChart__arrow--orange {
  margin-left: 50px;
}

.howtoChart__arrow--orange::after {
  border-bottom: 2px solid #FFB000;
  border-right: 2px solid #FFB000;
}

.howtoChart__arrow--orange::before {
  content: '';
  background-color: #FFB000;
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 2px;
}

.howtoChart__arrow--blue {
  background-color: #1AA6F4;
  margin-right: 50px;
  margin-left: auto;
}

.howtoChart__arrow--blue::after {
  border-bottom: 2px solid #1AA6F4;
  border-right: 2px solid #1AA6F4;
}

.howtoChart__flex {
  position: relative;
  padding-left: 120px;
  display: inline-block;
}

.howtoChart__balloon {
  position: absolute;
  top: -30px;
  left: 0;
}

.howtoChart__balloonIcon {
  position: relative;
  background-image: url(../svg/common/img_balloon.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 70px;
  width: 105px;
}

.howtoChart__balloonTxt {
  color: #041D2C;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.howtoChart__txtArea {
  margin-bottom: 30px;
}

.howtoChart__txt {
  color: #041D2C;
  font-size: 16px;
  font-weight: 700;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  margin-bottom: 30px;
}

.howtoChart__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #041D2C;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 20px;
}

.howtoChart__link:not(:last-child) {
  margin-bottom: 20px;
}

.howtoChart__link::after {
  content: '';
  background-image: url(../svg/common/icon_arrow-black_sm.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 10px;
  width: 10px;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
}

.howtoChart__link .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 25px;
  width: 25px;
  fill: #041D2C;
  -webkit-transition: .4s ease;
  transition: .4s ease;
}

.howtoChart__link:hover {
  color: #1AA6F4;
}

.howtoChart__link:hover::after {
  background-image: url(../svg/common/icon_arrow-blue_sm.svg);
}

.howtoChart__link:hover .icon {
  fill: #1AA6F4;
}

@media screen and (max-width: 960px) {
  .howtoChart {
    margin-bottom: 80px;
  }
  .howtoChart__box {
    padding: 30px 25px;
  }
  .howtoChart__flex {
    padding-left: 105px;
  }
  .howtoChart__balloon {
    top: -20px;
  }
  .howtoChart__balloonIcon {
    height: 60px;
    width: 95px;
  }
  .howtoChart__balloonTxt {
    left: 13px;
    font-size: 12px;
  }
}

@media screen and (max-width: 599px) {
  .howtoChart {
    margin-bottom: 60px;
  }
  .howtoChart__box {
    padding: 30px 13px;
  }
  .howtoChart__box--w50 {
    width: 50%;
  }
  .howtoChart__col-1-2 {
    width: calc(50% - 5px);
  }
  .howtoChart__txt {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .howtoChart__arrow {
    padding-bottom: 30px;
  }
  .howtoChart__arrow--orange {
    margin-left: 50%;
  }
  .howtoChart__arrow--blue {
    margin-right: 50%;
  }
  .howtoChart__branch {
    margin: 0 -13px;
  }
  .howtoChart__branchItem {
    padding: 0 10px;
  }
  .howtoChart__txtArea {
    margin-bottom: 15px;
  }
  .howtoChart__link {
    padding-right: 15px;
    padding-left: 18px;
  }
  .howtoChart__link:not(:last-child) {
    margin-bottom: 10px;
  }
  .howtoChart__link .icon {
    top: 5px;
    height: 15px;
    width: 15px;
  }
}

/* howton single
-------------------------------------------------------------------*/
.howtoBox {
  border-radius: 15px;
  background-color: #FFF8E0;
  padding: 30px;
  margin-top: 60px;
}

.howtoBox__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #041D2C;
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}

.howtoBox__ttl::before {
  content: '';
  display: block;
  background-image: url(../svg/common/icon_book.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
  height: 26px;
  width: 26px;
}

.howtoBox__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: -10px;
}

.howtoBox__item {
  padding-left: 10px;
  padding-bottom: 10px;
}

.howtoBox__item a {
  border: 1px solid #041D2C;
  border-radius: 30px;
  color: #041D2C;
  font-weight: 500;
  padding: 2px 15px;
  line-height: 1.5em;
  display: inline-block;
}

.howtoBox__item a:hover {
  border: 1px solid #1AA6F4;
  color: #1AA6F4;
}

@media screen and (max-width: 599px) {
  .howtoBox {
    margin-top: 40px;
    padding: 20px;
  }
  .howtoBox__ttl {
    margin-bottom: 20px;
  }
}

.contact {
  margin-bottom: 100px;
}

.contactStep {
  margin: 0 auto 80px;
  max-width: 380px;
  width: 100%;
}

.contactStep__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactStep__item {
  position: relative;
  color: #888888;
  font-weight: 500;
  text-align: center;
  width: calc(100% / 3);
}

.contactStep__item::before {
  content: '';
  position: relative;
  display: block;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin: 6px auto;
  text-align: center;
  background-color: #C4C4C4;
  z-index: 5;
}

.contactStep__item:not(:first-child)::after {
  content: '';
  position: absolute;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 2px;
  background-color: #C4C4C4;
  z-index: 0;
}

.contactStep__item.active {
  color: #1AA6F4;
}

.contactStep__item.active::before, .contactStep__item.active::after {
  background-color: #1AA6F4;
}

@media screen and (max-width: 960px) {
  .contactStep {
    margin: 0 auto 60px;
  }
}

@media screen and (max-width: 599px) {
  .contactStep {
    margin: 0 auto 40px;
  }
  .contactStep__item {
    font-size: 12px;
  }
  .contactStep__item::before {
    margin: 8px auto 0;
    width: 15px;
    height: 15px;
  }
}

.contactForm__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
  width: 100%;
}

.contactForm__field dt {
  color: #041D2C;
  font-weight: 500;
  padding-top: 7px;
  width: 230px;
}

.contactForm__field dd {
  margin-bottom: 30px;
  width: calc(100% - 230px);
}

.contactForm__field .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contactForm__field .req {
  background-color: #1AA6F4;
  color: #fff;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  line-height: 1em;
  height: 20px;
  width: 44px;
}

.contactForm__field .notesList {
  font-size: 12px;
  margin-top: 5px;
}

.contactForm__field .notesTxt {
  display: block;
  font-size: 12px;
  color: #041D2C;
  font-weight: 500;
  width: 100%;
}

.contactForm__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contactForm__col-1-2 {
  width: calc((100% - 20px * 1) / 2);
}

.contactForm__col-1-3 {
  position: relative;
  width: calc((100% - 20px * 2) / 3);
}

.contactForm__col-1-3 span {
  position: absolute;
  right: 0;
  top: 10px;
}

.contactForm__childItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.contactForm__childLabel {
  font-size: 12px;
  padding-top: 8px;
  margin-right: 10px;
  width: 58px;
}

.contactForm__childInput {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contactForm__checked {
  margin-top: 10px;
}

@media screen and (max-width: 960px) {
  .contactForm__field {
    margin-bottom: 30px;
  }
  .contactForm__field dt {
    margin-bottom: 10px;
    width: 100%;
  }
  .contactForm__field dd {
    width: 100%;
  }
}

@media screen and (max-width: 599px) {
  .contactForm dd {
    margin-bottom: 20px;
  }
  .contactForm__col-1-2.w100 {
    width: 100%;
  }
  .contactForm__secondLabel {
    margin-right: 5px;
  }
}

.contactForm input[type="text"], .contactForm input[type="image"], .contactForm input[type="email"], .contactForm input[type="tel"], .contactForm select, .contactForm textarea {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  width: calc(100% - 22px);
  padding: 10px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  background: #fff;
}

.contactForm input[type="text"]:focus, .contactForm input[type="image"]:focus, .contactForm input[type="email"]:focus, .contactForm input[type="tel"]:focus, .contactForm select:focus, .contactForm textarea:focus {
  outline: none;
}

.contactForm input[type="submit"],
.contactForm input[type="button"] {
  position: relative;
  background-color: #fff;
  background-image: url(../svg/common/icon_arrow-black.svg);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  background-position: center right 20px;
  display: block;
  border: 3px solid #041D2C;
  border-radius: 10px;
  color: #041D2C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  padding: 15px 42px;
  max-width: 335px;
  margin-bottom: 20px;
  margin-left: 40px;
  width: 100%;
  cursor: pointer;
  -webkit-transition-duration: .4s;
          transition-duration: .4s;
  -webkit-appearance: none;
}

.contactForm input[type="submit"]:hover,
.contactForm input[type="button"]:hover {
  background-image: url(../svg/common/icon_arrow-blue.svg);
  border: 3px solid #1AA6F4;
  color: #1AA6F4;
}

@media screen and (max-width: 599px) {
  .contactForm input[type="submit"],
  .contactForm input[type="button"] {
    border: 2px solid #041D2C;
  }
  .contactForm input[type="submit"]:hover,
  .contactForm input[type="button"]:hover {
    border: 2px solid #1AA6F4;
  }
}

.contactForm .wpcf7c-conf {
  background-color: #fff;
}

.contactForm ::-webkit-input-placeholder {
  color: #AAAAAA;
}

.contactForm ::-moz-placeholder {
  color: #AAAAAA;
}

.contactForm ::-ms-input-placeholder {
  color: #AAAAAA;
}

.contactForm ::placeholder {
  color: #AAAAAA;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 1px solid #ff0000 !important;
  max-width: 750px;
  margin: 50px auto 0;
  font-size: 14px;
  color: #ff0000;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.formError .formErrorContent {
  background: transparent !important;
  border: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #ff0000 !important;
}

.formError .formErrorArrow {
  display: none;
}

.selectBox .formError {
  position: relative !important;
  position: relative !important;
  left: 0 !important;
  bottom: -70px !important;
  top: auto !important;
}

.wpcf7-form-control.wpcf7-radio {
  display: inline-block;
  margin-bottom: 40px;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  position: relative;
  margin: 0 40px 0 0;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item.last {
  margin: 0;
}

@media screen and (max-width: 599px) {
  .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 0 30px 5px 0;
  }
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label {
  color: #333;
  cursor: pointer;
  font-size: 14px;
}

.wpcf7-form-control.wpcf7-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: 100;
}

.wpcf7-form-control.wpcf7-radio .wpcf7-list-item-label:before {
  content: "";
  background: #fff;
  border-radius: 11px;
  border: 1px solid #C4C4C4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -0.2em;
  margin-right: 14px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: 1;
}

.wpcf7-form-control.wpcf7-radio input[type="radio"]:checked ~ .wpcf7-list-item-label:before {
  border: 1px solid #041D2C;
  background-color: #041D2C;
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: block;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
  display: block;
  position: relative;
  margin: 0 0 20px 0 !important;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item:last-child {
  margin: 0 !important;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  color: #041D2C;
  font-size: 14px;
}

.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
  cursor: pointer;
  z-index: 100;
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: '';
  border: 1px solid #C4C4C4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -2px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

.wpcf7-form-control.wpcf7-checkbox input[type="checkbox"]:checked ~ .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-image: url(../svg/contact/icon_checked.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.notes {
  margin-bottom: 100px;
}

.notes__title {
  color: #041D2C;
  font-weight: 500;
  margin-bottom: 20px;
}

.notes__content {
  margin-bottom: 100px;
}

.notes__item {
  margin-bottom: 60px;
}

@media screen and (max-width: 960px) {
  .notes {
    margin-bottom: 80px;
  }
  .notes__content {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 599px) {
  .notes {
    margin-bottom: 60px;
  }
  .notes__content {
    margin-bottom: 60px;
  }
  .notes__item {
    margin-bottom: 40px;
  }
}

.thanks {
  margin-bottom: 100px;
  text-align: center;
}

.thanks__body {
  position: relative;
}

.thanks__ttl {
  margin-bottom: 30px;
}

.thanks__ttl .en {
  color: #F4C41A;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}

.thanks__ttl .ja {
  color: #041D2C;
  font-weight: 400;
  font-size: 16px;
}

.thanks__content {
  color: #041D2C;
  margin-bottom: 80px;
  padding: 0 225px;
}

.thanks__img {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 167px;
}

@media screen and (max-width: 1340px) {
  .thanks__content {
    padding: 0 170px;
  }
  .thanks__img {
    right: 0;
    width: 140px;
  }
}

@media screen and (max-width: 960px) {
  .thanks {
    text-align: left;
  }
  .thanks__content {
    padding: 0 120px 0 0;
    margin-bottom: 60px;
  }
  .thanks__img {
    top: 110px;
    width: 100px;
  }
}

@media screen and (max-width: 599px) {
  .thanks__content {
    padding: 0 50px 0 0;
    margin-bottom: 40px;
  }
  .thanks__img {
    top: 90px;
    right: -30px;
    width: 75px;
  }
}

.page404 {
  margin-bottom: 80px;
}

.page404__box {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
}

.page404__boxInner {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}

.page404__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}

.page404__balloon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/page404/img_404_balloon.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: calc(300 / 800 * 100%);
}

.page404__balloonTxt {
  color: #1AA6F4;
  font-weight: 500;
  text-align: center;
  width: calc(100% - 40px);
}

.page404__txtArea {
  margin-bottom: 80px;
}

.page404__img {
  padding-left: 50px;
  width: calc(340 / 800 * 100%);
}

@media screen and (max-width: 960px) {
  .page404__balloon {
    width: 50%;
  }
  .page404__img {
    padding-left: 30px;
    width: 50%;
  }
}

@media screen and (max-width: 599px) {
  .page404 {
    margin-bottom: 60px;
  }
  .page404__balloon {
    background-image: url(../images/page404/img_404_balloon-sp.png);
    height: 152px;
    width: 100%;
  }
  .page404__balloonTxt {
    margin-bottom: 10px;
    width: calc(100% - 40px);
  }
  .page404__img {
    padding-left: 10px;
    width: 100%;
  }
  .page404__box {
    padding: 40px 20px;
  }
  .page404__txtArea {
    margin-bottom: 60px;
  }
}

/* Accordion
-------------------------------------------------------------------*/
.js-accordionHead {
  cursor: pointer;
}

.js-accordionBody {
  display: none;
}

/* tab
-------------------------------------------------------------------*/
.tabBtn {
  cursor: pointer;
}

.tabContent {
  display: none;
}

.tabContent.show {
  display: block;
}

/* howto button
-------------------------------------------------------------------*/
.howto__ttl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1AA6F4;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1em;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 20;
}

.howto__ttl span {
  display: block;
  color: #F4C41A;
  font-weight: 700;
  font-size: 62px;
  margin-left: 10px;
  letter-spacing: 0.05em;
  text-shadow: 2px 2px 0 #1AA6F4;
  line-height: 1em;
}

.howto__inner {
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  padding: 60px 120px;
}

.howto__inner::before, .howto__inner::after {
  content: '';
  position: absolute;
}

.howto__inner::before {
  background-image: url(../svg/common/icon_deco_001.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  top: -40px;
  left: 50px;
  height: 65px;
  width: 110px;
}

.howto__inner::after {
  background-image: url(../svg/common/icon_deco_002.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: -50px;
  bottom: 50px;
  height: 100px;
  width: 85px;
}

.howto__lead {
  color: #041D2C;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.8em;
}

.howto__btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -30px;
}

.howto__btn {
  max-width: 576px;
  width: 100%;
  padding-left: 30px;
}

.howto__btn a {
  border: 2px solid #041D2C;
  border-radius: 10px;
  background-color: #fff;
  color: #041D2C;
  font-size: 34px;
  font-size: clamp(24px, 2.3vw, 34px);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.3em;
  padding: 15px;
}

.howto__btn .arrow {
  display: block;
  background-image: url(../svg/common/icon_more-btn_arrow-yel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 25px;
  height: 35px;
  width: 35px;
}

.howto__btn--large {
  padding-right: 10px;
  padding-bottom: 10px;
  width: 50%;
}

.howto__btn--large a {
  padding: 30px 20px;
  -webkit-box-shadow: 10px 10px 0 #57ADDE;
          box-shadow: 10px 10px 0 #57ADDE;
}

.howto__btn--large a:hover {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}

.howto__btn--small {
  margin-top: 40px;
}

.howto__btn--small a:hover {
  color: #1AA6F4;
}

@media screen and (max-width: 1024px) {
  .howto__btn a {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 960px) {
  .howto__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateY(80%);
            transform: translateY(80%);
  }
  .howto__ttl span {
    margin-left: 0;
    margin-top: 5px;
  }
  .howto__inner {
    padding: 120px 40px 60px;
  }
  .howto__inner::before {
    left: 30px;
    width: 80px;
  }
  .howto__inner::after {
    right: -40px;
    bottom: 20px;
    height: 83px;
    width: 70px;
  }
  .howto__btn:not(:last-child) {
    margin-bottom: 20px;
  }
  .howto__btn--large {
    width: 100%;
  }
  .howto__btn--small {
    margin-top: 0;
  }
}

@media screen and (max-width: 599px) {
  .howto__ttl {
    font-size: 20px;
  }
  .howto__ttl span {
    font-size: 36px;
  }
  .howto__inner {
    padding: 75px 20px 50px;
  }
  .howto__inner::before {
    background-image: url(../svg/common/icon_deco_001sp.svg);
    left: 25px;
    width: 52px;
  }
  .howto__inner::after {
    background-image: url(../svg/common/icon_deco_002sp.svg);
    right: -5px;
    bottom: -10px;
    height: 52px;
    width: 49px;
  }
  .howto__lead {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .howto__btn:not(:last-child) {
    margin-bottom: 10px;
  }
  .howto__btn a {
    font-size: 20px;
    padding: 15px 10px;
  }
  .howto__btn .arrow {
    margin-right: 15px;
    height: 20px;
    width: 20px;
  }
}

/* page bunner area
-------------------------------------------------------------------*/
.bnrArea {
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .bnrArea {
    margin-top: 80px;
  }
}

@media screen and (max-width: 599px) {
  .bnrArea {
    margin-top: 60px;
  }
}

/*# sourceMappingURL=sourcemap/style.css.map */
