@charset "utf-8";
/* CSS Document */
/*-------------------
製品ページ　契約書TOPページ用CSS 2025/10/16更新
-------------------*/
main *{
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, 'メイリオ', 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}
.company-logos {
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background-size: 3200px auto;
	text-align: center;
	overflow: hidden;
}
.company-logos.top {
	background: url(/web/jp/contract/images/top/top_company_logos_top.png?20230614) repeat-x 0 0;
	background-size: 3450px auto;
	-webkit-animation: loop 64s linear infinite;
	animation: loop 64s linear infinite;
}
.company-logos.bottom {
	background: url(/web/jp/contract/images/top/top_company_logos_bottom.png?20230614) repeat-x 0 0;
	-webkit-animation: loop2 60s linear infinite;
	animation: loop2 60s linear infinite;
}

@keyframes loop {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: -3450px 0;
	}
}
@keyframes loop2 {
	0% {
		background-position: 0 0;
	}
	100% {
		background-position: 3200px 0;
	}
}
#sec_about{
    background-color: #f6f6f6;
    background-image: url(/web/jp/contract/images/top/sec_about_bg.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 5rem 0;
}
#sec_about .contents .about_heading{
    display: flex;
    justify-content: space-between;
    margin-bottom: 4rem;
}
#sec_about .contents .about_heading .about_heading_txt{
    padding-top: 3rem;
    width: 40%;
}
#sec_about .contents .about_heading .about_heading_movie{
    width: 55%;
}
#sec_about .contents .about_heading .about_heading_movie iframe{
    width: 100%;
    margin: 0 auto;
    height: 28vw;
    max-height: 375px;
}
#sec_about .contents .about_heading h2{
    font-size: 2.65vw;
    margin-bottom: 2.5rem;
    text-align: left;
}
#sec_about .contents .about_heading h2 img{
    width: calc(100% - 3em);
    vertical-align: middle;
    margin-right: 0.5rem;
}
#sec_about .contents .about_2nd{
    display: flex;
    justify-content: space-between;
}
#sec_about .contents .about_2nd > div{
    background-color: #fff;
    border-radius: 15px;
    padding: 1.5rem;
    text-align: center;
    width: 48%;
}
#sec_about .contents .about_2nd h3{
    color: #944C82;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1rem;
} 
#sec_about .contents .about_2nd .about_2nd_img{
    margin-bottom: 1.5rem;
}
#sec_about .contents .about_2nd .about_2nd_img img{
    height: 150px;
}

#sec_features{
    background-color: #fff;
    background-image: url(/web/jp/contract/images/top/sec_features_bg.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 5rem 0 0;
}
#sec_features h2,#sec_function h2,#sec_reason h2,#sec_case h2,#sec_flow h2,#sec_faq h2{
    font-size: 40px;
    margin-bottom: 5rem;
}
#sec_features .features_detail_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sec_features .features_detail_list .features_detail{
    width: 45%;
    margin-bottom: 5rem;
}
#sec_features .features_detail_list .features_detail h3{
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}
#sec_features .features_detail_list .features_detail h3 .features_h3_num{
    width: 100px;
}
#sec_features .features_detail_list .features_detail h3 .features_h3_num img{
    width: 100%;
    height: auto;
}
#sec_features .features_detail_list .features_detail h3 .features_h3_txt{
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 1rem;
    width: calc(100% - 100px);
}
#sec_features .features_detail_list .features_detail .h3_border{
    display: flex;
    margin-bottom: 2rem;
}
#sec_features .features_detail_list .features_detail .h3_border .h3_border_num{
    background-color: #CAA6C1;
    height: 5px;
    width: 82px;
}
#sec_features .features_detail_list .features_detail .h3_border .h3_border_txt{
    background-color: #ddd;
    height: 5px;
    width: calc(100% - 82px);
}

#sec_function{
    background-color: #f4edf3;
    background-image: url(/web/jp/contract/images/top/sec_function_bg.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 5rem 0;
}
#sec_function .function_detail_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#sec_function .function_detail_list .function_detail{
    background-color: #fff;
    border-radius: 2rem;
    margin-bottom: 1.5rem;
    padding: 1.25rem;
    text-align: center;
    width: 23.5%;
}
#sec_function .function_detail_list .function_detail .function_detail_img{
    width: 55%;
    margin: 0 auto 1rem;
}
#sec_function .function_detail_list .function_detail .function_detail_img img{
    width: 100%;
}
#sec_function .function_detail_list .function_detail h3{
    color: #944C82;
    font-size: 20px;
    font-weight: bold;
}
#sec_function .function_detail_list .function_detail h3 br{
    display: none;
}
#sec_function .function_btn{
    margin-top: 2.5rem;
    text-align: center;
}
#sec_function .function_btn a{
    background-color: #944C82;
    border-radius: 1rem;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    padding: 1.5rem;
    width: 100%;
    max-width: 443px;
}
#sec_function .function_arr{
    margin: 1rem 0 2rem;
    text-align: center;
}
#sec_function .function_more h3{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: center;
}
#sec_function .function_more .function_more_list{
    display: flex;
    justify-content: space-between;
}
#sec_function .function_more .function_more_detail{
    background-color: #fff;
    background-position: 100% 0;
    background-repeat: no-repeat;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    padding: 2rem 1.5rem 2rem;
    width: 31%;
}
#sec_function .function_more .function_more_detail:nth-child(1){
    background-image: url(/web/jp/contract/images/top/sec_function_more_num01.png);
}
#sec_function .function_more .function_more_detail:nth-child(2){
    background-image: url(/web/jp/contract/images/top/sec_function_more_num02.png);
}
#sec_function .function_more .function_more_detail:nth-child(3){
    background-image: url(/web/jp/contract/images/top/sec_function_more_num03.png);
}
#sec_function .function_more .function_more_detail h4{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}
#sec_function .function_more .function_more_detail p{
    margin-bottom: 1rem;
}
#sec_function .function_more .function_more_detail .link_detail{
    margin-top: auto;
    text-align: right;
}
#sec_function .function_more .function_more_detail .link_detail a{
    color: #944C82;
    font-weight: bold;
}
#sec_function .function_more .function_more_detail .link_detail a:hover{
    opacity: 0.8;
}
#sec_function .function_more .function_more_detail .link_detail a:after{
    content: url(/web/jp/contract/images/top/sec_function_more_linkarr.png);
    display: inline-block;
    margin-left: 0.5rem;
}

#sec_reason{
    background-color: #fff;
    background-image: url(/web/jp/contract/images/top/sec_reason_bg.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 5rem 0;
}
#sec_reason .reason_detail_list .reason_detail{
    background-color: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    margin-bottom: 2.5rem;
    padding: 0 0 2.5rem;
}
#sec_reason .reason_detail_list .reason_detail h3{
    display: flex;
    align-items: center;
    margin: 0 2.5rem 1.5rem;
}
#sec_reason .reason_detail_list .reason_detail h3 .reason_detail_h3_num{
    width: 120px;
}
#sec_reason .reason_detail_list .reason_detail h3 .reason_detail_h3_num img{
    width: 100%;
}
#sec_reason .reason_detail_list .reason_detail h3 .reason_detail_h3_txt{
    color: #944C82;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    width: calc(100% - 120px);
}
#sec_reason .reason_detail_list .reason_detail .reason_detail_main{
    margin: 0 2.5rem;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail01 .reason_detail01_wrap{
    width: 85%;
    margin: 0 auto;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail01 .reason_detail01_wrap img{
    display: block;
    width: 800px;
    margin: 0 auto 2.5rem;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail01 .reason_detail01_wrap .reason_detail01_note{
    color: #5E5D5D;
    font-size: 14px;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail02 .reason_detail_main{
    display: flex;
    justify-content: space-between;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail02 .reason_detail_main > div{
    width: 31%;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail02 .reason_detail_main > div .reason_detail02_img{
    margin-bottom: 1rem;
    text-align: center;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail02 .reason_detail_main > div h4{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail02 .reason_detail_main > div h4 br{
    display: none;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_main{
    margin-bottom: 1.5rem;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_main .cost_txt{
    margin-bottom: 0.5rem;
    text-align: center;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_main .cost_price_link{
    font-size: 0.75rem;
    text-align: center;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_main .cost_price_link a{
    color: #944C82;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_main .cost_price_link a:hover{
    opacity: 0.8;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_example h4{
    margin-bottom: 1rem;
    text-align: center;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_example h4 span{
    background-color: #944C82;
    border-radius: 9999px;
    color: #fff;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    padding: 0.5rem 2rem;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_example .cost_example_wrap{
    display: flex;
    justify-content: space-between;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_example .cost_example_wrap > div{
    width: 48%;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_example .cost_example_wrap > div h5 {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_example .cost_example_wrap > div h5:before,
#sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_example .cost_example_wrap > div h5:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #222;
}
#sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_example .cost_example_wrap > div h5:before {
    margin-right: 0.5rem;
}

#sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_example .cost_example_wrap > div h5:after {
    margin-left: 0.5rem;
}

#sec_case{
    background-color: #f4edf3;
    background-image: url(/web/jp/contract/images/top/sec_case_bg.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 5rem 0;
}
#sec_case .swiper-wrapper{
    padding-bottom: 1.5rem;
}
#sec_case .swiper-container{
    display: flex;
    align-items:stretch;
    justify-content: space-between;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}
#sec_case .swiper-container .swiper-slide{
    background-color: #fff;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    line-height: 1.5;
    padding: 0 0 5rem;
    position: relative;
    height: auto;
}
#sec_case .swiper-container .swiper-slide a{
    color: #222;
}
#sec_case .swiper-container .swiper-slide a:hover{
    opacity: 0.8;
}
#sec_case .swiper-container .swiper-slide .case-wrap{
    display: flex;
    flex-direction: column;
}
#sec_case .swiper-container .swiper-slide figure{
    margin-right: 1.5rem;
    margin-bottom: 2.5rem;
}
#sec_case .swiper-container .swiper-slide .case-text{
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}
#sec_case .swiper-container .swiper-slide .case-text .case-co{
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
#sec_case .swiper-container .swiper-slide .case-genre{
    border-top: 1px dashed #CAA6C1;
    margin: auto 1.5rem 2.5rem;
    position: absolute;
    bottom: 0;
    padding-top: 1.5rem;
    width: calc(100% - 3rem);
}
#sec_case .swiper-container .swiper-slide .case-genre .ic-case-genre{
    background-color: #944C82;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 0.25rem 0.5rem;
}
#sec_case .case_sp{
    display: none;
}
#sec_case .function-btn{
    margin-top: 2rem;
    text-align: center;
}
#sec_case .function-btn a{
    background-color: #fff;
    border: 1px solid #944C82;
    border-radius: 1rem;
    color: #944C82;
    display: inline-block;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 1rem 6rem;
}

.swiper-button-prev.swiper-button-theme,
.swiper-container-rtl .swiper-button-next.swiper-button-theme {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23944c82'%2F%3E%3C%2Fsvg%3E");
    left: 0px;
}
.swiper-button-next.swiper-button-theme,
.swiper-container-rtl .swiper-button-prev.swiper-button-theme {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23944c82'%2F%3E%3C%2Fsvg%3E");
    right: 0px;
}
.swiper-button-prev,
.swiper-button-next {
	top: 200px;
}
.swiper-pagination {
	bottom: 0px !important;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 8px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #944c82;
}

#sec_case .swiper-custom-parent.case_pc{
    position: relative;
}
#sec_case .swiper-button-prev,#sec_case .swiper-button-next {
    top: 220px;
    width: 60px;
    height: 60px;
    background-size: cover;
}
#sec_case .swiper-button-prev{
    background-image:url(/web/jp/contract/images/top/swiper-button-prev_sp.png);
}
#sec_case .swiper-button-next{
    background-image:url(/web/jp/contract/images/top/swiper-button-next_sp.png);
}
#sec_case .swiper-custom-parent.case_pc .swiper-button-prev{
    left: -30px;
}
#sec_case .swiper-custom-parent.case_pc .swiper-button-next{
    right: -30px;
}

#sec_flow{
    background-color: #fff;
    background-image: url(/web/jp/contract/images/top/sec_flow_bg.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 5rem 0;
}
#sec_flow .sec_flow_list{
    display: flex;
    justify-content: space-between;
}
#sec_flow .sec_flow_list > div{
    display: flex;
    flex-direction: column;
    width: 31%;
}
#sec_flow .sec_flow_list > div .flow_num{
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
    height: 60px;
    line-height: 1.2;
    margin-right: 1rem;
    padding: 0.5rem 1rem;
    position: relative;
}
#sec_flow .sec_flow_list > div .flow_num::after{
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -15px;
    margin: auto;
    width: 1rem;
    height: 62px;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#sec_flow .sec_flow_list > div.flow01 .flow_num{
    background-color: #F4EDF3;
    color: #944C82;
}
#sec_flow .sec_flow_list > div.flow01 .flow_num::after{
    background-color: #F4EDF3;
}
#sec_flow .sec_flow_list > div.flow02 .flow_num{
    background-color: #CAA6C1;
    color: #fff;
}
#sec_flow .sec_flow_list > div.flow02 .flow_num::after{
    background-color: #CAA6C1;
}
#sec_flow .sec_flow_list > div.flow03 .flow_num{
    background-color: #944C82;
    color: #fff;
}
#sec_flow .sec_flow_list > div.flow03 .flow_num::after{
    background-color: #944C82;
}
#sec_flow .sec_flow_list > div .flow_main > *{
    margin-right: 1rem;
}
#sec_flow .sec_flow_list > div .flow_img{
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 1.5rem;
    height: 180px;
}
#sec_flow .sec_flow_list > div.flow01 .flow_img{
    background-image: url(/web/jp/seikyu/images/flow01.png);
    background-position: 50% 0;
}
#sec_flow .sec_flow_list > div.flow02 .flow_img{
    background-image: url(/web/jp/seikyu/images/flow02.png);
    background-position: 100% 0;
}
#sec_flow .sec_flow_list > div.flow03 .flow_img{
    background-image: url(/web/jp/seikyu/images/flow03.png);
    background-position: 100% 0;
}
#sec_flow .sec_flow_list > div h3{
    color: #944C82;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

#sec_faq{
    background-color: #f6f6f6;
    background-image: url(/web/jp/contract/images/top/sec_faq_bg.png);
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 5rem 0;
}

/*accordion*/
#sec_faq .accordion .acc-toggle {
    display: none;
}
#sec_faq .accordion .acc-option {
    background-color: #fff;
    position: relative;
    margin-bottom: 2.5rem;
}
#sec_faq .accordion .acc-title,
#sec_faq .accordion .acc-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}
#sec_faq .accordion .acc-title {
    cursor: pointer;
    padding: 2rem 2.5rem;
    display: block;
    color: #944C82;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.5rem;
}
#sec_faq .accordion .acc-title::before{
    content: "";
    background-image: url(/web/jp/contract/images/top/sec_faq_q.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin: 0 1.5rem 0 0.5rem;
    width: 24px;
    height: 32px;
    vertical-align: middle;
}
#sec_faq .accordion .acc-title::after {
    content: "";
    position: absolute;
    right: 2em;
    top: 1.75em;
  display: inline-block;
  vertical-align: middle;
  color: #944C82;
  line-height: 1;
  width: 1.1rem;
  height: 1.1rem;
  border: 3px solid #944C82;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
    transition: all 0.3s;
}
#sec_faq .accordion .acc-content {
    max-height: 0;
    overflow: hidden;
    padding: 0;
}
#sec_faq .accordion .acc-content > div{
    padding: 0 2.5rem 2rem;
}
#sec_faq .accordion .acc-content p {
    border-top: 1px solid #944C82;
    margin: 0;
    padding: 1.25rem 0 0;
    line-height: 1.5;
}
#sec_faq .accordion .acc-toggle:checked + .acc-title + .acc-content {
    max-height: 500px;
    transition: all 1.5s;
}
#sec_faq .accordion .acc-toggle:checked + .acc-title::after {
    transform: rotate(-45deg) !important;
}

/*accordion*/
.accordion2{
    transition: .5s;
    height: 3rem;
}
.accordion2[open]{
    height: auto;
}
.accordion2 .accordion__summary {
  display: block;
  background: #b2e5ff; /* 見出しの背景色 */
  font-weight: bold;
  position: relative;
  list-style: none; /* 矢印を消す */
  cursor: pointer;
  padding: 10px 38px 10px 10px;
}
.accordion2 .accordion__summary::-webkit-details-marker {
  display: none;
}
.accordion2 .accordion__summary::after {
  content: "+";
  font-size: 1.4em; /* 記号のサイズ */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion2[open] .accordion__summary::after {
  content: "−";
}
.accordion2 .accordion__detail {
  padding: 4px 10px;
  margin: 10px 0;
}
.accordion2 .accordion__detail {
    opacity: 0; 
    transform: translateY(-10px); 
    animation: slideOut 5s linear;
}
.accordion2[open] .accordion__detail {
    opacity: 1; 
    transform: translateY(0);
    animation: slideIn 0.5s linear;
}
.accordion2 .accordion__text {
  margin: 0;
}
@keyframes slideIn {
  0% {
    opacity: 0; 
    transform: translateY(-10px); 
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0; 
    transform: translateY(-10px); 
  }
}



/*CTA*/
#sec_cta{
    background-image: url(/web/jp/contract/images/top/sec_cta_bg_2.png);
    background-position: 100% 100%;
    max-height: 489px;
    padding: 7.5rem 0;
}
#sec_cta .sec_cta_txt{
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2rem;
    text-align: center;
    text-shadow: 1px 1px 2px #934B81;
}
#sec_cta .sec_cta_txt br{
    display: none;
}
#sec_cta .cta_btn_wrap{
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 2.5rem 15%;
}
#sec_cta .cta_btn_wrap .cta_btn_item{
    width: 48%;
}
#sec_cta .cta_btn_wrap .cta_btn_item a{
    border-radius: 9999px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    display: inline-block;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
    padding: 2rem;
    position: relative;
    text-align: center;
    white-space: nowrap;
    width: 100%;
}
#sec_cta .cta_btn_wrap .cta_btn_item a:hover{
    opacity: 0.8;
}
#sec_cta .cta_btn_wrap .cta_btn_item a:after {
    content: "";
    position: absolute;
    right: 1.25rem;
    width: 0.3em;
    height: 0.3em;
    top: 50%;
    margin-top: -0.2em;
    border-top-width: 4px;
    border-top-style: solid;
    border-right-width: 4px;
    border-right-style: solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#sec_cta .cta_btn_wrap .cta_btn_item:nth-child(1) a{
    background-color: #267C3A;
}
#sec_cta .cta_btn_wrap .cta_btn_item:nth-child(2) a{
    background-color: #FF7800;
}

@media screen and (width <= 1365px){
    #sec_function .function_detail_list .function_detail h3 br{
        display: inline;
    }
}

@media screen and (width <= 1199px){
    #sec_about{
        background-image: url(/web/jp/contract/images/top/sec_about_bg_tb.png);
        background-position: 100% 0;
    }
    #sec_about .contents .about_heading .about_heading_txt{
        padding-top: 0;
    }
    #sec_features{
        background-image: url(/web/jp/contract/images/top/sec_features_bg_tb.png);
        background-position: 100% 0;
    }
    #sec_function,#sec_case,#sec_flow,#sec_faq{
        background-position: 100% 0;
    }
    #sec_reason{
        background-image: url(/web/jp/contract/images/top/sec_reason_bg_tb.png);
        background-position: 100% 0;
    }
    #sec_reason .reason_detail_list .reason_detail.reason_detail02 .reason_detail_main > div h4 br{
        display: inline;
    }
    #sec_flow .sec_flow_list > div h3{
        font-size: 2.59vw;
    }
    #sec_cta .cta_btn_wrap .cta_btn_item a{
        font-size: 2.5vw;
    }
    #sec_case .swiper-button-prev,#sec_case .swiper-button-next{
        top: 17vw;
    }
}
@media screen and (width <= 1023px){
    #sec_function .function_more .function_more_list{
        display: block;
    }
    #sec_function .function_more .function_more_detail{
        background-size: 50px;
        margin-bottom: 1.5rem;
        width: 100%;
    }
    #sec_cta .cta_btn_wrap .cta_btn_item a{
        font-size: 2.3vw;
    }
}
@media only screen and (width <= 991px) {
    #sec_cta .cta_btn_wrap .cta_btn_item a{
        font-size: 2.1vw;
    }
}
@media screen and (width <= 767px){
    #sec_about{
        background-image: url(/web/jp/contract/images/top/sec_about_bg_sp.png);
        padding: 4rem 0;
    }
    #sec_features{
        background-image: url(/web/jp/contract/images/top/sec_features_bg_sp.png);
        padding: 4rem 0;
    }
    #sec_function{
        background-image: url(/web/jp/contract/images/top/sec_function_bg_sp.png);
        padding: 4rem 0;
    }
    #sec_reason{
        background-image: url(/web/jp/contract/images/top/sec_reason_bg_sp.png);
        padding: 4rem 0;
    }
    #sec_case{
        background-image: url(/web/jp/contract/images/top/sec_case_bg_sp.png);
        padding: 4rem 0;
    }
    #sec_flow{
        background-image: url(/web/jp/contract/images/top/sec_flow_bg_sp.png);
        padding: 4rem 0;
    }
    #sec_faq{
        background-image: url(/web/jp/contract/images/top/sec_faq_bg_sp.png);
        padding: 4rem 0;
    }
    #sec_cta{
        background-image: url(/web/jp/contract/images/top/sec_cta_bg_sp.png);
        max-height: unset;
        padding: 3rem 0 22rem;
    }
    #sec_about .contents .about_heading{
        display: block;
        margin-bottom: 2rem;
    }
    #sec_about .contents .about_heading h2{
        font-size: 5.5vw;
    }
    #sec_about .contents .about_heading .about_heading_txt{
        margin-bottom: 2rem;
    }
    #sec_about .contents .about_heading .about_heading_txt,#sec_about .contents .about_heading .about_heading_movie{
        width: 100%;
    }
    #sec_about .contents .about_heading .about_heading_movie iframe{
        height: 51vw;
    }
    #sec_about .contents .about_2nd .about_2nd_img img{
        height: 21vw;
    }
    #sec_features h2,#sec_function h2,#sec_reason h2,#sec_case h2,#sec_flow h2,#sec_faq h2{
        font-size: 24px;
        margin-bottom: 4rem;
    }
    #sec_features .features_detail_list{
        display: block;
    }
    #sec_features .features_detail_list .features_detail{
        margin-bottom: 2rem;
        width: 100%;
    }
    #sec_features .features_detail_list .features_detail h3{
        margin-bottom: 1rem;
    }
    #sec_features .features_detail_list .features_detail h3 .features_h3_num{
        width: 50px;
    }
    #sec_features .features_detail_list .features_detail h3 .features_h3_txt{
        font-size: 20px;
        width: calc(100% - 50px);
    }
    #sec_features .features_detail_list .features_detail .h3_border{
        margin-bottom: 1rem;
    }
    #sec_features .features_detail_list .features_detail .h3_border .h3_border_num{
        width: 41px;
    }
    #sec_features .features_detail_list .features_detail .h3_border .h3_border_txt{
        width: calc(100% - 41px);
    }
    #sec_function .function_detail_list .function_detail{
        width: 48%;
        margin-bottom: 10px;
    }
    #sec_function .function_btn a{
        border-radius: 0.5rem;
        font-size: 20px;
    }
    #sec_reason .reason_detail_list .reason_detail h3{
        margin: 0 0 1rem;
    }
    #sec_reason .reason_detail_list .reason_detail h3 .reason_detail_h3_num{
        width: 75px;
    }
    #sec_reason .reason_detail_list .reason_detail h3 .reason_detail_h3_txt{
        font-size: 20px;
        width: calc(100% - 75px);
    }
    #sec_reason .reason_detail_list .reason_detail .reason_detail_main{
        margin: 0 5%;
    }
    #sec_reason .reason_detail_list .reason_detail.reason_detail01 .reason_detail01_wrap{
        width: 100%;
    }
    #sec_reason .reason_detail_list .reason_detail.reason_detail02 .reason_detail_main{
        display: block;
    }
    #sec_reason .reason_detail_list .reason_detail.reason_detail02 .reason_detail_main > div{
        margin-bottom: 20px;
        width: 100%;
    }
    #sec_reason .reason_detail_list .reason_detail.reason_detail02 .reason_detail_main > div h4{
        font-size: 16px;
    }
    #sec_reason .reason_detail_list .reason_detail.reason_detail02 .reason_detail_main > div h4 br{
        display: none;
    }
    #sec_reason .reason_detail_list .reason_detail.reason_detail03 .main_txt{
        text-align: left;
    }
    #sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_example .cost_example_wrap{
        display: block;
    }
    #sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_example .cost_example_wrap > div{
        margin-bottom: 1.25rem;
        width: 100%;
    }
    #sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_example h4 span{
        font-size: 1rem;
    }
    #sec_reason .reason_detail_list .reason_detail.reason_detail03 .cost_example .cost_example_wrap > div h5{
        font-size: 14px;
    }
    #sec_case .case_sp{
        display: block;
    }
    #sec_case .case_pc{
        display: none;
    }
    #sec_case .case_wrap{
        overflow: hidden;
    }
    #sec_case .swiper-container{
        padding-bottom: 0;
    }
    #sec_case .swiper-container .swiper-slide{
        width: 100%;
    }
    #sec_case .swiper-pagination{
        display: none;
    }
    #sec_case .function-btn a{
        font-size: 20px;
    }
    #sec_case .swiper-button-prev,#sec_case .swiper-button-next {
        top: 75vw;
    }
    #sec_flow .sec_flow_list{
        display: block;
    }
    #sec_flow .sec_flow_list > div{
        flex-direction: row;
        margin-bottom: 1.5rem;
        width: 100%;
    }
    #sec_flow .sec_flow_list > div .flow_num{
        font-size: 21px;
        height: auto;
        width: 35px;
        margin-bottom: 1rem;
        position: relative;
    } 
    #sec_flow .sec_flow_list > div .flow_num > span{
        display: block;
        position: relative;
        top: 3rem;
        transform: rotate(-90deg); 
    }
    #sec_flow .sec_flow_list > div .flow_num::after{
        top: auto;
        right: auto;
        bottom: -15px;
        left: -1px;
        height: 1rem;
        width: 36px;
        clip-path: polygon(0 0, 100% 0, 50% 100%);
    }
    #sec_flow .sec_flow_list > div .flow_main > *{
        margin-right: 0;
    }
    #sec_flow .sec_flow_list > div h3{
        font-size: 20px;
    }
    #sec_faq .accordion .acc-title{
        font-size: 1rem;
        padding: 1rem 2.5rem 1rem 1.25rem;
    }
    #sec_faq .accordion .acc-title::before{
        width: 0.75rem;
        height: 1rem;
        margin-right: 0.75rem;
    }
    #sec_faq .accordion .acc-title::after{
        top: 1.5rem;
        right: 1.25rem;
        width: 10px;
        height: 10px;
    }
    #sec_faq .accordion .acc-content > div{
        padding: 0 1.25rem 1rem;
    }
    #sec_cta .sec_cta_txt{
        font-size: 1.5rem;
    }
    #sec_cta .sec_cta_txt br{
        display: inline;
    }
    #sec_cta .cta_btn_wrap{
        display: block;
        padding: 2rem 1rem;
    }
    #sec_cta .cta_btn_wrap .cta_btn_item{
        width: auto;
    }
    #sec_cta .cta_btn_wrap .cta_btn_item:nth-child(1){
        margin-bottom: 1.25rem;
    }
    #sec_cta .cta_btn_wrap .cta_btn_item a{
        font-size: 1.5rem;
        padding: 1rem;
    }
}
@media screen and (width <= 460px){
    #sec_about .contents .about_2nd h3{
        font-size: 6.5vw;
    }
    #sec_function .function_detail_list .function_detail h3{
        font-size: 5vw;
    }
    #sec_case .function-btn a{
        padding: 1rem;
        width: 100%;
    }
    #sec_case .swiper-button-prev,#sec_case .swiper-button-next{
        top: 90vw;
    }
}