/* foundation/Reset
   
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com

   ----------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&family=Noto+Serif+JP:wght@200..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

li {
  list-style: none; }

address {
  font-style: normal; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

input:focus, select:focus, textarea:focus {
  outline: 0; }

.cf:after {
  content: "";
  display: block;
  clear: both; }

input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/* Base
   ----------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important; }
  a:hover {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out; } }

@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important; }
  img {
    max-width: 100%; } }

html {
  height: 100%; }

body {
  height: 100%;
  color: #000;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

.serif, .eye .catch01, .eye .eyeBox__text .catch03, #chnge.chnge .change__title, .main_title01_wrap .main_title01 {
  font-family: 'Noto Serif JP', serif; }

a {
  color: #000;
  text-decoration: none; }

#header {
  display: flex;
  align-items: center;
  padding: 30px 0; }
  @media screen and (max-width: 767px) {
    #header {
      padding: 15px 0;
      justify-content: space-between; } }
  #header .logo {
    margin-right: 10px; }
    #header .logo img {
      height: 34px; }
      @media screen and (max-width: 767px) {
        #header .logo img {
          height: 20px; } }
  #header .text {
    display: flex;
    align-items: center; }
    #header .text strong {
      font-size: 26px;
      font-weight: bold;
      color: #026158; }
      @media screen and (max-width: 767px) {
        #header .text strong {
          font-size: 18px; } }
    #header .text p {
      font-size: 12px;
      font-weight: bold;
      line-height: 1.2;
      color: #121212;
      margin-left: 3px; }
      @media screen and (max-width: 767px) {
        #header .text p {
          font-size: 10px; } }

.eye {
  color: #026158;
  line-height: 1.6;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  background-color: #EAFDFA;
  padding: 40px 0 60px; }
  @media screen and (max-width: 767px) {
    .eye {
      display: block;
      margin-bottom: 40px;
      padding: 40px 0; } }
  .eye strong {
    display: block; }
  .eye .catch01 {
    font-size: 80px;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .eye .catch01 {
        font-size: 22px; } }
  .eye .eyeBox {
    display: flex;
    gap: 70px; }
    @media screen and (max-width: 767px) {
      .eye .eyeBox {
        display: block; } }
    .eye .eyeBox__img {
      max-width: 545px; }
      @media screen and (max-width: 767px) {
        .eye .eyeBox__img {
          width: 80%;
          margin: 0 auto 20px; } }
    @media screen and (max-width: 767px) {
      .eye .eyeBox__text {
        text-align: center; } }
    .eye .eyeBox__text .catch02 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 12px; }
      @media screen and (max-width: 767px) {
        .eye .eyeBox__text .catch02 {
          font-size: 18px; } }
    .eye .eyeBox__text .catch03 {
      font-size: 43px;
      margin-bottom: 30px;
      border-top: 1px solid;
      border-bottom: 1px solid;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .eye .eyeBox__text .catch03 {
          margin-bottom: 14px;
          font-size: 20px; } }
    .eye .eyeBox__text .catch04 {
      font-size: 18px;
      margin-bottom: 30px; }
      @media screen and (max-width: 767px) {
        .eye .eyeBox__text .catch04 {
          margin-bottom: 20px;
          font-size: 14px; } }
    .eye .eyeBox__text .btns {
      display: flex;
      gap: 12px; }
      @media screen and (max-width: 767px) {
        .eye .eyeBox__text .btns {
          display: block; } }
      .eye .eyeBox__text .btns .btn {
        color: #026158;
        border-radius: 40px;
        font-size: 20px;
        padding: 15px 0;
        background-color: #fff;
        text-decoration: none;
        font-weight: bold;
        text-align: center;
        transition: background-color 0.3s ease;
        width: 80%; }
        @media screen and (max-width: 767px) {
          .eye .eyeBox__text .btns .btn {
            display: block;
            font-size: 14px;
            padding: 15px;
            margin-top: 12px;
            margin-right: 0;
            width: 100%; } }
        .eye .eyeBox__text .btns .btn:first-child {
          background-color: #FFB011;
          width: 100%; }
        .eye .eyeBox__text .btns .btn:hover {
          background-color: #F4E4E8; }

#repeat {
  text-align: center;
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    #repeat {
      margin-bottom: 60px; }
      #repeat.l-inner {
        width: 100% !important; } }
  @media screen and (max-width: 767px) {
    #repeat .main_title01_wrap {
      padding: 0 20px; } }
  #repeat .title {
    margin: 50px 0 30px;
    font-size: 16px; }
    @media screen and (max-width: 767px) {
      #repeat .title {
        margin: 30px 0 20px;
        padding: 0 20px;
        font-size: 14px; } }
  #repeat .slider {
    overflow: hidden;
    width: 100%;
    position: relative; }
    #repeat .slider .slider-track {
      display: flex; }
      #repeat .slider .slider-track img {
        flex-shrink: 0; }
        @media screen and (max-width: 767px) {
          #repeat .slider .slider-track img {
            max-width: 600px;
            animation: scroll 10s linear infinite; } }

@keyframes scroll {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }

#chnge.chnge {
  background-color: #026158;
  padding: 100px 0;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #chnge.chnge {
      padding: 40px 0; } }
  #chnge.chnge .change__title {
    font-size: 55px;
    color: #fff;
    margin-bottom: 38px; }
    @media screen and (max-width: 767px) {
      #chnge.chnge .change__title {
        font-size: 22px; } }
  #chnge.chnge .chnge__items {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    gap: 30px; }
    @media screen and (max-width: 767px) {
      #chnge.chnge .chnge__items {
        display: block; } }
    #chnge.chnge .chnge__items .chnge__items__item {
      background-color: #fff;
      padding: 70px 54px 54px; }
      @media screen and (max-width: 767px) {
        #chnge.chnge .chnge__items .chnge__items__item {
          padding: 30px 24px 24px; }
          #chnge.chnge .chnge__items .chnge__items__item:not(:last-child) {
            margin-bottom: 20px; } }
      #chnge.chnge .chnge__items .chnge__items__item h3 {
        font-size: 24px;
        color: #026158;
        text-align: center;
        font-weight: 700;
        margin-bottom: 40px; }
        @media screen and (max-width: 767px) {
          #chnge.chnge .chnge__items .chnge__items__item h3 {
            font-size: 18px;
            margin-bottom: 20px; } }
      #chnge.chnge .chnge__items .chnge__items__item p {
        font-size: 18px; }
        @media screen and (max-width: 767px) {
          #chnge.chnge .chnge__items .chnge__items__item p {
            font-size: 14px; } }

#chnge .bg {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 100%;
  z-index: 0; }

#get {
  padding: 100px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #get {
      padding: 60px 0; } }
  #get .training-benefits {
    margin: 80px 0 140px; }
    @media screen and (max-width: 767px) {
      #get .training-benefits {
        margin: 40px 0 70px; } }
    #get .training-benefits .training-benefits__block {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      background: #f8f8f8;
      padding: 50px;
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        #get .training-benefits .training-benefits__block {
          padding: 20px;
          margin-bottom: 20px; } }
      #get .training-benefits .training-benefits__block .training-benefits__title {
        width: 50%;
        font-size: 30px;
        font-weight: 700;
        color: #026158;
        padding-right: 50px; }
        @media screen and (max-width: 767px) {
          #get .training-benefits .training-benefits__block .training-benefits__title {
            width: 100%;
            font-size: 20px;
            padding-right: 0; } }
      #get .training-benefits .training-benefits__block .training-benefits__desc {
        border-left: 1px solid #026158;
        width: 50%;
        padding-left: calc(1em + 50px); }
        @media screen and (max-width: 767px) {
          #get .training-benefits .training-benefits__block .training-benefits__desc {
            width: 100%;
            padding-left: 0;
            border-left: 0;
            border-top: 1px solid #026158;
            margin-top: 14px;
            padding-top: 14px; } }
        #get .training-benefits .training-benefits__block .training-benefits__desc ul li {
          font-size: 20px;
          text-align: left;
          list-style: disc; }
          @media screen and (max-width: 767px) {
            #get .training-benefits .training-benefits__block .training-benefits__desc ul li {
              font-size: 14px;
              margin-left: 1em; } }
  #get .title {
    font-weight: bold;
    font-size: 32px;
    color: #026158;
    margin: 60px 0 30px; }
    @media screen and (max-width: 767px) {
      #get .title {
        font-size: 22px;
        margin: 40px 0 20px; } }
  #get .get__materials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px 40px; }
    @media screen and (max-width: 767px) {
      #get .get__materials {
        grid-template-columns: repeat(1, 1fr);
        gap: 30px; } }
    #get .get__materials li {
      width: calc(100% / 3 - 40px); }
      @media screen and (max-width: 767px) {
        #get .get__materials li {
          width: 100%; } }
      #get .get__materials li img {
        width: 100%; }
      #get .get__materials li .btn {
        display: block;
        margin: 20px auto 0;
        width: 80%;
        padding: 15px;
        border-radius: 10px;
        background: #026158;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
        color: #f4f4f4;
        transition: 0.3s ease-in-out; }
        @media screen and (max-width: 767px) {
          #get .get__materials li .btn {
            margin: 15px auto 0;
            width: 90%;
            font-size: 14px; } }
        #get .get__materials li .btn:hover {
          opacity: .7; }

#method {
  padding: 120px 0; }
  @media screen and (max-width: 767px) {
    #method {
      margin-bottom: 40px;
      padding: 60px 0 40px; } }
  #method .main_title02_wrap {
    margin-bottom: 100px; }
    @media screen and (max-width: 767px) {
      #method .main_title02_wrap {
        margin-bottom: 60px; } }
  #method .container {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px;
    align-items: center; }
    @media screen and (max-width: 767px) {
      #method .container {
        padding: 0;
        gap: 0px;
        display: block; } }
    #method .container .text-content {
      width: calc(100% - 350px); }
      @media screen and (max-width: 767px) {
        #method .container .text-content {
          width: 100%; } }
      #method .container .text-content .titles {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          #method .container .text-content .titles {
            gap: 10px;
            margin-bottom: 20px;
            justify-content: center; } }
      #method .container .text-content .num {
        font-size: 40px;
        font-weight: bold;
        color: #026158;
        line-height: 1; }
        @media screen and (max-width: 767px) {
          #method .container .text-content .num {
            font-size: 28px; } }
      #method .container .text-content .title {
        font-size: 40px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          #method .container .text-content .title {
            font-size: 28px; } }
      #method .container .text-content .training-point {
        width: fit-content;
        font-family: sans-serif; }
        @media screen and (max-width: 767px) {
          #method .container .text-content .training-point {
            width: 100%; } }
        #method .container .text-content .training-point .training-point__item {
          display: flex;
          align-items: flex-start;
          margin-bottom: 1em; }
          @media screen and (max-width: 767px) {
            #method .container .text-content .training-point .training-point__item {
              display: block;
              width: 100%;
              margin-bottom: 2em; } }
          #method .container .text-content .training-point .training-point__item dt {
            width: 160px;
            color: #fff;
            font-weight: bold;
            border-radius: 4px;
            text-align: center;
            flex-shrink: 0;
            font-size: 18px; }
            @media screen and (max-width: 767px) {
              #method .container .text-content .training-point .training-point__item dt {
                font-size: 16px;
                margin: 0 auto; } }
          #method .container .text-content .training-point .training-point__item dd {
            font-size: 18px;
            margin: 0 0 0 1em;
            padding-top: 0.2em; }
            @media screen and (max-width: 767px) {
              #method .container .text-content .training-point .training-point__item dd {
                text-align: center;
                font-size: 14px;
                margin: 0 0 0 0;
                padding-top: 0.6em; } }
          #method .container .text-content .training-point .training-point__item.is-advantage dt {
            background-color: #005e52; }
          #method .container .text-content .training-point .training-point__item.is-disadvantage dt {
            background-color: #999; }
          #method .container .text-content .training-point .training-point__item.is-suitable dt {
            color: #005e52;
            background-color: #fff;
            border: 1px solid #005e52; }
    #method .container .image-content {
      width: 350px; }
      @media screen and (max-width: 767px) {
        #method .container .image-content {
          width: 80%;
          margin: 0 auto; } }
      #method .container .image-content img {
        width: 100%;
        height: auto;
        border-radius: 8px; }

#course {
  padding: 140px 0;
  background-color: #F4F4F4; }
  @media screen and (max-width: 767px) {
    #course {
      margin-bottom: 0;
      padding: 60px 0; } }
  #course .main_text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 80px; }
  #course .title_wrap {
    text-align: center;
    margin-top: 70px; }
    @media screen and (max-width: 767px) {
      #course .title_wrap {
        margin-top: 50px; } }
    #course .title_wrap .title01 {
      font-size: 26px;
      font-weight: bold;
      margin: 18px 0 26px; }
      @media screen and (max-width: 767px) {
        #course .title_wrap .title01 {
          font-size: 18px;
          font-weight: bold;
          margin: 10px 0 20px; } }
  #course .grid-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    align-items: stretch; }
    @media screen and (max-width: 767px) {
      #course .grid-container {
        display: block; } }
    #course .grid-container:not(:last-child) {
      margin-bottom: 80px; }
      @media screen and (max-width: 767px) {
        #course .grid-container:not(:last-child) {
          margin-bottom: 40px; } }
    #course .grid-container .grid-item {
      width: 25%;
      transition: 0.3s ease-in-out; }
      @media screen and (max-width: 767px) {
        #course .grid-container .grid-item {
          width: 100%; }
          #course .grid-container .grid-item:not(:last-child) {
            margin-bottom: 40px; } }
      #course .grid-container .grid-item:hover {
        opacity: .7; }
      #course .grid-container .grid-item .grid-item_inner {
        padding: 32px 24px;
        background: #fff;
        box-shadow: 0px 0px 20px rgba(152, 152, 152, 0.3); }
        @media screen and (max-width: 767px) {
          #course .grid-container .grid-item .grid-item_inner {
            padding: 22px 20px; } }
        #course .grid-container .grid-item .grid-item_inner .title {
          text-align: center;
          font-size: 20px;
          font-weight: bold;
          color: #026158;
          margin-bottom: 8px;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 2.4em;
          line-height: 1.2; }
          @media screen and (max-width: 767px) {
            #course .grid-container .grid-item .grid-item_inner .title {
              font-size: 16px; } }
        #course .grid-container .grid-item .grid-item_inner dl {
          display: grid;
          grid-template-columns: 4em 1fr;
          font-size: 14px;
          gap: 4px; }
          @media screen and (max-width: 767px) {
            #course .grid-container .grid-item .grid-item_inner dl {
              font-size: 12px; } }
      #course .grid-container .grid-item .speech-bubble {
        position: relative;
        border: 2px solid #026158;
        margin-top: 24px;
        padding: 12px 8px 8px;
        background-color: #fff;
        text-align: center; }
        @media screen and (max-width: 767px) {
          #course .grid-container .grid-item .speech-bubble {
            margin-top: 20px;
            padding: 10px 6px 6px; } }
        #course .grid-container .grid-item .speech-bubble .speech-triangle {
          position: absolute;
          top: -18px;
          left: 50%;
          transform: translateX(-50%);
          width: 0;
          height: 0;
          border-left: 12px solid transparent;
          border-right: 12px solid transparent;
          border-bottom: 18px solid #026158; }
          @media screen and (max-width: 767px) {
            #course .grid-container .grid-item .speech-bubble .speech-triangle {
              top: -14px;
              border-left: 8px solid transparent;
              border-right: 8px solid transparent;
              border-bottom: 12px solid #026158; } }
          #course .grid-container .grid-item .speech-bubble .speech-triangle::after {
            content: "";
            position: absolute;
            top: 3px;
            left: -12px;
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 18px solid #fff; }
            @media screen and (max-width: 767px) {
              #course .grid-container .grid-item .speech-bubble .speech-triangle::after {
                top: 3px;
                left: -8px;
                width: 0;
                height: 0;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-bottom: 12px solid #fff; } }
        #course .grid-container .grid-item .speech-bubble .speech-content .speech_title {
          font-size: 16px;
          font-weight: bold;
          color: #fff;
          background-color: #026158;
          padding: 4px;
          border-radius: 5px;
          display: block;
          text-align: center;
          margin-bottom: 4px; }
          @media screen and (max-width: 767px) {
            #course .grid-container .grid-item .speech-bubble .speech-content .speech_title {
              font-size: 12px; } }
        #course .grid-container .grid-item .speech-bubble .speech-content .speech_text {
          font-size: 12px;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            #course .grid-container .grid-item .speech-bubble .speech-content .speech_text {
              font-size: 10px; } }

#selection {
  background-color: #E5EFEE;
  padding: 140px 0;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #selection {
      padding: 60px 0; } }
  #selection .l-inner {
    background-color: #FFFFFF;
    padding: 100px; }
    @media screen and (max-width: 767px) {
      #selection .l-inner {
        padding: 20px; } }
  #selection .comparison-table {
    margin-top: 60px;
    border-collapse: collapse;
    width: 100%;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      #selection .comparison-table {
        margin-top: 0;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth; } }
    @media screen and (max-width: 767px) {
      #selection .comparison-table .comparison-table__contentInner {
        margin-top: 40px;
        min-width: 800px;
        overflow: hidden; } }
    #selection .comparison-table__row {
      display: flex; }
    #selection .comparison-table__label {
      width: 150px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        #selection .comparison-table__label {
          width: 80px; } }
      #selection .comparison-table__label img {
        width: 72px;
        height: auto;
        margin-bottom: 0.5em; }
        @media screen and (max-width: 767px) {
          #selection .comparison-table__label img {
            width: 42px; } }
      #selection .comparison-table__label.is-merit {
        color: #f6a800;
        margin-top: 60px; }
        @media screen and (max-width: 767px) {
          #selection .comparison-table__label.is-merit {
            margin-top: 40px; } }
      #selection .comparison-table__label.is-demerit {
        background: #f3f3f3;
        color: #666;
        position: relative; }
        #selection .comparison-table__label.is-demerit:after {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          width: 400vw;
          height: 100%;
          background: #F4F4F4; }
    #selection .comparison-table__content {
      display: flex;
      flex: 1; }
      @media screen and (max-width: 767px) {
        #selection .comparison-table__content {
          overflow-x: auto; } }
      #selection .comparison-table__content dl {
        width: 50%;
        margin: 0; }
        #selection .comparison-table__content dl:first-child {
          border-left: 1px solid #FFB011;
          border-right: 1px solid #FFB011;
          margin-right: 10px; }
        #selection .comparison-table__content dl:last-child {
          border-left: 1px solid #999999;
          border-right: 1px solid #999999; }
        #selection .comparison-table__content dl dt {
          text-align: center;
          font-weight: 700;
          padding: 0.5em 0;
          margin-bottom: 0.5em;
          font-size: 24px; }
          @media screen and (max-width: 767px) {
            #selection .comparison-table__content dl dt {
              font-size: 16px; } }
          #selection .comparison-table__content dl dt.long {
            background: #f6a800;
            color: #fff; }
          #selection .comparison-table__content dl dt.short {
            background: #888;
            color: #fff; }
        #selection .comparison-table__content dl dd {
          padding: 28px 40px; }
          @media screen and (max-width: 767px) {
            #selection .comparison-table__content dl dd {
              padding: 12px 20px; } }
          #selection .comparison-table__content dl dd ul {
            list-style: disc;
            padding-left: 1.2em; }
            #selection .comparison-table__content dl dd ul li {
              font-size: 21px;
              font-weight: 700;
              list-style: disc; }
              @media screen and (max-width: 767px) {
                #selection .comparison-table__content dl dd ul li {
                  font-size: 16px; } }
              #selection .comparison-table__content dl dd ul li:not(:last-child) {
                margin-bottom: .6em; }

#voice {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    #voice {
      margin-bottom: 30px; } }
  #voice .title {
    text-align: center;
    font-weight: bold;
    font-size: 32px;
    color: #026158;
    margin: 60px 0 30px; }
    @media screen and (max-width: 767px) {
      #voice .title {
        font-size: 22px;
        margin: 40px 0 20px; } }
  #voice .items + .items {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      #voice .items + .items {
        margin-top: 40px; } }
  #voice .items .item {
    display: grid;
    grid-template-columns: auto auto;
    gap: 30px; }
    @media screen and (max-width: 767px) {
      #voice .items .item {
        gap: 20px;
        grid-template-columns: auto; }
        #voice .items .item .icon img {
          width: 20%; } }
    #voice .items .item .text {
      border: 1px solid #026158;
      border-radius: 5px;
      padding: 28px;
      font-size: 18px;
      position: relative; }
      @media screen and (max-width: 767px) {
        #voice .items .item .text {
          padding: 20px;
          font-size: 14px; } }
      #voice .items .item .text .arw {
        position: absolute;
        left: -20px;
        bottom: 0;
        width: 26px; }
        @media screen and (max-width: 767px) {
          #voice .items .item .text .arw {
            left: 10px;
            bottom: auto;
            top: -20px; } }
  @media screen and (max-width: 767px) {
    #voice .items.reverse {
      text-align: right; } }
  @media screen and (max-width: 767px) {
    #voice .items.reverse .text {
      order: 2; } }
  #voice .items.reverse .text .arw {
    position: absolute;
    left: auto;
    right: -20px;
    bottom: 0; }
    @media screen and (max-width: 767px) {
      #voice .items.reverse .text .arw {
        right: 10px;
        bottom: auto; } }

#contact {
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    #contact {
      margin-bottom: 60px; } }

.other {
  text-align: center;
  background-color: #F4F4F4;
  padding: 80px 0;
  margin-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .other {
      padding: 40px 0;
      margin-bottom: 60px; } }
  .other .catch {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 70px; }
    @media screen and (max-width: 767px) {
      .other .catch {
        font-size: 14px;
        margin-bottom: 40px; } }
  .other ul {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr; }
    @media screen and (max-width: 767px) {
      .other ul {
        grid-template-columns: 1fr; } }
    .other ul li {
      transition: 0.3s ease-in-out; }
      .other ul li:hover {
        opacity: .7; }
      .other ul li .title {
        font-size: 18px;
        font-weight: bold;
        margin-top: 10px; }
        @media screen and (max-width: 767px) {
          .other ul li .title {
            font-size: 14px; } }

#footer {
  background-color: #F4F4F4;
  padding: 40px 0;
  text-align: center;
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    #footer {
      padding: 30px 0;
      font-size: 12px; } }
  #footer .logo {
    margin-bottom: 14px; }
    @media screen and (max-width: 767px) {
      #footer .logo img {
        height: 20px; } }

.main_title01_wrap {
  text-align: center; }
  .main_title01_wrap .main_title01 {
    font-size: 50px;
    font-weight: 500;
    background: linear-gradient(transparent 78%, #DAE6E6 0%);
    display: inline;
    color: #026158; }
    @media screen and (max-width: 767px) {
      .main_title01_wrap .main_title01 {
        font-size: 22px; } }
  .main_title01_wrap p {
    font-size: 20px;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .main_title01_wrap p {
        font-size: 14px;
        margin-top: 20px; } }

.main_title02_wrap {
  text-align: center; }
  .main_title02_wrap .main_title02 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 60px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .main_title02_wrap .main_title02 {
        font-size: 20px;
        margin-bottom: 40px; } }
    .main_title02_wrap .main_title02:after {
      content: "";
      width: 60px;
      height: 5px;
      background-color: #026158;
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translateX(-50%); }
      @media screen and (max-width: 767px) {
        .main_title02_wrap .main_title02:after {
          width: 40px;
          height: 3px; } }
  .main_title02_wrap .main_title02_text {
    font-size: 16px;
    margin: -30px 0 40px; }
    @media screen and (max-width: 767px) {
      .main_title02_wrap .main_title02_text {
        font-size: 14px;
        margin: -10px 0 20px; } }
    .main_title02_wrap .main_title02_text strong {
      display: block;
      font-size: 22px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .main_title02_wrap .main_title02_text strong {
          font-size: 18px; } }
  .main_title02_wrap p {
    font-size: 18px;
    margin-top: 30px; }
    @media screen and (max-width: 767px) {
      .main_title02_wrap p {
        font-size: 14px;
        margin-top: 20px; } }

.btn_l {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background-color: #026158;
  padding: 20px;
  border-radius: 10px;
  display: block;
  text-align: center;
  margin-top: 60px;
  transition: 0.3s ease-in-out; }
  @media screen and (max-width: 767px) {
    .btn_l {
      font-size: 16px;
      padding: 15px;
      margin-top: 40px !important;
      width: 100% !important; } }
  .btn_l:hover {
    opacity: .7; }

img {
  max-width: 100%; }

.l-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .l-inner {
      width: calc(100% - 40px); } }

.l-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .l-inner {
      width: calc(100% - 40px); } }

.m-inner {
  width: 80%;
  max-width: 950px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .m-inner {
      width: calc(100% - 40px); } }
