@charset "UTF-8";
/* =================================================== *

   基本設定

 * =================================================== */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  outline: none;
  word-break: break-all; }

html {
  width: 100%;
  height: 100%; }

body {
  margin: 0;
  position: relative;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 767px) {
    body {
      line-height: 1.5; } }

html.fix, body.fix {
  width: 100%;
  height: 100%;
  position: fixed; }

article, aside, dialog, figure, footer, header, main, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

ol, ul, li, dt, dd {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  table-layout: fixed; }

.clearfix:after {
  content: " ";
  display: block;
  clear: both; }

.inblock-wrap {
  width: 100%;
  position: relative;
  font-size: 0; }

.inblock-wrap > * {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  vertical-align: top;
  display: inline-block; }

.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative; }
  .flex-wrap.nowrap {
    flex-wrap: nowrap; }

.flex-wrap > * {
  position: relative; }

a.bl {
  display: block; }

/* =================================================== *

   フォント

 * =================================================== */
body {
  font-family: 'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3", 'メイリオ','Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75; }

p {
  margin-bottom: 0.75em; }

a {
  text-decoration: none; }

.ul {
  text-decoration: underline !important; }

h1 {
  font-size: 300%;
  line-height: 1.3;
  margin: 0; }

h2 {
  font-size: 150%;
  line-height: 1.3;
  margin: 0 0 0.5em 0; }

h3, h4, h5, h6 {
  line-height: 1.5; }

/* =================================================== *

   画像

 * =================================================== */
img {
  vertical-align: top; }

.pic {
  position: relative; }

.text-pic {
  position: relative;
  text-align: center; }

.pic a {
  display: block;
  outline: none; }

.pic img, .text-pic img {
  width: 100%;
  height: auto; }

html.fix {
  width: 100%;
  height: 100%;
  position: fixed; }

.hov {
  transition: opacity 0.3s linear; }
  .hov:hover {
    opacity: 0.7; }

.imghov {
  position: relative;
  font-size: 0;
  line-height: 0;
  display: block; }
  .imghov img {
    width: 100%;
    height: auto;
    vertical-align: top; }
  .imghov .on {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s linear; }
  .imghov:hover .on {
    opacity: 1; }

a {
  color: #333333;
  transition: color 0.3s linear; }
  a:hover {
    text-decoration: underline; }

.hov {
  transition: opacity 0.3s linear; }
  .hov:hover {
    opacity: 0.8; }

/*
a:visited {
  color:inherit;
}
a:hover, a:focus, a:active {
  color:inherit;
} */
.content1080 {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1110px) {
    .content1080 {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 767px) {
    .content1080 {
      padding-left: 4.26%;
      padding-right: 4.26%; } }

.content1280 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 1310px) {
    .content1280 {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 767px) {
    .content1280 {
      padding-left: 4.26%;
      padding-right: 4.26%; } }

.min {
  font-family: "Noto Serif JP", serif; }

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga'; }

.red {
  color: #BB3E11; }

.orange {
  color: #F05921; }

.common-h2-eng {
  color: #FDAD92;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px; }

.common-h2 {
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
  margin-bottom: 0; }

.common-h2-desc {
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 0; }

.common-h3 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  border-left: 4px solid #BB3E11;
  padding-left: 20px;
  margin-top: 40px; }

.hr-orange {
  width: 140px;
  height: 4px;
  background: url("../images/border-orange-grad.png") 50% 50% no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }

.youtube-wrap {
  position: relative;
  width: 100%;
  /* padding-top: 56.25%; */
  padding-top: 60%; }

.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.textlink {
  text-decoration: underline; }

/* =================================================== *

   遅延ロード風アニメーション

 * =================================================== */
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@-webkit-keyframes fadeInUp2sp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
@keyframes fadeInUp2sp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }
.fadeInUp {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2; }

@media screen and (max-width: 767px) {
  .fadeInUp {
    -webkit-animation-name: fadeInUp2sp;
    animation-name: fadeInUp2sp; } }
#header {
  width: 100%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-bottom: 1px solid #D1D1D1; }
  @media screen and (max-width: 767px) {
    #header {
      height: 60px; } }
  #header > .inner {
    padding-left: 80px;
    padding-right: 80px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    height: 100%; }
    @media screen and (max-width: 1310px) {
      #header > .inner {
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (max-width: 767px) {
      #header > .inner {
        padding-left: 4.26%;
        padding-right: 4.26%; } }
    @media screen and (max-width: 767px) {
      #header > .inner > .el-right {
        display: none; } }
  #header-logo {
    width: 272px; }
    @media screen and (max-width: 767px) {
      #header-logo {
        width: 180px; } }
  #header-btn {
    width: 224px;
    height: 48px;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00ACEE;
    color: #fff;
    font-weight: 700;
    border: 1px solid #00ACEE;
    transition: all 0.3s linear;
    text-decoration: none; }
    #header-btn:hover {
      background: #fff;
      color: #00ACEE; }

@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 60px; } }
#footer-section1 {
  background: #BB3E11;
  padding-top: 80px;
  padding-bottom: 20px; }
  @media screen and (max-width: 767px) {
    #footer-section1 {
      padding-top: 40px; } }
  #footer-section1-text1 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
    color: #fff; }
  #footer-section1 .footer-mid1 {
    font-weight: 700;
    margin-bottom: 12px;
    text-align: center;
    color: #fff; }
  #footer-section1 .footer-text1 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px; }
    #footer-section1 .footer-text1 .textlink {
      text-decoration: underline;
      color: #fff; }
  #footer-section1 .footer-copyright {
    font-size: 11px;
    font-size: 0.6875rem;
    text-align: center;
    color: #fff;
    margin-bottom: 0; }

#fixedbox {
  height: 60px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10; }

#fixed-btn {
  width: 91.5%;
  height: 48px;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00ACEE;
  color: #fff;
  font-weight: 700;
  border: 1px solid #00ACEE;
  transition: all 0.3s linear;
  text-decoration: none;
  margin-right: auto;
  margin-left: auto;
  margin-top: 6px; }

body {
  width: 100%;
  height: 100%; }

#top {
  padding-top: 80px;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #top {
      padding-top: 60px; } }
  #top-mainvisual {
    width: 100%;
    height: 800px;
    background: #fff url("../images/mainvisual.jpg") 50% 50% no-repeat;
    background-size: 1440px; }
    @media screen and (max-width: 1310px) {
      #top-mainvisual {
        height: 61vw;
        background: #fff url("../images/mainvisual.jpg") 50% 50% no-repeat;
        background-size: cover; } }
    @media screen and (max-width: 767px) {
      #top-mainvisual {
        height: 162vw;
        background: #fff url("../images/mainvisual-sp.jpg") 50% 50% no-repeat;
        background-size: cover; } }
  #top-section1 {
    background: url("../images/section1-bg.png") 0% 0% repeat-x;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #top-section1 {
        padding-top: 20px;
        padding-bottom: 20px; } }
    #top-section1-text1 {
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.8;
      text-align: center;
      font-weight: 700;
      color: #fff;
      margin-top: 35px;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #top-section1-text1 {
          font-size: 16px;
          font-size: 1rem;
          margin-top: 20px;
          margin-bottom: 0; } }
    #top-section1-movie1 {
      width: 100%;
      max-width: 661px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
  #top-section16 {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #top-section16 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section16 .common-h2 {
      text-align: center;
      margin-bottom: 20px; }
    #top-section16-layout1 {
      width: 100%;
      max-width: 800px;
      margin-top: 40px;
      margin-right: auto;
      margin-left: auto;
      gap: 5%;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #top-section16-layout1 {
          gap: 0; } }
      #top-section16-layout1 > div {
        width: 20%;
        max-width: 156px; }
        #top-section16-layout1 > div:nth-child(4) {
          width: 50%;
          max-width: 400px; }
        @media screen and (max-width: 767px) {
          #top-section16-layout1 > div {
            max-width: none; }
            #top-section16-layout1 > div:nth-child(1), #top-section16-layout1 > div:nth-child(2), #top-section16-layout1 > div:nth-child(3), #top-section16-layout1 > div:nth-child(5), #top-section16-layout1 > div:nth-child(6) {
              width: 48.5%; }
            #top-section16-layout1 > div:nth-child(1), #top-section16-layout1 > div:nth-child(3), #top-section16-layout1 > div:nth-child(5) {
              margin-right: 3%; }
            #top-section16-layout1 > div:nth-child(4) {
              width: 100%; } }
    #top-section16-text1 {
      margin-bottom: 0;
      text-align: center;
      font-size: 16px;
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.8;
      margin-top: 35px; }
  #top-section3 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FFF8F7; }
    @media screen and (max-width: 767px) {
      #top-section3 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section3-text1 {
      font-size: 32px;
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        #top-section3-text1 {
          font-size: 24px;
          font-size: 1.5rem;
          padding-left: 25px;
          padding-right: 25px; } }
      @media screen and (max-width: 767px) {
        #top-section3-text1 .small {
          font-size: 20px;
          font-size: 1.25rem; } }
      #top-section3-text1 .icon-leaf {
        width: 21px;
        vertical-align: -14px; }
        @media screen and (max-width: 767px) {
          #top-section3-text1 .icon-leaf {
            position: absolute; } }
      #top-section3-text1 .icon-leaf-left {
        margin-right: 12px; }
        @media screen and (max-width: 767px) {
          #top-section3-text1 .icon-leaf-left {
            margin-right: 0;
            left: 3.2%;
            right: 0; } }
      #top-section3-text1 .icon-leaf-right {
        margin-left: 12px;
        transform: scale(-1, 1); }
        @media screen and (max-width: 767px) {
          #top-section3-text1 .icon-leaf-right {
            margin-left: 0;
            right: 3.2%;
            top: 0; } }
    #top-section3-text2 {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.8;
      text-align: center;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #top-section3-text2 {
          text-align: left; } }
    @media screen and (max-width: 767px) {
      #top-section3-layout1-wrap {
        height: 750px;
        overflow-y: hidden; } }
    @media screen and (max-width: 767px) {
      #top-section3-layout1-wrap:after {
        content: '';
        background: linear-gradient(180deg, rgba(255, 248, 247, 0) 0%, #fff8f7 100%);
        position: absolute;
        z-index: 1;
        height: 80px;
        width: 100%;
        bottom: 0;
        left: 0; } }
    #top-section3-layout1-wrap.open:after {
      display: none; }
    #top-section3-layout1 {
      gap: 40px;
      align-items: stretch;
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        #top-section3-layout1 {
          display: block; } }
      #top-section3-layout1 > div {
        width: calc( ( 100% - 80px ) / 3 );
        max-width: 300px;
        padding-bottom: 90px; }
        @media screen and (max-width: 767px) {
          #top-section3-layout1 > div {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            padding-bottom: 30px;
            margin-bottom: 40px; } }
        @media screen and (max-width: 767px) {
          #top-section3-layout1 > div:last-child {
            margin-bottom: 0; } }
        #top-section3-layout1 > div .hr {
          width: 100%; }
        #top-section3-layout1 > div .hr-top {
          margin-bottom: 12px; }
        #top-section3-layout1 > div .hr-bottom {
          margin-top: 12px;
          transform: scale(-1, -1);
          position: absolute;
          bottom: 0;
          left: 0; }
        #top-section3-layout1 > div .desc {
          line-height: 1.8;
          margin-bottom: 12px; }
        #top-section3-layout1 > div .namae {
          text-align: right;
          margin-bottom: 0;
          position: absolute;
          right: 0;
          bottom: 30px; }
          @media screen and (max-width: 767px) {
            #top-section3-layout1 > div .namae {
              position: relative;
              bottom: 0; } }
          #top-section3-layout1 > div .namae.conde {
            letter-spacing: -2px; }
    #top-section3 #do_open_voices {
      display: none; }
      @media screen and (max-width: 767px) {
        #top-section3 #do_open_voices {
          display: flex;
          justify-content: center;
          align-items: center;
          text-decoration: none;
          position: absolute;
          margin-left: 4.26vw;
          margin-right: 4.26vw;
          z-index: 2;
          height: 32px;
          background: #fff;
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: 700;
          bottom: 0;
          left: 0;
          right: 0; } }
      @media screen and (max-width: 767px) {
        #top-section3 #do_open_voices img {
          margin-left: 10px;
          margin-top: 1px; } }
    #top-section3 #do_close_voices {
      display: none; }
      @media screen and (max-width: 767px) {
        #top-section3 #do_close_voices {
          margin-top: 50px;
          display: flex;
          justify-content: center;
          align-items: center;
          text-decoration: none;
          margin-left: 4.26vw;
          margin-right: 4.26vw;
          z-index: 2;
          height: 32px;
          background: #fff;
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: 700; } }
  #top-section4 {
    padding-top: 80px;
    padding-bottom: 60px; }
    @media screen and (max-width: 767px) {
      #top-section4 {
        padding-top: 40px;
        padding-bottom: 20px; } }
    #top-section4-text1 {
      font-size: 32px;
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        #top-section4-text1 {
          font-size: 28px;
          font-size: 1.75rem; } }
    #top-section4-layout1-wrap {
      position: relative; }
    #top-section4-layout1 {
      z-index: 1;
      position: relative; }
      #top-section4-layout1 > div {
        margin-bottom: 40px;
        display: flex;
        flex-wrap: nowrap; }
        #top-section4-layout1 > div:last-child {
          margin-bottom: 0; }
        #top-section4-layout1 > div > .ic {
          width: 28px;
          margin-right: 32px;
          padding-top: 5px; }
          @media screen and (max-width: 767px) {
            #top-section4-layout1 > div > .ic {
              width: 27px;
              min-width: 27px;
              margin-right: 20px;
              padding-top: 4px; } }
        #top-section4-layout1 > div > .cont {
          width: 100%; }
          #top-section4-layout1 > div > .cont h3 {
            font-size: 24px;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 8px; }
          #top-section4-layout1 > div > .cont p {
            font-weight: 700;
            line-height: 1.8;
            margin-bottom: 8px; }
          #top-section4-layout1 > div > .cont *:last-child {
            margin-bottom: 0; }
    #top-section4-pic1 {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 237px;
      z-index: 0; }
      @media screen and (max-width: 767px) {
        #top-section4-pic1 {
          position: relative;
          width: 160px;
          margin-left: auto;
          margin-right: auto; } }
    #top-section4-text2 {
      margin-bottom: 0;
      margin-top: 55px;
      text-align: center;
      line-height: 1.5;
      font-size: 32px;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.5;
      width: 550px;
      margin-left: auto;
      margin-right: auto;
      position: relative; }
      @media screen and (max-width: 767px) {
        #top-section4-text2 {
          font-size: 20px;
          font-size: 1.25rem;
          width: 200px; } }
      #top-section4-text2:before, #top-section4-text2:after {
        content: '';
        width: 2px;
        height: 140px;
        background: #FB7545;
        position: absolute;
        z-index: 1;
        top: -15px; }
      #top-section4-text2:before {
        left: -80px;
        transform: rotate(-25deg); }
        @media screen and (max-width: 767px) {
          #top-section4-text2:before {
            left: -30px; } }
      #top-section4-text2:after {
        right: -80px;
        transform: rotate(25deg); }
        @media screen and (max-width: 767px) {
          #top-section4-text2:after {
            right: -30px; } }
  #top-section5 {
    padding-top: 100px;
    padding-bottom: 80px;
    background: #FAE9E7;
    position: relative; }
    @media screen and (max-width: 767px) {
      #top-section5 {
        padding-bottom: 40px; } }
    #top-section5:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-right: 50px solid transparent;
      border-left: 50px solid transparent;
      border-top: 60px solid #fff;
      border-bottom: 0;
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      top: 0; }
    #top-section5 .common-h2 {
      text-align: center;
      margin-bottom: 20px; }
    #top-section5-layout1 {
      background: #fff;
      border-radius: 20px;
      padding: 40px;
      display: flex;
      flex-wrap: nowrap; }
      @media screen and (max-width: 767px) {
        #top-section5-layout1 {
          padding: 40px 20px;
          display: block; } }
      #top-section5-layout1 > .el-left {
        width: 100%; }
        #top-section5-layout1 > .el-left p {
          font-size: 20px;
          font-size: 1.25rem;
          font-weight: 700;
          line-height: 1.8;
          margin-bottom: 20px; }
        #top-section5-layout1 > .el-left *:last-child {
          margin-bottom: 0; }
      #top-section5-layout1 > .el-right {
        width: 205px;
        min-width: 205px;
        margin-left: 40px; }
        @media screen and (max-width: 767px) {
          #top-section5-layout1 > .el-right {
            width: 100%;
            min-width: auto;
            margin-left: 0;
            margin-top: 20px; } }
        #top-section5-layout1 > .el-right .face {
          width: 200px;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 12px; }
        #top-section5-layout1 > .el-right .namae {
          font-size: 16px;
          font-size: 1rem;
          font-weight: 700;
          text-align: center; }
          @media screen and (max-width: 767px) {
            #top-section5-layout1 > .el-right .namae {
              margin-bottom: 0; } }
    #top-section5-layout2 {
      background: #fff;
      margin-top: 12px;
      border: 5px solid #D1D1D1;
      border-bottom: 0;
      border-radius: 20px 20px 0 0;
      margin-bottom: 4px;
      padding: 36px 20px 0; }
      #top-section5-layout2 .desc {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.8;
        margin-bottom: 20px; }
    #top-section5-pic1 {
      width: 122px; }
    #top-section5 .link-ig {
      text-align: center;
      font-size: 16px;
      font-weight: bold; }
      #top-section5 .link-ig > a {
        color: #BB3E11; }
        #top-section5 .link-ig > a > .icon-ig {
          vertical-align: middle;
          margin-right: 6px; }
  #top-section6 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/section6-bg.jpg") 0% 0% repeat;
    background-size: 30px; }
    @media screen and (max-width: 767px) {
      #top-section6 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section6-text1 {
      width: 208px;
      margin-left: auto;
      margin-right: auto;
      background: #fff;
      text-align: center;
      font-size: 20px;
      font-weight: bold;
      border-radius: 22px;
      padding: 6px;
      margin-bottom: 24px;
      position: relative; }
      #top-section6-text1:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-right: 12px solid transparent;
        border-left: 12px solid transparent;
        border-top: 12px solid #fff;
        border-bottom: 0;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        bottom: -12px; }
    #top-section6-layout1-wrap {
      background: #fff;
      padding: 60px 80px;
      box-shadow: 3px 4px 4px rgba(0, 0, 0, 0.25); }
      @media screen and (max-width: 767px) {
        #top-section6-layout1-wrap {
          padding: 20px 12px; } }
    #top-section6-layout1 > div {
      border-bottom: 2px solid #D1D1D1;
      margin-bottom: 20px;
      padding-bottom: 20px; }
      #top-section6-layout1 > div:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0; }
      #top-section6-layout1 > div > .titlewrap {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 12px; }
        #top-section6-layout1 > div > .titlewrap > .lead {
          font-size: 24px;
          font-size: 1.5rem;
          font-weight: 700;
          color: #D44A19;
          line-height: 1.8; }
          @media screen and (max-width: 767px) {
            #top-section6-layout1 > div > .titlewrap > .lead {
              line-height: 1.5; } }
        #top-section6-layout1 > div > .titlewrap > .circle-tokuten {
          width: 80px;
          min-width: 80px;
          height: 80px;
          display: flex;
          background: #F05921;
          color: #fff;
          border: 2px solid #fff;
          border-radius: 40px;
          align-items: center;
          justify-content: center;
          padding: 10px;
          overflow: hidden;
          flex-direction: column;
          margin-right: 18px; }
          #top-section6-layout1 > div > .titlewrap > .circle-tokuten .r1 {
            text-align: center;
            line-height: 1;
            display: block;
            margin-bottom: 4px;
            font-size: 12px;
            font-size: 0.75rem; }
          #top-section6-layout1 > div > .titlewrap > .circle-tokuten .r2 {
            display: block;
            /* font-family: $_font_roboto;
            font-style:italic; */
            font-weight: 700;
            font-size: 36px;
            font-size: 2.25rem;
            line-height: 1; }
            @media screen and (max-width: 767px) {
              #top-section6-layout1 > div > .titlewrap > .circle-tokuten .r2 {
                font-size: 24px;
                font-size: 1.5rem; } }
      #top-section6-layout1 > div > .cont p {
        font-weight: 700;
        line-height: 1.8;
        margin-bottom: 20px; }
      #top-section6-layout1 > div > .cont > *:last-child {
        margin-bottom: 0; }
    #top-section6 .common-h2 {
      text-align: center;
      margin-bottom: 15px; }
  #top-section8 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f7f7f7; }
    @media screen and (max-width: 767px) {
      #top-section8 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section8 .common-h2 {
      text-align: center;
      margin-bottom: 15px; }
    #top-section8-text1 {
      margin-bottom: 0;
      margin-top: 40px;
      text-align: left;
      font-weight: 700;
      color: #646464; }
    #top-section8-layout1 {
      gap: 40px 3.7%; }
      @media screen and (max-width: 767px) {
        #top-section8-layout1 {
          display: block; } }
      #top-section8-layout1 > div {
        width: 48.15%;
        max-width: 520px;
        background: #fff;
        border: 1px solid #ACACAC;
        border-radius: 4px;
        box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
        padding: 24px 24px; }
        @media screen and (max-width: 767px) {
          #top-section8-layout1 > div {
            width: 100%;
            max-width: none;
            margin-bottom: 40px;
            padding: 24px 10px; } }
        @media screen and (max-width: 767px) {
          #top-section8-layout1 > div:last-child {
            margin-bottom: 0; } }
        #top-section8-layout1 > div > .kai {
          text-align: center;
          font-size: 20px;
          font-size: 1.25rem;
          font-weight: 700;
          color: #BB3E11;
          margin-bottom: 20px; }
        #top-section8-layout1 > div .guest {
          font-size: 20px;
          font-size: 1.25rem;
          font-weight: 700;
          line-height: 1.8; }
          #top-section8-layout1 > div .guest .underline {
            text-decoration: underline; }
        #top-section8-layout1 > div > h3.mid {
          text-align: center;
          font-size: 32px;
          font-size: 2rem;
          font-weight: 700;
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
            #top-section8-layout1 > div > h3.mid {
              font-size: 24px;
              font-size: 1.5rem; } }
          #top-section8-layout1 > div > h3.mid.mid-sm {
            font-size: 28px;
            font-size: 1.75rem;
            letter-spacing: -0.04em; }
            @media screen and (max-width: 767px) {
              #top-section8-layout1 > div > h3.mid.mid-sm {
                font-size: 20px;
                font-size: 1.25rem; } }
          #top-section8-layout1 > div > h3.mid > span {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column; }
          #top-section8-layout1 > div > h3.mid .small {
            font-size: 16px;
            font-size: 1rem;
            font-weight: 700; }
          #top-section8-layout1 > div > h3.mid .bb > span {
            position: relative;
            z-index: 1;
            background: linear-gradient(transparent 75%, #FDAD92 0%);
            /*&:after {
            	content:'';
            	background:$_color-orange2;
            	width:100%;
            	height:10px;
            	z-index:-1;
            	bottom:0;
            	left:0;
            	position:absolute;
            }*/ }
        #top-section8-layout1 > div > .list-dots {
          font-size: 20px;
          font-size: 1.25rem;
          font-weight: 700;
          line-height: 1.8; }
          @media screen and (max-width: 767px) {
            #top-section8-layout1 > div > .list-dots {
              margin-left: 14px;
              margin-right: 14px; } }
          #top-section8-layout1 > div > .list-dots > li {
            position: relative;
            padding-left: 20px; }
            #top-section8-layout1 > div > .list-dots > li:before {
              content: '';
              background: #333333;
              width: 6px;
              height: 6px;
              border-radius: 50%;
              display: block;
              position: absolute;
              left: 0;
              top: 16px; }
    #top-section8-text3 {
      font-size: 28px;
      font-size: 1.75rem;
      font-weight: 700;
      line-height: 1.5;
      margin-bottom: 20px;
      border-left: 6px solid #BB3E11;
      padding-left: 8px;
      margin-top: 80px; }
    #top-section8-layout2 > .row {
      border: 1px solid #ACACAC;
      background: #fff;
      padding: 32px;
      width: 100%;
      margin-bottom: 20px;
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #top-section8-layout2 > .row {
          display: block; } }
      #top-section8-layout2 > .row:last-child {
        margin-bottom: 0; }
      #top-section8-layout2 > .row > .el-left {
        width: 240px;
        min-width: 240px;
        margin-right: 32px; }
        @media screen and (max-width: 767px) {
          #top-section8-layout2 > .row > .el-left {
            width: 100%;
            min-width: auto; } }
        @media screen and (max-width: 767px) {
          #top-section8-layout2 > .row > .el-left .face {
            width: 120px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 32px; } }
      #top-section8-layout2 > .row > .el-right {
        width: 100%; }
        #top-section8-layout2 > .row > .el-right .namae {
          font-size: 24px;
          font-size: 1.5rem;
          font-weight: 700;
          margin-bottom: 8px; }
        #top-section8-layout2 > .row > .el-right .katagaki {
          font-size: 16px;
          font-size: 1rem;
          font-weight: 700;
          margin-bottom: 24px; }
        #top-section8-layout2 > .row > .el-right .desc {
          font-size: 16px;
          font-size: 1rem;
          font-weight: 700; }
  #top-section9 {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #top-section9 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section9-box1 {
      color: #fff;
      background: #F05921;
      padding: 40px;
      border-radius: 20px; }
      @media screen and (max-width: 767px) {
        #top-section9-box1 {
          padding: 20px; } }
    #top-section9-text1 {
      text-align: center;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.125rem;
      color: #EEEEEE;
      margin-bottom: 10px; }
    #top-section9-text2 {
      text-align: center;
      font-weight: 700;
      font-size: 36px;
      font-size: 2.25rem;
      color: #fff;
      margin-bottom: 0; }
    #top-section9-list1 {
      margin-top: 40px; }
      #top-section9-list1 > div {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 40px; }
        #top-section9-list1 > div:last-child {
          margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          #top-section9-list1 > div {
            display: block; } }
        #top-section9-list1 > div > .el-left {
          width: 140px;
          min-width: 140px;
          margin-right: 16px;
          position: relative; }
          @media screen and (max-width: 767px) {
            #top-section9-list1 > div > .el-left {
              width: 95px;
              min-width: 95px;
              margin-right: 0;
              margin-bottom: 10px; } }
          #top-section9-list1 > div > .el-left .circle-line {
            width: 29px;
            position: absolute;
            z-index: 1;
            left: 15px;
            top: 0; }
            @media screen and (max-width: 767px) {
              #top-section9-list1 > div > .el-left .circle-line {
                left: -7px;
                top: -10px; } }
          #top-section9-list1 > div > .el-left .circle-tokuten {
            width: 100px;
            height: 100px;
            margin-right: 0;
            margin-left: auto;
            display: flex;
            background: #F05921;
            color: #fff;
            border: 2px solid #fff;
            border-radius: 50px;
            align-items: center;
            justify-content: center;
            padding: 10px;
            overflow: hidden;
            flex-direction: column; }
            @media screen and (max-width: 767px) {
              #top-section9-list1 > div > .el-left .circle-tokuten {
                width: 80px;
                height: 80px; } }
            #top-section9-list1 > div > .el-left .circle-tokuten .r1 {
              text-align: center;
              line-height: 1;
              display: block;
              margin-bottom: 5px; }
              @media screen and (max-width: 767px) {
                #top-section9-list1 > div > .el-left .circle-tokuten .r1 {
                  font-size: 12px;
                  font-size: 0.75rem; } }
            #top-section9-list1 > div > .el-left .circle-tokuten .r2 {
              display: block;
              font-family: "Roboto", sans-serif;
              font-style: italic;
              font-weight: 700;
              font-size: 36px;
              font-size: 2.25rem;
              line-height: 1; }
              @media screen and (max-width: 767px) {
                #top-section9-list1 > div > .el-left .circle-tokuten .r2 {
                  font-size: 24px;
                  font-size: 1.5rem; } }
        #top-section9-list1 > div > .el-right {
          width: 100%; }
          #top-section9-list1 > div > .el-right .mid {
            background: #fff;
            color: #BB3E11;
            font-size: 24px;
            font-size: 1.5rem;
            font-weight: 700;
            padding: 12px;
            line-height: 1;
            margin-bottom: 8px;
            display: inline-block; }
            @media screen and (max-width: 767px) {
              #top-section9-list1 > div > .el-right .mid {
                background: transparent;
                padding: 0;
                margin-bottom: 0; } }
            @media screen and (max-width: 767px) {
              #top-section9-list1 > div > .el-right .mid > span {
                display: inline-block;
                background: #fff;
                padding: 12px 6px;
                margin-bottom: 8px; } }
          #top-section9-list1 > div > .el-right .desc {
            font-size: 20px;
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1.8;
            margin-bottom: 0;
            color: #fff; }
  #top-section17 {
    background: #f7f7f7;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #top-section17 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section17 .common-h2 {
      text-align: center;
      margin-bottom: 20px; }
    #top-section17-layout1 > .row {
      background: #fff;
      padding: 24px;
      margin-bottom: 40px;
      border: 1px solid #D1D1D1;
      flex-wrap: nowrap;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #top-section17-layout1 > .row {
          display: block; } }
      #top-section17-layout1 > .row:last-child {
        margin-bottom: 0; }
      #top-section17-layout1 > .row > .el-left {
        width: 180px;
        min-width: 180px;
        margin-right: 24px;
        padding-bottom: 32px; }
        @media screen and (max-width: 767px) {
          #top-section17-layout1 > .row > .el-left {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 20px;
            padding-bottom: 0; } }
        #top-section17-layout1 > .row > .el-left .award {
          font-size: 20px;
          font-size: 1.25rem;
          font-weight: 700;
          line-height: 1.2;
          text-align: center;
          color: #A38F3E;
          position: relative;
          height: 97px;
          display: flex;
          justify-content: center;
          align-items: center; }
          #top-section17-layout1 > .row > .el-left .award > span {
            display: block; }
            #top-section17-layout1 > .row > .el-left .award > span > .sm {
              font-size: 11px;
              font-size: 0.6875rem; }
          #top-section17-layout1 > .row > .el-left .award:before, #top-section17-layout1 > .row > .el-left .award:after {
            content: '';
            display: block;
            width: 39px;
            height: 97px;
            position: absolute;
            top: 0;
            z-index: 1; }
          #top-section17-layout1 > .row > .el-left .award:before {
            left: 0;
            background: url("../images/section17-title-bg-left.png") left center no-repeat;
            background-size: 100%; }
          #top-section17-layout1 > .row > .el-left .award:after {
            right: 0;
            background: url("../images/section17-title-bg-right.png") right center no-repeat;
            background-size: 100%; }
      #top-section17-layout1 > .row > .el-right {
        width: 100%; }
        #top-section17-layout1 > .row > .el-right h3 {
          font-size: 20px;
          font-size: 1.25rem;
          font-weight: 700;
          line-height: 1.8;
          margin-bottom: 16px; }
        #top-section17-layout1 > .row > .el-right .desc {
          line-height: 1.8;
          margin-bottom: 16px; }
          #top-section17-layout1 > .row > .el-right .desc .strong {
            font-weight: 700; }
        #top-section17-layout1 > .row > .el-right .namae {
          line-height: 1.8;
          margin-bottom: 0; }
        #top-section17-layout1 > .row > .el-right .linkbtn {
          display: block;
          border: 2px solid #008BCD;
          text-align: center;
          border-radius: 24px;
          font-size: 14px;
          font-weight: bold;
          color: #fff;
          background: #008BCD;
          line-height: 1.2;
          margin-left: 18px;
          margin-right: auto;
          width: 80%;
          max-width: 600px;
          padding: 7px;
          margin-top: 20px;
          transition: all .3s;
          text-decoration: none; }
          #top-section17-layout1 > .row > .el-right .linkbtn:hover {
            background: #fff;
            color: #008BCD; }
          @media screen and (max-width: 767px) {
            #top-section17-layout1 > .row > .el-right .linkbtn {
              width: 100%;
              margin-left: auto; } }
  #top-section10 {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #top-section10 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section10 .common-h2 {
      text-align: center;
      margin-bottom: 15px; }
      @media screen and (max-width: 767px) {
        #top-section10 .common-h2 {
          letter-spacing: -1px; } }
    #top-section10-text1 {
      font-weight: 700;
      line-height: 1.8;
      margin-bottom: 40px;
      text-align: center; }
    #top-section10-layout1 > div, #top-section10-layout2 > div {
      margin-bottom: 40px;
      background: #FAE9E7;
      padding-top: 40px;
      padding-bottom: 40px;
      position: relative; }
      @media screen and (max-width: 767px) {
        #top-section10-layout1 > div, #top-section10-layout2 > div {
          padding-top: 50px; } }
      #top-section10-layout1 > div .icon-voice, #top-section10-layout2 > div .icon-voice {
        width: 147px;
        position: absolute;
        z-index: 1;
        top: -45px; }
        @media screen and (max-width: 767px) {
          #top-section10-layout1 > div .icon-voice, #top-section10-layout2 > div .icon-voice {
            width: 130px; } }
      #top-section10-layout1 > div h3.lead, #top-section10-layout2 > div h3.lead {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 12px;
        line-height: 1.8;
        color: #BB3E11; }
      #top-section10-layout1 > div .desc, #top-section10-layout2 > div .desc {
        line-height: 1.8;
        margin-bottom: 12px; }
        #top-section10-layout1 > div .desc .strong, #top-section10-layout2 > div .desc .strong {
          font-weight: 700;
          text-decoration: underline; }
      #top-section10-layout1 > div .namae, #top-section10-layout2 > div .namae {
        margin-bottom: 0;
        text-align: right;
        line-height: 1.8; }
      #top-section10-layout1 > div .linkbtn, #top-section10-layout2 > div .linkbtn {
        display: block;
        border: 1px solid #008BCD;
        text-align: center;
        border-radius: 24px;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        background: #008BCD;
        line-height: 1.2;
        margin-left: auto;
        margin-right: auto;
        width: 80%;
        max-width: 600px;
        padding: 7px;
        margin-top: 15px;
        transition: all .3s;
        text-decoration: none; }
        #top-section10-layout1 > div .linkbtn:hover, #top-section10-layout2 > div .linkbtn:hover {
          background: #fff;
          color: #008BCD; }
        @media screen and (max-width: 767px) {
          #top-section10-layout1 > div .linkbtn, #top-section10-layout2 > div .linkbtn {
            width: 100%;
            margin-left: auto; } }
      #top-section10-layout1 > div:nth-child(2n), #top-section10-layout2 > div:nth-child(2n) {
        padding-left: 80px;
        padding-right: 60px; }
        @media screen and (max-width: 767px) {
          #top-section10-layout1 > div:nth-child(2n), #top-section10-layout2 > div:nth-child(2n) {
            padding-left: 20px;
            padding-right: 20px; } }
        #top-section10-layout1 > div:nth-child(2n) .icon-voice, #top-section10-layout2 > div:nth-child(2n) .icon-voice {
          left: -15px;
          right: auto; }
      #top-section10-layout1 > div:nth-child(2n - 1), #top-section10-layout2 > div:nth-child(2n - 1) {
        padding-left: 60px;
        padding-right: 80px; }
        @media screen and (max-width: 767px) {
          #top-section10-layout1 > div:nth-child(2n - 1), #top-section10-layout2 > div:nth-child(2n - 1) {
            padding-left: 20px;
            padding-right: 20px; } }
        #top-section10-layout1 > div:nth-child(2n - 1) .icon-voice, #top-section10-layout2 > div:nth-child(2n - 1) .icon-voice {
          right: -25px;
          left: auto;
          transform: rotate(40deg); }
          @media screen and (max-width: 767px) {
            #top-section10-layout1 > div:nth-child(2n - 1) .icon-voice, #top-section10-layout2 > div:nth-child(2n - 1) .icon-voice {
              left: -15px;
              right: auto;
              transform: none; } }
      #top-section10-layout1 > div:last-child, #top-section10-layout2 > div:last-child {
        margin-bottom: 0; }
    #top-section10-layout1 {
      margin-bottom: 100px; }
    #top-section10-layout2 > div {
      background: #F7F7F7; }
      #top-section10-layout2 > div h3.lead {
        color: #333; }
  #top-section19 {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #top-section19 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section19 .common-h2 {
      text-align: center;
      margin-bottom: 20px; }
    #top-section19-text1 {
      font-weight: 700;
      text-align: center; }
    #top-section19-table1 {
      margin-top: 40px;
      margin-bottom: 40px; }
    #top-section19-table2 {
      margin-bottom: 40px; }
    #top-section19-text2 {
      font-weight: 700;
      line-height: 1.5;
      margin-bottom: 8px; }
    #top-section19-text3 {
      line-height: 1.5;
      margin-bottom: 40px; }
    #top-section19 .planbox {
      padding-top: 24px;
      margin-bottom: 40px; }
      #top-section19 .planbox:last-child {
        margin-bottom: 0; }
      #top-section19 .planbox .plantype {
        font-size: 28px;
        font-size: 1.75rem;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 40px;
        border-left: 6px solid #BB3E11;
        padding-left: 8px; }
      #top-section19 .planbox * + .plantype {
        margin-top: 60px; }
      #top-section19 .planbox .plantype-desc {
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 40px; }
      #top-section19 .planbox .merit {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.5;
        color: #F05921;
        margin-bottom: 10px;
        position: relative;
        padding-left: 50px;
        padding-top: 2px;
        margin-top: 40px; }
        #top-section19 .planbox .merit .circle {
          border-radius: 50px;
          display: block;
          width: 40px;
          height: 40px;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          border: 2px solid #FDAD92;
          color: #F05921;
          font-size: 18px;
          font-size: 1.125rem;
          font-weight: 700;
          line-height: 1;
          margin-right: 8px;
          position: absolute;
          left: 0;
          top: calc(50% - 20px);
          z-index: 1; }
      #top-section19 .planbox .merit-desc {
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 8px; }
      #top-section19 .planbox .merit-annot {
        color: #F05921;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5;
        text-indent: -1em;
        padding-left: 1em; }
        #top-section19 .planbox .merit-annot:before {
          content: '※'; }
    #top-section19 .voicebox {
      background: #fafafa;
      border: 2px solid #D1D1D1;
      border-radius: 20px;
      padding: 24px;
      margin-bottom: 40px;
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        #top-section19 .voicebox {
          padding: 16px; } }
      #top-section19 .voicebox .voice-tit {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 20px;
        color: #BB3E11; }
      #top-section19 .voicebox .voice-lead {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 700;
        text-align: center;
        line-height: 1.5;
        margin-bottom: 24px; }
      #top-section19 .voicebox .voice-desc {
        line-height: 1.5;
        margin-bottom: 1.5em; }
        #top-section19 .voicebox .voice-desc:last-child {
          margin-bottom: 0; }
    #top-section19 a.inqurybtn {
      display: flex;
      width: 100%;
      max-width: 600px;
      height: 80px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      align-items: center;
      justify-content: center;
      color: #005B98;
      border: 2px solid #005B98;
      padding: 0px 40px;
      border-radius: 20px;
      box-shadow: 0 0 10px rgba(0, 9, 152, 0.25);
      font-weight: 700;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.5;
      text-decoration: none;
      position: relative;
      transition: opacity 0.3s linear; }
      #top-section19 a.inqurybtn:hover {
        opacity: 0.7; }
      #top-section19 a.inqurybtn .ic-before {
        position: absolute;
        z-index: 1;
        left: 40px; }
        @media screen and (max-width: 767px) {
          #top-section19 a.inqurybtn .ic-before {
            left: 12px; } }
      #top-section19 a.inqurybtn .ic-after {
        position: absolute;
        z-index: 1;
        right: 40px; }
        @media screen and (max-width: 767px) {
          #top-section19 a.inqurybtn .ic-after {
            right: 12px; } }
    #top-section19 a.inqurybtn2 {
      display: flex;
      width: 100%;
      max-width: 720px;
      height: 126px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #fff;
      padding: 10px 96px;
      border-radius: 100px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
      margin-top: 40px;
      line-height: 1.5;
      text-decoration: none;
      position: relative;
      background: #F05921;
      transition: opacity 0.3s linear; }
      @media screen and (max-width: 767px) {
        #top-section19 a.inqurybtn2 {
          padding: 10px 60px; } }
      #top-section19 a.inqurybtn2:hover {
        opacity: 0.7; }
      #top-section19 a.inqurybtn2 > .row1 {
        font-size: 32px;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 6px; }
        @media screen and (max-width: 767px) {
          #top-section19 a.inqurybtn2 > .row1 {
            font-size: 20px;
            font-size: 1.25rem; } }
      #top-section19 a.inqurybtn2 > .row2 {
        font-size: 14px;
        font-size: 0.875rem; }
      #top-section19 a.inqurybtn2 .ic-before {
        position: absolute;
        z-index: 1;
        left: 40px;
        top: calc(50% - 16px); }
        @media screen and (max-width: 767px) {
          #top-section19 a.inqurybtn2 .ic-before {
            left: 24px;
            width: 24px; } }
      #top-section19 a.inqurybtn2 .ic-after {
        position: absolute;
        z-index: 1;
        right: 40px;
        top: calc(50% - 16px); }
        @media screen and (max-width: 767px) {
          #top-section19 a.inqurybtn2 .ic-after {
            right: 24px;
            width: 24px; } }
    #top-section19 .annot {
      margin-bottom: 0;
      margin-top: 16px;
      text-align: center;
      font-size: 14px; }
    #top-section19 .tokutenbox {
      background: #FAE9E7;
      border-radius: 12px;
      padding: 16px;
      margin-bottom: 40px; }
      #top-section19 .tokutenbox:last-child {
        margin-bottom: 0; }
      #top-section19 .tokutenbox .tit {
        text-align: center;
        line-height: 1.5;
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 700;
        position: relative;
        color: #BB3E11;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 25px;
        margin-bottom: 16px; }
        @media screen and (max-width: 767px) {
          #top-section19 .tokutenbox .tit {
            width: 100%;
            max-width: 300px; } }
        #top-section19 .tokutenbox .tit:before, #top-section19 .tokutenbox .tit:after {
          content: '';
          display: block;
          width: 20px;
          height: 39px;
          position: absolute;
          z-index: 1; }
        #top-section19 .tokutenbox .tit:before {
          background: url("../images/tokuten-title-bg-left.png") left center no-repeat;
          background-size: 100%;
          top: 0;
          left: 0; }
        #top-section19 .tokutenbox .tit:after {
          background: url("../images/tokuten-title-bg-right.png") right center no-repeat;
          background-size: 100%;
          top: 0;
          right: 0; }
      #top-section19 .tokutenbox .desc {
        font-weight: 700;
        text-align: center;
        margin-bottom: 24px;
        line-height: 1.5; }
        @media screen and (max-width: 767px) {
          #top-section19 .tokutenbox .desc {
            text-align: left; } }
        #top-section19 .tokutenbox .desc .strong {
          font-size: 20px;
          font-size: 1.25rem;
          color: #F05921;
          text-decoration: underline; }
      #top-section19 .tokutenbox table {
        width: 600px;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (max-width: 767px) {
          #top-section19 .tokutenbox table {
            width: 100%;
            display: block; } }
        @media screen and (max-width: 767px) {
          #top-section19 .tokutenbox table tbody, #top-section19 .tokutenbox table tr {
            display: block; }
          #top-section19 .tokutenbox table tr {
            margin-bottom: 16px; }
            #top-section19 .tokutenbox table tr:last-child {
              margin-bottom: 0; } }
        #top-section19 .tokutenbox table th, #top-section19 .tokutenbox table td {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 1.5; }
          @media screen and (max-width: 767px) {
            #top-section19 .tokutenbox table th, #top-section19 .tokutenbox table td {
              display: block; } }
        #top-section19 .tokutenbox table th {
          width: 100px;
          text-align: right;
          padding-top: 8px;
          padding-bottom: 8px;
          color: #646464;
          font-weight: 700; }
          @media screen and (max-width: 767px) {
            #top-section19 .tokutenbox table th {
              padding-top: 0;
              padding-bottom: 0;
              text-align: left;
              width: 100%; } }
        #top-section19 .tokutenbox table td {
          width: calc( 100% - 100px );
          padding-left: 24px;
          padding-top: 8px;
          padding-bottom: 8px; }
          @media screen and (max-width: 767px) {
            #top-section19 .tokutenbox table td {
              width: 100%;
              padding-left: 0;
              padding-top: 0;
              padding-bottom: 0; } }
    #top-section19 .subtit {
      text-align: center;
      margin-bottom: 16px;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        #top-section19 .subtit {
          margin-bottom: 24px; } }
      #top-section19 .subtit > span {
        border-top: 2px solid #FDAD92;
        border-bottom: 2px solid #FDAD92;
        padding-top: 6px;
        padding-bottom: 6px; }
  #top-section11 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f7f7f7; }
    @media screen and (max-width: 767px) {
      #top-section11 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section11 .common-h2 {
      text-align: center;
      margin-bottom: 15px; }
    #top-section11-movie1 {
      width: 100%;
      max-width: 661px;
      margin-left: auto;
      margin-right: auto;
      position: relative;
      margin-bottom: 40px; }
    #top-section11-box1 {
      border: 5px solid #D1D1D1;
      border-bottom: none;
      border-radius: 20px 20px 0 0;
      padding: 60px 40px 40px 40px;
      position: relative;
      margin-bottom: 5px;
      background: #fafafa; }
      @media screen and (max-width: 767px) {
        #top-section11-box1 {
          padding: 40px 24px 4px; } }
      #top-section11-box1 p {
        font-weight: 700;
        margin-bottom: 40px;
        line-height: 1.8; }
        @media screen and (max-width: 767px) {
          #top-section11-box1 p {
            margin-bottom: 20px; } }
        #top-section11-box1 p:last-child {
          margin-bottom: 0; }
        #top-section11-box1 p.katagaki {
          margin-bottom: 5px;
          text-align: right; }
      #top-section11-box1 > .col2 {
        flex-wrap: nowrap;
        align-items: flex-end; }
        @media screen and (max-width: 767px) {
          #top-section11-box1 > .col2 {
            display: block; } }
        #top-section11-box1 > .col2 > .el-left {
          width: 100%;
          margin-right: 25px; }
          @media screen and (max-width: 767px) {
            #top-section11-box1 > .col2 > .el-left {
              margin-right: 0; } }
        #top-section11-box1 > .col2 > .el-right {
          width: 315px;
          min-width: 315px; }
          @media screen and (max-width: 767px) {
            #top-section11-box1 > .col2 > .el-right {
              margin-top: 20px;
              margin-bottom: 60px;
              width: 100%;
              min-width: auto; } }
      #top-section11-box1 .name-box {
        flex-wrap: nowrap;
        align-items: flex-end; }
        #top-section11-box1 .name-box > .face {
          width: 100px;
          min-width: 100px;
          margin-right: 10px; }
          @media screen and (max-width: 767px) {
            #top-section11-box1 .name-box > .face {
              width: 60px;
              min-width: 60px; } }
        #top-section11-box1 .name-box > .cont {
          width: 100%; }
        #top-section11-box1 .name-box .name-min {
          width: 108px;
          line-height: 1;
          margin-right: 0;
          margin-left: auto; }
    #top-section11-pic1 {
      width: 165px;
      position: absolute;
      right: 40px;
      bottom: 0px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        #top-section11-pic1 {
          width: 123px;
          position: relative;
          left: 0;
          right: auto; } }
  #top-section12 {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #top-section12 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section12 .common-h2 {
      text-align: center;
      margin-bottom: 15px; }
    #top-section12 .tokutenbox {
      background: #FAE9E7;
      border-radius: 12px;
      padding: 24px;
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        #top-section12 .tokutenbox {
          padding: 24px 16px; } }
      #top-section12 .tokutenbox-inner {
        border: 1px solid #D1D1D1;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.4);
        padding: 24px;
        max-width: 1016px;
        margin-left: auto;
        margin-right: auto; }
        #top-section12 .tokutenbox-inner > .fl-r {
          float: left;
          width: 180px;
          margin-right: 24px;
          margin-bottom: 24px;
          margin-top: 30px; }
          @media screen and (max-width: 767px) {
            #top-section12 .tokutenbox-inner > .fl-r {
              float: none;
              margin-left: auto;
              margin-right: auto;
              margin-top: 0;
              width: 120px; } }
        #top-section12 .tokutenbox-inner .namae {
          font-weight: 700;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.5;
          margin-bottom: 24px; }
        #top-section12 .tokutenbox-inner p {
          margin-bottom: 1em; }
          #top-section12 .tokutenbox-inner p:last-child {
            margin-bottom: 0; }
      #top-section12 .tokutenbox .tit {
        text-align: center;
        line-height: 1.5;
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 700;
        position: relative;
        color: #BB3E11;
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 25px;
        margin-bottom: 16px; }
        @media screen and (max-width: 767px) {
          #top-section12 .tokutenbox .tit {
            width: 100%;
            max-width: 300px; } }
        #top-section12 .tokutenbox .tit:before, #top-section12 .tokutenbox .tit:after {
          content: '';
          display: block;
          width: 20px;
          height: 39px;
          position: absolute;
          z-index: 1; }
        #top-section12 .tokutenbox .tit:before {
          background: url("../images/tokuten-title-bg-left.png") left center no-repeat;
          background-size: 100%;
          top: 0;
          left: 0; }
        #top-section12 .tokutenbox .tit:after {
          background: url("../images/tokuten-title-bg-right.png") right center no-repeat;
          background-size: 100%;
          top: 0;
          right: 0; }
      #top-section12 .tokutenbox .desc {
        font-weight: 700;
        text-align: center;
        margin-bottom: 24px;
        line-height: 1.5; }
        @media screen and (max-width: 767px) {
          #top-section12 .tokutenbox .desc {
            text-align: left; } }
        #top-section12 .tokutenbox .desc .strong {
          font-size: 20px;
          font-size: 1.25rem;
          color: #F05921;
          text-decoration: underline; }
      #top-section12 .tokutenbox table {
        width: 600px;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (max-width: 767px) {
          #top-section12 .tokutenbox table {
            width: 100%;
            display: block; } }
        @media screen and (max-width: 767px) {
          #top-section12 .tokutenbox table tbody, #top-section12 .tokutenbox table tr {
            display: block; }
          #top-section12 .tokutenbox table tr {
            margin-bottom: 16px; }
            #top-section12 .tokutenbox table tr:last-child {
              margin-bottom: 0; } }
        #top-section12 .tokutenbox table th, #top-section12 .tokutenbox table td {
          font-size: 18px;
          font-size: 1.125rem;
          line-height: 1.5; }
          @media screen and (max-width: 767px) {
            #top-section12 .tokutenbox table th, #top-section12 .tokutenbox table td {
              display: block; } }
        #top-section12 .tokutenbox table th {
          width: 100px;
          text-align: right;
          padding-top: 8px;
          padding-bottom: 8px;
          color: #646464;
          font-weight: 700; }
          @media screen and (max-width: 767px) {
            #top-section12 .tokutenbox table th {
              padding-top: 0;
              padding-bottom: 0;
              text-align: left;
              width: 100%; } }
        #top-section12 .tokutenbox table td {
          width: calc( 100% - 100px );
          padding-left: 24px;
          padding-top: 8px;
          padding-bottom: 8px; }
          @media screen and (max-width: 767px) {
            #top-section12 .tokutenbox table td {
              width: 100%;
              padding-left: 0;
              padding-top: 0;
              padding-bottom: 0; } }
    #top-section12 .subtit {
      text-align: center;
      margin-bottom: 16px;
      font-weight: 700;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        #top-section12 .subtit {
          margin-bottom: 24px; } }
      #top-section12 .subtit > span {
        border-top: 2px solid #FDAD92;
        border-bottom: 2px solid #FDAD92;
        padding-top: 6px;
        padding-bottom: 6px; }
    #top-section12-layout1 > div {
      margin-bottom: 12px;
      display: flex;
      flex-wrap: nowrap; }
      @media screen and (max-width: 767px) {
        #top-section12-layout1 > div {
          display: block; } }
      #top-section12-layout1 > div:nth-child {
        margin-bottom: 0; }
      #top-section12-layout1 > div > div:nth-child(1) {
        color: #fff;
        background: #BB3E11;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700;
        width: 182px;
        min-width: 182px;
        position: relative; }
        @media screen and (max-width: 767px) {
          #top-section12-layout1 > div > div:nth-child(1) {
            width: 100%;
            min-width: auto;
            font-size: 16px;
            font-size: 1rem;
            height: 56px; } }
        #top-section12-layout1 > div > div:nth-child(1):after {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-top: 12px solid transparent;
          border-bottom: 12px solid transparent;
          border-left: 12px solid #BB3E11;
          border-right: 0;
          position: absolute;
          right: -12px;
          top: calc( 50% - 12px ); }
          @media screen and (max-width: 767px) {
            #top-section12-layout1 > div > div:nth-child(1):after {
              border-right: 12px solid transparent;
              border-top: 12px solid #BB3E11;
              border-left: 12px solid transparent;
              border-bottom: 0;
              top: auto;
              bottom: -12px;
              left: 0;
              right: 0;
              margin-left: auto;
              margin-right: auto; } }
      #top-section12-layout1 > div > div:nth-child(2) {
        background: #EEEEEE;
        padding: 24px 24px 24px 52px;
        width: 100%; }
        @media screen and (max-width: 767px) {
          #top-section12-layout1 > div > div:nth-child(2) {
            padding: 32px 16px 24px 16px; } }
        #top-section12-layout1 > div > div:nth-child(2) > p {
          font-size: 20px;
          font-size: 1.25rem;
          font-weight: 700;
          line-height: 1.8; }
          @media screen and (max-width: 767px) {
            #top-section12-layout1 > div > div:nth-child(2) > p {
              font-size: 16px;
              font-size: 1rem; } }
        #top-section12-layout1 > div > div:nth-child(2) > p.annot {
          font-size: 16px;
          font-size: 1rem;
          text-indent: -1em;
          padding-left: 1em;
          margin-bottom: 0;
          font-weight: 400; }
          #top-section12-layout1 > div > div:nth-child(2) > p.annot:before {
            content: '※'; }
        #top-section12-layout1 > div > div:nth-child(2) > *:last-child {
          margin-bottom: 0; }
        #top-section12-layout1 > div > div:nth-child(2) table {
          margin-bottom: 12px;
          width: 100%;
          max-width: 800px; }
          @media screen and (max-width: 767px) {
            #top-section12-layout1 > div > div:nth-child(2) table {
              display: block; } }
          @media screen and (max-width: 767px) {
            #top-section12-layout1 > div > div:nth-child(2) table tbody {
              display: block; } }
          @media screen and (max-width: 767px) {
            #top-section12-layout1 > div > div:nth-child(2) table tr {
              display: block;
              margin-bottom: 16px; } }
          #top-section12-layout1 > div > div:nth-child(2) table tr:last-child {
            margin-bottom: 0; }
          #top-section12-layout1 > div > div:nth-child(2) table tr > td {
            font-size: 20px;
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1.8;
            padding: 8px; }
            @media screen and (max-width: 767px) {
              #top-section12-layout1 > div > div:nth-child(2) table tr > td {
                font-size: 16px;
                font-size: 1rem;
                display: block;
                padding: 0; } }
            #top-section12-layout1 > div > div:nth-child(2) table tr > td:nth-child(1) {
              width: 75px; }
            #top-section12-layout1 > div > div:nth-child(2) table tr > td:nth-child(2) {
              width: 130px; }
            @media screen and (max-width: 767px) {
              #top-section12-layout1 > div > div:nth-child(2) table tr > td:nth-child(1), #top-section12-layout1 > div > div:nth-child(2) table tr > td:nth-child(2), #top-section12-layout1 > div > div:nth-child(2) table tr > td:nth-child(3) {
                width: 100%; } }
  #top-section13 {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #top-section13 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section13 .common-h2 {
      text-align: center;
      margin-bottom: 15px; }
    #top-section13-list1 {
      margin-top: 40px; }
      #top-section13-list1 dt {
        margin-bottom: 24px;
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 700;
        color: #BB3E11;
        display: flex;
        flex-wrap: nowrap;
        align-items: center; }
        @media screen and (max-width: 767px) {
          #top-section13-list1 dt {
            align-items: flex-start;
            font-size: 20px;
            font-size: 1.25rem; } }
        #top-section13-list1 dt .icon-q {
          font-size: 32px;
          font-size: 2rem;
          margin-right: 20px;
          width: 25px;
          min-width: 25px;
          line-height: 1;
          margin-top: -8px; }
          @media screen and (max-width: 767px) {
            #top-section13-list1 dt .icon-q {
              margin-top: 0px;
              margin-right: 16px; } }
        #top-section13-list1 dt .text {
          width: 100%; }
      #top-section13-list1 dd {
        margin-bottom: 40px;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700;
        display: flex;
        flex-wrap: nowrap;
        padding-left: 55px;
        align-items: center; }
        @media screen and (max-width: 767px) {
          #top-section13-list1 dd {
            align-items: flex-start;
            padding-left: 16px;
            font-size: 16px;
            font-size: 1rem;
            padding-bottom: 40px;
            margin-bottom: 40px;
            border-bottom: 1px solid #D1D1D1; } }
        #top-section13-list1 dd .icon-a {
          font-size: 32px;
          font-size: 2rem;
          margin-right: 20px;
          width: 25px;
          min-width: 25px;
          line-height: 1;
          color: #008BCD; }
          @media screen and (max-width: 767px) {
            #top-section13-list1 dd .icon-a {
              margin-right: 16px; } }
        #top-section13-list1 dd .text {
          width: 100%; }
        #top-section13-list1 dd .textlink {
          color: #BB3E11; }
          #top-section13-list1 dd .textlink:hover {
            text-decoration: none; }
        #top-section13-list1 dd:last-child {
          margin-bottom: 0; }
  #top-section14 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #f7f7f7; }
    @media screen and (max-width: 767px) {
      #top-section14 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section14 .common-h2 {
      text-align: center;
      margin-bottom: 15px; }
    #top-section14-text1, #top-section14-text2 {
      width: 100%;
      max-width: 600px;
      margin-left: auto;
      margin-right: auto;
      font-weight: 700;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.8;
      margin-bottom: 20px; }
    #top-section14-text2 {
      margin-bottom: 0; }
  #top-bookbox {
    background: #F05921;
    border-radius: 16px;
    padding: 40px 64px;
    position: relative;
    max-width: 1141px;
    margin-left: auto;
    margin-right: auto; }
    #top-bookbox-wrap {
      padding-top: 40px;
      padding-bottom: 40px; }
    @media screen and (max-width: 767px) {
      #top-bookbox {
        border-radius: 0;
        padding: 24px 4.26%; } }
    #top-bookbox-text1 {
      font-weight: 700;
      font-size: 24px;
      font-size: 1.5rem;
      color: #fff;
      text-align: center;
      margin-bottom: 8px; }
      @media screen and (max-width: 767px) {
        #top-bookbox-text1 {
          font-size: 16px;
          font-size: 1rem; } }
      #top-bookbox-text1 > span {
        position: relative; }
        #top-bookbox-text1 > span:before, #top-bookbox-text1 > span:after {
          content: '';
          position: absolute;
          z-index: 1;
          height: 32px;
          width: 2px;
          background: #fff;
          top: 2px; }
        #top-bookbox-text1 > span:before {
          left: -18px;
          transform: rotate(-15deg); }
        #top-bookbox-text1 > span:after {
          right: -18px;
          transform: rotate(15deg); }
    #top-bookbox-text2 {
      background: #BB3E11;
      font-weight: 700;
      font-size: 32px;
      font-size: 2rem;
      color: #fff;
      line-height: 1.4;
      padding: 12px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #top-bookbox-text2 {
          font-size: 16px;
          font-size: 1rem; } }
    #top-bookbox-text3 {
      margin-top: 32px;
      margin-bottom: 32px;
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem;
      color: #fff;
      line-height: 1.8;
      padding-right: 180px; }
      @media screen and (max-width: 767px) {
        #top-bookbox-text3 {
          padding-right: 0; } }
    #top-bookbox-pic1 {
      width: 243px;
      position: absolute;
      top: 120px;
      right: -20px;
      z-index: 1; }
      @media screen and (max-width: 1200px) {
        #top-bookbox-pic1 {
          right: 2%;
          bottom: 20%;
          top: auto;
          width: 20%; } }
    #top-bookbox-pic1-sp {
      position: relative;
      top: auto;
      right: auto;
      width: 196px;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 32px; }
    #top-bookbox-btn1 {
      display: block;
      width: 100%;
      max-width: 600px;
      border-radius: 50px;
      margin-left: auto;
      margin-right: auto;
      height: 62px;
      background: #fff;
      color: #BB3E11;
      box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
      position: relative;
      padding: 8px 80px;
      text-decoration: none;
      transition: opacity 0.3s linear; }
      @media screen and (max-width: 767px) {
        #top-bookbox-btn1 {
          padding: 8px 40px;
          height: auto; } }
      #top-bookbox-btn1:hover {
        opacity: 0.7; }
      #top-bookbox-btn1 .icon-pen,
      #top-bookbox-btn1 .icon-external {
        position: absolute;
        z-index: 1;
        width: 16px;
        height: 16px;
        top: 23px; }
      #top-bookbox-btn1 .icon-pen {
        left: 40px;
        right: auto; }
        @media screen and (max-width: 767px) {
          #top-bookbox-btn1 .icon-pen {
            left: 20px; } }
      #top-bookbox-btn1 .icon-external {
        left: auto;
        right: 40px; }
        @media screen and (max-width: 767px) {
          #top-bookbox-btn1 .icon-external {
            right: 20px; } }
      #top-bookbox-btn1 .tit {
        display: block;
        text-align: center;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.2;
        margin-bottom: 6px; }
        @media screen and (max-width: 767px) {
          #top-bookbox-btn1 .tit {
            font-size: 14px;
            font-size: 0.875rem;
            margin-bottom: 4px; } }
      #top-bookbox-btn1 .annot {
        display: block;
        text-align: center;
        font-size: 14px;
        font-size: 0.875rem; }

.contactbox {
  width: 100%;
  height: 280px;
  position: relative;
  display: flex;
  flex-wrap: nowrap; }
  @media screen and (max-width: 767px) {
    .contactbox {
      height: auto;
      display: block; } }
  .contactbox > .el-left, .contactbox > .el-right {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    @media screen and (max-width: 767px) {
      .contactbox > .el-left, .contactbox > .el-right {
        width: 100%;
        height: 240px; } }
    .contactbox > .el-left > a.btn, .contactbox > .el-right > a.btn {
      width: 90%;
      height: 100px;
      max-width: 400px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1;
      color: #fff;
      border-radius: 20px;
      margin-bottom: 20px;
      text-decoration: none;
      padding: 20px 30px;
      position: relative;
      border: 1px solid #000;
      box-shadow: 0 0 10px rgba(0, 91, 152, 0.25);
      transition: opacity 0.3s linear; }
      @media screen and (max-width: 767px) {
        .contactbox > .el-left > a.btn, .contactbox > .el-right > a.btn {
          font-size: 18px;
          font-size: 1.125rem; } }
      .contactbox > .el-left > a.btn:hover, .contactbox > .el-right > a.btn:hover {
        opacity: 0.7; }
      .contactbox > .el-left > a.btn .ic-before, .contactbox > .el-right > a.btn .ic-before {
        position: absolute;
        z-index: 1;
        left: 40px; }
        @media screen and (max-width: 950px) {
          .contactbox > .el-left > a.btn .ic-before, .contactbox > .el-right > a.btn .ic-before {
            left: 20px; } }
      .contactbox > .el-left > a.btn .ic-after, .contactbox > .el-right > a.btn .ic-after {
        position: absolute;
        z-index: 1;
        right: 40px; }
        @media screen and (max-width: 950px) {
          .contactbox > .el-left > a.btn .ic-after, .contactbox > .el-right > a.btn .ic-after {
            right: 20px; } }
    .contactbox > .el-left .annot, .contactbox > .el-right .annot {
      margin-bottom: 0;
      font-size: 14px;
      color: #005B98; }
  .contactbox > .el-left {
    background: url("../images/section2-bg1.jpg") 50% 50% no-repeat;
    background-size: cover;
    padding-top: 40px; }
    @media screen and (max-width: 767px) {
      .contactbox > .el-left {
        padding-top: 20px; } }
    .contactbox > .el-left > a.btn {
      background: #00ACEE;
      border-color: #00ACEE; }
  .contactbox > .el-right {
    background: url("../images/section2-bg2.jpg") 50% 50% no-repeat;
    background-size: cover;
    padding-top: 40px; }
    @media screen and (max-width: 767px) {
      .contactbox > .el-right {
        padding-top: 20px; } }
    .contactbox > .el-right > a.btn {
      background: #005B98;
      border-color: #005B98; }

.contactbox_2 {
  background: #FAE9E7;
  padding: 80px 20px;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .contactbox_2 {
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 4.26%;
      padding-right: 4.26%; } }
  .contactbox_2_title {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-bottom: 24px; }
  .contactbox_2_layout1 {
    max-width: 1360px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 3%;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 767px) {
      .contactbox_2_layout1 {
        display: block; } }
    .contactbox_2_layout1 > div {
      width: 31.11%; }
      @media screen and (max-width: 767px) {
        .contactbox_2_layout1 > div {
          width: 100%;
          margin-bottom: 30px; } }
      @media screen and (max-width: 767px) {
        .contactbox_2_layout1 > div:last-child {
          margin-bottom: 0; } }
  .contactbox_2 a.btn {
    width: 100%;
    height: 100px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    padding: 20px 60px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 91, 152, 0.25);
    transition: opacity 0.3s linear; }
    @media screen and (max-width: 1110px) {
      .contactbox_2 a.btn {
        padding: 20px 45px; } }
    @media screen and (max-width: 767px) {
      .contactbox_2 a.btn {
        margin-bottom: 10px; } }
    .contactbox_2 a.btn.btn_blue {
      background: #00ACEE; }
    .contactbox_2 a.btn.btn_red {
      background: #F05921; }
    .contactbox_2 a.btn.btn_purple {
      background: #005B98; }
    @media screen and (max-width: 1110px) {
      .contactbox_2 a.btn {
        font-size: 18px;
        font-size: 1.125rem; } }
    .contactbox_2 a.btn:hover {
      opacity: 0.7; }
    .contactbox_2 a.btn .ic-before {
      position: absolute;
      z-index: 1;
      left: 30px; }
      @media screen and (max-width: 1110px) {
        .contactbox_2 a.btn .ic-before {
          left: 15px; } }
    .contactbox_2 a.btn .ic-after {
      position: absolute;
      z-index: 1;
      right: 30px; }
      @media screen and (max-width: 1110px) {
        .contactbox_2 a.btn .ic-after {
          right: 15px; } }
  .contactbox_2 .annot {
    margin-bottom: 0;
    font-size: 14px;
    color: #005B98;
    text-align: center; }

.table-plan {
  width: 100%; }
  .table-plan th, .table-plan td {
    font-weight: 700;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    line-height: 1.2; }
  .table-plan tr > th {
    background: #BB3E11;
    color: #fff;
    text-align: center;
    border-right: 1px solid #fff;
    width: 20.3%;
    line-height: 1.5; }
    .table-plan tr > th:nth-child(1) {
      width: 18.8%; }
    .table-plan tr > th:last-child {
      border-right: none; }
  .table-plan tr > td {
    border-bottom: 1px solid #D1D1D1;
    border-right: 1px solid #D1D1D1;
    height: 60px; }
    .table-plan tr > td:nth-child(1) {
      width: 200px;
      border-left: 1px solid #D1D1D1;
      border-right: 1px solid #BB3E11;
      background: #FAE9E7; }
    .table-plan tr > td img {
      width: 32px; }
    .table-plan tr > td .teika {
      text-decoration: line-through;
      display: block;
      font-size: 12px;
      font-size: 0.75rem; }
    .table-plan tr > td .tokka {
      display: block;
      color: #F05921; }

.table-plan-sp {
  width: 100%;
  margin-bottom: 40px; }
  .table-plan-sp tr > th {
    background: #BB3E11;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    height: 60px;
    padding: 8px; }
  .table-plan-sp tr > td {
    width: 50%;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    vertical-align: middle;
    padding: 8px;
    height: 60px; }
    .table-plan-sp tr > td:nth-child(1) {
      background: #FAE9E7;
      border: 1px solid #D1D1D1;
      border-right-color: #BB3E11; }
    .table-plan-sp tr > td:nth-child(2) {
      border: 1px solid #D1D1D1; }
      .table-plan-sp tr > td:nth-child(2) img {
        width: 32px; }
      .table-plan-sp tr > td:nth-child(2) .teika {
        text-decoration: line-through;
        display: block;
        font-size: 12px;
        font-size: 0.75rem; }
      .table-plan-sp tr > td:nth-child(2) .tokka {
        display: block;
        color: #F05921; }

.sns-guest-icon {
  max-width: 100px;
  width: 60%;
  margin: 0 auto; }

.sns-guest-text {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px; }
  .sns-guest-text:hover {
    text-decoration: none; }

.top-section19-box1 {
  border: 1px solid #D1D1D1;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 20px; }
  .top-section19-box1-header {
    background: #FAE9E7;
    border-bottom: 1px solid #D1D1D1;
    padding: 12px 15px 8px; }
    .top-section19-box1-header .text1 {
      color: #BB3E11;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.5;
      text-align: center;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .top-section19-box1-header .text1 {
          font-size: 14px;
          font-size: 0.875rem; } }
      .top-section19-box1-header .text1 .icon-new {
        color: #fff;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 700;
        background: #BB3E11;
        padding: 1px 8px;
        vertical-align: 1px;
        margin-right: 8px; }
        @media screen and (max-width: 767px) {
          .top-section19-box1-header .text1 .icon-new {
            padding: 0px 6px;
            vertical-align: 0px;
            margin-right: 6px; } }
    .top-section19-box1-header .text2 {
      color: #333;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.5;
      text-align: center;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .top-section19-box1-header .text2 {
          font-size: 16px;
          font-size: 1rem; } }
  .top-section19-box1-content {
    padding: 24px 32px 32px; }
    @media screen and (max-width: 767px) {
      .top-section19-box1-content {
        padding: 24px 15px 24px; } }
    .top-section19-box1-content .text1 {
      text-align: center;
      font-weight: 700;
      margin-bottom: 0; }
      .top-section19-box1-content .text1 .textlink:hover {
        text-decoration: none; }
      @media screen and (max-width: 767px) {
        .top-section19-box1-content .text1 {
          text-align: left; } }
    .top-section19-box1-content .text2 {
      text-align: center;
      margin-bottom: 32px; }
      @media screen and (max-width: 767px) {
        .top-section19-box1-content .text2 {
          text-align: left; } }
    .top-section19-box1-content .text3 {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.5;
      margin-bottom: 12px; }
    .top-section19-box1-content .layout1 {
      display: flex;
      flex-wrap: nowrap;
      margin-bottom: 32px; }
      @media screen and (max-width: 767px) {
        .top-section19-box1-content .layout1 {
          display: block; } }
      .top-section19-box1-content .layout1 > div {
        width: 31.66%;
        max-width: 320px; }
        @media screen and (max-width: 767px) {
          .top-section19-box1-content .layout1 > div {
            width: 100%;
            max-width: none;
            margin-bottom: 40px; } }
        .top-section19-box1-content .layout1 > div:not(:nth-child(3n - 2)) {
          margin-left: 2.5%; }
          @media screen and (max-width: 767px) {
            .top-section19-box1-content .layout1 > div:not(:nth-child(3n - 2)) {
              margin-left: 0; } }
        @media screen and (max-width: 767px) {
          .top-section19-box1-content .layout1 > div:last-child {
            margin-bottom: 0; } }
        .top-section19-box1-content .layout1 > div .pic {
          width: 100%;
          margin-bottom: 8px; }
          @media screen and (max-width: 767px) {
            .top-section19-box1-content .layout1 > div .pic {
              max-width: 180px;
              margin-left: auto;
              margin-right: auto; } }
        .top-section19-box1-content .layout1 > div .namae {
          font-weight: 700;
          line-height: 1.5;
          margin-bottom: 0;
          text-align: center; }
        .top-section19-box1-content .layout1 > div .katagaki {
          line-height: 1.5;
          margin-bottom: 8px;
          text-align: center; }
        .top-section19-box1-content .layout1 > div .textlink {
          color: #008BCD;
          text-align: center; }
          .top-section19-box1-content .layout1 > div .textlink:hover {
            text-decoration: none; }
        .top-section19-box1-content .layout1 > div .extlink {
          text-align: center;
          line-height: 1.5;
          margin-bottom: 0; }
    .top-section19-box1-content .text4 {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.5;
      margin-bottom: 12px; }
    .top-section19-box1-content .list1 {
      line-height: 2;
      counter-reset: cnt; }
      .top-section19-box1-content .list1 > li {
        counter-increment: cnt;
        position: relative;
        padding-left: 22px;
        font-weight: 700; }
        .top-section19-box1-content .list1 > li:before {
          content: counter(cnt) ".";
          position: absolute;
          left: 0; }

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important; } }

.sp-only {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp-only {
      display: block; } }
