@charset "UTF-8";


/*------------------------------------------
# RESET-CSS
------------------------------------------*/
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%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{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;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:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}button{background-color:transparent;border:none;cursor:pointer;outline:none;padding:0;appearance:none}img{image-rendering:-webkit-optimize-contrast}a{color:inherit;text-decoration: none;}img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
body{
  box-sizing: border-box;
  color: #444444;
  font-family: 'Noto Sans JP', "Noto Sans", Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  line-height: 1.35;
}
.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.noto-sans-<uniquifier> {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/*------------------------------------------
# COMMON
------------------------------------------*/
.palt {
  font-feature-settings: "palt";
}
.font-zen {
  font-family: "Zen Maru Gothic", serif;
  font-feature-settings: "palt";
}
.ls--005 {
  letter-spacing: -0.05em;
}
.lh-1 {
  line-height: 1;
}
.center {
  text-align: center;
}
.fs-50 {
  font-size: 50%!important;
}
.fs-70 {
  font-size: 70%!important;
}
.fs-80 {
  font-size: 80%!important;
}
.fs-120 {
  font-size: 120%!important;
}
.fs-130 {
  font-size: 130%!important;
}
.fs-160 {
  font-size: 160%!important;
}
.fs-190 {
  font-size: 190%!important;
}
.fs-200 {
  font-size: 200%!important;
}
.fs-225 {
  font-size: 225%!important;
}
.fw-700 {
  font-weight: 700!important;
}
.fc-pink {
  color: #FF4D73;
}

/*------------------------------------
SP/PC切り替え
------------------------------------*/
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.PC-CSS {
  display: inline-block !important;
}
.SP-CSS {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media screen and (max-width: 768px) {
  .PC-CSS {
    display: none !important;
  }
  .SP-CSS {
    display: inline-block !important;
  }
}

/*--------------------------
section
----------------------------*/
.sec-wrap {
  box-sizing: border-box;
  line-height: 1.35;
  margin: 0 auto;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .sec-wrap {
    box-sizing: border-box;
    padding: 0 3vw;
    width: 100%;
  }
}

/*--------------------------
section-triangle
----------------------------*/
.triangle {
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin-top: -1px;
  width: 100%;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .triangle {
    height: 10vw;
  }
}

/*--------------------------
line-ttl
----------------------------*/
.line-ttl {
  border-bottom: 3px #FF4D73 dotted;
  margin: 0 auto;
  padding: 55px 0 20px;
  text-align: center;
  max-width: 800px;
}
.line-ttl p {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 15px;
}
.line-ttl h2 {
  font-size: 45px;
}
@media screen and (max-width: 768px) {
  .line-ttl {
    margin: 0 auto;
    padding: 14vw 0 2vw;
    max-width: 100%;
  }
  .line-ttl p {
    font-size: 4.5vw;
    padding-bottom: 1vw;
  }
  .line-ttl h2 {
    font-size: 6.5vw;
  }
}

/*------------------------------------------
# HEADER
------------------------------------------*/
.header-logo img {
  width: 210px;
}
.header {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 6px 12px;
    width: 100%;
  }
  .header-logo img {
    width: 38.66vw;
  }
}

/*------------------------------------------
# MV
------------------------------------------*/
#MV {
  background: url("../img/MV_bkg.png")no-repeat top center / cover;
  width: 100%;
  height: 500px;
}
.MV-inner {
  background: url("../img/MV_pc.png")no-repeat top center / cover;
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  height: 100%;
}
.MV-text-wrap {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  width: 560px;
  height: 100%;
}
.MV-text {
  background: #ffffffe6;
  border-radius: 3px;
  padding: 25px;
}
.MV-text__top {
  font-size: 25px;
}
.MV-text__bottom {
  font-size: 28px;
  font-weight: 600;
}
.MV-h1 {
  font-size: 51px;
  line-height: 1.2;
  margin: 5px 0 10px;
}
.MV-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 20px;
}
.MV-list li {
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 5px 5px #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.3;
  height: 160px;
  width: 160px;
}
.MV-list__item {
  position: relative;
}
.MV-list__item .mincho {
  font-family: "Noto Serif JP", serif;
  font-size: 240%;
  font-weight: 800;
}
.MV-list__item--bottom {
  font-size: 80%;
}
.MV-list__item--point {
  font-size: 70%;
}
.MV-list li:last-of-type .mincho {
  margin-right: 5px;
}
.MV-list__item .attention--icon {
  font-size: 12px;
  position: absolute;
}
#MV .attention--text {
  color: #666;
  font-size: 12px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  #MV {
    background: none;
    width: 100%;
    height: auto;
  }
  .MV-inner {
    background: url("../img/MV_sp.png")no-repeat top center / cover;
    width: 100%;
    height: 88.5vw;
  }
  .MV-text-wrap {
    padding: 26vw 0 0 0;
    width: 100%;
  }
  .MV-text {
    background: none;
    border-radius: 0;
    padding: 0 0 0 4vw;
    text-align: left;
  }
  .MV-text__top {
    font-size: 3.2vw;
  }
  .MV-h1 {
    font-size: 6.6vw;
    margin: 1vw 0;
    text-align: left;
  }
  .MV-text__bottom {
    font-size: 3.7vw;
  }
  .MV-fukidashi-wrap {
    background-position: center 80%;
    background-size: 60%;
    padding: 0 2vw 6vw 2vw;
  }
  .MV-fukidashi-wr ap p{
    font-size: 4vw;
  }
  .MV-text > h2 {
    font-size: 8.5vw;
    line-height: 1.1;
  }
  .MV-list {
    margin: 8vw 8vw 0;
    padding-top: 0;
  }
  .MV-list li {
    background-color: #FFF;
    font-size: 2.8vw;
    margin: 0 2vw;
    width: 23vw;
    height: 23vw;
  }
  .MV-list__item .attention--icon {
    font-size: 2.3vw;
  }
  #MV .attention--text {
    font-size: 2.3vw;
    right: 5px;
    bottom: 0;
  }
}

/*------------------------------------------
# CV
------------------------------------------*/
.CV-wrap {
  max-width: 840px;
  margin: 0 auto;
  padding:0 0 2rem;
  text-align: center;
}
.CVarea h2 {
  font-weight: 600;
  text-align: center;
}
.CV-btn {
  background: linear-gradient(165deg, #00b1e6 0%, #00b1e6 38%, #00b1e6 30%, #00ffd4 85%); 
  border-radius: 500px; 
  box-shadow: 0px 11px 0px -8px #bfbfbf;
  color: #FFF;
  font-size: 32px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 40px 10px 60px;
  position: relative;
  transition: all 0.2s;
}
.CV-txt-free {
  background-color: #FFF;
  border-radius: 50%;
  color: #00B1E6; 
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  width: 80px;
  height: 80px;
}
.CV-btn:hover {
  box-shadow: none;
  transform: translate(0, 0.3rem);
}
.CV-txt {
  margin-right: 30px;
  position: relative;
}
.CV-btn:after {
  content: "";
  background-color: rgb(255, 255, 255);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 16px;
  height: 52px;
}
.CV01 h2 {
  font-size: 32px;
  letter-spacing: 0.15em;
  padding: 1.5rem 0 1rem;
}
.CV02 h2 {
  font-size: 45px;
  padding: 0 0 30px 0;
}
.CV02 p {
  font-size: 25px;
  padding: 0 0 25px;
  text-align: center;
}
.CV03 {
  padding: 60px 0 0 0;
  background: linear-gradient(to top, #ffffff 0%, #f5f5f5 100%);
}
.CV03 h2 {
  font-size: 45px;
  padding: 0 0 30px 0;
  text-align: center;
}
.CV04 h2 {
  font-size: 45px;
  padding: 0 0 30px 0;
}
.CV04 p {
  font-size: 25px;
  padding: 0 0 25px;
  text-align: center;
}
.CV05-bg {
  background: linear-gradient(to bottom, rgba(244, 244, 244, 0) 0%, rgba(244, 244, 244, 0.5) 50%, rgba(244, 244, 244, 1) 100%);
}
.CV05 h2 {
  font-size: 45px;
}
.CV05 p {
  font-size: 25px;
  padding: 0 0 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .CV-wrap {
    padding:0 0 3vw;
    width: 100%;
  }
  .CV-btn {
    font-size: 4vw;
    padding: 2.5vw 5vw 2.5vw 5vw;
  }
  .CV-txt {
    margin-right: 3vw;
  }
  .CV-txt-free {
    font-size: 3.2vw;
    width: 11vw;
    height: 11vw;
  }
  .CV-btn:after {
    width: 2vw;
    height: 6vw;
  }
  .CV01 h2 {
    font-size: 4.5vw;
    padding: 4vw 0;
  }
  .CV02 h2 {
    font-size: 6.2vw;
    padding: 0 0 3vw 0;
  }
  .CV02 p {
    font-size: 4vw;
    line-height: 1.5;
    padding: 0 0 4.5vw;
    text-align: left;
  }
  .SP-CV02 {
    font-size: 150%;
    font-weight: 700;
  }
  .CV03 {
    padding: 3vw 0 0 0;
  }
  .CV03 h2 {
    font-size: 5vw;
    padding: 0 0 4vw 0;
  }
  .CV04 h2 {
    font-size: 5vw;
    padding: 0 0 3vw 0;
  }
  .CV04 p {
    font-size: 4vw;
    line-height: 1.5;
    padding: 0 0 4.5vw;
    text-align: justify;
  }
  .CV05 h2 {
    font-size: 5vw;
  }
  .CV05 p {
    font-size: 3.7vw;
    line-height: 1.5;
    padding: 0 0 4.5vw;
    text-align: center;
  }
}

/*------------------------------------------
# tel-CV-area
------------------------------------------*/
.tel-CV-area {
  margin-bottom: 70px;
  text-align: center;
}
.tel-CV-area p {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tel-CV-btn {
  color: #FF4D73;
  font-size: 180%;
  font-weight: 600;
}
/*---PCリンク無効--*/
@media (min-width: 769px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .tel-CV-area {
    margin-top: 3vw;
    margin-bottom: 7vw;
  }
  .tel-CV-area p {
    font-size: 4vw;
  }
}

/*------------------------------------------
# nayami
------------------------------------------*/
#nayami {
  background: linear-gradient(to bottom, #ffffff 0%, #f5f5f5 100%);
  padding: 1rem 0 0;
}
.nayami-ttl {
  text-align: center;
}
.nayami-fukidashi-wrap {
  background-image: url("../img/fukidashi01.svg");
  background-position: center 80%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0 1rem 1.75rem 1rem;
  position: relative;
  text-align: center;
  width: fit-content;
}
.nayami-fukidashi-wrap p {
  font-size: 25px;
}
.nayami-ttl h2 {
  font-size: 45px;
}
.nayami-list-wrap {
  background: url("../img/nayami-img01_pc.png")no-repeat bottom center / contain;
  margin-top: 25px;
  height: 408px;
  width: auto;
}
.nayami-list {
  display: flex;
  flex-direction: column;
  font-family: "Zen Maru Gothic", serif;
  font-feature-settings: "palt";
  font-weight: 500;
  font-size: 20px;
  margin: 0 auto;
  padding-top: 50px;
  max-width: 550px;
}
.nayami-item {
  border-bottom: solid 1px #E5E5E5;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0 0 0.6em 1.5em;
  width: 100%;
}
.nayami-item:not(:last-of-type) {
  margin-bottom: 15px;
}
.nayami-item:before {
  content: "";
  background: url("../img/icon_check.svg")no-repeat center / 0.7em;
  display: block;
  margin: 0.15em 0.3em 0 0;
  width: 0.7em;
  height: 0.7em;
}
@media screen and (max-width: 768px) {
  .nayami-fukidashi-wrap {
    padding: 0 4vw 5.5vw 4vw;
  }
  .nayami-fukidashi-wrap p {
    font-size: 4vw;
  }
  .nayami-ttl h2 {
    font-size: 6.4vw;
  }
  #nayami .sec-wrap {
    padding: 0;
  }
  #nayami {
    background-image: url("../img/nayami-img01_sp.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
  }
  .nayami-list-wrap {
    background: none;
    margin-top: 10vw;
    height: auto;
  }
  .nayami-list {
    font-size: 3.7vw;
    padding: 0 0 22vw 0;
    width: 92%;
  }
  .nayami-item {
    padding: 0 0 0.5em 0.5em;
  }
  .nayami-item:not(:last-of-type) {
    margin-bottom: 0.6em;
  }
}

/*------------------------------------------
# total-support
------------------------------------------*/
.total-support-ttl {
  background-color: #FFCED7;
  position: relative;
  text-align: center;
  width: 100%;
}
.total-support-ttl:before {
  content: "";
  border-width: 40px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #FFCED7;
  position: absolute;
  top: 100%;  
  left: calc(50% - 40px);
  width: 0;
  height: 0;
}
.total-support-ttl h2 {
  font-size: 45px;
  line-height: 1.6;
  padding: 3rem 0;
}
.support-list {
  margin: 0 auto 90px;
  max-width: 800px;
}
.support-list li {
  margin-top: 60px;
  position: relative;
}
.support-list-tag,
.support-list-text {
  display: inline-block;
}
.support-list-wrap {
  display: flex;
  align-items: center;
}
.support-list-tag {
  background-color: #FFDF83;
  border-radius: 50%;
  color: #FFF;
  position: relative;
  text-align: center;
  width: 113px;
  height: 113px;
}
.support-list-tag-inner {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
}
.support-list-tag-inner > span {
  display: block;
  font-size: 45px;
  font-weight: 600;
  line-height: 0.7;
}
.support-list-text {
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 500;
  margin-left: 30px;
}
.support-list-text-deco {
  display: inline-block;
  font-size: 180%;
  font-weight: 600;
  margin-left: 30px;
}
.support-list-text-etc {
  margin-top: auto;
}
.support-list-line {
  background-color: #FFDF83;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 1px;
  height: 4px;
  width: 93%;
}
@media screen and (max-width: 768px) {
  .support-list {
    margin: 0 auto 10vw;
    max-width: 100%;
  }
  .support-list li {
    margin-top: 6vw;
  }
  .support-list-tag-inner > span {
    font-size: 5vw;
  }
  .total-support-ttl h2 {
    font-size: 5.5vw;
    padding: 8vw 0;
  }
  .total-support-ttl:before {
    border-width: 5vw;
    top: 99%;
    left: calc(50% - 5vw);
  }
  .support-list-tag {
    font-size: 3vw;
    width: 16vw;
    height: 16vw;
  }
  .support-list-text {
    font-size: 4vw;
    line-height: 1.2;
    margin-left: 5vw;
    align-items: flex-start;
    justify-content: left;
    flex-wrap: wrap;
    width: calc(100% - 22vw);
  }
  .support-list-text-deco {
    display: block;
    font-size: 135%;
    margin-left: 0;
    width: 100%;
  }
  .support-list li:last-of-type .support-list-text-deco {
    width: auto;
  }
}

/*------------------------------------------
# largest
------------------------------------------*/
.largest-ttl {
  background-color: #FF4D73;
  color: #FFF;
  margin: 0 auto;
  padding: 60px 0 0;
  position: relative;
  text-align: center;
}
.largest-ttl h2 {
  font-size: 45px;
  line-height: 1.2;
}
.largest-ttl p {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.2em;
  margin-top: 1rem;
}
.largest-ttl-triangle {
  background-color: #FF4D73;
}
.largest-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 120px;
  max-width: 800px;
}
.largest-list li {
  margin-top: 45px;
  text-align: center;
  width: 30%;
}
.largest-list-image {
  margin: 0 auto;
  width: 144px;
}
.largest-list-image img {
  width: 100%;
}
.largest-list-text {
  line-height: 1.2;
  margin-top: 20px;
}
.largest-list-text dt {
  font-size: 25px;
  font-weight: 500;
}
.largest-list-text dd {
  color: #707070;
  font-size: 20px;
  font-weight: 500;
}
.largest-list-text-ajast {
  position: relative;
  bottom: -30px;
}
@media screen and (max-width: 768px) {
  .largest-ttl {
    padding: 8vw 0 3vw;
  }
  .largest-ttl h2  {
    font-size: 5.5vw;
  }
  .largest-ttl p {
    font-size: 3.3vw;
    letter-spacing: 0.1em;
    margin-top: 2vw;
  }
  .largest-list {
    margin: 0 auto 20vw;
  }
  .largest-list li {
    margin-top: 8vw;
    width: 48%;
  }
  .largest-list-image {
    width: 21vw;
  }
  .largest-list-text {
    margin-top: 2vw;
  }
  .largest-list-text dt {
    font-size: 5vw;
  }
  .largest-list-text dd {
    font-size: 3.6vw;
  }
  .largest-list-text-ajast {
    position: static;
  }
}

/*------------------------------------------
# offer
------------------------------------------*/
#offer {
  background-color: #F5F5F5;
  color: #4F4F4F;
  margin-top: 3.5rem;
}
.offer-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 55px;
}
.offer-list > li {
  margin-bottom: 48px;
  width: 48%;
}
.offer-request {
  margin-bottom: 20px;
  text-align: center;
}
.offer-request-deco {
  background-image: url(../img/offer-list-ttl-bg.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  font-weight: 600;
  position: relative;
  width: 100px;
  height: 53px;
}
.offer-request-deco > span {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}
.offer-request__h3 {
  font-size: 32px;
  font-weight: 600;
}
.offer-box {
  background-color: #FFF;
  border-radius: 14px;
  position: relative;
}
.offer-box:before {
  content: "";
  border-style: solid;
  border-color: transparent;
  border-top-color: #F5F5F5;
  border-width: 20px;
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: 0;
  height: 0;
}
.offer-box-dl > dt {
  font-size: 20px;
  font-weight: 500;
  padding: 40px 0 0;
  text-align: center;
}
.offer-box-dl > dt > span {
  color: #FF4D73;
  font-size: 25px;
  font-weight: 600;
}
.offer-box-dl > dd {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding: 20px 17px 50px 17px;
}
.offer-image {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 12px;
  display: inline-block;
  width: 43%;
}
.offer-text {
  width: 52%;
}
.offer-text dd {
  font-size: 32px;
  font-weight: 600;
}
.offer-text li {
  border-bottom: 1px dashed #FFCED7;
  padding: 10px 0;
}
.offer-img01 {
  background-position: 63% 0;
  background-image: url(../img/offer01.jpg);
}
.offer-img02 {
  background-position: 43% 0;
  background-image: url(../img/offer02.jpg);
}
.offer-img03 {
  background-position: 23% 0;
  background-image: url(../img/offer03.jpg);
}
.offer-img04 {
  background-position: 43% 0;
  background-image: url(../img/offer04.jpg);
}
@media screen and (max-width: 768px) {
  .offer-list {
    margin-top: 15vw;
  }
  .offer-list > li {
    margin-bottom: 4vw;
    width: 100%;
  }
  .offer-request__h3 {
    font-size: 4.8vw;
  }
  .offer-request-deco {
    width: 27vw;
    height: 15vw;
  }
  .offer-request-deco > span {
    font-size: 4.2vw;
  }
  .offer-box:before {
    border-width: 5vw;
    left: calc(50% - 5vw);
  }
  .offer-box-dl > dt {
    font-size: 4vw;
    padding:7vw 0 0;
  }
  .offer-box-dl > dt > span {
    font-size: 4vw;
  }
  .offer-box-dl > dd {
    padding: 4vw 3vw 8vw 3vw;
  }
  .offer-text dt {
    font-size: 3.5vw;
  }
  .offer-text dd {
    font-size: 5vw;
  }
}

/*------------------------------------------
# interview
------------------------------------------*/
.sec-wrap-interview {
  margin: 0 auto;
  max-width: 1200px;
}
.interview-wrap {
  margin: 55px 10px 0;
}
.interview-wrap > li {
  filter: drop-shadow(0rem 0.5rem 10px rgba(230, 230, 230, 1));
  margin-bottom: 70px;
}
.interview-outline-column {
  display: flex;
  justify-content: space-around;
}
.interview-outline {
  width: 50%;
}
.interview-image {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 12px 0 0;
  width: 50%;
}
.interview-ttl {
  background-color: #FFCED7;
  border-radius: 12px 0 0 0;
  padding: 30px 50px;
}
.interview-ttl h3 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Zen Maru Gothic", serif;
  font-feature-settings: "palt";
}
.interview-table {
  padding: 20px 50px;
  position: relative;
}
.interview-table-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.interview-table-inner > li {
  box-sizing: border-box;
}
.interview-table-inner > li:nth-child(1) {
  width: 30%;
}
.interview-table-inner > li:nth-child(2) {
  width: 50%;
}
.interview-before-ttl,
.interview-after-ttl {
  font-size: 20px;
  margin-bottom: 5px;
}
.interview-before-ttl {
  text-align: center;
}
.interview-after-ttl {
  background-color: #FF4D73;
  border-radius: 8px;
  color: #FFF;
  font-weight: 500;
  padding: 3px 0;
  text-align: center;
}
.interview-table-inner-before,
.interview-table-after {
  padding: 0 0 10px 0;
}
.interview-table-inner-before {
  border-bottom: 1px dashed #EDEDED;
}
.interview-table-inner-before > dd {
  font-size: 25px;
}
.interview-table-after {
  border-bottom: 1px dashed #FFF;
}
.interview-table-after > dd {
  color: #FF4D73;
  font-size: 32px;
  font-weight: 600;
}
.interview-table-bg {
  background-color: #FFF6DF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}
.interview-table-bg-F {
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 35%;
  height: 100%;
  z-index: -4;
}
.interview-table-bg-triangle {
  background: linear-gradient(to bottom left, transparent 50%, #FFF 50%) no-repeat top left / 100% 50%, linear-gradient(to top left, transparent 50%, #FFF 50%) no-repeat bottom left/100% 50%;
  position: absolute;
  top:0;
  left: 35%;
  width: 40px;
  height: 100%;
}
.interview-text {
  background-color: #FFF;
  border-radius: 0 0 12px 12px;
  padding: 20px;
}
.interview-text h4 {
  padding: 0 0 10px 30px;
  position: relative;
}
.interview-text p {
  padding: 0 0 20px 30px;
  position: relative;
  text-align: justify;
}
.interview-text h4::before {
  content: '';
  background-image: url(../img/more-content-q-img.svg);
  background-position: center; 
  background-repeat: no-repeat;
  background-size: 90%;
  position: absolute;
  top: 11px;
  left: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
}
.interview-text p::before {
  content: '';
  background-image: url(../img/more-content-a-img.svg);
  background-position: center; 
  background-repeat: no-repeat;
  background-size: 90%;
  position: absolute;
  top: 11px;
  left: 0;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
}
.interview-text p:last-child {
  margin-bottom: 50px;
}
.interview-img-pc01 {
  background-image: url(../img/interviewPC01.jpg);
  background-position: left;
}
.interview-img-pc02 {
  background-image: url(../img/interviewPC02.jpg);
  background-position: center;
}
.interview-img-pc03 {
  background-image: url(../img/interviewPC03.jpg);
  background-position: center;
}
@media screen and (max-width: 768px) {
  .interview-wrap {
    margin: 15vw 0 0;
  }
  .interview-wrap > li {
    filter: none;
    margin-bottom: 8vw;
  }
  .sec-wrap-interview {
    max-width: 100vw;
  }
  .interview-image {
    display: none;
  }
  .interview-outline {
    width: 100%;
  }
  .interview-ttl {
    box-sizing: border-box;
    position: relative;
    width: 90vw;
  }
  .interview-ttl h3 {
    font-size: 4vw;
  }
  .interview-table {
    border-top: solid 1px #F5F5F5;
    border-bottom: solid 1px #F5F5F5;
    font-size: 3.2vw;
    margin-top: 7vw;
    padding: 4vw 7vw;
  }
  .interview-before-ttl,
  .interview-after-ttl {
    font-size: 4vw;
    margin-bottom: 0;
  }
  .interview-after-ttl {
    background-color: initial;
    color: #FF4D73;
    font-weight: 700;
    padding: 3px 0;
  }
  .interview-table-inner > li:nth-child(1) {
    width: 38%;
  }
  .interview-table-inner > li:nth-child(2) {
    width: 50%;
  }
  .interview-table-inner-before,
  .interview-table-after {
    padding: 2vw 0 2vw 0;
  }
  .interview-table-inner-before > dd {
    font-size: 5.5vw;
  }
  .interview-table-after > dd {
    font-size: 5.5vw;
    font-weight: 700;
  }
  .interview-table-bg-F {
    width: 40vw;
  }
  .interview-table-bg-triangle {
    left: 40vw;
    width: 6vw;
  }
  .interview-ttl-SP01,
  .interview-ttl-SP02,
  .interview-ttl-SP03 {
    position: relative;
  }
  .interview-ttl-SP01,
  .interview-ttl-SP03 {
    border-radius: 0 50vw 50vw 0;
    padding: 3vw 13vw 3vw 4vw;
  }
  .interview-ttl-SP02 {
    border-radius: 50vw 0 0 50vw;
    padding: 3vw 4vw 3vw 10vw;
    right: -10vw;
  }
  .interview-ttl-SP01::before {
    content: '';
    background-image: url(../img/interviewSP01.png);
    background-position: center top; 
    background-repeat: no-repeat;
    background-size: 90%;
    position: absolute;
    top: 15vw;
    right: -6vw;
    transform: translateY(-50%);
    width: 17vw;
    height: 22vw;
  }
  .interview-ttl-SP02::before {
    content: '';
    background-image: url(../img/interviewSP02.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 90%;
    position: absolute;
    top: 6vw;
    left: -6vw;
    transform: scale(-1, 1);
    width: 19vw;
    height: 18vw;
  }
  .interview-ttl-SP03::before {
    content: '';
    background-image: url(../img/interviewSP03.png);
    background-position: center top; 
    background-repeat: no-repeat;
    background-size: 90%;
    position: absolute;
    top: 14vw;
    right: -7vw;
    transform: translateY(-50%);
    width: 20vw;
    height: 20vw;
  }
}

/*------------------------------
【JS】accordion
------------------------------*/
.accordion {
  position: relative;
}
/* ボタン */
.accordion-btn {
  background-color: #FFF;
  border: 3px solid #FF4D73;
  border-radius: 50rem;
  color: #FF4D73; 
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 10px 45px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  transition: all .2s;
  width: fit-content;
  z-index: 2;
}
.accordion-btn::after {
  content: "続きを読む";
}
.accordion-btn:hover {
  background-color: #FF4D73;
  color: #FFF;
}
.accordion-text {
  position: relative;
  overflow: hidden;
}
.accordion-text.is-hide {
  height: 100px;
}
/* テキストをグラデーションで隠す */
.accordion-text::before {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 99%, rgba(255, 255, 255, 1) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70px;
  z-index: 1;
}
/* 閉じるボタンの位置 */
.accordion-btn.is-show {
  bottom: 0;
}
/* 閉じるボタンの表記 */
.accordion-btn.is-show::after {
  content: "閉じる";
}
/* 続きを見るボタンをクリックしたらテキストを隠しているグラデーションを消す */
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}
@media screen and (max-width: 768px) {
  .accordion-btn {
    border-radius: 50rem;
    font-size: 4vw;
    padding: 2vw 7vw;
  }
  .accordion-text.is-hide {
    height: 37vw;
  }
}

/*------------------------------------------
# flow
------------------------------------------*/
#flow,
.flow-after-triangle {
  background-color: #F5F5F5;
}
.flow-after-triangle {
  margin-bottom: 34px;
}
.flow-list {
  margin: 55px auto 0;
  max-width: 800px;
}
.flow-list li {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  padding-bottom: 100px;
  position: relative;
}
.flow-image {
  flex-shrink: 0;
  margin-right: 35px;
  width: 107px;
}
.flow-image img {
  position: relative;
  width: 100%;
  z-index: 2;
}
.flow-list dt {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 24px;
}
.flow-tag {
  background-color: #F7D165;
  border-radius: 50px;
  display: table-cell;
  font-size: 20px;
  padding: 4px 11px;
}
.flow-arw {
  position: relative;
  z-index: 1;
}
.flow-arw:before {
  content: "";
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 48px;
  width: 11px;
  height: 90%;
}
.flow-arw:after {
  content: "";
  border-style: solid;
  border-width: 20px;
  border-color: transparent;
  border-top-color: #FFF;
  position: absolute;
  top: 89%;
  left: 33px;
  width: 0;
  height: 0;
}
.flow-text {
  color: #FF4D73;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .flow-list {
    margin: 15vw auto 0;
    max-width: 100%;
  }
  .flow-after-triangle {
    margin-bottom: 3vw;
  }
  .flow-list li {
    padding-bottom: 7vw;
  }
  .flow-image {
    margin-right: 3vw;
    width: 15vw;
  }
  .flow-tag {
    font-size: 3.5vw;
    padding: 0.8vw 2.5vw;
  }
  .flow-list dt {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  .flow-list dd {
    font-size: 4vw;
    line-height: 1.5;
    text-align: justify;
  }
  .flow-arw:before {
    top: 0;
    left: 6vw;
    width: 2.5vw;
    height: 90%;
  }
  .flow-arw:after {
    border-width: 4vw;
    top: 89%;
    left: 3.3vw;
  }
  .flow-text {
    font-size: 4.2vw;
    padding-bottom: 4vw;
  }
}

/*------------------------------------------
# point
------------------------------------------*/
.sec-wrap-point {
  margin: 0 auto;
  max-width: 1200px;
}
.point-sub-ttl {
  font-size: 25px;
  font-weight: 500;
  margin-top: 10px;
}
.point-list {
  display: flex;
  justify-content: space-around;
  margin: 55px auto;
}
.point-list li {
  align-items: center;
  position: relative;
  width: calc(100% / 3 - 15px);
}
.point-list li:before {
  content: "";
  border-radius: 12px;
  border-right: 3px solid #F5F5F5;
  border-bottom: 3px solid #F5F5F5;
  border-left: 3px solid #F5F5F5;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: calc(100% - 6px);
  height: 100%;
  z-index: -1;
}
.point-ttl {
  background-color: #FF4D73;
  border-radius: 12px 12px 0 0;
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  align-items: center;
  padding: 20px 15px;
}
.point-ttl h3 {
  font-size: 28px;
  line-height: 1.1;
}
.point-icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  margin-right: 10px;
  width: 70px;
  height: 70px;
}
.point-icon01 {
  background-image: url(../img/point01-img.svg);
}
.point-icon02 {
  background-image: url(../img/point02-img.svg);
}
.point-icon03 {
  background-image: url(../img/point03-img.svg);
}
.point-list dt {
  background-color: #FFCED7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  min-height: 2.7em;
}
.point-list dd {
  line-height: 1.5;
  padding: 20px 30px 30px;
  text-align: justify;
}
.point-tag {
  display: none;
}
.point-ttl__flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec-wrap-point {
    margin: 0 auto;
    max-width: 93vw;
  }
  #point {
    margin-top: 10vw;
  }
  .point-sub-ttl {
    font-size: 4.5vw;
  }
  .point-list {
    flex-wrap: wrap;
    margin: 10vw auto 3vw;
  }
  .point-list li {
    margin-bottom: 10vw;
    width: 100%;
  }
  .point-list li:before {
    display: none;
  }
  .point-icon {
    margin-right: 2vw;
    width: 10vw;
    height: 10vw;
  }
  .point-list li:last-child {
    margin-bottom: 0;
  }
  .point-tag {
    display: block;
    font-size: 3vw;
  }
  .point-ttl {
    padding: 3vw 2vw;
  }
  .point-ttl h3 {
    font-size: 4.5vw;
    line-height: 1.75;
  }
  .point-list dt {
    border-radius: 0 0 12px 12px;
    font-size: 3.5vw;
    min-height: auto;
  }
  .point-list dd {
    padding: 3vw 1.5vw 2vw;
  }
}

/*------------------------------------------
# features
------------------------------------------*/
#features {
  background-color: #F4F4F4;
}
.features-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 55px 0 0;
}
.features-list li {
  background-color: #FFF;
  border-radius: 12px;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding: 30px;
  position: relative;
  width: 47%;
}
.features-tag {
  color: #FFF6DF;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  right: 30px;
  bottom: 15px;
}
.features-tag-deco {
  font-size: 65px;
}
.features__dl h3 {
  color:#FF4D73;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}
.features__dd {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  margin-top: 12px;
  position: relative;
  text-align: justify;
  z-index: 1;
}
.features-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  flex-shrink: 0;
  margin-right: 12px;
  width: 123px;
  height: 129px;
}
.ftr-img01 {
  background-image: url(../img/ftr-img01.jpg);
}
.ftr-img02 {
  background-image: url(../img/ftr-img02.jpg);
}
.ftr-img03 {
  background-image: url(../img/ftr-img03.jpg);
}
.ftr-img04 {
  background-image: url(../img/ftr-img04.jpg);
}
.ftr-img05 {
  background-image: url(../img/ftr-img05.jpg);
}
.ftr-img06 {
  background-image: url(../img/ftr-img06.jpg);
}
@media screen and (max-width: 768px) {
  .features-list {
    padding: 8vw 0 0;
  }
  .features-list li {
    margin-bottom: 5vw;
    padding: 5vw;
    width: 100%;
  }
  .features__dl h3 {
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .features__dd {
    margin-top: 3vw;
  }
  .features-tag {
    color: #FF4D73;
    font-size: 3.5vw;
    position: initial;
    text-align: center;
  }
  .features-tag-deco {
    font-size: 3.5vw;
  }
  .features-image {
    margin-right: 5vw;
    width: 25vw;
    height: 25vw;
  }
}

/*------------------------------------------
# philosophy
------------------------------------------*/
.sec-wrap-philosophy {
  margin: 0 auto;
  max-width: 1200px;
}
.philosophy-sub-ttl {
  font-size: 25px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
}
.philosophy-heading {
  display: flex;
  justify-content: center;
  margin: 50px 0 20px;
}
.philosophy-image,
.philosophy-consultant {
  box-sizing: border-box;
}
.philosophy-image {
  background-image: url(../img/consultant_pc.png);
  background-size: 100%;
  background-position: -10% 15%;
  background-repeat: no-repeat;
  width: 55%;
  height: 260px;
}
.philosophy-consultant {
  background-color: #FFF2CF;
  font-weight: 600;
  position: relative;
  width: 45%;
}
.philosophy-consultant dl {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.philosophy-consultant dt {
  margin-bottom: 20px;
}
.philosophy-consultant-name {
  display: block;
  font-size: 45px;
}
.split-text {
  display: flex;
  justify-content: space-around;
}
.split-text li {
  width: 47%;
}
.split-text h3 {
  color: #FF4D73;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}
.split-text p {
  line-height: 1.6;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec-wrap-philosophy {
    width: 100%;
  }
  .philosophy-sub-ttl {
    font-size: 5vw;
  }
  .philosophy-heading {
    margin: 5vw 0 8vw;
  }
  .philosophy-image {
    background-size: cover;
    background-position: 15% 30%;
    height: 50vw;
  }
  .philosophy-consultant {
    font-size: 3vw;
  }
  .philosophy-consultant dt {
    font-feature-settings: "palt";
    margin-bottom: 5vw;
  }
  .philosophy-consultant-name {
    font-size: 5vw;
  }
  .split-text {
    flex-direction: column;
  }
  .split-text li {
    margin-bottom: 10vw;
    width: 100%;
  }
  .split-text li:last-child {
    margin-bottom: 0;
  }
  .split-text h3 {
    font-size: 5.2vw;
  }
}

/*------------------------------------------
# policy
------------------------------------------*/
#policy {
  margin-bottom: 50px;
}
.policy-image {
  background-image: url(../img/policy.jpg);
  background-size: 90%;
  background-position: center top;
  background-repeat: no-repeat;
  margin: 50px 0 40px;
  width: 100%;
  height: 370px;
}
@media screen and (max-width: 768px) {
  #policy {
    margin-bottom: 10vw;
  }
  .policy-image {
    margin: 5vw 0 5vw; 
    width: 100%;
    height: 48vw;
  }
}

/*------------------------------------------
# footer
------------------------------------------*/
#footer {
  font-size: 14px;
  margin-top: 100px;
}
#footer .bold {
  font-weight: bold;
}