/*
Theme Name:chasy
Description: chasy theme for WordPress
Author: yuki izawa
Version:1.0
*/

/* --------共通--------- */

html {
    font-size: 62.5%;
    box-sizing: border-box;
}
html {
  visibility: hidden;
}
html.wf-active, html.wfno-load {
  visibility: visible;
}




body {
    font-family: "noto-sans-cjk-jp", sans-serif;
    color: #000;
    font-weight: 500;
	
}
a {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
}

p {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
}
input {
    font-family: "noto-sans-cjk-jp", sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
}

ul {
    list-style: none;
}
img{
    max-width:100%;
    vertical-align:bottom;
}


/* --------トップページ--------- */



.anime {
   position: absolute;
    top: -4%;
    right: 5%;
    width: 22.5vw;
    -webkit-animation: flow 2.1s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
    animation: flow 2.1s 4s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate,fadeIn .3s ease 3s 1 normal backwards;
}
@-webkit-keyframes flow {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, -15px);
        transform: translate(0, -15px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes flow {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    50% {
        -webkit-transform: translate(0, -15px);
        transform: translate(0, -15px)
    }

    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.anime_2 {
    position: absolute;
    top: -4%;
    right: 26%;
    width: 8vw;
    animation:fadeIn .3s ease 2.5s 1 normal backwards;
}
.anime_3 {
    position: absolute;
    bottom: -7%;
    z-index: -10;
    width: 26vw;
    animation:fadeIn .3s ease 2s 1 normal backwards;
}




/* --------スクロールでフェードイン--------- */

.fadeIn_sc {
    animation:fadeIn_sc .3s 0.4s forwards;
    opacity: 0;
}
.fadeIn_sc_2 {
    animation:fadeIn_sc .3s 0.6s forwards;
    opacity: 0;
}
.fadeIn_sc_3 {
    animation:fadeIn_sc .3s 0.8s forwards;
    opacity: 0;
}
.fadeIn_sc_4 {
    animation:fadeIn_sc .3s 1s forwards;
    opacity: 0;
}
.fadeIn_sc_5 {
    animation:fadeIn_sc .3s 1.2s forwards;
    opacity: 0;
}
.fadeIn_sc_6 {
    animation:fadeIn_sc .3s 1.4s forwards;
    opacity: 0;
}
.fadeIn_sc_7 {
    animation:fadeIn_sc .3s 1.6s forwards;
    opacity: 0;
}
.fadeIn_sc_8 {
    animation:fadeIn_sc .3s 1.8s forwards;
    opacity: 0;
}


.fadeIn_sc_img {
    animation:fadeIn_sc .3s 1s forwards,flow 2.1s 1.7s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
    opacity: 0;
}
.fadeIn_sc_img_2 {
    animation:fadeIn_sc .3s 1s forwards,flow 2.1s 2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
    opacity: 0;
}
.fadeIn_sc_img_3 {
    animation:fadeIn_sc .3s 1s forwards,flow 2.1s 2.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
    opacity: 0;
}
.fadeIn_sc_img_4 {
    animation:fadeIn_sc .3s 1s forwards,flow 2.1s 2.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
    opacity: 0;
}
.fadeIn_sc_img_5 {
    animation:fadeIn_sc .3s 1s forwards,flow 2.1s 2.9s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
    opacity: 0;
}
.fadeIn_sc_img_6 {
    animation:fadeIn_sc .3s 1s forwards,flow 2.1s 3.2s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
    opacity: 0;
}
.fadeIn_sc_img_7 {
    animation:fadeIn_sc .3s 1s forwards,flow 2.1s 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
    opacity: 0;
}
.fadeIn_sc_img_8 {
    animation:fadeIn_sc .3s 1s forwards,flow 2.1s 3.8s cubic-bezier(0.455, 0.03, 0.515, 0.955) infinite alternate;
    opacity: 0;
}

@keyframes fadeIn_sc {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeIn_sc_Trigger{
    opacity: 0;
}
.fadeIn_sc_Trigger_2 {
    opacity: 0;
}
.fadeIn_sc_Trigger_3 {
    opacity: 0;
}
.fadeIn_sc_Trigger_4 {
    opacity: 0;
}
.fadeIn_sc_Trigger_5 {
    opacity: 0;
}
.fadeIn_sc_Trigger_6 {
    opacity: 0;
}
.fadeIn_sc_Trigger_7 {
    opacity: 0;
}
.fadeIn_sc_Trigger_8 {
    opacity: 0;
}

.fadeIn_sc_Trigger_img {
    opacity: 0;
}















header {
    position: absolute;
    top: 50px;
    right: 0;
    left: 5vw;
    z-index: 10;
}
.header_inner {
    display: flex;
    align-items: center;
}
.header_inner p {
    margin-left: 2rem;
    font-size: 1.6rem;
    font-weight: 400;
}
.eye_inner {
    position: relative;
}
.eye_text_box {
    position: absolute;
    top: 58%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: flex;
    align-items: end;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}
.eye_text_box_left {
    width: 57%;
    margin-left: 5vw;
}
.eye_text_box_left h2 {
    font-size: 2.3vw;
    line-height: 3.5vw;
    margin-bottom: 1vw;
}
.eye_text_box_right {
    width: 30%;
    margin-right: 6vw;
}
.eye_text_box_left a {
    display: flex;
    margin: auto;
    font-size: 1.6vw;
    width: 23.5vw;
    height: 5vw;
    justify-content: center;
    align-items: center;
    background-color: #ed7d31;
    color: #fff;
    border-radius: 1rem;
    border: 2px solid #f8cbad;
    margin-top: 2.5vw;
}
.eye_text_box_left a:hover {
    background-color: #fff;
    color: #ed7d31;
}
.eye_bottomtext {
  text-align: center;
  line-height: 3rem;
  margin: 3rem 0 0;
}
.cpa_box {
    max-width: 1200px;
    margin: auto;
    padding: 0 2rem;
    margin-top: 6rem;
    display: flex;
    align-items: center;
}
.cpa_left {
  width: 40rem;
}
.cpa_right {
  width: calc(100% - 40rem - 6.4rem);
    margin-left: 6.4rem;
}
.cpa_right p {
    font-size: 2.2rem;
    line-height: 4.8rem;
}
.about_inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 2rem;
    margin-top: 10rem;
}
.about_text {
    text-align: center;
    font-size: 3.6rem;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 5rem;
}
.about_text2 {
  line-height: 3rem;
  text-align: center;
  margin-bottom: 5rem;
}
.about_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10rem;
}
.about_img p {
    font-size: 3.6rem;
    margin-left: 2rem;
    margin-bottom: 2rem;
}
.about_inner ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_inner ul li {
    width: 20%;
    position: relative;
}
.about_inner ul li div {
    border-radius: 50%;
    border: 1px solid #4472c4;
    height: 24rem;
    width: 24rem;
    box-sizing: border-box;
    position: relative;
}
.about_inner ul li:nth-child(1) div img {
    position: absolute;
    top: 20%;
    left: 10%;
}
.about_inner ul li:nth-child(2) div img {
    position: absolute;
    top: 20%;
    left: 10%;
}
.about_inner ul li:nth-child(3) div img {
    position: absolute;
    left: 40%;
    top: 8%;
}
.about_inner ul li:nth-child(4) div img {
    position: absolute;
    top: 15%;
    left: 15%;
}

.about_inner ul li::after{
    content: "";
    position: absolute;
    background-image: url(image/img_9.png);
    height: 5rem;
    width: 4rem;
    top: 35%;
    right: -25%;
    background-repeat: no-repeat;
}
.about_inner ul li:last-child::after {
    display: none;
}


.about_inner ul li p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin-top: 1rem;
}
.about_inner ul li:nth-child(3) p {
    color: #ff0000;
}
.about_text_2 {
    font-size: 3.6rem;
    text-align: center;
    margin-top: 10rem;
    line-height: 6rem;
    color: #ff0000;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}
.select_inner {
  max-width: 1200px;
  padding: 0 2rem;
  margin: 10rem auto 0;
}
.select_inner h2 {
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 5rem;
}
.select_conventional {
  background: #fff;
  border: 3px solid #C9DEED;
  border-radius: 2rem;
  margin-bottom: 2rem;
}
.select_conventional_title {
  font-size: 2.2rem;
  text-align: center;
  background: #EDF6FF;
  border-radius: 2rem 2rem 0 0;
  padding: 1.5rem 0;
}
.select_conventional ul {
  display: flex;
  padding: 2rem 0;
}
.select_conventional ul li {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 4);
  border-right: 1px solid #DEDEE0;
}
.select_conventional ul li:last-of-type {
  border-right: none;
}
.select_conventional ul li span {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  margin-right: 1rem;
}
.select_conventional ul li p {
}
.select_arrow {
  text-align: center;
  margin-bottom: 2rem;
}
.select_arrow img {
  width: 15%;
}
.select_improvement {
  text-align: center;
  background: #fff;
  border: 3px solid #FF941F;
  border-radius: 2rem;
  margin-bottom: 5rem;
}
.select_improvement_title {
  font-size: 2.2rem;
  background: #FFECD9;
  border-radius: 2rem 2rem 0 0;
  padding: 1.5rem 0;
}
.select_improvement_text {
  display: inline-block;
  font-size: 3.6rem;
  background: linear-gradient(transparent 70%, #FFD5AB 0%);
  padding-bottom: 0.5rem;
  margin: 2rem 0;
}
.select_improvement ul {
  display: flex;
  padding: 2rem 0;
}
.select_improvement ul li {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% / 3);
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.select_improvement ul li img {
  display: block !important;
  margin-right: 1rem !important;
}
.select_inner_undertext {
  font-size: 2.5rem;
  text-align: center;
}
.achievements_inner {
  max-width: 1200px;
  text-align: center;
  padding: 0 2rem;
  margin: 10rem auto 0;
}
.achievements_inner h2 {
  font-size: 3.6rem;
  margin-bottom: 5rem;
}
.achievements_text {
  line-height: 3rem;
  margin-bottom: 5rem;
}
.achievements_inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.achievements_inner ul li {
  box-sizing: border-box;
  width: calc((100% - 6rem) / 4);
  background: #D9EBF6;
  border-radius: 2rem;
  padding: 2rem 1rem;
}
.achievements_li_title {
  color: #0579C2;
  font-size: 2.1rem;
  margin-bottom: 2rem;
}
.achievements_inner ul li img {
  width: 40%;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 2rem;
}
.achievements_li_text {
  font-size: 1.4rem;
  font-weight: 400;
  text-align: left;
  line-height: 2.4rem;
}
.intro_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10rem;
    flex-wrap: wrap;
}
.intro_box_left h2 {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 5rem;
}
.intro_box_left ul {
    display: flex;
    margin-top: 5rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
.intro_box_left ul li {
    text-align: center;
    border: 1px solid #cbcbcb;
    border-radius: 2rem;
    height: 11rem;
    padding: 2rem 1rem 2rem 1rem;
    width: 26%;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}
.intro_box_left ul li p {
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-top: 1rem;
}
.price_inner {
    max-width: 1200px;
    margin: auto;
    margin-top: 15rem;
    padding: 0 2rem;
    
}
.price_inner h2 {
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 5rem;
}
.intro_inner {
    max-width: 1200px;
    margin: auto;
    padding: 0 2rem;
}
.p_img {
    position: absolute;
    right: 6%;
    z-index: 10;
    margin-top: 17%;
}
.p_bg_box {
    position: relative;
    z-index: 10;
}


.intro_box_left {
    width: 45%;
    margin-left: 10rem;
}
.intro_box_left p {
    text-align: center;
}
.intro_box_right {
    width: 33%;
}
.price_box {
    max-width: 900px;
    margin: auto;
    border: 5px solid #ff0000;
    border-radius: 5rem;
    padding: 2rem 0 5rem 0;
}

.price_box p {
    font-size: 7.2rem;
    color: #ff0000;
    font-weight: bold;
    text-align: center;
    letter-spacing: .2em;
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-thickness: 3px;
}
.price_box p span {
    font-size: 15rem;
}
.price_box p:nth-of-type(1) {
    margin-bottom: 5rem;
}
.p_text {
    text-align: center;
    margin-top: 10rem;
    font-size: 4.8rem;
    line-height: 10rem;
    font-weight: bold;
}
.p_text span {
    color: #ff0000;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
}

.form_inner {
    max-width: 1200px;
    margin: auto;
    margin-top:15rem;
    padding: 0 2rem;
}

.form_inner h2 {
    text-align: center;
    font-size: 3.6rem;
    color: #ff0000;
    margin-bottom: 50px;
}
.form_inner p {
    text-align: center;
    line-height: 3rem;
}
.cp {
    margin-bottom: 50px;
}
.cp a {
    color: #000;
    text-decoration: underline;
}
.cp a:hover {
    text-decoration:none;
}
.form_inner dl {
    display: flex;
}
.form_inner dt {
    width: 270px;
    font-size: 1.8rem;
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    line-height: 24px;
}
.form_inner dd {
    width: 970px;
    font-size: 1.8rem;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
    padding-left: 5rem;
}
.form_inner dd input {
    border: unset;
    background-color: #eeeeee;
    width: 100%;
    height: 50px;
}
.area {
    height: 300px;
    border: unset;
    background-color: #eeeeee;
    width: 100%;
    font-size: 1.8rem;
}
.btn {
    width: 300px;
    display: block;
    margin: auto;
    background-color: #ed7d31;
    color: #fff;
    font-size: 3rem;
    padding: 10px 0px;
    cursor: pointer;
    margin-top: 4rem;
    border: 2px solid #ed7d31;
}
.btn:hover {
    background-color: #fff;
    color: #ed7d31;
}
.wpcf7-not-valid-tip {
    text-align: left;
    margin-top: 5px!important;
}
.wpcf7 form .wpcf7-response-output {
    font-size: 2rem;
    padding: 10px!important;
    text-align: center;
}
.form_inner dl:last-of-type dt {
    border-bottom: unset;
    vertical-align: top;
    display: -webkit-box;
}
.form_inner dl:last-of-type dd {
    border-bottom: unset;
}
footer p {
    text-align: center;
    background-color: #000;
    color: #ffff;
    margin-top: 15rem;
    padding: 3rem 0;
}
footer {
    position: relative;
}
footer img {
    position: absolute;
    bottom: 100%;
    z-index: -1;
    width: 100%;
}

.eye_text_box_left h2 span {
    background-image: radial-gradient(circle at center, #000 15%, transparent 15%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.1em;
}
.cpa_title {
  font-size: 4rem;
  text-align: center;
  margin-top: 13rem;
}
.cpa_inner {
    position: relative;
}
.cpa_bg {
    position: absolute;
    background-color: #f6f6f6;
    width: 50%;
    height: 30rem;
    top: 10%;
    z-index: -1;
}
.com_inner {
    max-width: 1200px;
    margin: auto;
    margin-top: 25rem;
    padding: 0 20px;
}
.com_inner h2 {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 50px;
}
.com_inner p {
    line-height: 30px;
}

.bg_1 {
    position: relative;
}
.bg_1_img_1 {
    position: absolute;
    right: 0;
    top: -30%;
    z-index: -1;
}
.bg_1_img_2 {
    position: absolute;
    left: 0;
    top: 60%;
    z-index: -1;
}

#contact {
    position: relative;
}
.bg_1_img_3 {
    position: absolute;
    right: 0;
    top: -35%;
    z-index: -1;
}
.bg_1_img_4 {
    position: absolute;
    left: 0;
    top: 5%;
    z-index: -1;
}
.eye_img_pc {
    display: block;
}
.eye_img_sp {
    display: none;
}
.intro_box_right_pc {
    display: block;
}
.intro_box_right_sp {
    display: none;
}
.header_inner a {
    width: 10%;
}
.eye_text_box_right_sp {
    display: none;
}
.eye_text_box_right_pc {
    display: block;
}
.pc_none {
    display: none;
}
.fade_sp {
    animation:fadeIn 1s ease 1.5s 1 normal backwards;
}



/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 3rem 3rem 3rem 7rem;
    display: block;
    color: #000;
    font-size: 1.8rem;
    cursor: pointer;
    font-weight: bold;
    position: relative;
}
.Label::after {
    color: #1e40ca;
    content: "Q.";
    font-size: 3rem;
    left: 20px;
    position: absolute;
    top: 25%;
}


.Label::before{		/*タイトル横の矢印*/
	content: "";
    width: 10px;
    height: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 8px);
    right: 20px;
    transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:15px;
	padding:0 20px;
	overflow: hidden;
    line-height: 3rem;
    position: relative;
}
.content::before {
    color: #1e40ca;
    content: "A.";
    font-size: 3rem;
    left: 23px;
    position: absolute;
    top: 0%;
    font-weight: bold;
}


.content p {
    font-weight: 400;
}



summary {
  position: relative;
  display: block; /* 矢印を消す */
  cursor: pointer;
  padding: 3rem 3rem 3rem 7rem;
}




summary::-webkit-details-marker {
  display: none; /* 矢印を消す */
}
/* 疑似要素でアイコンを表示 */
summary:before,
summary:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
details {
    
    display: block;
    color: #000;
    font-size: 1.8rem;
    cursor: pointer;
    font-weight: bold;
    background-color: #fff;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
}



summary:before {
    color: #1e40ca;
    content: "Q.";
    font-size: 3rem;
    left: 3%;
    position: absolute;
    top: 18px;
}
summary:after {
  width: 10px;
    height: 10px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 40px);
    right: 30px;
    transform: rotate(135deg);
}
/* オープン時 */
details[open] summary:after {
  transform: rotate(-45deg) !important;
}


details div p {
    padding: 1rem 6rem 3rem 7rem;
    line-height: 3rem;
}
details div {
    position: relative;
}
details div::before {
    color: #1e40ca;
    content: "A.";
    font-size: 3rem;
    left: 3.3%;
    position: absolute;
    top: 0.5rem;
    font-weight: bold;
}
















.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
    padding: 0 3rem 3rem 7rem 
   
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}


.accordion {
    background-color: #cfd8dc;
    padding: 10rem 0;
    margin-top: 10rem;
}
.accordion_box {
    max-width: 1000px;
    margin: auto;
    padding: 0 2rem;
}
.accordion_box h2 {
    text-align: center;
    font-size: 3.6rem;
    margin-bottom: 7rem;
    position: relative;
}
.accordion_box h2::before {
    background: #1e40ca;
    border-radius: 64px;
    bottom: -20px;
    content: "";
    height: 4px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: 0;
    width: 64px;
}
.block {
    background-color: #fff;
    border-radius: 1rem;
}







@media screen and (max-width:1400px) {
.p_img {
    width: 17%;
    right: 5%;
    margin-top: 30%;
}
}

@media screen and (max-width: 1100px) {
.p_img {
    margin-top: 40%;
}
}


















/* --------スマホ対応--------- */
@media screen and (max-width:960px)   {

/* --------トップページ--------- */


.pc_none {
    display: block;
}
.intro_title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
}
.intro_box_left h2 {
    display: none;
}
.p_img {
    width: 30%;
    right: 2%;
    margin-top: 50%;
}

header {
    position: absolute;
    top: 2rem;
    right: 0;
    left: 2rem;
    z-index: 10;
}
.header_inner p {
    margin-left: 1rem;
    font-size: 1.4rem;
    font-weight: 400;
}
.header_inner a {
    width: 25%;
}

.cpa_box {
    max-width: 1200px;
    margin: auto;
    padding: 0 2rem;
    margin-top: 5rem;
    display: block;
    align-items: center;
}
.cpa_left {
    width: 70%;
    margin: auto;
}
.cpa_right {
  width: 100%;
    margin-top: 2rem;
    margin-left: auto;
}
.cpa_right p {
    font-size: 1.6rem;
    line-height: 3rem;
}
.about_text {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #ff0000;
    margin-bottom: 3rem;
}
  .about_text2 {
    font-size: 1.6rem;
  }
.about_img {
    display: block;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
}
.about_img img {
    display: block;
    margin: auto;
    width: 40%;
}
.about_img p {
    font-size: 2rem;
    margin-left: 0;
    margin-bottom: 2rem;
    text-align: center;
    margin-top: 1rem;
}
.about_inner ul {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_inner ul li {
    width: auto;
    text-align: center;
    margin-bottom: 5rem;
}




.about_text_2 {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 5rem;
    line-height: 4rem;
    color: #ff0000;
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
    letter-spacing: -1px;
}
.select_box {
  margin: 0 2vw 0;
}
.select_inner h2 {
  font-size: 2.5rem;
  margin-bottom: 4rem;
}
  .select_conventional ul {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  .select_conventional ul li {
    width: calc(100% / 2);
  }
  .select_conventional ul li:nth-last-of-type(2) {
    border-right: 0;
  }
  .select_conventional ul li span {
    font-size: 2rem;
  }
  .select_conventional ul li p {
    font-size: 1.6rem;
  }
  .select_arrow img {
    width: 30%;
  }
  .select_improvement_text {
    font-size: 3.2rem;
  }
  .select_improvement ul {
    flex-wrap: wrap;
    row-gap: 2rem;
  }
  .select_improvement ul li {
    width: 100%;
  }
  .select_inner_undertext {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
  .achievements_inner h2 {
    font-size: 2.5rem;
    margin-bottom: 4rem;
  }
  .achievements_text {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
  .achievements_inner ul li {
    width: calc((100% - 2rem) / 2);
  }
  .achievements_inner ul li img {
    width: 70%;
  }
.intro_box {
    display: block;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
    flex-wrap: wrap;
}
.intro_box_left {
    width: auto;
    margin-left: auto;
}
.intro_box_left h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 3rem;
}
.intro_box_left p {
    text-align: center;
    line-height: 3rem;
}
.intro_box_left ul {
    display: block;
    margin-top: 5rem;
    justify-content: space-between;
    flex-wrap: wrap;
}
.intro_box_left ul li {
    text-align: center;
    border: 1px solid #cbcbcb;
    border-radius: 2rem;
    height: auto;
    padding: 2rem 1rem 2rem 1rem;
    width: 50%;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    margin: auto;
    margin-bottom: 2rem;
}

.intro_box_left ul li img {
    width: 30%;
}


.price_inner h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
}
.price_box {
    max-width: unset;
    margin: auto;
    border: 2px solid #ff0000;
    border-radius: 3rem;
    padding: 2rem 0 5rem 0;
}
.price_box p {
    font-size: 2rem;
    color: #ff0000;
    font-weight: bold;
    text-align: center;
    letter-spacing: .2em;
    text-decoration: underline;
    text-underline-offset: 15px;
    text-decoration-thickness: 3px;
}
.price_box p span {
    font-size: 5rem;
}
.price_box p:nth-of-type(1) {
    margin-bottom: 2rem;
}
.p_text {
    text-align: center;
    margin-top: 5rem;
    font-size: 2rem;
    line-height: 4rem;
    font-weight: bold;
}
.form_inner {
    max-width: 1200px;
    margin: auto;
    margin-top: 10rem;
    padding: 0 1.5rem;
}
.form_inner h2 {
    text-align: center;
    font-size: 2rem;
    color: #ff0000;
    margin-bottom: 3rem;
    line-height: 4rem;
}
.form_inner p {
    font-size: 1.6rem;
}
  .cp a {
    font-size: 1.6rem;
    line-height: 3rem;
  }
.form_inner dl {
    display: block;
}
.form_inner dt {
    width: auto;
    font-size: 1.6rem;
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    line-height: 3rem;
}
.form_inner dt p {
    text-align: left;
}


.form_inner dd {
    width: -webkit-fill-available;
    font-size: 1.6rem;
    border-bottom: unset;
    padding-bottom: 0;
    margin-bottom: 30px;
    padding-left: 0rem;
}
.btn {
    width: 20rem;
    display: block;
    margin: auto;
    background-color: #ed7d31;
    color: #fff;
    font-size: 2rem;
    padding: 10px 0px;
    cursor: pointer;
    margin-top: 5rem;
    border: 2px solid #ed7d31;
}
.about_inner ul li::after {
    content: "";
    position: absolute;
    background-image: url(image/img_9.png);
    height: 5rem;
    width: 4rem;
    top: unset;
    right: 47%;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    bottom: -25%;
    background-size: 60%;
}
.eye_img_pc {
    display: none;
}
.eye_img_sp {
    display: block;
}

.eye_text_box {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    display: block;
    align-items: end;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
}
.eye_text_box_left {
    width: auto;
    margin-left: auto;
}
.eye_text_box_left h2 {
    font-size: 2rem;
    line-height: 3.5rem;
    letter-spacing: -1px;
    margin-bottom: 3vw;
}
.eye_text_box_left a {
    display: flex;
    margin: auto;
    font-size: 1.6rem;
    width: 25rem;
    height: 4rem;
    justify-content: center;
    align-items: center;
    background-color: #ed7d31;
    color: #fff;
    border-radius: 1rem;
    border: 2px solid #f8cbad;
    margin-top: 4rem;
}
.eye_text_box_right {
    width: 50%;
    margin-right: 0;
    margin: auto;
    margin-top: 5rem;
}
  .eye_bottomtext {
    font-size: 1.6rem;
  }
.cpa_title {
  font-size: 2.5rem;
}
.intro_box_right_pc {
    display: none;
}
.intro_box_right_sp {
    display: block;
    width: 60%;
    margin: auto;
    margin-bottom: 5rem;
}
.price_box img {
    position: absolute;
    right: 0;
    top: unset;
    width: 40%;
    bottom: -30%;
    z-index: 0;
}
.form_inner dd input {
    border: unset;
    background-color: #eeeeee;
    width: -webkit-fill-available;
    height: 50px;
}
.bg_1_img_1 {
    position: absolute;
    right: 0;
    top: 0%;
    z-index: -1;
    width: 50%;
}
.bg_1_img_2 {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
    width: 50%;
}
.bg_1_img_3 {
    position: absolute;
    right: 0;
    top: -10%;
    z-index: -1;
    width: 50%;
}
.bg_1_img_4 {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: -1;
    width: 50%;
}
.area {
    height: 300px;
    border: unset;
    background-color: #eeeeee;
    width: -webkit-fill-available;
    font-size: 1.6rem;
}
input {
    font-size: 1.6rem;
}
.com_inner h2 {
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 50px;
    line-height: 5rem;
}
.com_inner {
    margin-top: 20rem;
}
.eye_text_box_right_sp {
    display: block;
    margin-top: 0rem;
    margin-bottom: 5rem;
}
.eye_text_box_right_pc {
    display: none;
}
.anime {
    position: absolute;
    top: -38%;
    right: 25%;
    width: 30%;
}
.anime_2 {
    position: absolute;
    top: -41%;
    right: 53%;
    width: 12%;
}
.anime_3 {
    position: absolute;
    bottom: 89%;
    z-index: -10;
    width: 40%;
    right: 30%;
}

.fade_sp {
    animation:fadeIn 1s ease 4s 1 normal backwards;
}


.about_inner ul li div {
    height: 20rem;
    width: 20rem;
    margin: auto;
}
.about_inner ul li:nth-child(1) img {
    width: 75%;
}
.about_inner ul li:nth-child(2) img {
    width: 55%;
}
.about_inner ul li:nth-child(3) img {
    width: 18%;
}
.about_inner ul li:nth-child(4) img {
    width: 60%;
}

.about_inner ul li:nth-child(4) div img {
    position: absolute;
    top: 20%;
    left: 15%;
}
/*.fadeIn_sc {
    animation:fadeIn_sc .5s .5s forwards;
}
.fadeIn_sc_2 {
    animation:fadeIn_sc .5s .5s forwards;
}
.fadeIn_sc_3 {
    animation:fadeIn_sc .5s .5s forwards;
}
.fadeIn_sc_4 {
    animation:fadeIn_sc .5s .5s forwards;
}
.fadeIn_sc_5 {
    animation:fadeIn_sc .5s .5s forwards;
}
.fadeIn_sc_6 {
    animation:fadeIn_sc .5s .5s forwards;
}
.fadeIn_sc_7 {
    animation:fadeIn_sc .5s .5s forwards;
}
.fadeIn_sc_8 {
    animation:fadeIn_sc .5s .5s forwards;
}*/

.accordion_box h2 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 5rem;
    position: relative;
}
.accordion_box h2::before {
    width: 50px;
}
.accordion {
    background-color: #cfd8dc;
    padding: 5rem 0;
    margin-top: 5rem;
}

details {
    font-size: 1.6rem;
}
summary {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 2rem 5rem 2rem 5rem;
    line-height: 2rem;
}
summary:before {
    color: #1e40ca;
    content: "Q.";
    font-size: 2rem;
    left: 5%;
    position: absolute;
    top: 17px;
}
summary:after {
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 35px);
    right: 20px;
    transform: rotate(135deg);
}
details div::before {
    color: #1e40ca;
    content: "A.";
    font-size: 2rem;
    left: 5.5%;
    position: absolute;
    top: 8%;
    font-weight: bold;
}
details div p {
    padding: 1rem 5rem 2rem 5rem;
    line-height: 2rem;
    font-size: 1.4rem;
}


}

