@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #1C1C1C;
  background: #FDFBE2;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none !important;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
#wrapper {
  padding-top: 42px;
}

.c-header {
  height: 42px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-self: start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
.c-header .logo {
  padding: 0 14px;
  display: block;
}
.c-header .logo img {
  display: block;
  width: 100%;
  max-height: 28px;
}

/* footer --------------- */
#footer .contentsBox {
  padding: 0;
}
#footer .logo {
  margin-bottom: 5px;
}
#footer .logo img {
  width: 200px;
}
#footer .copyRight {
  font-size: 11px;
  font-weight: 400;
  color: #0099B3;
}

.c-ttl01 {
  color: #EE8800;
  font-size: min(32px, 2.5vw);
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 11px;
}

.c-ttl02 {
  font-size: min(20px, 1.5625vw);
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 11px;
}
.c-ttl02 .line {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 11px;
}
.c-ttl02 .line::before {
  background: #0099B3;
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.c-ttl02 .note {
  font-size: min(14px, 1.09375vw);
  font-weight: 500;
  position: absolute;
  right: -123px;
  bottom: 11px;
}

sup {
  font-size: min(12px, 0.9375vw);
  vertical-align: top;
}

.c-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.c-txt.center {
  text-align: center;
}

.c-dot-list li {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  position: relative;
  padding-left: 21px;
}
.c-dot-list li::before {
  background: #0099B3;
  border-radius: 100px;
  content: "";
  height: 12px;
  width: 12px;
  position: absolute;
  top: 11px;
  left: 0;
}
.c-dot-list.orange li::before {
  background: #EE8800;
}

.c-blue {
  color: #0099B3;
}

.c-btn01 {
  border-radius: 8px;
  color: #fff !important;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3333333333;
  position: relative;
  padding: 9px 6px;
}
.c-btn01::before {
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
}
.c-btn01.blue {
  background: #0099B3;
  -webkit-box-shadow: 0 5px 0 0 #006B8B;
          box-shadow: 0 5px 0 0 #006B8B;
}
.c-btn01.blue::before {
  background: url(../img/ico-arrow_bl.svg) no-repeat center center/contain;
}
.c-btn01.green {
  background: #99CC00;
  -webkit-box-shadow: 0 5px 0 0 #56A100;
          box-shadow: 0 5px 0 0 #56A100;
}
.c-btn01.green::before {
  background: url(../img/ico-arrow_gr.svg) no-repeat center center/contain;
}
.c-btn01.grid {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-template-columns: auto 1fr;
}

.c-btn02 {
  background: #0099B3;
  border: 2px solid #0099B3;
  border-radius: 100px;
  color: #fff !important;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.0666666667;
  padding: 6px 35px 6px 12px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn02::before {
  background: url(../img/ico-arrow_bl.svg) no-repeat center center/contain;
  content: "";
  height: 18px;
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
.c-btn02.blue {
  background: #047CCF;
  border-color: #047CCF;
  display: block;
  font-size: 18px;
  padding: 13px 15px 14px;
  text-align: center;
  max-width: 266px;
  margin: 40px auto 0;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn02.blue::before {
  height: 26px;
  width: 26px;
  right: 20px;
}
.c-btn02.orange {
  background: #EE8800;
  border-color: #EE8800;
  display: block;
  font-size: 18px;
  padding: 13px 20px 14px;
  text-align: right;
  max-width: 387px;
  margin: 60px auto 0;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn02.orange::before {
  background: url(../img/ico-arrow_or.svg) no-repeat center center/contain;
  left: 20px;
  right: inherit;
  height: 26px;
  width: 26px;
}
.c-btn02.ml-5 {
  margin-left: 5px;
}

.fadeIn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.scroll {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
.home .mv-section .inner-block {
  padding-top: 66px;
}
.home .mv-section .ttl-box {
  background: #FFE280;
  padding: 30px;
  position: relative;
}
.home .mv-section .ttl-box .main-ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
  padding: 22px 20px 23px;
}
.home .mv-section .ttl-box .sub {
  background: #EE8800;
  border-radius: 8px;
  color: #fff;
  font-size: min(20px, 1.5625vw);
  font-weight: bold;
  line-height: 2;
  padding: 4px 10px;
  position: relative;
  top: 3px;
}
.home .mv-section .ttl-box .main {
  color: #EE8800;
  font-size: min(36px, 2.8125vw);
  font-weight: bold;
  line-height: 1;
}
.home .mv-section .ttl-box .large {
  font-size: min(60px, 4.6875vw);
  line-height: 1;
}
.home .mv-section .ttl-box .img {
  position: absolute;
  top: min(18px, 1.40625vw);
  right: min(15px, 1.171875vw);
}
.home .mv-section .ttl-box .img img {
  max-height: min(115px, 8.984375vw);
}
.home .mv-section .lead {
  font-size: min(26px, 2.03125vw);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 36px;
}
.home .contents-section .inner-block {
  padding-top: 42px;
  padding-bottom: 100px;
}
.home .contents-section .WhiteBox {
  background: #fff;
  border-radius: 10px;
  padding: 40px 65px 35px;
}
.home .contents-section .WhiteBox.pb-64 {
  padding-bottom: 58px;
}
.home .contents-section .WhiteBox + .WhiteBox {
  margin-top: 60px;
}
.home .contents-section .l-grid {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px;
  position: relative;
}
.home .contents-section .l-left {
  text-align: center;
}
.home .contents-section .l-right {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding-bottom: 30px;
}
.home .contents-section .guide-wrap {
  border-radius: 8px;
  border: 2px solid transparent;
  padding: 40px 20px 24px;
  position: relative;
}
.home .contents-section .guide-wrap.blue {
  border-color: #3399CC;
}
.home .contents-section .guide-wrap.blue .guide-ttl {
  border-color: #3399CC;
}
.home .contents-section .guide-wrap.green {
  border-color: #99CC00;
}
.home .contents-section .guide-wrap.green .guide-ttl {
  border-color: #99CC00;
}
.home .contents-section .guide-wrap .guide-ttl {
  background: #fff;
  border-radius: 8px;
  border: 2px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: min(15px, 1.171875vw);
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  min-height: 69px;
  max-width: 240px;
  white-space: nowrap;
  position: absolute;
  top: -52px;
  left: 0;
  right: 0;
  margin: auto;
}
.home .contents-section .guide-wrap .btn-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.home .contents-section .deco {
  position: absolute;
  bottom: -23px;
  right: min(146px, 11.40625vw);
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home .contents-section .l-ico-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 50px;
  margin-top: 36px;
}
.home .contents-section .l-ico-wrap + .c-txt {
  margin-top: 23px;
}
.home .contents-section .l-ico-wrap.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .contents-section .img {
  margin: 28px auto 32px;
  text-align: center;
}
.home .contents-section .c-note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1666666667;
}
.home .contents-section .c-note.max-580 {
  max-width: 580px;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .inner-block {
    padding: 0 20px;
  }
  .pc {
    display: none !important;
  }
  .c-ttl01 {
    font-size: min(22px, 5.8666666667vw);
  }
  .c-ttl02 {
    font-size: min(17px, 4.5333333333vw);
    margin: 20px auto 8px;
    padding-bottom: 8px;
  }
  .c-ttl02 .note {
    display: block;
    font-size: min(12px, 3.2vw);
    right: inherit;
    bottom: inherit;
    position: relative;
    text-align: right;
    margin-top: 5px;
  }
  sup {
    font-size: min(10px, 2.6666666667vw);
  }
  .c-txt {
    font-size: min(14px, 3.7333333333vw);
  }
  .c-dot-list li::before {
    height: 10px;
    width: 10px;
    top: 11px;
  }
  .c-dot-list li {
    font-size: min(14px, 3.7333333333vw);
    padding-left: 15px;
  }
  .c-btn01 {
    border-radius: 5px;
    font-size: min(16px, 4.2666666667vw);
    padding: 7px 5px;
  }
  .c-btn01::before {
    height: min(20px, 5.3333333333vw);
    width: min(20px, 5.3333333333vw);
    right: min(12px, 3.2vw);
  }
  .c-btn01.grid {
    gap: 10px;
    grid-template-columns: min(50px, 13.3333333333vw) 1fr;
  }
  .c-btn01 .ico {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .c-btn02 {
    font-size: min(14px, 3.7333333333vw);
    padding: 4px 25px 4px 5px;
  }
  .c-btn02::before {
    height: 15px;
    width: 15px;
    right: 5px;
  }
  .c-btn02.blue {
    font-size: min(14px, 3.7333333333vw);
    margin: 20px auto 0;
  }
  .c-btn02.orange {
    font-size: min(14px, 3.7333333333vw);
    margin: 20px auto 0;
    max-width: 320px;
  }
  .home .mv-section .inner-block {
    padding-top: 30px;
  }
  .home .mv-section .ttl-box {
    padding: 10px;
  }
  .home .mv-section .ttl-box .main-ttl {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 15px;
  }
  .home .mv-section .ttl-box .sub {
    font-size: min(12px, 3.2vw);
    padding: 4px 5px;
    top: inherit;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .home .mv-section .ttl-box .main {
    font-size: min(20px, 5.3333333333vw);
  }
  .home .mv-section .ttl-box .large {
    font-size: min(20px, 5.3333333333vw);
  }
  .home .mv-section .ttl-box .img {
    top: min(6px, 4.8vw);
    right: min(10px, 4vw);
  }
  .home .mv-section .ttl-box .img img {
    max-height: min(60px, 16vw);
  }
  .home .mv-section .lead {
    font-size: min(16px, 4.2666666667vw);
    margin-top: min(20px, 5.3333333333vw);
  }
  .home .contents-section .inner-block {
    padding-top: min(20px, 5.3333333333vw);
    padding-bottom: min(40px, 10.6666666667vw);
  }
  .home .contents-section .WhiteBox {
    padding: min(20px, 5.3333333333vw) min(15px, 4vw) min(20px, 5.3333333333vw);
  }
  .home .contents-section .WhiteBox.pb-64 {
    padding-bottom: min(60px, 16vw);
  }
  .home .contents-section .WhiteBox + .WhiteBox {
    margin-top: min(40px, 10.6666666667vw);
  }
  .home .contents-section .l-right {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-bottom: 0;
  }
  .home .contents-section .deco {
    bottom: -40px;
    right: min(10px, 2.6666666667vw);
  }
  .home .contents-section .deco img {
    max-height: min(50px, 13.3333333333vw);
  }
  .home .contents-section .l-ico-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 20px;
  }
  .home .contents-section .l-ico-wrap + .c-txt {
    margin-top: 15px;
  }
  .home .contents-section .l-ico-wrap .ico {
    text-align: center;
  }
  .home .contents-section .img {
    margin: 25px auto 30px;
  }
  .home .contents-section .c-note {
    font-size: min(11px, 2.9333333333vw);
  }
}
@media only screen and (min-width: 601px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding: 0 30px;
    max-width: 1000px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-ttl01.mb-15 {
    margin-bottom: 22px;
  }
  .c-dot-list.orange li + li {
    margin-top: 23px;
  }
  .c-btn01:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .c-btn02:hover {
    background: #fff;
    color: #0099B3 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn02.blue:hover {
    background: #fff;
    color: #047CCF !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-btn02.orange:hover {
    background: #fff;
    color: #EE8800 !important;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .home .contents-section .WhiteBox.pd-80 {
    padding-left: 80px;
    padding-right: 80px;
  }
  .home .contents-section .l-ico-wrap.ml-15 {
    margin-left: 15px;
  }
  .home .contents-section .l-ico-wrap.ml-20 {
    margin-left: 20px;
    gap: 60px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 900px) {
  .c-ttl01 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1190px) {
  .c-ttl02 {
    font-size: 16px;
  }
  .c-ttl02 .note {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  .c-btn01 {
    min-height: 60px;
  }
  .home .contents-section .guide-wrap .btn-wrap {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 720px) {
  .home .contents-section .WhiteBox {
    padding: 40px 20px 35px;
  }
}
@media only screen and (min-width: 781px) {
  .home .contents-section .WhiteBox.pr-38 {
    padding-right: 38px;
  }
  .home .contents-section .WhiteBox.pr-38 .c-ttl01, .home .contents-section .WhiteBox.pr-38 .c-txt {
    margin-right: 27px;
  }
}
@media only screen and (min-width: 781px) and (max-width: 1000px) {
  .home .contents-section .l-grid {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 780px) {
  .home .contents-section .l-grid {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 20px;
  }
  .home .contents-section .guide-wrap {
    padding: min(40px, 10.6666666667vw) min(15px, 4vw) min(20px, 5.3333333333vw);
  }
  .home .contents-section .guide-wrap .guide-ttl {
    font-size: min(14px, 3.7333333333vw);
    min-height: 50px;
    top: -28px;
    max-width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 780px) and (max-width: 720px) {
  .home .contents-section .guide-wrap .guide-ttl {
    font-size: min(12px, 3.2vw);
  }
}