@charset "UTF-8";
/* カラー */ 

:root {
  --pink-color: #fed6f3;
  --l-pink-color: #fef8fa;
  --d-pink-color: #e62e8b;
  --blue-color: #0e7fc9;
  --l-blue-color: #b6d8ef;
  --yellow-color: #f6ef54;
  --l-yellow-color: #fff7cc;
  --box-l-yellow-color: #fffcef;
  --orange-color: #ed4852;
  --orange-color2: #ec7340;
  --green-color: #439329;
  --table-green-color: #f2f8f0;
  --table-gray-color: #f7f7f7;
  --table-yellow-color: #ffefd6;
  --table-red-color: #fddddd;
  --panf-pink-color: #ef858c;
  --panf-pink-color2: #F181B2;
  --panf-d-pink-color: #E74091;
  --panf-l-pink-color: #fbe0ec;
  --panf-blue-color: #77aede;
  --panf-blue-color2: #56C5F3;
  --panf-d-blue-color: #00AAEB;
  --panf-l-blue-color: #D8EFFC;
  --panf-green-color: #7fbe26;
	
	--panf-autumun-color: #f5b741;
	--panf-autumun-color2:#f1ece6;
	--panf-autumun-color3:#81938f;
}

@font-face {
  font-family: "ZenMaruGothic";
  src: url("assets/fonts/ZenMaruGothic/ZenMaruGothic-Regular.woff") format("woff"), url("assets/fonts/ZenMaruGothic/ZenMaruGothic-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("assets/fonts/ZenMaruGothic/ZenMaruGothic-Medium.woff") format("woff"), url("assets/fonts/ZenMaruGothic/ZenMaruGothic-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "ZenMaruGothic";
  src: url("assets/fonts/ZenMaruGothic/ZenMaruGothic-Bold.woff") format("woff"), url("assets/fonts/ZenMaruGothic/ZenMaruGothic-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: "UDDigiKyokashoN-R";
  src: url("assets/fonts/UDDigiKyokashoN-R/uddigikyokashon_r.ttf") format("truetype"), url("assets/fonts/UDDigiKyokashoN-R/uddigikyokashon_r.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap
}

/* header */
.header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}
.header__inner a {
  padding: 1em 2em 1em 1.5em;
  display: flex;
  align-items: center;
  background-color: var(--orange-color);
  border-radius: 0 0 0 10px;
}
.header__inner a img {
  width: 30px;
}
.header__inner span {
  color: #fff;
  line-height: 1.5;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .header {
    position: absolute;
  }
  .header__inner a {
    font-size: 13px;
    padding: 1em 1.5em 1em 1.5em;
	  display: none;
  }
  .header__inner a img {
    width: 20px;
  }
}
/* footer */
.footer {
  height: auto;
  background-image: url("assets/images/footer.png");
}
.footer__inner {
  padding: 30px 20px;
  text-align: center;
}
.footer p {
  font-size: 20px;
  line-height: 1.5;
}
.footer a {
  width: 444px;
  height: 60px;
  font-size: 22px;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 30px auto 0;
  background-color: var(--orange-color);
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer a img {
  width: 36px;
  margin-left: 0.3em;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer {
    height: 120px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
  }
  .footer__inner {
    padding: 20px 10px;
  }
  .footer p {
    font-size: clamp(12px, calc(13/375*100vw), 15px);
  }
  .footer a {
    width: 300px;
    height: 40px;
    font-size: 15px;
    margin: 10px auto;
  }
  .footer a img {
    width: 20px;
  }
}

/* 共通 */
.lp {
  background-color: var(--panf-autumun-color);
  font-family: 'ZenMaruGothic';
}
.lp * {
  font-family: 'ZenMaruGothic';

}
.lp main {
  background-image: url("./assets/img_autumn/fv-back@1x.png");
  background-image: image-set(url("./assets/img_autumn/fv-back@1x.png") 1x, url("./assets/img_autumn/fv-back@2x.png") 2x);
  background-image: -webkit-image-set(url("./assets/img_autumn/fv-back@1x.png") 1x, url("./assets/img_autumn/fv-back@2x.png") 2x);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.lp img {
  width: 100%;
  height: auto;
}
.inner {
  width: 95%;
  max-width: 1068px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .inner {
    width: 90%;
  }
}
.section-wrap {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 20px;

}
@media screen and (min-width: 769px) {
  .section-wrap {
    padding: 30px 30px;
  }
}
.ttl {
  height: 60px;
  font-size: 22px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 70px auto 50px;
  background-color: var(--l-yellow-color);
  background-image: radial-gradient(circle, #ffffff 3.5px, transparent 3.5px), radial-gradient(circle, #ffffff 3.5px, transparent 3.5px);
  background-position: 3px 9px, 13.5px 30px;
  background-size: 21px 42px;
  border: solid 2px #000;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .ttl {
    height: 90px;
    font-size: clamp(25px, calc(35/1316*100vw), 35px);
    border: solid 3px #000;
  }
}
.serif, .serif * {
 /* font-family: serif;*/
font-family: UDDigiKyokashoN-R, sans-serif;
font-style: normal;
font-weight: 600;
 /* font-family: 'ZenMaruGothic';  */     
}
.serif.midashi{
/*font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
font-weight: 600;
font-style: normal;
}*/
	font-family: "fot-udkakugo-large-pr6n", sans-serif;
font-weight: 600;
font-style: normal;
}

/* ファーストビュー */
.fv {
  overflow-x: hidden;
}
.fv__img {
  width: clamp(750px, calc(1160/1316*100%), 1160px);
  text-align: center;
  margin: auto;
  position: absolute;
  z-index: 0; 
  top: min(9.5vw, 125px);
  left: 0;
  right: 0;
}
.fv h1 {
  font-size: clamp(38px, calc(90/1316*100vw), 90px);
  text-align: center;
  color: var(--blue-color);
  margin-left: -0.5em;
}
.fv h1 span {
  font-size: clamp(13px, calc(30/1316*100vw), 30px);
  font-weight: 500;
  margin-bottom: 1.5%;
  margin-left: 2em;
  display: block;
}
.fv__box {
  width: clamp(550px, calc(900/1316*100%), 900px);
  padding: clamp(160px, 18%, 230px) 0 2%;
  margin: 0 auto;
  position: relative;
}
.fv__box-flex {
  margin-top: 7%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.fv__box-flex .icon {
  font-size: clamp(13px, calc(15/1316*100vw), 15px);
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 3px 7px 4px;
  border-radius: 10px;
  background-color: var(--l-blue-color);
  color: #fff;
  display: inline-block;
}
.fv__box-flex p {
  color: var(--blue-color);
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
}
.fv__box-flex .day {
  width: min(calc(25/1316*100vw), 25px);
  height: min(calc(25/1316*100vw), 25px);
  text-align: center;
  line-height: min(calc(25/1316*100vw), 25px);
  font-size: min(calc(14/1316*100vw), 14px);
  color: var(--blue-color);
  letter-spacing: 0;
  background-color: var(--yellow-color);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
.fv__application p small {
  font-size: clamp(18px, calc(31/1316*100vw), 31px);
}
.fv__application p {
  font-size: clamp(20px, calc(54/1316*100vw), 54px);
  margin-top: -13%;
}
.fv__application p .big {
  font-size: clamp(46px, calc(95/1316*100vw), 95px);
  font-weight: 600;
  margin-left: 0.05em;
}
.fv__application p .day {
  right: 5%;
  top: 20%;
}
.fv__implementation {
  margin-right:-2em;
}
.fv__implementation p {
 font-size: clamp(18px, calc(33/1316*100vw), 33px);
  margin-top: -8%;
}
.fv__implementation p .big {
  font-size: clamp(40px, calc(60/1316*100vw), 60px);
  font-weight: 600;
}
.fv__txt{
	font-size: 13px!important;
	margin-top: 2%!important;
}
.fv__nav {
  margin-top: 12%;
  background-color: #fff;
  border: solid 4px var(--orange-color);
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.fv__nav li {
  width: 25%;
}
.fv__nav li:not(:first-child) a {
  border-left: dotted 1px var(--orange-color);
}
.fv__nav a {
  font-size: clamp(12px, calc(18/1316*100vw), 18px);
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 1em 0;
  color: var(--orange-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv__nav a::after {
  content: '▼';
  width: 17px;
  height: 17px;
  font-size: min(1vw, 6px);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  line-height: 17px;
  margin-left: 1em;
  background-color: var(--orange-color);
  border-radius: 50%;
  display: inline-block;
}
.fv__circle {
  width: clamp(130px, calc(192/1316*100vw), 192px);
  height: clamp(130px, calc(192/1316*100vw), 192px);
  text-align: center;
  background-color: var(--yellow-color);
  border: solid 3px #fff;
  border-radius: 50%;
  position: absolute;
  /*top: 36%;
  right: -18%;*/
	top:50%;
	left: 10%;
}
.fv__circle dl {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fv__circle dt {
  width: 90px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-size: clamp(12px, calc(18/1316*100vw), 18px);
  font-weight: 600;
  border-radius: 3px;
  background-color: var(--orange-color);
}
.fv__circle dt:nth-of-type(2) {
  margin-top: 10px;
}
.fv__circle dd {
  font-size: clamp(13px, calc(18/1316*100vw), 18px);
  font-weight: 600;
}
.fv__circle .accent {
  font-size: 1.3em;
  color: var(--d-pink-color);
}
@media screen and (max-width: 1280px) {
  .fv__circle {
    /*top: 7%;
    left: -20%;*/
    right: auto;
  }
}
@media screen and (max-width: 930px) {
  .fv__box-flex {
    margin-top: 21px;
    align-items: flex-start;
  }
  .fv__application p {
    margin-top: 0;
  }
  .fv__implementation p {
    margin-top: -13px;
  }
}
@media screen and (max-width: 768px) {
  .fv__inner {
    background-image: url("assets/img_autumn/fv-s@2x.png");
    background-repeat: no-repeat;
    background-size: 180% ;
    background-position: center top 13%;
  }
  .fv h1 {
    margin-bottom: 5%;
	
  }
  .fv h1 span {
    margin-bottom: 3%;
	font-size: 12px;    
  }
  .fv__img {
    display: none;
  }
  .fv__box {
    width: 95%;
    min-width: 350px;
    padding: 31% 0 2%;
  }
  ul.fv__box-flex::after {
    content: '';
    width: 100%;
    height: 38vw;
    background-image: url("assets/img_autumn/fv2-s@2x.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
  }
  .fv__box-flex {
    margin-top: 0;
    flex-direction: column;
  }
  .fv__box-flex li {
    width: 100%;
    max-width: 400px;
    margin: 15px auto 0;
  }
  .fv__application p, .fv__implementation p {
    margin-top: 0;
    text-align: center;
  }
  .fv__implementation .fv__box-flex {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .fv__box-flex .day {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    position: static;
  }
  .fv__nav {
    margin-top: -24px;
    flex-wrap: wrap;
    position: relative;
  }
  .fv__nav li {
    width: 50%;
  }
  .fv__nav li:nth-child(2n-1) a {
    border-left: none;
  }
  .fv__nav li:nth-child(n+3) a {
    border-top: dotted 1px var(--orange-color);
  }
  .fv__circle {
    width: 180px;
    height: 180px;
    margin: 30px auto 10px;
    position: static;
  }
  .fv__circle dt, .fv__circle dd {
    font-size: 16px;
  }
}
/* 例題 */
.sample h2 {
  font-size: 16px;
  color: var(--panf-autumun-color3);
  padding: 1em;
  margin-bottom: 25px;
  background-color: var(--panf-autumun-color2);
}
.sample .question {
  padding: 15px;
  margin: 15px 0 30px;
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #000;
} 
.sample .question dt {
  width: 6em;
  font-weight: 600;
  line-height: 2;
}
.sample .question dd {
  width: calc(100% - 6em);
  line-height: 2;
font-family: 'UDDigiKyokashoN-R';	
}
.sample__img {
  width: 90%;
  margin: 15px 0 25px;
  display: block;
}
.sample__img img {
  width: 100%;
}
.sample p {
  line-height: 2;
  margin-bottom: 25px;
}
.sample__box {
  padding: 20px 15px;
  border: solid 3px var(--orange-color);
  border-radius: 20px;
}
.sample__box p {
  display: flex;
  align-items: flex-start;
}
.sample__box p img {
  width: 54px;
}
.sample__box dl dt {
  font-size: 18px;
  padding: 4px 25px;
  background-color: var(--yellow-color);
  border-radius: 15px;
  display: inline-block;
}
.sample__box dl dd {
  line-height: 2;
  padding: 25px 20px 15px;
  margin: -10px 0 20px 10px;
  background-color: var(--box-l-yellow-color);
  border-radius: 10px;
  font-family: UDDigiKyokashoN-R, sans-serif;
font-style: normal;
font-weight: 600;	
}
.sample__box h3 {
  line-height: 1.6;
}
.sample__box ul li {
  line-height: 1.6;
}
.sample__box ul li::before {
  content: '・';
}
@media screen and (min-width: 769px) {
  .sample h2 {
    font-size: 20px;
  }
  .sample__inner {
    padding: 50px 60px;
  }
  .sample__box {
    padding: 30px 45px;
  }
  .sample__box p {
    font-size: 20px;
  }
}

/* アピールポイント */
.pink-back {
  background-color: var(--panf-pink-color);
}
.blue-back {
  background-color: var(--panf-blue-color);
}
.point__intro {
  padding: 30px 30px 0;
  background-image: linear-gradient(45deg, rgba(192, 229, 249, 1), rgba(247, 247, 206, 1)); 
  justify-content: center!important;
  align-items: center!important;
}
.point__intro img {
  width: 35%;
  margin-right: 5%;
}
.point__intro ul {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.point__intro li {
  font-size: clamp(16px, calc(22/1316*100vw), 22px);
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  line-height: 1.5;
  padding: 15px 45px;
}
.point__intro li + li {
  margin-top: 20px;
  position: relative;
}
.point__intro li + li::before {
  content: '×';
  font-size: 50px;
  font-weight: 600;
  margin: auto;
  color: #8c9599;
  -webkit-text-stroke: 2px #FFF;
  text-stroke: 2px #FFF;
  display: block;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
}
.point__body h3 {
  font-family: sans-serif;
  color: #fff;
  font-size: 35px;
  letter-spacing: 0.1em;
  margin: 50px auto 30px;
}
/* .point__01 h3 {
 -webkit-text-stroke: 2px var(--panf-pink-color);
  text-stroke: 2px var(--panf-pink-color);
	color: #ef858c;
}*/
/*.point__02 h3 {
  -webkit-text-stroke: 2px var(--panf-blue-color);
  text-stroke: 2px var(--panf-blue-color);
	color: #77aede;
}*/

.point__01 h3 {
font-family: 'ZenMaruGothic';
font-weight: 700;
font-style: normal;
    -webkit-text-stroke: 0px var(--panf-pink-color);
    text-stroke: 0px var(--panf-pink-color);
	/*color: #ef858c;*/
	 position: relative;
    padding: .5em .7em;
    border-radius: 10px;
    background-color: #ef858c;
    color: #fff;
	
}	
.point__01 h3:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #ef858c;
}

.point__02 h3 {
font-family: 'ZenMaruGothic';
font-style: normal;
font-weight: 700;
    -webkit-text-stroke: 0px var(--panf-blue-color);
    text-stroke: 0px var(--panf-blue-color);
	/*color: #77aede;*/
	
  position: relative;
    padding: .5em .7em;
    border-radius: 10px;
    background-color: #77aede;
    color: #fff;
}		
.point__02 h3:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 30px;
    width: 0;
    height: 0;
    border: 11px solid transparent;
    border-top: 11px solid #77aede;
}		
		
.point__body h4 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 30px;
  display: flex;
}
.point__body h4 span {
  padding: 9px 10px;
  display: inline-block;
}
.point__body h4 span:nth-of-type(1) {
  width: 48px;
  padding: 8px 0;
  text-align: center;
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.point__body h4 span:nth-of-type(2) {
  width: calc(100% - 75px);
  line-height: 1.4;
}
.point__body .point__flex dl {
  width: 60%;
  min-width: 500px;
  margin: 30px auto;
}
.point__body .point__flex dt {
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.point__01 .point__flex img:nth-of-type(2) {
  width: 59%;
}
.point__01 .point__flex img:nth-of-type(3) {
  width: 39%;
}
.point__02 .point__flex {
  justify-content: center;
}
.point__02 .point__flex img:nth-of-type(1) {
  width: 20%;
}
.point__02 > .point__flex > div {
  width: 75%;
}
.point__02 > .point__flex .point__flex > div {
  width: 95%;
  padding: 7px;
  border: solid 1px #000;
}
.point__02 > .point__flex .point__flex {
  align-items: center;
}
.point__02 .point__flex .point__flex img {
  width: 12%;
  margin-right: 1%;
}
.point__02 > .point__flex .point__flex > div img {
  width: 50%;
}
.point__02 > .point__flex .point__flex > div> img {
  width: 33%;
  margin: 0 0 0 auto;
  display: block;
}
.point__02-pink {
  font-size: 12px;
  font-weight: 600;
  color: var(--d-pink-color);
  padding: 10px;
  margin-top: 15px;
  text-shadow: #fff 0px 0px 4px;
  background-color: var(--panf-l-pink-color);
  border-radius: 15px;
  position: relative;
}
.point__02-pink::before {
  content: '';
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 19px solid var(--panf-l-pink-color);
  border-top: 0;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -13px;
}
.point__03 h4 {
  padding: 7px 7px;
  margin: 2em 0 1em;
  background-color: var(--panf-green-color);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.point__03 h4 .blue-back, .point__03 h4 .pink-back {
  min-width: 45px!important;
  width: 45px!important;
  height: 45px!important;
  line-height: 45px!important;
  padding: 0!important;
  text-align: center;
  margin: 0!important;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}
.point__03 .gray {
  width: auto !important;
  font-weight: 600;
  display: inline-block;
  padding: 0;
  margin: 0 0.2em;
  color: #585f64;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.point__03 > .point__flex {
  padding: 0 20px;
  align-items: flex-end;
}
.point__03 > .point__flex > img:nth-of-type(1) {
  width: 51%;
}
.point__03 > .point__flex > .box{
  width: 10%;
  padding-bottom: 5%;
  display: flex;
  flex-direction: column-reverse;
}
.point__03 > .point__flex > img:nth-of-type(2) {
  width: 38%;
}
@media screen and (min-width: 769px) {
  .point__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .point__body > .point__flex {
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .point__intro img {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    display: block;
  }
  .point__intro {
    padding: 30px 20px;
  }
  .point__intro li {
    padding: 15px 20px;
  }
  .point__body h3 {
    font-size: 20px;
  }
  .point__body .point__flex dl {
    width: 100%;
    max-width: 480px;
    min-width: inherit;
    margin: 40px auto 0;
  }
  /*.point__01 h3 {
    -webkit-text-stroke: 1px var(--panf-pink-color);
    text-stroke: 1px var(--panf-pink-color);
  }
  .point__02 h3 {
    -webkit-text-stroke: 1px var(--panf-blue-color);
    text-stroke: 1px var(--panf-blue-color);
  }*/
  .point__body h4 {
    font-size: 18px;
  }
  .point__01 .point__flex img:nth-of-type(1){
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
  .point__01 .point__flex img:nth-of-type(3) {
    width: 100%;
    max-width: 400px;
    margin: 15px auto 30px;
    display: block;
  }
  .point__02 .point__flex img:nth-of-type(1) {
    width: 200px;
    margin: 0 auto 15px;
    display: block;
  }
  .point__02 > .point__flex > div {
    width: 100%;
  }
  .point__02 > .point__flex .point__flex > div {
    width: 90%;
    max-width: 400px;
    padding: 10px;
    margin: 0 auto;
  }
  .point__02 > .point__flex .point__flex {
    align-items: center;
  }
  .point__02 > .point__flex > div > .point__flex > img {
    width: 65px;
    transform: rotate(90deg);
    margin: 40px auto;
  }
  .point__02 > .point__flex .point__flex > div img {
    width: 100%;
  }
  .point__02 > .point__flex .point__flex > div> img {
    width: 33%;
    margin: 0 0 0 auto;
    display: block;
  }
  .point__02-pink {
    max-width: 400px;
    font-size: 14px;
    padding: 10px;
    margin: 20px auto;
  }
  .point__03 h4 {
    margin: 3em 0 2em;
    line-height: 1.5;
  }
  .point__03 h4 .blue-back, .point__03 h4 .pink-back {
    min-width: 35px!important;
    width: 35px!important;
    height: 35px!important;
    line-height: 35px!important;
  }
  .point__03 > .point__flex {
    padding: 0;
    text-align: center;
  }
  .point__03 > .point__flex > img:nth-of-type(1) {
    width: 100%;
  }
  .point__03 > .point__flex > .box{
    width: 80%;
    padding-bottom: 0;
    margin: 30px auto;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .point__03 > .point__flex > .box > img:nth-of-type(1) {
    width: 90px;
    transform: rotate(90deg);
  }
  .point__03 > .point__flex > .box > picture {
    width: 65%;
  }
  .point__03 > .point__flex > img:nth-of-type(2) {
    width: 100%;
  }
}

/* くわしく見るアコーディオン内 */
.point .accordion {
  width: auto;
  max-width: 1000px;
}
.point .accordion-header {
  width: 70%;
  max-width: 450px;
  font-size: clamp(16px, calc(22/1316*100vw), 22px);
  border-radius: 30px;
  margin: 0 auto 4%;
}
.point .accordion-content {
  border-radius: 30px;
  margin-bottom: 5%;
}
.acc-section-wrap {
  padding: 3% 3% 0;
  background-color: #fff;
  border-radius: 20px;
}
.point .accordion .pink-back {
  background-color: var(--panf-pink-color2);
}
.point .accordion .blue-back {
  background-color: var(--panf-blue-color2);
}
.s1 {
  padding: 5% 5% 0;
  margin: 3% 1%;
  background-image: url("./assets/images/acc-s1-back.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.s1 .s1-box {
  padding: 4% 0;
  background-image: url("./assets/images/acc-s1-serif.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.s1 .s1-box ul {
  display: flex;
  justify-content: center;
}
.s1 .s1-box ul li {
  width: 44%;
  height: min(calc(240/1316*100vw), 240px);
  color: #fff;
  margin: 0 1%;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.s1 .s1-box ul li h3 {
  font-size: clamp(20px, calc(30/1316*100vw), 30px);
  font-weight: bold;
  padding-right: 0.5em;
  margin-bottom: 6%;
}
.s1 .s1-box ul li.pink-back h3 {
  background:linear-gradient(transparent 60%, var(--panf-d-pink-color) 60%);
  line-height: 1.6;
}
.s1 .s1-box ul li.blue-back h3 {
  background:linear-gradient(transparent 60%, var(--panf-d-blue-color) 60%);
  line-height: 1.6;
}
.s1 .s1-box ul li p {
  font-size: clamp(17px, calc(20/1316*100vw), 20px);
  font-weight: bold;
  margin: 0;
}
.s1 .s1-box > img {
  width: 49px;
  display: block;
  margin: -4% auto 2%;
}
.s1 .s1-box > p {
  line-height: 2;
  font-size: clamp(17px, calc(20/1316*100vw), 20px);
  font-weight: bold;
  text-align: center;
}
.s1 .s1-box > p span {
  font-size: clamp(19px, calc(22/1316*100vw), 22px);
}
.s1 .s1-box > p span.pink-marker {
  background:linear-gradient(transparent 70%, #F181B2 70%);
}
.s1 .s1-box > p span.blue-marker {
  background:linear-gradient(transparent 70%, #56C5F3 70%);
}
.s1 .s1-box > p span.blue {
  color: #2D51A2;
}
.s1 .s1-serif {
  width: 70%;
  min-width: 515px;
  height: auto;
  font-size: clamp(17px, calc(20/1316*100vw), 20px);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 5% 0 0 auto;
  background-image: url("./assets/images/acc-s1-serif2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.s1 .s1-serif p {
  padding: 4% 0 14% 41%;
}
@media screen and (max-width: 768px) {
  .acc-section-wrap {
    margin-bottom: 5%!important;
    padding: 5% 4% 0;
  }
  .s1 {
    padding: 4% 3% 0;
  }
  .s1 .s1-box {
    background-image: url("./assets/images/acc-s1-serif-s.png");
    padding: 6% 3% 8%;
  }
  .s1 .s1-box ul {
    flex-direction: column;
  }
  .s1 .s1-box ul li {
    width: 90%;
    max-width: 400px;
    height: min(calc(100/375*100vw), 130px);
    margin: 2% auto;  
  }
  .s1 .s1-box ul li h3 {
    font-size: clamp(17px, calc(18/375*100vw), 18px);
    margin-bottom: 4%;
  }
  .s1 .s1-box ul li p {
    font-size: clamp(13px, calc(16/375*100vw), 16px);
  }
  .s1 .s1-box > img {
    width: 40px;
    margin: 2% auto 2%;
  }
  .s1 .s1-box > p {
    font-size: clamp(13px, calc(14/375*100vw), 14px);
    line-height: 1.7;
  }
  .s1 .s1-box > p span {
    font-size: clamp(14px, calc(16/375*100vw), 16px);
  }
  .s1 .s1-serif {
    width: 100%;
    min-width: inherit;
    font-size: min(calc(11/375*100vw), 17px);
  }
  .s1 .s1-serif p {
    padding: 3.5% 0 14% 41%;
  }
}
.s2 h3, .s3 h3 {
  width: 47%;
  min-width: 370px;
  font-size: clamp(24px, calc(30/1316*100vw), 30px);
  color: #fff;
  text-align: center;
  padding: 0.3em .75em;
  border-radius: 0 0 15px 15px;
  margin: 0 auto;
}
.s2 h3 span, .s3 h3 span {
  padding: 0.3em 1.7em 0.4em 0em;
  background-image: url("./assets/images/acc-s-ttl.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.s2 h3, .s2-box li p .op, .s2-box li div::after {
  background-color: var(--panf-d-pink-color);
}
.s2 {
  margin: 3% 1%;
  background-color: var(--panf-l-pink-color);
}
.s3 h3, .s3-box li p .op, .s3-box li div::after {
  background-color: var(--panf-d-blue-color);
}
.s3 {
  margin: 3% 1%;
  background-color: var(--panf-l-blue-color);
}
.s2, .s3 {
  padding: 0 3% 3%;
}
.s-box {
  padding: 3% 0;
}
.s-box .yellow-marker {
  font-weight: bold;
  font-size: 1.1em;
  background: linear-gradient(transparent 70%, #F8F103 70%);
}
.s-box li {
  display: flex;
  align-items: center;
}
.s-box li:nth-child(even) {
  width: 90%;
  margin: 2% 0 3% auto;
  justify-content: flex-end;
}
.s-box li img {
  width: 65px;
}
.serif-left {
  margin-left: 2em;
}
.serif-right{
  margin-right: 2em;
}
.s-box li div {
  max-width: 550px;
  position: relative;
}
.s-box li p {
  margin: 0;
  line-height: 1.5;
  padding: 0.5em 0.5em 0.5em 2.8em;
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 1;
}
.s-box li div.serif-left::before, .s-box li div.serif-right::before {
  content: '';
  width: 25px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.s2-box li div.serif-left::before, .s2-box li div.serif-right::before {
  background-image: url("./assets/images/acc-s2-serif.svg");
}
.s3-box li div.serif-left::before, .s3-box li div.serif-right::before {
  background-image: url("./assets/images/acc-s3-serif.svg");
}
.s-box li div.serif-left::before {
  left: -21px;
}
.s-box li div.serif-right::before {
  right: -21px;
  transform: rotate(180deg);
}
.s-box li div::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: block;
  position: absolute;
  bottom: -4px;
  right: -4px;
}
.s-box li div p .op {
  width: 30px;
  min-width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  margin-right: 0.25em;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0.3em;
}
.s2-box li div p {
  background-color: #fff;
  border: solid 1px var(--panf-d-pink-color);
}
.s3-box li div p {
  background-color: #fff;
  border: solid 1px var(--panf-d-blue-color);
}
.flex-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-box > * {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .s2 h3, .s3 h3 {
    width: 85%;
    max-width: 350px;
    min-width: inherit;
    font-size: clamp(17px, calc(18/375*100vw), 22px);
  }
  .s2 h3 span, .s3 h3 span {
    padding: 0.3em 1.5em 0.4em 0em;
    background-position: bottom;
  }
  .s-box li:nth-child(even) {
    width: 95%;
  }
  .s-box li p {
    font-size: clamp(12px, calc(13/375*100vw), 15px);
    padding: 0.75em 0.5em 0.75em 2.8em;
  }
  .s-box li div.serif-left::before, .s-box li div.serif-right::before {
    width: 20px;
    height: 15px;
  }
  .s-box li div.serif-left::before {
    left: -18px;
  }
  .s-box li div.serif-right::before {
    right: -18px;
  }
  .s-box li div p .op {
    width: 25px;
    min-width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 17px;
    top: 0.7em;
    left: 0.5em;
  }
  .flex-box {
    flex-direction: column;
  }
  .flex-box > * {
    width: 94%;
    margin: 0 auto;
  }
}

/* s2 */
@media screen and (max-width: 768px) {
  img.s2-com1 {
    max-width: 400px;
    margin: 0 0 0 auto;
    display: block;
  }
  img.s2-com2 {
    width: 85%;
    max-width: 350px;
  }
  img.s2-com3 {
    width: 33%;
    max-width: 150px;
  }
  img.s2-com4 {
    width: 70%;
    max-width: 300px;
    margin: 4% 0 0 auto;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  img.s2-pr1 {
    width: 49%;
  }
  .s2 .wrap1 {
    width: 52%;
    align-items: flex-end;
  }
  .s2 .wrap1 > div {
    width: 68%;
    padding-bottom: 3%;
  }
  img.s2-com3 {
    width: 29%;
  }
  .s2 .wrap2 {
    width: 34%;
  }
  img.s2-com4 {
    width: 90%;
    margin: 3% 0 0 auto;
    display: block;
  }
}

/* s3 */
@media screen and (max-width: 768px) {
  img.s3-com1 {
    width: 80%;
    max-width: 350px;
    margin: 4% auto 10%;
    display: block;
  }
  img.s3-com2 {
    width: 96%;
    max-width: 480px;
    margin: 7% auto 0;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .s3 .wrap1 {
    width: 38%;
    align-items: flex-end;
  }
  .s3 .wrap2 {
    width: 59%;
    height: 100%;
  }
  img.s3-com2 {
    width: 85%;
    margin: 7% auto 0;
    display: block;
  }
}

/* 実施概要 */
.about table {
  width: 100%;
  max-width: 550px;
  margin: 0 auto
}
.about table th {
  text-align: left;
  padding: 10px 10px 10px 20px;
  background-color: var(--table-green-color);
}
.about table td {
  padding: 15px 10px 15px 20px;
}
.about table th, .about table td {
  line-height: 1.8;
  display: block
}
@media screen and (min-width: 769px) {
  .about table {
    max-width: 855px;
    margin: 60px auto;
  }
  .about table th {
    width: 180px;
  }
  .about table td {
    background-color: var(--table-gray-color);
    border-left: solid 5px #fff;
  }
  .about table th, .about table td {
    padding: 15px 30px;
    display: table-cell;
    border-bottom: solid #fff 5px;
  }
}
/* テストの内容 */
.test table {
  width: 100%;
  max-width: 750px;
  margin: 0 auto
}
.test table th {
  text-align: center;
  padding: 10px 10px 10px 20px;
  background-color: var(--table-red-color);
}
.test table td {
  padding: 15px 10px 15px 20px;
  background-color: var(--table-gray-color);
}
.test table th, .test table td {
  width: 50%;
  line-height: 1.8;
  border-left: solid #fff 5px;
  border-bottom: solid #fff 5px;
}
/* アコーディオン */
.accordion {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.accordion-item {
  margin-bottom: 10px;
}
.accordion-header {
  text-align: center;
  letter-spacing: 0.1em;
  background: var(--table-yellow-color);
  padding: 15px 30px;
  cursor: pointer;
  font-weight: bold;
  position: relative;
}
.accordion-header::before, .accordion-header::after {
  content: '';
  width: 20px;
  height: 2px;
  margin: auto;
  background-color: var(--orange-color);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3em;
}
.accordion-header::after {
  transform: rotate(90deg);
  transition: 0.5s ease transform;
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
  background: #fff;
  padding: 0 15px;
}
.accordion-content p {
  margin: 10px 0;
}
.accordion-item.active .accordion-content {
  padding: 15px;
}
.accordion-item.active .accordion-header::after {
  transform: rotate(0deg);
}
/* よくある質問 */
.faq {
  background-image: url("assets/images/faq-back.png");
}
.faq .faq__inner {
  padding: 20px 0 60px;
  margin-top: 100px;
}
.faq dl {
  padding: 25px 30px;
  margin-bottom: 30px;
  border: solid 3px var(--orange-color);
  border-radius: 15px;
  background-color: #fff;
}
.faq dt {
  font-size: 20px;
  font-weight: 600;
}
.faq dt, .faq dd {
  display: flex;
}
.faq dt span, .faq dd span {
  font-size: 30px;
  margin-right: 0.5em;
}
.faq dt h3, .faq dd p {
  margin-top: 5px;
  line-height: 1.6;
}
.faq dd p {
  margin-top: 10px;
  line-height: 1.6;
}
.faq dt span {
  color: var(--green-color);
}
.faq dd span {
  color: var(--orange-color2);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .faq {
    padding-bottom: 120px;
  }
}

/* モーダルのスタイル */
.modal {
  display: none; /* 初期状態では非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  align-items: center;
  justify-content: center;
}

/* モーダル内の画像 */
.modal-content {
  width: auto!important;
  max-width: 90%;
  max-height: 90%;
  padding-top: 30px;
}
.close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 40px;
  color: white;
  cursor: pointer;
}

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

.pc {
  display: none!important;
}
@media screen and (min-width: 769px) {
  .pc {
  display: block!important;
}
}
