@charset "UTF-8";
/**************************************************************/
/* media_Querys
/**************************************************************/
/**************************************************************/
/* color
/**************************************************************/
/**************************************************************/
/*font
/**************************************************************/
.fs12 {
  font-size: 12px !important;
  font-size: 1.2rem !important; }

.fs13 {
  font-size: 13px !important;
  font-size: 1.3rem !important; }

.fs14 {
  font-size: 14px !important;
  font-size: 1.4rem !important; }

.fs15 {
  font-size: 15px !important;
  font-size: 1.5rem !important; }

.fs16 {
  font-size: 16px !important;
  font-size: 1.6rem !important; }

.fs17 {
  font-size: 17px !important;
  font-size: 1.7rem !important; }

.fs18 {
  font-size: 18px !important;
  font-size: 1.8rem !important; }

.fs19 {
  font-size: 19px !important;
  font-size: 1.9rem !important; }

.fs20 {
  font-size: 20px !important;
  font-size: 2rem !important; }

.fs21 {
  font-size: 21px !important;
  font-size: 2.1rem !important; }

.fs22 {
  font-size: 22px !important;
  font-size: 2.2rem !important; }

.fs23 {
  font-size: 23px !important;
  font-size: 2.3rem !important; }

.fs24 {
  font-size: 24px !important;
  font-size: 2.4rem !important; }

.fs25 {
  font-size: 25px !important;
  font-size: 2.5rem !important; }

.fs26 {
  font-size: 26px !important;
  font-size: 2.6rem !important; }

.fs27 {
  font-size: 27px !important;
  font-size: 2.7rem !important; }

.fs28 {
  font-size: 28px !important;
  font-size: 2.8rem !important; }

.fs29 {
  font-size: 29px !important;
  font-size: 2.9rem !important; }

.fs30 {
  font-size: 30px !important;
  font-size: 3rem !important; }

.fs31 {
  font-size: 31px !important;
  font-size: 3.1rem !important; }

.fs32 {
  font-size: 32px !important;
  font-size: 3.2rem !important; }

.fs33 {
  font-size: 33px !important;
  font-size: 3.3rem !important; }

.fs34 {
  font-size: 34px !important;
  font-size: 3.4rem !important; }

.fs35 {
  font-size: 35px !important;
  font-size: 3.5rem !important; }

.fs36 {
  font-size: 36px !important;
  font-size: 3.6rem !important; }

.fs37 {
  font-size: 37px !important;
  font-size: 3.7rem !important; }

.fs38 {
  font-size: 38px !important;
  font-size: 3.8rem !important; }

.fs39 {
  font-size: 39px !important;
  font-size: 3.9rem !important; }

.fs40 {
  font-size: 40px !important;
  font-size: 4rem !important; }

/**************************************************************/
/* property
/**************************************************************/
/* 上下中央寄せセット */
/**************************************************************/
/* css reset
/**************************************************************/
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, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block; }

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;
  text-decoration: none; }

mark {
  background-color: #ff9;
  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; }

input, select, img {
  vertical-align: middle; }

ol, ul {
  list-style: none; }

/**************************************************************/
/* base.
/**************************************************************/
*, *: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; }

html {
  font-size: 62.5%; }

body {
  background-color: white;
  color: #000;
  counter-reset: number 0;
  font-family: 'Noto Sans JP', serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, 'Noto Serif JP', sans-serif;
  font-size: 10px;
  font-size: 1.0rem;
  font-weight: normal;
  line-height: 1.8;
  line-break: strict;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  word-wrap: break-word; }
  @media screen and (max-width: 768px) {
    body {
      min-width: initial; } }

b, strong, .bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif; }

_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif; }

section {
  position: relative; }

main {
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    main {
      min-width: initial; } }
  main ::selection {
    background: rgba(4, 128, 14, 0.5);
    color: white; }
  main ::-moz-selection {
    background: rgba(4, 128, 14, 0.5);
    color: white; }

img {
  width: 100%; }

/**************************************************************/
/* common Class.
/**************************************************************/
.pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp {
      display: block; } }

.noscroll {
  overflow: hidden; }

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

.fixed {
  position: fixed;
  width: 100%; }

.note {
  padding-left: 1em;
  text-indent: -1em; }

/**************************************************************/
/* a link + link style
/**************************************************************/
a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s; }
  @media screen and (max-width: 768px) {
    a {
      transition: none; } }
  a:hover {
    opacity: 0.7;
    text-decoration: none; }
    @media screen and (max-width: 768px) {
      a:hover {
        opacity: 1; } }

section,
main,
header,
footer {
  min-width: 1100px; }
  @media screen and (max-width: 768px) {
    section,
    main,
    header,
    footer {
      min-width: initial; } }

.mont {
  font-family: 'Montserrat', sans-serif; }

.inner {
  margin: auto;
  max-width: 1366px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .inner {
      max-width: 100%; } }

header {
  background: #fff; }
  header .inner {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding: 0 5px; }
  header #logo {
    display: block;
    max-width: 200px;
    min-width: 160px;
    position: relative;
    width: 18%;
    z-index: 110; }
    header #logo a {
      color: #000;
      display: none;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 1.7; }
  header #toggle {
    display: none; }
    @media screen and (max-width: 768px) {
      header #toggle {
        cursor: pointer;
        display: block;
        height: 50px;
        margin-right: 10px;
        position: relative;
        width: 50px;
        z-index: 110; } }
    header #toggle span {
      display: block;
      position: absolute;
      width: 50px;
      border-bottom: solid 4px #333;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out; }
      header #toggle span:nth-child(1) {
        top: 9px; }
      header #toggle span:nth-child(2) {
        top: 22px; }
      header #toggle span:nth-child(3) {
        top: 36px; }
    header #toggle.active span:nth-child(1) {
      top: 23px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    header #toggle.active span:nth-child(2), header #toggle.active span:nth-child(3) {
      top: 23px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      transform: rotate(45deg); }
  header .menu.pc {
    width: 82%; }
    header .menu.pc .flex {
      align-items: center;
      justify-content: flex-end; }
    header .menu.pc .tel {
      align-items: center;
      display: inline-flex;
      margin-right: 10px; }
      header .menu.pc .tel p {
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: 500;
        margin: 0 4px 16px 0; }
      header .menu.pc .tel .tel_Num {
        align-items: flex-end;
        display: inline-flex;
        flex-direction: column; }
        header .menu.pc .tel .tel_Num a {
          color: #EF7817;
          line-height: 1;
          margin-bottom: 5px; }
          header .menu.pc .tel .tel_Num a::before {
            content: url("../images/common/icon_tel_orange.svg");
            display: inline-block;
            height: 20px;
            margin-right: 2px;
            width: 20px; }
          header .menu.pc .tel .tel_Num a span {
            color: inherit;
            font-size: 28px;
            font-size: 2.8rem;
            font-weight: 700; }
        header .menu.pc .tel .tel_Num span {
          color: #000;
          font-size: 12px;
          font-size: 1.2rem; }
    header .menu.pc .contact_Btn a img {
      max-width: 152px; }
  header .menu.sp {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; }
    header .menu.sp.open {
      background-color: rgba(255, 255, 255, 0.9);
      display: block;
      height: 100vh;
      -webkit-transform: translateX(0%);
      transform: translateX(0%); }
      header .menu.sp.open ul {
        margin-top: 100px;
        height: 90%;
        padding: 0 5%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        width: 90%; }
        header .menu.sp.open ul li {
          margin-bottom: 10px;
          padding-left: 16px;
          text-indent: -13px; }
          @media screen and (max-width: 480px) {
            header .menu.sp.open ul li {
              margin-bottom: 16px; } }
          header .menu.sp.open ul li a {
            color: #0071BE;
            font-size: 16px;
            font-size: 1.6rem;
            font-weight: 500; }
            header .menu.sp.open ul li a::before {
              content: 'ー';
              display: inline-block;
              font-size: 16px;
              font-size: 1.6rem;
              font-weight: 500;
              margin-right: 10px; }
  header #main_Visual {
    height: 461px;
    margin: auto;
    position: relative;
    width: 100%; }
    header #main_Visual::before {
      background-image: url("../images/common/mv.jpg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateY(-50%) translateX(-50%);
      width: 100%; }
      @media screen and (max-width: 768px) {
        header #main_Visual::before {
          background-position: 60% center; } }
      @media screen and (max-width: 480px) {
        header #main_Visual::before {
          background-position: 60% center; } }
    header #main_Visual .inner {
      position: relative; }
    header #main_Visual .catch {
      max-width: 440px;
      position: absolute;
      top: 50%;
      left: 35%;
      transform: translate(-50%, -50%);
      width: 100%; }
      @media screen and (max-width: 768px) {
        header #main_Visual .catch {
          max-width: 370px;
          position: absolute;
          top: 55%;
          left: 1%;
          transform: translate(0, -50%); } }
      @media screen and (max-width: 480px) {
        header #main_Visual .catch {
          max-width: 330px;
          min-width: 270px;
          position: absolute;
          top: 63%;
          left: 1%; } }

#about .inner {
  padding: 28px 20px 56px; }
#about .intro {
  text-align: center; }
  #about .intro .head {
    margin-bottom: 20px; }
    #about .intro .head p {
      display: inline-block;
      font-size: 26px;
      font-size: 2.6rem;
      font-weight: 700;
      line-height: 1;
      position: relative; }
      #about .intro .head p::before, #about .intro .head p::after {
        content: url("../images/about/icon_path_orange.svg");
        display: inline-block;
        height: 35px;
        width: 25px; }
      #about .intro .head p::before {
        margin-right: 10px;
        position: absolute;
        top: 50%;
        left: -35px;
        transform: translateY(-50%); }
      #about .intro .head p::after {
        margin-left: 10px;
        position: absolute;
        top: 50%;
        right: -35px;
        transform: scale(-1, 1) translateY(-50%); }
      #about .intro .head p span {
        background: linear-gradient(transparent 60%, #FFEC5D 60%);
        line-height: 1.4;
        padding: 0 5px; }
        #about .intro .head p span br {
          display: none; }
          @media screen and (max-width: 480px) {
            #about .intro .head p span br {
              display: block; } }
  #about .intro .btn {
    margin: 0 auto 17px;
    max-width: 440px; }
    #about .intro .btn a {
      display: block; }
@media screen and (max-width: 768px) {
  #about .restart .flex {
    flex-direction: column; } }
#about .restart .img_Box,
#about .restart .read {
  width: 50%; }
  @media screen and (max-width: 768px) {
    #about .restart .img_Box,
    #about .restart .read {
      width: 100%; } }
#about .restart .read {
  max-width: 600px;
  padding: 50px 60px;
  position: relative; }
  @media screen and (max-width: 768px) {
    #about .restart .read {
      max-width: 100%; } }
  #about .restart .read::before {
    background-image: url("../images/about/bg_baloon01.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 95px;
    position: absolute;
    top: 0;
    left: 0;
    width: 95px; }
  #about .restart .read::after {
    background-image: url("../images/about/bg_baloon02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 455px;
    position: absolute;
    right: -150px;
    bottom: -170px;
    width: 425px; }
  #about .restart .read .ttl {
    margin-bottom: 24px;
    max-width: 385px; }
    #about .restart .read .ttl p {
      color: #0071BE;
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 700;
      line-height: 1.4; }
  #about .restart .read .txt p {
    font-size: 16px;
    font-size: 1.6rem; }
#about .restart .supports {
  background-image: url("../images/about/bg_supports.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 54px 20px 80px; }
  #about .restart .supports .head {
    margin-bottom: 31px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      #about .restart .supports .head {
        padding: 0 60px; } }
    #about .restart .supports .head p {
      color: #fff;
      display: inline-block;
      font-size: 28px;
      font-size: 2.8rem;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 1.3;
      position: relative; }
      #about .restart .supports .head p::before, #about .restart .supports .head p::after {
        content: url("../images/common/icon_path.svg");
        display: inline-block;
        height: 65px;
        transform: translate(0, -50%);
        width: 39px; }
      #about .restart .supports .head p::before {
        margin-right: 15px;
        position: absolute;
        top: 60%;
        left: -50px; }
      #about .restart .supports .head p::after {
        margin-left: 15px;
        position: absolute;
        top: 30%;
        right: -50px;
        transform: scale(-1, 1); }
      #about .restart .supports .head p span.yellow {
        color: #FFEC5D; }
      #about .restart .supports .head p span.big {
        font-size: 45px;
        font-size: 4.5rem; }
  #about .restart .supports .read {
    max-width: initial;
    padding: 0;
    text-align: center;
    width: 100%; }
    #about .restart .supports .read::before, #about .restart .supports .read::after {
      content: none; }
    #about .restart .supports .read p {
      color: #fff;
      font-size: 16px;
      font-size: 1.6rem;
      margin: auto;
      max-width: 564px; }
      #about .restart .supports .read p.catch {
        font-size: 21px;
        font-size: 2.1rem;
        font-weight: 700;
        letter-spacing: 1px;
        line-height: 60px;
        margin-bottom: 34px;
        max-width: initial; }
        #about .restart .supports .read p.catch span.under {
          position: relative; }
          #about .restart .supports .read p.catch span.under::before, #about .restart .supports .read p.catch span.under::after {
            border-bottom: solid 1px #FFEC5D;
            content: '';
            display: inline-block;
            height: 1px;
            width: 96%; }
          #about .restart .supports .read p.catch span.under::before {
            position: absolute;
            bottom: -5px;
            left: 2%; }
          #about .restart .supports .read p.catch span.under::after {
            position: absolute;
            bottom: -8px;
            left: 2%; }
        #about .restart .supports .read p.catch span.dots {
          background-image: radial-gradient(circle at center, white 20%, transparent 20%);
          /* 点の色とサイズ調整 */
          background-position: top right;
          /* 点の位置 */
          background-repeat: repeat-x;
          /* 横方向に繰り返し */
          background-size: 22px 10px;
          padding-top: .4em; }

#flow .inner {
  padding: 100px 0 50px; }
  @media screen and (max-width: 480px) {
    #flow .inner {
      padding: 80px 0 50px; } }
#flow .head {
  text-align: center; }
  #flow .head p {
    color: #0071BE;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700; }
#flow .scroll {
  overflow-x: scroll; }
  @media screen and (max-width: 480px) {
    #flow .scroll {
      overflow-x: hidden; } }
#flow ol {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto 50px;
  padding: 36px 0 0 20px;
  width: 1754px; }
  @media screen and (max-width: 480px) {
    #flow ol {
      flex-direction: column;
      padding: 20px;
      width: 100%; } }
  #flow ol li {
    border-radius: 10px;
    box-shadow: 0px 0px 30px 10px rgba(245, 245, 245, 0.9);
    margin-right: 20px;
    max-width: 319px;
    padding: 30px 20px 40px; }
    @media screen and (max-width: 480px) {
      #flow ol li {
        margin: 0 0 30px 0;
        max-width: 100%;
        width: 100%; } }
    #flow ol li .num {
      margin-bottom: 28px;
      position: relative; }
      #flow ol li .num::after {
        border-bottom: solid 1px #19B3C2;
        content: '';
        display: block;
        height: 2px;
        width: 49px; }
      #flow ol li .num img {
        height: 87px;
        margin-bottom: 10px;
        width: 37px; }
      #flow ol li .num p {
        color: #0071BE;
        font-size: 20px;
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 24px; }
    #flow ol li .cont p {
      font-size: 14px;
      font-size: 1.4rem; }
    #flow ol li .cont ul {
      margin-top: 32px; }
      #flow ol li .cont ul li {
        box-shadow: none;
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        margin: 0 0 15px 0;
        padding: 0; }
        #flow ol li .cont ul li span {
          color: #0071BE;
          font-size: 15px;
          font-size: 1.5rem;
          font-weight: 500;
          margin-right: 10px; }

#service {
  background-color: #F2F8FC; }
  #service::after {
    content: none; }
  #service .inner {
    padding: 100px 20px 118px; }
  #service .summary {
    padding-right: 25%;
    position: relative; }
    @media screen and (max-width: 768px) {
      #service .summary {
        padding: 0 0 330px 0; } }
    #service .summary::after {
      background-image: url("../images/service/img_service.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: '';
      display: block;
      height: 100%;
      max-height: 542px;
      max-width: 540px;
      position: absolute;
      top: 50%;
      right: -155px;
      transform: translateY(-50%);
      width: 100%;
      z-index: 3; }
      @media screen and (max-width: 768px) {
        #service .summary::after {
          max-height: 380px;
          max-width: 78vw;
          position: absolute;
          top: initial;
          right: -5px;
          bottom: -70px;
          transform: translateY(0); } }
      @media screen and (max-width: 480px) {
        #service .summary::after {
          right: initial;
          left: 50%;
          transform: translate(-50%, 0); } }
    #service .summary .head {
      margin-bottom: 32px; }
      #service .summary .head p {
        color: #0071BE;
        font-size: 32px;
        font-size: 3.2rem;
        font-weight: 700; }
    #service .summary .read p {
      font-size: 16px;
      font-size: 1.6rem; }
      #service .summary .read p span {
        font-size: 14px;
        font-size: 1.4rem; }
    #service .summary ul {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding-top: 40px; }
      #service .summary ul li {
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0px 0px 30px 10px rgba(237, 237, 237, 0.9);
        margin: 0 25px 25px 0;
        padding: 55px 30px;
        position: relative;
        text-align: center;
        width: calc((100% / 3) - 25px);
        z-index: 5; }
        @media screen and (max-width: 768px) {
          #service .summary ul li {
            padding: 35px 10px; } }
        @media screen and (max-width: 480px) {
          #service .summary ul li {
            width: calc((100% / 2) - 25px); } }
        #service .summary ul li:not(:nth-child(3)):not(:nth-child(6))::after {
          border-bottom: solid 4px #00AFBF;
          content: '';
          display: inline-block;
          height: 4px;
          position: absolute;
          top: 50%;
          right: -25px;
          transform: translateY(-50%);
          width: 25px;
          z-index: 6; }
        #service .summary ul li:nth-child(1) .icon img {
          height: 64px;
          width: 60px; }
        @media screen and (max-width: 480px) {
          #service .summary ul li:nth-child(2) {
            margin-right: 0; } }
        @media screen and (max-width: 480px) {
          #service .summary ul li:nth-child(2)::after {
            display: none !important; } }
        #service .summary ul li:nth-child(2) .icon img {
          height: 67px;
          width: 60px; }
        #service .summary ul li:nth-child(3) {
          margin-right: 0; }
          @media screen and (max-width: 480px) {
            #service .summary ul li:nth-child(3) {
              margin: 0 25px 25px 0; } }
          @media screen and (max-width: 480px) {
            #service .summary ul li:nth-child(3)::after {
              border-bottom: solid 4px #00AFBF;
              content: '';
              display: inline-block;
              height: 4px;
              position: absolute;
              top: 50%;
              right: -25px;
              transform: translateY(-50%);
              width: 25px;
              z-index: 6; } }
          #service .summary ul li:nth-child(3) .icon img {
            height: 60px;
            width: 59px; }
        @media screen and (max-width: 480px) {
          #service .summary ul li:nth-child(4) {
            margin-right: 0; } }
        @media screen and (max-width: 480px) {
          #service .summary ul li:nth-child(4)::after {
            display: none !important; } }
        #service .summary ul li:nth-child(4) .icon img {
          height: 58px;
          width: 66px; }
        #service .summary ul li:nth-child(5) .icon img {
          height: 64px;
          width: 58px; }
        #service .summary ul li:nth-child(6) {
          margin-right: 0; }
          #service .summary ul li:nth-child(6) .icon img {
            height: 64px;
            width: 70px; }
        #service .summary ul li .icon {
          margin-bottom: 25px; }
        #service .summary ul li p {
          color: #0071BE;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 700;
          line-height: 1.6; }

#application .inner {
  padding: 100px 20px 24px; }
#application .head {
  margin-bottom: 40px; }
  #application .head p {
    color: #0071BE;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center; }
#application .read {
  margin-bottom: 60px; }
  #application .read p {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center; }
#application ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    #application ul {
      flex-direction: column; } }
  #application ul li {
    align-items: center;
    display: inline-flex;
    justify-content: flex-start;
    margin: 0 5% 64px 0;
    width: calc((100% / 3) - 5%); }
    @media screen and (max-width: 768px) {
      #application ul li {
        margin: 0 auto 20px;
        width: calc((100% / 2) - 5%); } }
    @media screen and (max-width: 480px) {
      #application ul li {
        width: 100%; } }
    #application ul li:nth-child(3n) {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        #application ul li:nth-child(3n) {
          margin-right: initial; } }
    #application ul li:nth-child(odd) {
      margin: 0 5px 20px 0; }
    #application ul li:nth-child(even) {
      margin: 0 0 20px 5px; }
    #application ul li .icon {
      margin-right: 20px; }
      #application ul li .icon img {
        height: 80px;
        width: 80px; }
        @media screen and (max-width: 768px) {
          #application ul li .icon img {
            height: 60px;
            width: 60px; } }
        @media screen and (max-width: 480px) {
          #application ul li .icon img {
            height: 80px;
            width: 80px; } }
    #application ul li p {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700; }
      @media screen and (max-width: 768px) {
        #application ul li p br {
          display: none; } }

#plan {
  padding-bottom: 600px;
  position: relative;
  z-index: 5; }
  #plan::before {
    background-color: #F8FBFF;
    background-image: url("../images/plan/bg_plan.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 200%; }
  #plan .inner {
    position: relative;
    z-index: 4; }
  #plan .head {
    padding: 100px 0 60px; }
    #plan .head p {
      color: #fff;
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 700;
      line-height: 1;
      text-align: center; }
  #plan .layout_Card {
    padding: 0 20px; }
    #plan .layout_Card ul {
      justify-content: center; }
      @media screen and (max-width: 768px) {
        #plan .layout_Card ul {
          flex-direction: column; } }
      #plan .layout_Card ul li {
        background-color: #fff;
        border-radius: 16px;
        padding: 37px 32px 60px; }
        @media screen and (max-width: 768px) {
          #plan .layout_Card ul li {
            max-width: 100%; } }
        #plan .layout_Card ul li:not(:last-child) {
          margin-right: 35px; }
          @media screen and (max-width: 768px) {
            #plan .layout_Card ul li:not(:last-child) {
              margin: 0 0 25px 0; } }
        #plan .layout_Card ul li .ttl > p {
          font-size: 16px;
          font-size: 1.6rem;
          font-weight: 500;
          line-height: 1.4;
          margin-bottom: 10px; }
        #plan .layout_Card ul li .ttl .price {
          margin-bottom: 26px; }
          #plan .layout_Card ul li .ttl .price span {
            font-size: 22px;
            font-size: 2.2rem;
            margin-right: 4px; }
          #plan .layout_Card ul li .ttl .price p {
            align-items: flex-end;
            color: #00AFBF;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-box;
            display: -webkit-flexbox;
            display: -moz-flexbox;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flex;
            display: flex;
            font-size: 32px;
            font-size: 3.2rem;
            font-weight: 700;
            line-height: 1; }
            #plan .layout_Card ul li .ttl .price p.note {
              display: block;
              font-size: 14px;
              font-size: 1.4rem;
              margin-top: 10px;
              padding-left: 0;
              text-align: right;
              text-indent: initial; }
        #plan .layout_Card ul li .detail p {
          border-bottom: solid 1px #E6E9F4;
          color: #505050;
          font-size: 14px;
          font-size: 1.4rem;
          margin-bottom: 20px;
          padding-bottom: 21px; }
        #plan .layout_Card ul li .detail ul li {
          font-size: 16px;
          font-size: 1.6rem;
          padding: 0; }
          #plan .layout_Card ul li .detail ul li:not(:last-child) {
            margin-bottom: 20px; }
            @media screen and (max-width: 768px) {
              #plan .layout_Card ul li .detail ul li:not(:last-child) {
                margin-bottom: 15px; } }
          #plan .layout_Card ul li .detail ul li::before {
            content: url("../images/plan/icon_check.svg");
            display: inline-block;
            height: 9px;
            margin-right: 10px;
            width: 12px; }

#voice {
  background-color: #F8FBFF;
  margin-top: -400px; }
  #voice .head {
    margin: 0 20px 60px;
    position: relative;
    z-index: 7; }
    #voice .head p {
      color: #fff;
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 700;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      justify-content: center; }
      #voice .head p::before, #voice .head p::after {
        content: url("../images/common/icon_path.svg");
        height: 51px;
        width: 32px; }
      #voice .head p::before {
        margin-right: 21px; }
      #voice .head p::after {
        margin-left: 21px;
        transform: scale(-1, 1); }
  #voice .voice_Box {
    margin: auto;
    position: relative;
    z-index: 7; }
    #voice .voice_Box .splide__track {
      padding: 60px 0 80px; }
      #voice .voice_Box .splide__track ul {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-box;
        display: -webkit-flexbox;
        display: -moz-flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        max-width: 1600px; }
        #voice .voice_Box .splide__track ul li {
          background-color: #fff;
          border-radius: 20px;
          box-shadow: 0px 0px 30px 10px rgba(178, 178, 178, 0.3);
          max-width: 510px;
          min-width: 510px;
          padding: 73px 3% 32px;
          position: relative;
          width: calc((100% / 4) - 20px); }
          #voice .voice_Box .splide__track ul li .ttl {
            margin-bottom: 12px; }
            #voice .voice_Box .splide__track ul li .ttl p {
              color: #0071BE;
              font-size: 20px;
              font-size: 2rem;
              font-weight: 500;
              line-height: 1.4; }
          #voice .voice_Box .splide__track ul li .txt {
            margin-bottom: 40px; }
            #voice .voice_Box .splide__track ul li .txt p {
              font-size: 16px;
              font-size: 1.6rem;
              line-height: 2; }

#question {
  background-color: #F8FBFF; }
  #question .inner {
    margin: auto;
    max-width: 1366px;
    padding: 200px 5% 100px; }
    @media screen and (max-width: 768px) {
      #question .inner {
        padding: 100px 30px; } }
  #question .head {
    margin-bottom: 80px;
    text-align: center; }
    #question .head p {
      color: #0071BE;
      font-size: 38px;
      font-size: 3.8rem;
      font-weight: 700; }
  @media screen and (max-width: 768px) {
    #question .flex {
      flex-direction: column; } }
  #question .box:first-child {
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      #question .box:first-child {
        margin: auto; } }
  #question .box:last-child {
    margin-left: 30px; }
    @media screen and (max-width: 768px) {
      #question .box:last-child {
        margin: auto; } }
  #question .box .accordion_List li {
    border-bottom: solid 1px #707070;
    content: '';
    display: block;
    margin-bottom: 20px;
    padding-bottom: 32px; }
  #question .box .accordion_List .accordion-hidden {
    display: none; }
  #question .box .accordion_List .accordion-hidden:checked + .accordion-open {
    color: #00AFBF;
    margin-bottom: 35px; }
    #question .box .accordion_List .accordion-hidden:checked + .accordion-open::after {
      background: #00AFBF;
      transform: translateY(-50%) rotate(0); }
  #question .box .accordion_List .accordion-open {
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    padding-right: 40px;
    position: relative; }
    #question .box .accordion_List .accordion-open::before, #question .box .accordion_List .accordion-open::after {
      background: #0071BE;
      content: '';
      height: 3px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      width: 20px; }
    #question .box .accordion_List .accordion-open::after {
      transform: translateY(-50%) rotate(90deg);
      transition: 0.5s; }
  #question .box .accordion_List .accordion-inner {
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    transition: 0.5s; }
  #question .box .accordion_List .accordion-hidden:checked + .accordion-open + .accordion-inner {
    height: auto;
    opacity: 1; }

@media screen and (max-width: 768px) {
  #inquiry .flex {
    flex-direction: column; } }
#inquiry .img_Box,
#inquiry .inquiry_Box {
  width: 50%; }
  @media screen and (max-width: 768px) {
    #inquiry .img_Box,
    #inquiry .inquiry_Box {
      max-height: initial;
      width: 100%; } }
#inquiry .img_Box {
  display: inline-flex;
  justify-content: flex-end; }
  #inquiry .img_Box img {
    height: auto;
    width: 100%; }
#inquiry .inquiry_Box {
  margin-left: 60px;
  padding: 132px 40px 132px 0; }
  @media screen and (max-width: 768px) {
    #inquiry .inquiry_Box {
      margin-left: 0;
      padding: 100px 20px; } }
  #inquiry .inquiry_Box .head {
    margin-bottom: 60px; }
    #inquiry .inquiry_Box .head p {
      color: #0071BE;
      font-size: 32px;
      font-size: 3.2rem;
      font-weight: 700; }
  #inquiry .inquiry_Box .contact_Form {
    max-width: 480px; }
    @media screen and (max-width: 768px) {
      #inquiry .inquiry_Box .contact_Form {
        max-width: 100%; } }
    #inquiry .inquiry_Box .contact_Form dl {
      align-items: center;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-box;
      display: -webkit-flexbox;
      display: -moz-flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px;
      padding-bottom: 15px;
      position: relative; }
      #inquiry .inquiry_Box .contact_Form dl::after {
        background-image: url("../images/contact/border.svg");
        background-position: center;
        background-repeat: repeat no-repeat;
        background-size: cover;
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%; }
      #inquiry .inquiry_Box .contact_Form dl:last-of-type {
        margin-bottom: 60px; }
      @media screen and (max-width: 480px) {
        #inquiry .inquiry_Box .contact_Form dl.price, #inquiry .inquiry_Box .contact_Form dl.sales {
          flex-direction: column; } }
      #inquiry .inquiry_Box .contact_Form dl.price dt, #inquiry .inquiry_Box .contact_Form dl.sales dt {
        font-size: 16px;
        font-size: 1.6rem;
        min-width: 120px; }
        @media screen and (max-width: 480px) {
          #inquiry .inquiry_Box .contact_Form dl.price dt, #inquiry .inquiry_Box .contact_Form dl.sales dt {
            margin-bottom: 10px;
            min-width: 100%; } }
      @media screen and (max-width: 480px) {
        #inquiry .inquiry_Box .contact_Form dl.price dd, #inquiry .inquiry_Box .contact_Form dl.sales dd {
          width: 100%; } }
      #inquiry .inquiry_Box .contact_Form dl.price dd span, #inquiry .inquiry_Box .contact_Form dl.sales dd span {
        position: relative; }
        #inquiry .inquiry_Box .contact_Form dl.price dd span::before, #inquiry .inquiry_Box .contact_Form dl.sales dd span::before {
          border-bottom: 4.5px solid #EF7817;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          content: '';
          position: absolute;
          right: 9px;
          top: 2px;
          width: 0; }
        #inquiry .inquiry_Box .contact_Form dl.price dd span::after, #inquiry .inquiry_Box .contact_Form dl.sales dd span::after {
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          border-top: 4.5px solid #EF7817;
          content: '';
          position: absolute;
          right: 9px;
          top: 11px;
          width: 0; }
      #inquiry .inquiry_Box .contact_Form dl.price dd select, #inquiry .inquiry_Box .contact_Form dl.sales dd select {
        -webkit-appearance: none;
        appearance: none;
        border: none;
        font-size: 16px;
        font-size: 1.6rem;
        padding: 0 30px 0 0; }
        #inquiry .inquiry_Box .contact_Form dl.price dd select:focus, #inquiry .inquiry_Box .contact_Form dl.sales dd select:focus {
          outline: none; }
      #inquiry .inquiry_Box .contact_Form dl dt {
        align-items: center;
        display: inline-flex; }
        #inquiry .inquiry_Box .contact_Form dl dt:has(class)::before {
          content: '';
          display: inline-block;
          margin-right: 16px; }
        #inquiry .inquiry_Box .contact_Form dl dt.company {
          content: url("../images/contact/icon_company.svg");
          height: 17px;
          width: 18px; }
        #inquiry .inquiry_Box .contact_Form dl dt.name {
          content: url("../images/contact/icon_peple.svg");
          height: 17px;
          width: 18px; }
        #inquiry .inquiry_Box .contact_Form dl dt.mail {
          content: url("../images/contact/icon_mail.svg");
          height: 13px;
          width: 19px; }
        #inquiry .inquiry_Box .contact_Form dl dt.tel {
          content: url("../images/contact/icon_tel.svg");
          height: 17px;
          width: 17px; }
      #inquiry .inquiry_Box .contact_Form dl dd {
        position: relative;
        width: calc(100%  - 40px); }
        #inquiry .inquiry_Box .contact_Form dl dd input {
          border: none;
          font-size: 16px;
          font-size: 1.6rem;
          width: 100%; }
          #inquiry .inquiry_Box .contact_Form dl dd input:focus {
            color: #000;
            outline: none; }
    #inquiry .inquiry_Box .contact_Form .submit_Btn {
      background-color: #EF7817; }
      #inquiry .inquiry_Box .contact_Form .submit_Btn > span {
        color: #fff;
        display: block;
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 500;
        height: 58px;
        line-height: 1;
        padding: 16px 0;
        position: relative;
        text-align: center;
        width: 100%; }
      #inquiry .inquiry_Box .contact_Form .submit_Btn span.wpcf7-spinner {
        height: initial;
        position: absolute;
        top: 50%;
        right: 30px;
        transform: translateY(-50%);
        width: initial; }
      #inquiry .inquiry_Box .contact_Form .submit_Btn input {
        background-color: transparent;
        border-style: none;
        color: #fff;
        cursor: pointer;
        display: block;
        font-size: 18px;
        font-weight: 700;
        height: initial;
        width: 100%; }
    #inquiry .inquiry_Box .contact_Form .wpcf7-not-valid-tip {
      font-size: 16px;
      font-size: 1.6rem;
      font-weight: 700;
      margin-bottom: 30px;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%); }
  #inquiry .inquiry_Box .wpcf7 form .wpcf7-response-output {
    margin: 20px 0 30px; }
  #inquiry .inquiry_Box .wpcf7 form.invalid .wpcf7-response-output,
  #inquiry .inquiry_Box .wpcf7 form.unaccepted .wpcf7-response-output,
  #inquiry .inquiry_Box .wpcf7 form.payment-required .wpcf7-response-output,
  #inquiry .inquiry_Box .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center; }

footer {
  background-color: #0071BE;
  height: 46px;
  margin: auto;
  width: 100%; }
  @media screen and (max-width: 625px) {
    footer {
      height: initial; } }
  footer .inner {
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
    height: 46px;
    margin: auto;
    padding: 0 5%; }
    @media screen and (max-width: 625px) {
      footer .inner {
        flex-direction: column;
        height: initial; } }
  footer ul li a,
  footer small {
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500; }
  footer ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex; }
    @media screen and (max-width: 625px) {
      footer ul {
        margin: 10px auto 10px 0; } }
    footer ul li:not(:last-child) {
      margin-right: 20px; }
  @media screen and (max-width: 625px) {
    footer small {
      margin-left: auto; } }

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