@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; }

/* =================================================== *

   遅延ロード風アニメーション

 * =================================================== */
@-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; }
  @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: #f7f7f7 url(../images/section1-bg.png) 50% 0% no-repeat;
    background-size: 100%;
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #top-section1 {
        padding-top: 40px;
        padding-bottom: 40px;
        background: #f7f7f7 url(../images/section1-bg_sp.png) 50% 0% no-repeat;
        background-size: 100%; } }
    #top-section1-caution {
      display: flex;
      flex-wrap: nowrap;
      height: 72px;
      width: 100%;
      max-width: 1080px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        #top-section1-caution {
          margin-top: 0;
          height: auto; } }
      #top-section1-caution > div {
        height: 100%; }
        @media screen and (max-width: 767px) {
          #top-section1-caution > div {
            height: auto; } }
        #top-section1-caution > div:nth-child(1) {
          align-items: center;
          justify-content: center;
          display: flex;
          width: 40px;
          background: #FFAA07; }
          #top-section1-caution > div:nth-child(1) > .icon {
            width: 24px;
            height: 24px; }
        #top-section1-caution > div:nth-child(2) {
          width: calc(100% - 40px);
          background: #FFF2D9;
          padding: 12px 16px; }
          #top-section1-caution > div:nth-child(2) p {
            font-size: 16px;
            font-size: 1rem;
            line-height: 1.5;
            margin-bottom: 0; }
            @media screen and (max-width: 767px) {
              #top-section1-caution > div:nth-child(2) p {
                font-size: 14px;
                font-size: 0.875rem; } }
    #top-section1-text1 {
      font-size: 32px;
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #top-section1-text1 {
          /* font-size:8.5vw; */ } }
    #top-section1-list1 {
      margin-top: 40px;
      justify-content: center;
      gap: 20px; }
      #top-section1-list1 > div {
        width: calc((100% - 60px) / 4);
        max-width: 255px;
        border-radius: 12px;
        border: 4px dashed #EEEEEE;
        padding: 20px;
        background: #fff;
        background: #f7f7f7; }
        @media screen and (max-width: 767px) {
          #top-section1-list1 > div {
            width: 100%;
            max-width: none;
            padding: 20px; } }
        #top-section1-list1 > div .mid {
          font-weight: 700;
          text-align: center;
          color: #BB3E11;
          margin-bottom: 10px; }
        #top-section1-list1 > div .desc {
          font-weight: 700;
          margin-bottom: 0;
          line-height: 1.4; }
    #top-section1-pic1 {
      width: 544px;
      margin-top: 40px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 767px) {
        #top-section1-pic1 {
          width: 100%;
          max-width: 544px; } }
    #top-section1-text2 {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700;
      line-height: 1.8;
      text-align: center;
      margin-top: 40px;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        #top-section1-text2 {
          text-align: left; } }
    #top-section1 .tri-brown {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 25px 25px 0 25px;
      border-color: #BB3E11 transparent transparent transparent;
      margin-top: 40px;
      margin-left: auto;
      margin-right: auto; }
  #top-section2 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fffaf9; }
    @media screen and (max-width: 767px) {
      #top-section2 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    @media screen and (max-width: 767px) {
      #top-section2 .common-h2 {
        font-size: 24px;
        font-size: 1.5rem; } }
    #top-section2-box1 {
      margin-top: 40px;
      border: 3px solid #FDAD92;
      padding: 20px 40px;
      border-radius: 20px;
      align-items: center; }
      @media screen and (max-width: 767px) {
        #top-section2-box1 {
          margin-top: 40px;
          padding: 20px; } }
      #top-section2-box1 > .el-left {
        width: 100%; }
        #top-section2-box1 > .el-left p {
          font-weight: 700;
          font-size: 20px;
          font-size: 1.25rem;
          line-height: 1.8;
          margin-bottom: 0; }
          @media screen and (max-width: 767px) {
            #top-section2-box1 > .el-left p {
              font-size: 16px;
              font-size: 1rem; } }
      #top-section2-box1 > .el-right {
        width: 148px;
        min-width: 148px;
        margin-left: 40px; }
        @media screen and (max-width: 767px) {
          #top-section2-box1 > .el-right {
            margin-left: 0;
            width: 76px;
            min-width: auto;
            position: absolute;
            right: 0;
            top: -123px;
            z-index: 1; } }
    #top-section2-table1 {
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        #top-section2-table1 {
          display: none; } }
      #top-section2-table1 > .tr {
        display: flex;
        flex-wrap: nowrap; }
        #top-section2-table1 > .tr > div {
          min-height: 80px;
          display: flex;
          align-items: center;
          border-bottom: 1px solid #D1D1D1;
          border-right: 1px solid #D1D1D1;
          font-weight: 700;
          font-size: 20px;
          font-size: 1.25rem;
          padding: 10px 20px;
          line-height: 1.5; }
          #top-section2-table1 > .tr > div.th {
            background: #f7f7f7;
            justify-content: center;
            width: 140px;
            min-width: 140px;
            padding: 10px; }
          #top-section2-table1 > .tr > div:nth-child(2), #top-section2-table1 > .tr > div:nth-child(3) {
            width: calc( ( 100% - 140px) / 2); }
          #top-section2-table1 > .tr > div:nth-child(3) {
            border-right: none; }
        #top-section2-table1 > .tr:first-child > div:nth-child(1) {
          border-radius: 20px 0 0 0; }
        #top-section2-table1 > .tr:first-child > div:nth-child(2) {
          background: #F05921;
          color: #fff;
          justify-content: center; }
        #top-section2-table1 > .tr:first-child > div:nth-child(3) {
          border-radius: 0 20px 0 0;
          background: #D44A19;
          color: #fff;
          justify-content: center; }
        #top-section2-table1 > .tr:last-child > div {
          border-bottom: none; }
        #top-section2-table1 > .tr:last-child > div:nth-child(1) {
          border-radius: 0 0 0 20px; }
        #top-section2-table1 > .tr:last-child > div:nth-child(3) {
          border-radius: 0 0 20px 0; }
    #top-section2-table1_sp, #top-section2-table2_sp {
      margin-top: 20px; }
      #top-section2-table1_sp > .tr, #top-section2-table2_sp > .tr {
        display: flex;
        flex-wrap: nowrap; }
        #top-section2-table1_sp > .tr > div, #top-section2-table2_sp > .tr > div {
          display: flex;
          align-items: center;
          border-bottom: 1px solid #D1D1D1;
          border-right: 1px solid #D1D1D1;
          font-weight: 700;
          font-size: 16px;
          font-size: 1rem;
          padding: 16px 12px;
          line-height: 1.5;
          min-height: 80px; }
          #top-section2-table1_sp > .tr > div.th, #top-section2-table2_sp > .tr > div.th {
            background: #f7f7f7;
            justify-content: center;
            width: 104px;
            min-width: 104px;
            padding: 10px; }
          #top-section2-table1_sp > .tr > div:nth-child(2), #top-section2-table2_sp > .tr > div:nth-child(2) {
            width: 100%;
            border-right: none; }
        #top-section2-table1_sp > .tr:first-child > div:nth-child(1), #top-section2-table2_sp > .tr:first-child > div:nth-child(1) {
          border-radius: 20px 0 0 0;
          min-height: 40px;
          padding: 0; }
        #top-section2-table1_sp > .tr:first-child > div:nth-child(2), #top-section2-table2_sp > .tr:first-child > div:nth-child(2) {
          background: #F05921;
          border-radius: 0 20px 0 0;
          color: #fff;
          justify-content: center;
          min-height: 40px;
          padding: 0; }
        #top-section2-table1_sp > .tr:last-child > div, #top-section2-table2_sp > .tr:last-child > div {
          border-bottom: none; }
        #top-section2-table1_sp > .tr:last-child > div:nth-child(1), #top-section2-table2_sp > .tr:last-child > div:nth-child(1) {
          border-radius: 0 0 0 20px; }
        #top-section2-table1_sp > .tr:last-child > div:nth-child(2), #top-section2-table2_sp > .tr:last-child > div:nth-child(2) {
          border-radius: 0 0 20px 0; }
    #top-section2-table2_sp > .tr:first-child > div:nth-child(2) {
      background: #D44A19; }
    #top-section2-pic1 {
      margin-top: 20px;
      margin-bottom: 20px; }
    #top-section2-text1 {
      margin-bottom: 20px;
      font-weight: 700;
      line-height: 1.8;
      color: #BB3E11;
      text-align: center;
      font-size: 32px;
      font-size: 2rem; }
      @media screen and (max-width: 767px) {
        #top-section2-text1 {
          font-size: 20px;
          font-size: 1.25rem; } }
    #top-section2-text2 {
      margin-bottom: 40px;
      font-weight: 700;
      line-height: 1.8;
      font-size: 20px;
      font-size: 1.25rem; }
      @media screen and (max-width: 767px) {
        #top-section2-text2 {
          font-size: 16px;
          font-size: 1rem; } }
    #top-section2-layout1 {
      gap: 20px;
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        #top-section2-layout1 {
          flex-wrap: wrap;
          flex-direction: column-reverse; } }
      #top-section2-layout1 > div {
        width: calc( ( 100% - 20px ) / 2); }
        @media screen and (max-width: 767px) {
          #top-section2-layout1 > div {
            width: 100%; } }
        #top-section2-layout1 > div p {
          font-weight: 700;
          line-height: 1.8;
          font-size: 20px;
          font-size: 1.25rem;
          margin-bottom: 0; }
    #top-section2-pic3 {
      margin-left: auto;
      margin-right: auto;
      max-width: 530px;
      width: 100%; }
      @media screen and (max-width: 767px) {
        #top-section2-pic3 {
          max-width: 319px; } }
  #top-section3 {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FAE9E7; }
    @media screen and (max-width: 767px) {
      #top-section3 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section3-list1 {
      width: 100%;
      margin-top: 40px;
      padding-left: 20px; }
      @media screen and (max-width: 767px) {
        #top-section3-list1 {
          padding-left: 0; } }
      #top-section3-list1 > div {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          #top-section3-list1 > div {
            display: block; } }
        #top-section3-list1 > div:last-child {
          margin-bottom: 0; }
        #top-section3-list1 > div > .el-left {
          width: 125px;
          min-width: 125px;
          margin-right: 16px;
          position: relative; }
          @media screen and (max-width: 767px) {
            #top-section3-list1 > div > .el-left {
              width: 95px;
              min-width: auto;
              margin-bottom: 8px; } }
          #top-section3-list1 > div > .el-left .circle-line {
            width: 29px;
            position: absolute;
            z-index: 1;
            left: 0;
            top: -10px; }
          #top-section3-list1 > div > .el-left .circle-point {
            width: 100px;
            height: 100px;
            margin-right: 0;
            margin-left: auto;
            display: flex;
            background: #fff;
            color: #D44A19;
            border: 2px solid #D44A19;
            border-radius: 50px;
            align-items: center;
            justify-content: center;
            padding: 10px;
            overflow: hidden;
            flex-direction: column; }
            @media screen and (max-width: 767px) {
              #top-section3-list1 > div > .el-left .circle-point {
                width: 80px;
                height: 80px; } }
            #top-section3-list1 > div > .el-left .circle-point .r1 {
              font-family: "Roboto", sans-serif;
              font-style: italic;
              text-align: center;
              line-height: 1;
              display: block;
              margin-bottom: 5px; }
              @media screen and (max-width: 767px) {
                #top-section3-list1 > div > .el-left .circle-point .r1 {
                  font-size: 12px;
                  font-size: 0.75rem;
                  margin-bottom: 4px; } }
            #top-section3-list1 > div > .el-left .circle-point .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-section3-list1 > div > .el-left .circle-point .r2 {
                  font-size: 24px;
                  font-size: 1.5rem; } }
        #top-section3-list1 > div > .el-right {
          width: 100%; }
          #top-section3-list1 > div > .el-right .mid {
            background: #BB3E11;
            color: #fff;
            font-size: 24px;
            font-size: 1.5rem;
            font-weight: 700;
            padding: 12px;
            line-height: 1;
            margin-bottom: 8px;
            display: inline-block; }
          #top-section3-list1 > div > .el-right .desc {
            font-size: 20px;
            font-size: 1.25rem;
            font-weight: 700;
            line-height: 1.8;
            margin-bottom: 0; }
    #top-section3-pic1 {
      width: 8px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 40px; }
    #top-section3-text0 .strong {
      font-size: 20px;
      font-size: 1.25rem;
      color: #F05921; }
      @media screen and (max-width: 767px) {
        #top-section3-text0 .strong {
          font-size: 16px;
          font-size: 1rem;
          color: #333333; } }
    #top-section3-text1 {
      margin-top: 40px;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 0;
      text-align: center; }
      @media screen and (max-width: 767px) {
        #top-section3-text1 {
          text-align: left; } }
  #top-section4 {
    padding-top: 96px;
    padding-bottom: 120px;
    background: #fffaf9 url("../images/section4-bg.png") 50% 0% no-repeat;
    background-size: 640px;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #top-section4 {
        padding-bottom: 40px; } }
    #top-section4 .common-h2-eng, #top-section4 .common-h2 {
      text-align: center; }
    #top-section4-box1 {
      margin-top: 40px;
      background: #fff;
      border-radius: 20px;
      padding: 40px; }
      @media screen and (max-width: 767px) {
        #top-section4-box1 {
          padding: 40px 20px;
          display: block; } }
      #top-section4-box1 > div:nth-child(1) {
        margin-bottom: 40px; }
      #top-section4-box1 p {
        font-weight: 700;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 1.8;
        margin-bottom: 0;
        margin-bottom: 1em; }
        @media screen and (max-width: 767px) {
          #top-section4-box1 p {
            font-size: 16px;
            font-size: 1rem; } }
        #top-section4-box1 p:last-child {
          margin-bottom: 0; }
      #top-section4-box1 .profile-wrap {
        width: 100%;
        max-width: 550px;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (max-width: 767px) {
          #top-section4-box1 .profile-wrap {
            display: block; } }
        #top-section4-box1 .profile-wrap > div:nth-child(1) {
          width: 200px;
          min-width: 200px;
          margin-right: 24px; }
          @media screen and (max-width: 767px) {
            #top-section4-box1 .profile-wrap > div:nth-child(1) {
              margin-left: auto;
              margin-right: auto;
              min-width: auto; } }
        #top-section4-box1 .profile-wrap > div:nth-child(2) {
          width: calc( 100% - 224px );
          display: flex;
          flex-direction: column;
          justify-content: center; }
          @media screen and (max-width: 767px) {
            #top-section4-box1 .profile-wrap > div:nth-child(2) {
              width: 100%;
              text-align: center; } }
      #top-section4-box1 .face {
        width: 100%;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px; }
      #top-section4-box1 .name {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        margin-bottom: 0; }
      #top-section4-box1 .link-ig > a {
        color: #BB3E11;
        text-decoration: none;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1;
        vertical-align: middle; }
        #top-section4-box1 .link-ig > a:hover {
          text-decoration: underline; }
        #top-section4-box1 .link-ig > a > .icon-ig {
          width: 24px;
          height: 24px;
          vertical-align: middle;
          margin-right: 4px; }
    #top-section4-list1 {
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        #top-section4-list1 {
          margin-top: 40px; } }
      #top-section4-list1 > div {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          #top-section4-list1 > div {
            display: block;
            margin-bottom: 40px; } }
        #top-section4-list1 > div > .el-left {
          width: 313px;
          min-width: 313px;
          margin-right: 40px; }
          @media screen and (max-width: 767px) {
            #top-section4-list1 > div > .el-left {
              width: 100%;
              min-width: auto;
              margin-right: 0;
              margin-bottom: 12px;
              max-width: 313px;
              margin-left: auto;
              margin-right: auto; } }
        #top-section4-list1 > div > .el-right {
          width: 100%; }
          #top-section4-list1 > div > .el-right .mid {
            font-weight: 700;
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 1.8;
            margin-bottom: 12px;
            color: #BB3E11; }
          #top-section4-list1 > div > .el-right .desc {
            font-weight: 700;
            line-height: 1.8;
            margin-bottom: 0; }
        #top-section4-list1 > div:last-child {
          margin-bottom: 0; }
    #top-section4-text1 {
      font-weight: 700;
      font-size: 20px;
      font-size: 1.25rem;
      line-height: 1.8;
      margin-top: 40px;
      margin-bottom: 0;
      text-align: center; }
    #top-section4-pic1 {
      width: 156px;
      margin-right: 0;
      margin-left: auto; }
      @media screen and (max-width: 767px) {
        #top-section4-pic1 {
          display: none; } }
    #top-section4-box2 {
      background: #F05921;
      border-radius: 16px;
      padding: 40px 64px;
      position: relative;
      max-width: 1141px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 767px) {
        #top-section4-box2 {
          border-radius: 0;
          padding: 24px 4.26%; } }
      #top-section4-box2-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-section4-box2-text1 {
            font-size: 16px;
            font-size: 1rem; } }
        #top-section4-box2-text1 > span {
          position: relative; }
          #top-section4-box2-text1 > span:before, #top-section4-box2-text1 > span:after {
            content: '';
            position: absolute;
            z-index: 1;
            height: 32px;
            width: 2px;
            background: #fff;
            top: 2px; }
          #top-section4-box2-text1 > span:before {
            left: -18px;
            transform: rotate(-15deg); }
          #top-section4-box2-text1 > span:after {
            right: -18px;
            transform: rotate(15deg); }
      #top-section4-box2-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-section4-box2-text2 {
            font-size: 16px;
            font-size: 1rem; } }
      #top-section4-box2-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-section4-box2-text3 {
            padding-right: 0; } }
      #top-section4-box2-pic1 {
        width: 243px;
        position: absolute;
        top: 120px;
        right: -20px;
        z-index: 1; }
        @media screen and (max-width: 1200px) {
          #top-section4-box2-pic1 {
            right: 2%;
            bottom: 20%;
            top: auto;
            width: 20%; } }
      #top-section4-box2-pic1-sp {
        position: relative;
        top: auto;
        right: auto;
        width: 196px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 32px; }
      #top-section4-box2-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-section4-box2-btn1 {
            padding: 8px 40px;
            height: auto; } }
        #top-section4-box2-btn1:hover {
          opacity: 0.7; }
        #top-section4-box2-btn1 .icon-pen,
        #top-section4-box2-btn1 .icon-external {
          position: absolute;
          z-index: 1;
          width: 16px;
          height: 16px;
          top: 23px; }
        #top-section4-box2-btn1 .icon-pen {
          left: 40px;
          right: auto; }
          @media screen and (max-width: 767px) {
            #top-section4-box2-btn1 .icon-pen {
              left: 20px; } }
        #top-section4-box2-btn1 .icon-external {
          left: auto;
          right: 40px; }
          @media screen and (max-width: 767px) {
            #top-section4-box2-btn1 .icon-external {
              right: 20px; } }
        #top-section4-box2-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-section4-box2-btn1 .tit {
              font-size: 14px;
              font-size: 0.875rem;
              margin-bottom: 4px; } }
        #top-section4-box2-btn1 .annot {
          display: block;
          text-align: center;
          font-size: 14px;
          font-size: 0.875rem; }
  #top-section5 {
    padding-top: 120px;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #top-section5 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section5-list1 {
      width: 100%;
      margin-top: 40px; }
      #top-section5-list1 > div {
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 40px; }
        #top-section5-list1 > div:last-child {
          margin-bottom: 0; }
        #top-section5-list1 > div > .el-left {
          width: 80px;
          min-width: 80px;
          margin-right: 24px; }
          @media screen and (max-width: 767px) {
            #top-section5-list1 > div > .el-left {
              width: 60px;
              min-width: 60px;
              margin-top: 5px; } }
        #top-section5-list1 > div > .el-right {
          width: 100%; }
          #top-section5-list1 > div > .el-right .mid {
            font-size: 24px;
            font-size: 1.5rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: #F05921; }
          #top-section5-list1 > div > .el-right .desc {
            font-weight: 700;
            line-height: 1.8;
            margin-bottom: 0; }
            #top-section5-list1 > div > .el-right .desc .textlink {
              text-decoration: underline;
              color: #008BCD; }
    #top-section5-number01, #top-section5-number02, #top-section5-number03, #top-section5-number04, #top-section5-number05, #top-section5-number06 {
      width: 100%; }
    #top-section5-text1 {
      margin-top: 40px;
      margin-bottom: 0;
      font-weight: 700;
      text-align: right;
      color: #646464; }
      @media screen and (max-width: 767px) {
        #top-section5-text1 {
          font-size: 14px;
          font-size: 0.875rem;
          text-align: left; } }
  #top-section6 {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    background: #E1F5FD; }
    @media screen and (max-width: 767px) {
      #top-section6 {
        padding-left: 16px;
        padding-right: 16px; } }
    #top-section6 > .inner {
      width: 100%;
      background: #fff;
      padding-top: 80px;
      padding-bottom: 80px;
      padding-left: 16px;
      padding-right: 16px;
      border-radius: 20px; }
    #top-section6-box2 > .inner {
      max-width: 1200px;
      background: #fafafa;
      padding-top: 40px;
      padding-bottom: 40px; }
    #top-section6-box2 .common-h2-eng {
      text-align: center;
      color: #D1D1D1; }
    #top-section6-box2 .common-h2 {
      text-align: center;
      color: #005B98; }
    #top-section6-layout1 {
      width: 100%;
      max-width: 1040px;
      margin-left: auto;
      margin-right: auto;
      flex-wrap: nowrap;
      margin-top: 40px; }
      @media screen and (max-width: 767px) {
        #top-section6-layout1 {
          display: block; } }
      #top-section6-layout1 > .el-left {
        width: 240px;
        min-width: 240px;
        margin-right: 40px; }
        @media screen and (max-width: 767px) {
          #top-section6-layout1 > .el-left {
            width: 100%;
            min-width: auto; } }
        @media screen and (max-width: 767px) {
          #top-section6-layout1 > .el-left .face {
            max-width: 80px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 24px; } }
      #top-section6-layout1 > .el-right {
        width: 100%; }
        #top-section6-layout1 > .el-right .name {
          font-size: 24px;
          font-size: 1.5rem;
          font-weight: 700;
          margin-bottom: 5px; }
          @media screen and (max-width: 767px) {
            #top-section6-layout1 > .el-right .name {
              text-align: center; } }
        @media screen and (max-width: 767px) {
          #top-section6-layout1 > .el-right .namekana {
            font-size: 14px;
            font-size: 0.875rem; } }
        #top-section6-layout1 > .el-right .katagaki {
          font-size: 16px;
          font-size: 1rem;
          font-weight: 700; }
          @media screen and (max-width: 767px) {
            #top-section6-layout1 > .el-right .katagaki {
              text-align: center;
              margin-bottom: 24px; } }
        #top-section6-layout1 > .el-right .link-ig {
          margin-top: 5px;
          margin-bottom: 20px; }
          @media screen and (max-width: 767px) {
            #top-section6-layout1 > .el-right .link-ig {
              text-align: center;
              margin-top: 0; } }
          #top-section6-layout1 > .el-right .link-ig > a {
            color: #008BCD;
            text-decoration: none;
            font-size: 16px;
            font-size: 1rem;
            font-weight: 700;
            line-height: 1;
            vertical-align: middle; }
            #top-section6-layout1 > .el-right .link-ig > a:hover {
              text-decoration: underline; }
            #top-section6-layout1 > .el-right .link-ig > a > .icon-ig {
              width: 24px;
              height: 24px;
              vertical-align: middle;
              margin-right: 4px; }
        #top-section6-layout1 > .el-right .desc {
          line-height: 1.8;
          font-weight: bold; }
    #top-section6-layout2 {
      margin-top: 80px; }
      #top-section6-layout2-text1 {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 16px; }
      #top-section6-layout2-text2 {
        margin-bottom: 16px; }
        @media screen and (max-width: 767px) {
          #top-section6-layout2-text2 {
            font-size: 24px;
            font-size: 1.5rem; }
            #top-section6-layout2-text2 .spsm {
              font-size: 16px;
              font-size: 1rem;
              display: block; } }
      #top-section6-layout2-text3 {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        margin-bottom: 16px; }
      #top-section6-layout2-btn1 {
        display: block;
        width: 100%;
        max-width: 800px;
        border-radius: 50px;
        margin-left: auto;
        margin-right: auto;
        height: 100px;
        background: #00ACEE;
        color: #fff;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
        position: relative;
        padding: 18px 80px;
        text-decoration: none;
        transition: opacity 0.3s linear; }
        @media screen and (max-width: 767px) {
          #top-section6-layout2-btn1 {
            padding: 15px 40px;
            height: 80px; } }
        #top-section6-layout2-btn1:hover {
          opacity: 0.7; }
        #top-section6-layout2-btn1 .icon-pen,
        #top-section6-layout2-btn1 .icon-external {
          position: absolute;
          z-index: 1;
          width: 32px;
          height: 32px;
          top: 34px; }
          @media screen and (max-width: 767px) {
            #top-section6-layout2-btn1 .icon-pen,
            #top-section6-layout2-btn1 .icon-external {
              width: 16px;
              height: 16px;
              top: 32px; } }
        #top-section6-layout2-btn1 .icon-pen {
          left: 40px;
          right: auto; }
          @media screen and (max-width: 767px) {
            #top-section6-layout2-btn1 .icon-pen {
              left: 20px; } }
        #top-section6-layout2-btn1 .icon-external {
          left: auto;
          right: 40px; }
          @media screen and (max-width: 767px) {
            #top-section6-layout2-btn1 .icon-external {
              right: 20px; } }
        #top-section6-layout2-btn1 .tit {
          display: block;
          text-align: center;
          font-size: 32px;
          font-size: 2rem;
          font-weight: 700;
          line-height: 1.2;
          margin-bottom: 8px; }
          @media screen and (max-width: 767px) {
            #top-section6-layout2-btn1 .tit {
              font-size: 20px;
              font-size: 1.25rem;
              margin-bottom: 4px; } }
        #top-section6-layout2-btn1 .annot {
          display: block;
          text-align: center;
          font-size: 14px;
          font-size: 0.875rem; }
    #top-section6-box1 {
      padding: 40px;
      border-radius: 20px;
      position: relative;
      margin-top: 80px;
      border: 4px dotted #005B98;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 767px) {
        #top-section6-box1 {
          padding: 40px 20px 20px; } }
      #top-section6-box1 .common-h2-eng {
        text-align: center;
        color: #4DC5F1; }
      #top-section6-box1 .common-h2 {
        text-align: center; }
      #top-section6-box1 .common-h2-desc {
        text-align: center;
        font-size: 20px;
        font-size: 1.25rem; }
        @media screen and (max-width: 767px) {
          #top-section6-box1 .common-h2-desc {
            text-align: left;
            font-size: 16px;
            font-size: 1rem; } }
      #top-section6-box1-text1 {
        margin-top: 40px;
        text-align: center;
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 700;
        margin-bottom: 12px; }
        #top-section6-box1-text1 > span {
          background: #008BCD;
          color: #fff;
          padding: 6px 0; }
          @media screen and (max-width: 767px) {
            #top-section6-box1-text1 > span {
              padding: 4px 0; } }
        #top-section6-box1-text1 > span:first-child {
          padding-left: 12px; }
          @media screen and (max-width: 767px) {
            #top-section6-box1-text1 > span:first-child {
              padding-left: 0;
              display: block;
              width: 200px;
              margin-left: auto;
              margin-right: auto;
              margin-bottom: 8px;
              font-size: 20px;
              font-size: 1.25rem; } }
        #top-section6-box1-text1 > span:last-child {
          padding-right: 12px; }
          @media screen and (max-width: 767px) {
            #top-section6-box1-text1 > span:last-child {
              padding-right: 0;
              display: block;
              width: 190px;
              margin-left: auto;
              margin-right: auto; } }
      #top-section6-box1-text2 {
        margin-bottom: 0;
        font-weight: bold;
        text-align: center;
        line-height: 1.8; }
        @media screen and (max-width: 767px) {
          #top-section6-box1-text2 {
            text-align: left; } }
    #top-section6-pic1 {
      width: 193px;
      position: absolute;
      z-index: 1;
      right: 40px;
      bottom: 40px; }
      @media screen and (max-width: 1310px) {
        #top-section6-pic1 {
          width: 120px;
          right: 20px;
          bottom: auto;
          top: 30px; } }
      @media screen and (max-width: 767px) {
        #top-section6-pic1 {
          z-index: 1;
          top: auto;
          right: auto;
          width: 100px;
          height: 103px;
          position: relative;
          margin-right: 0;
          margin-left: auto; } }
    #top-section6-list1 {
      margin-top: 50px; }
      @media screen and (max-width: 767px) {
        #top-section6-list1 {
          margin-top: -80px; } }
      #top-section6-list1 > div {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 40px; }
        #top-section6-list1 > div:last-child {
          margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          #top-section6-list1 > div {
            display: block; } }
        #top-section6-list1 > div > .el-left {
          width: 140px;
          min-width: 140px;
          margin-right: 16px;
          position: relative; }
          @media screen and (max-width: 767px) {
            #top-section6-list1 > div > .el-left {
              width: 95px;
              min-width: 95px;
              margin-right: 0;
              margin-bottom: 10px; } }
          #top-section6-list1 > div > .el-left .circle-line {
            width: 29px;
            position: absolute;
            z-index: 1;
            left: 15px;
            top: 0; }
            @media screen and (max-width: 767px) {
              #top-section6-list1 > div > .el-left .circle-line {
                left: -7px;
                top: -10px; } }
          #top-section6-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-section6-list1 > div > .el-left .circle-tokuten {
                width: 80px;
                height: 80px; } }
            #top-section6-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-section6-list1 > div > .el-left .circle-tokuten .r1 {
                  font-size: 12px;
                  font-size: 0.75rem; } }
            #top-section6-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-section6-list1 > div > .el-left .circle-tokuten .r2 {
                  font-size: 24px;
                  font-size: 1.5rem; } }
        #top-section6-list1 > div > .el-right {
          width: 100%; }
          #top-section6-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-section6-list1 > div > .el-right .mid {
                background: transparent;
                padding: 0;
                margin-bottom: 0; } }
            @media screen and (max-width: 767px) {
              #top-section6-list1 > div > .el-right .mid > span {
                display: inline-block;
                background: #fff;
                padding: 12px;
                margin-bottom: 8px; } }
          #top-section6-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-section7 {
    background: linear-gradient(90deg, #f6fbfe 0%, white 100%);
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #top-section7 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section7-list1 {
      margin-top: 40px;
      display: flex;
      gap: 40px; }
      @media screen and (max-width: 767px) {
        #top-section7-list1 {
          display: block; } }
      #top-section7-list1 > div {
        width: calc( (100% - 40px ) / 2 ); }
        @media screen and (max-width: 767px) {
          #top-section7-list1 > div {
            width: 100%;
            margin-bottom: 40px; } }
        @media screen and (max-width: 767px) {
          #top-section7-list1 > div:last-child {
            margin-bottom: 0; } }
        #top-section7-list1 > div > .dt {
          border-radius: 12px 12px 0 0;
          background: #005B98;
          color: #fff;
          text-align: center;
          height: 72px;
          display: flex;
          padding: 10px;
          justify-content: center;
          align-items: center;
          font-weight: 700;
          font-size: 24px;
          font-size: 1.5rem; }
          @media screen and (max-width: 767px) {
            #top-section7-list1 > div > .dt {
              height: auto;
              padding: 16px 10px; } }
        #top-section7-list1 > div > .cont {
          border-radius: 0 0 12px 12px;
          background: #fff;
          border: 1px solid #005B98;
          padding: 20px 15px;
          min-height: 380px; }
          @media screen and (max-width: 767px) {
            #top-section7-list1 > div > .cont {
              padding: 20px;
              min-height: auto; } }
          #top-section7-list1 > div > .cont .mid {
            font-weight: 700;
            font-size: 20px;
            font-size: 1.25rem;
            line-height: 1.8;
            margin-bottom: 20px;
            text-align: center; }
            @media screen and (max-width: 767px) {
              #top-section7-list1 > div > .cont .mid {
                font-size: 16px;
                font-size: 1rem; } }
          #top-section7-list1 > div > .cont .lead {
            font-weight: 700;
            font-size: 24px;
            font-size: 1.5rem;
            line-height: 1.8;
            margin-bottom: 20px;
            text-align: center;
            color: #005B98; }
            @media screen and (max-width: 767px) {
              #top-section7-list1 > div > .cont .lead {
                font-size: 20px;
                font-size: 1.25rem;
                text-align: left; } }
          #top-section7-list1 > div > .cont .guest {
            font-weight: 700;
            line-height: 1.8;
            margin-bottom: 20px;
            color: #F05921;
            text-align: center; }
            @media screen and (max-width: 767px) {
              #top-section7-list1 > div > .cont .guest {
                text-align: left; } }
          #top-section7-list1 > div > .cont a.btn-join {
            display: flex;
            width: 100%;
            height: 48px;
            color: #fff;
            border: 1px solid #00ACEE;
            background: #00ACEE;
            text-align: center;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            border-radius: 24px;
            transition: all 0.3s linear;
            text-decoration: none; }
            #top-section7-list1 > div > .cont a.btn-join:hover {
              background: #fff;
              color: #00ACEE; }
          #top-section7-list1 > div > .cont .annot {
            font-size: 14px;
            font-size: 0.875rem;
            margin-bottom: 0;
            text-align: center;
            margin-top: 12px;
            color: #646464; }
  #top-section8 {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #top-section8 {
        padding-top: 40px;
        padding-bottom: 40px; } }
    #top-section8 .common-h2-eng, #top-section8 .common-h2 {
      text-align: center; }
    #top-section8-box1 {
      margin-top: 40px;
      border: 5px solid #EEEEEE;
      border-bottom: none;
      border-radius: 20px 20px 0 0;
      padding: 60px 40px 40px 40px;
      position: relative; }
      @media screen and (max-width: 767px) {
        #top-section8-box1 {
          padding: 40px 24px 50px; } }
      #top-section8-box1 p {
        font-weight: 700;
        line-height: 1.8; }
        #top-section8-box1 p .bb {
          background: linear-gradient(0deg, #FFC5B2 0%, #FFC5B2 4px, transparent 4px, transparent 100%); }
      #top-section8-box1 .katagaki-wrap {
        display: flex;
        flex-direction: column-reverse; }
        @media screen and (max-width: 767px) {
          #top-section8-box1 .katagaki-wrap {
            flex-wrap: nowrap;
            justify-content: flex-end;
            align-items: center;
            flex-direction: inherit;
            margin-top: 20px; } }
        #top-section8-box1 .katagaki-wrap > .el-left {
          width: 100%; }
          @media screen and (max-width: 767px) {
            #top-section8-box1 .katagaki-wrap > .el-left {
              width: 205px;
              margin-right: 15px; } }
        #top-section8-box1 .katagaki-wrap > .el-right {
          width: 100%; }
          @media screen and (max-width: 767px) {
            #top-section8-box1 .katagaki-wrap > .el-right {
              width: 60px; } }
      #top-section8-box1 .face {
        width: 100%;
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px; }
        @media screen and (max-width: 767px) {
          #top-section8-box1 .face {
            margin-bottom: 7px; } }
      #top-section8-box1 .katagaki {
        text-align: center;
        margin-bottom: 8px; }
        @media screen and (max-width: 767px) {
          #top-section8-box1 .katagaki {
            text-align: right; } }
      #top-section8-box1 .namae {
        width: 108px;
        margin-left: auto;
        margin-right: auto; }
        @media screen and (max-width: 767px) {
          #top-section8-box1 .namae {
            margin-right: 0; } }
    #top-section8-pic1 {
      position: absolute;
      left: 50px;
      bottom: 0;
      width: 166px;
      z-index: 0; }
      @media screen and (max-width: 767px) {
        #top-section8-pic1 {
          left: 20px;
          width: 122px; } }
    #top-section8-pic2 {
      margin-top: 10px; }
    #top-section8-layout1 {
      flex-wrap: nowrap;
      margin-bottom: 24px; }
      @media screen and (max-width: 767px) {
        #top-section8-layout1 {
          display: block; } }
      #top-section8-layout1 > .el-left {
        width: 100%; }
      #top-section8-layout1 > .el-right {
        width: 240px;
        min-width: 240px;
        margin-left: 40px; }
        @media screen and (max-width: 767px) {
          #top-section8-layout1 > .el-right {
            width: 100%;
            min-width: auto;
            margin-left: 0; } }
  #top-section9 {
    padding-top: 80px;
    padding-bottom: 80px; }
    @media screen and (max-width: 767px) {
      #top-section9 {
        padding-top: 40px;
        padding-bottom: 60px; } }
    #top-section9-list {
      margin-top: 40px; }
      #top-section9-list 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-section9-list dt {
            align-items: flex-start;
            font-size: 20px;
            font-size: 1.25rem; } }
        #top-section9-list 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-section9-list dt .icon-q {
              margin-top: 0px;
              margin-right: 16px; } }
        #top-section9-list dt .text {
          width: 100%; }
      #top-section9-list 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-section9-list 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-section9-list 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-section9-list dd .icon-a {
              margin-right: 16px; } }
        #top-section9-list dd .text {
          width: 100%; }
        #top-section9-list dd:last-child {
          margin-bottom: 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; } }
