/*==================================================
                20250531
==================================================*/
.case_slider {
  margin-top: 40px;
max-width: 100%!important;
}
.case_slide {
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform: scale(0.95); 
}
.case_slide {
  opacity: 1;
  transform: scale(1); 
	padding: 30px
}
.case_content {
  min-height: 250px; 
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
}
.case_content::before {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -1;
  margin: -4px;
   background: #fff;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.03);
}
/* Slick Dots Styling */
.case_slider .slick-dots {
    position: relative; 
    bottom: -30px; 
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
margin-top: -40px;
}
.case_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px; 
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.case_slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #cccccc; 
    border-radius: 50%;
}
.case_slider .slick-dots li button:hover,
.case_slider .slick-dots li button:focus {
    outline: none;
}

.case_slider .slick-dots li.slick-active button {
    background: #555555; 
}
.next-arrow{
    width: 0;
    height: 0;
    border-left: 20px solid #A6A6A6;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 40%;
    right: 14%;
}
.prev-arrow{
width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid #A6A6A6;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 40%;
    z-index: 9;
    left: 14%;
}
.case_slide .case_ttl .case_font{
    font-family: "Oswald", serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #A6A6A6;
    font-size: 2rem;
    text-align: left;
    padding-left: 10px;
    margin-bottom: 0;
    line-height: 1;
}
.case_slide .ttl_box{
	    display: flex;
    align-items: center;
	margin-bottom: 20px;
}
.case_slide .case_inner{
	padding: 40px 20px;
}
.case_slide .ttl_box img{
	width: 120px;
}
.case_slide .ttl_box h3{
	    margin-bottom: 0px;
    text-align: left;
    line-height: 1.5;
    margin-left: 20px;
    font-size: 1.5rem;
	font-weight: 400;
	letter-spacing: 0px;
    font-feature-settings: "palt";
}
.case_slide .ttl_box h3 span{
	font-weight: 700;
	line-height: 1;
}
.case_slide .case_inner .row{
	flex-flow: row;
}
.case_slide .case_inner .row .case_info{
width: 50%;
    flex-shrink: 0;
	text-align: left;
}
.case_slide .case_inner .row .case_info h4{
	font-size: 1.3rem;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
.case_slide .case_inner .row .case_info .tag_ul{
    display: flex;
    flex-flow: row;
    align-items: center;
}
.case_slide .case_inner .row .case_info .tag_ul li{
	background: #14398D;
    color: #fff;
    font-size: 14px;
    padding: 3px 15px;
    border-radius: 20px;
    margin-right: 5px;
}
.case_slide .case_inner .case_assignment{
	padding: 20px 0;
}
.case_slide .case_inner .case_assignment .inner{
	position: relative;
	padding: 10px;
}
.case_slide .case_inner .case_assignment h5{
background: #EA5942;
height: 50px;
    width: 50px;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.case_slide .case_inner .case_assignment ul {
    background: #F1F0F0;
    padding: 20px 15px 20px 40px;	
}
.case_slide .case_inner .case_assignment ul li{
    font-weight: 700;
    letter-spacing: 0px;
	line-height: 1.3;
	margin-bottom: 8px;
	margin-top: 8px;
}
.case_slide .case_inner .case_assignment ul li span{
font-size: 0.8vw;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 1;
}
.case_slide .case_inner .case_results .inner{
	position: relative;
	padding: 10px;
}
.case_slide .case_inner .case_results h5{
background: #14398D;
height: 50px;
    width: 50px;
    font-size: 1.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-bottom: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.case_slide .case_inner .case_results ul {
    background: #EDF7FF;
    padding: 20px 15px 20px 40px;	
}
.case_slide .case_inner .case_results ul li{
    font-weight: 700;
    letter-spacing: 0px;
	line-height: 1.3;
	margin-bottom: 8px;
	margin-top: 8px;
}
.case_slide .case_inner .case_results ul li span{
font-size: 0.8vw;
    letter-spacing: 0px;
    font-weight: 400;
    line-height: 1;
}

.case_arrow{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
	margin-right: 20px;
	z-index: 99;
}
.case_arrow::before,
.case_arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.case_arrow::before{
    left: 10px;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 12px solid #14398D;
}
.case_arrow::after{
    left: 19px;
    top: -55px;
    width: 22px;
    height: 50px;
    border-left: 22px solid #14398D;
}
.arrow_box{
	width: 100%;
    text-align: center;
    margin-top: -15px;
}
.caseslider_img{
	padding-left: 10px;
}
.case_slide .caseslider_img figure{
	text-align: right;
}
.case_slide .caseslider_img figure img{
	text-align: right;
	margin-bottom: 5px;
}
.case_slide .caseslider_img figure p{
	font-size: 12px;
	margin-bottom: 10px;
}
.case_slide .caseslider_img figure .num_ver{
display: none;
}
.case_results{
	margin-top: -35px;
}
.faq{
    background: #EDF7FF;
    padding: 80px 0;
}
.faq_list{
	margin-top: 50px;
}
.faq .faq_contents{
	    background: #fff;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.faq .faq_contents h3{
    background: #14398D;
    color: #fff;
    padding: 20px 40px;
    margin-bottom: 0px;
    font-weight: 500;
    letter-spacing: 1px;
	line-height: 1.5;
font-size: 1.4rem;
}
.faq .faq_contents h3 span{
color: #fff;
    line-height: 0;
}
.faq .faq_contents p{
	padding: 30px;
}
.faq .faq_contents p span{
	font-weight: 700;
}
.faq .faq_contents p a{
	color: #14398D;
	font-weight: 700;
}
@media screen and (max-width: 1600px) {
.case_slide .ttl_box h3 {
    font-size: 1.3rem;
}
.case_slide .case_inner .case_assignment ul li {
    font-size: 1.3vw;
}
.case_slide .case_inner .case_assignment ul li span {
    font-size: 0.85vw;
}
.case_slide .case_inner {
    padding: 20px 20px;
}
.case_slide .case_inner .case_results ul li {
    font-size: 1.3vw;
}
.case_slide .case_inner .case_results ul li span{
    font-size: 0.85vw;
}
.case_slide .case_inner .case_assignment ul {
    padding: 40px 10px 20px 10px;
}
.case_slide .case_inner .case_results ul {
    padding: 40px 10px 20px 10px;
}
}
@media screen and (max-width: 1440px) {
    .case_slide .case_inner .case_assignment ul li span {
        font-size: 1vw;
}
    .case_slide .case_inner .case_results ul li span {
        font-size: 1vw;
}	
	.case_slide .caseslider_img figure .num_bes{
display: none;
}
.case_slide .caseslider_img figure .num_ver{
display: block;
        max-width: 300px;
        width: 100%;
}
}
@media screen and (max-width: 1280px) {
.case_slide .case_inner .row .case_info h4 {
    font-size: 1.5vw;
}
.case_slide .caseslider_img figure p {
    font-size: 1vw;
    letter-spacing: 0px;
}
}
@media screen and (max-width: 1200px) {
.case_slide {
    opacity: 1;
    transform: scale(1);
    padding: 20px;
}
.prev-arrow {
    left: 8.5%;
}
.next-arrow {
    right: 8.5%;
}
}
@media screen and (max-width: 1080px) {
.prev-arrow {
    left: 9%;
}
.next-arrow {
    right: 9%;
}
	.case_slide .caseslider_img figure .num_bes{
display: block;
}
.case_slide .caseslider_img figure .num_ver{
display:none;
}
}
@media screen and (max-width: 768px) {
.case_slide .case_inner .row {
    flex-flow: column;
}
.case_slide .case_inner .row .case_info {
    width: 100%;
}
.caseslider_img {
    padding-left: 0px;
}
    .case_slide .case_inner .case_assignment ul li {
        font-size: 1.5rem;
    }
    .case_slide .case_inner .case_assignment ul li span {
        font-size: 1.1rem;
    }
    .case_slide .case_inner .case_results ul li {
        font-size: 1.5rem;
    }
    .case_slide .case_inner .case_results ul li span {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 660px) {
.case_slide .ttl_box {
    display: flex;
    flex-flow: column;
}
.case_slide .case_inner {
        padding: 20px 15px;
    }
    .case_slide .ttl_box h3 {
        font-size: 4vw;
        margin-left: 0px;
        text-align: center;
    }
    .case_slide .case_inner .row .case_info h4 {
        font-size: 1.3rem;
        text-align: center;
        margin-bottom: 30px;
    }
.case_slide .case_inner .row .case_info .tag_ul {
    align-items: center;
    width: fit-content;
    margin: 0 auto;
}
.case_slider .slick-dots {
    margin-top: -20px;
}
.faq .faq_contents h3 {
    font-size: 1.1rem;
}
.faq .faq_contents h3 span {
    font-size: 1.3rem;
}
}
@media screen and (max-width: 660px) {
    .case_slide {
        padding: 5px;
    }
    .prev-arrow {
        left: 10px;
    }
    .next-arrow {
        right: 10px;
    }
.case_slide .case_inner .case_assignment ul li {
        font-size: 4.5vw;
    }
.case_slide .case_inner .case_results ul li {
        font-size: 4.5vw;
    }
.case_slide .case_inner .case_assignment ul li span {
        font-size: 4vw;
    }
.case_slide .case_inner .case_results ul li span {
        font-size: 4vw;
    }
    .case_slide .case_inner {
        padding: 20px 10px;
    }
.faq .faq_contents h3 {
    padding: 20px 15px 20px 20px;
}
.faq .faq_contents p {
    padding: 20px 15px;
}
.faq {
    background: #EDF7FF;
    padding: 60px 0;
}
}
/*==================================================
                20250516
==================================================*/

.contact .balloon {
    position: relative;
    display: inline-block;
    margin: 0 0 20px 0;
    padding: 0 5px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    color: #14398D;
    font-size: 3rem;
    font-weight: bold;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
}
.contact .balloon:before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #fff;
  z-index: 0;
}
.contact .triangle{
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 25px solid #14398D;
    margin: 0 auto;
}
/*.contact .col-md-6 .inner .btn_blue {
     background: linear-gradient(70deg, #3278FF, #6B6EDA, #F05886, #FF6B00);
}*/
.contact .h2_box h2 {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 2px;
	margin-bottom: 20px;
	color: #fff;
}
.contact .h2_box h2 .underline{
	border-bottom: double 6px #FF6B01;
       font-size: 1.6rem;
    letter-spacing: 2px;
}
.contact .h2_box h2 span{
	line-height:1.8;
		color: #fff;
}
.contact .h2_box h2 .num{
	font-size:2.5rem;
}
.contact .h2_box p{
	 color: #14398D;
	font-size:18px;
	margin-bottom: 30px;
}
.contact .h2_box h2 .caution{
	vertical-align: top;
	font-size: 14px;
		 color: #fff;
}
.contact .h2_box h2 .n_768{
	    display: inline!important;

}
@media screen and (max-width: 768px) {
	.contact .h2_box h2 .underline {
    font-size: 4vw;
    letter-spacing: 1px;
 color: #14398D;
}
	.contact .h2_box h2{
    font-size: 4vw;
    letter-spacing: 1px;
	 color: #14398D;
}
.contact .h2_box h2 .num {
    font-size: 5vw;
    letter-spacing: 0px;
 color: #14398D;
}
.contact .h2_box img {
    width: 200px;
    margin-right: 5px;
}
.contact .balloon {
    color: #fff;
    background: #14398D;
}
.contact .balloon:before {
  border-top: 15px solid #14398D;
}
.contact .h2_box h2 .n_768{
	    display: none!important;

}
.contact .h2_box h2 .b_768{
	    display: inline!important;

}
}
@media screen and (max-width: 600px) {
	.contact .h2_box p {
    font-size: 14px;
    letter-spacing: 0px;
}
.contact .h2_box img {
        width: 160px;
	margin-bottom:0px;
    }
.contact .balloon {
    width: 60px;
    height: 60px;
    font-size: 2rem;
	line-height: 60px;
}
.contact .balloon:before {
    content: "";
    position: absolute;
    bottom: -18px;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #14398D;
}
}
/*==================================================
              20250501
==================================================*/
.reason .reason_new .col-md-4 .inner{
	    background: rgb(255 255 255 / 0.8);
    text-align: center;
    padding: 30px 20px 50px 20px;
	    box-shadow: 10px 10px 20px 0px rgb(0 0 0 / 10%);
}
.reason_new .reason_h3 {
	margin-bottom: 50px;
}
.reason_new .reason_h3 h3 {
	color: #A6A6A6;
	    top: 60%;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	font-size: 2.8rem;
	letter-spacing: 2px;
}
.reason .reason_new .col-md-4 .inner p{
	    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 20px;
	letter-spacing: 0px;
}
.reason .reason_new .col-md-4{
	padding: 0 10px;
}
.reason_new{
	margin-bottom: 100px;
}
.reason_new .reason_triangle{
	width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #EA5942;
    margin: 0 auto 40px auto;
}
.reason_new h4{
	    color: #14398D;
    font-size: 1.8rem;
	margin-bottom: 0px;
}
.reason_new h4 span{
	color: #14398D;
    font-size: 2.5rem;
}
.reason_new .reason_h3 .reason_num{
	    color: #E9E7E8;
	    font-size: 4rem;
	font-weight: 400;
}
@media screen and (max-width: 1440px) {
.reason .reason_new .col-md-4 .inner p {
    font-size: 1.6vw;
}
.reason_new h4 {
    font-size: 1.8vw;
}
	.reason_new h4 span {
    font-size: 2.8vw;
}
.reason .reason_new .col-md-4 .inner {
    padding: 20px 15px;
}
}
@media screen and (max-width: 1440px) {
	.reason_new h4 span {
    font-size: 2.5vw;
}		
}
@media screen and (max-width: 1080px) {
.reason .reason_new .col-md-4 .inner p {
    font-size: 2vw;
}
.reason_new h4 span {
    font-size: 3.2vw;
}
.reason_new h4 {
    font-size: 2.2vw;
}
.reason_new .reason_h3 h3 {
    font-size: 2.5rem;
}
}
@media screen and (max-width: 768px) {
	.reason .view_area_3 .title_h2 h2{
		line-height: 0;
	}
	.reason .view_area_3 .title_h2 h2 span{
		line-height: 1.5;
	}
   .reason .view_area_3 .title_h2 h2 div{
        height: 25px;
    }
	.reason .reason_new .col-md-4 {
		    max-width: 350px;
    width: 100%;
    margin: 0 auto 30px auto;
	}	
.reason .reason_new .col-md-4 .inner p {
    font-size: 1.5rem;
}
.reason_new h4 {
    font-size: 1.8rem;
}
.reason_new h4 span {
    font-size: 2.5rem;
}
}
.sec01{
	padding: 0px;
}
.side_btn{
	padding:0 15px 20px 15px;
}
.side_btn .btn_w{
	margin-bottom: 20px;
}
.side_btn .btn_w a{
	font-size:13px;
	display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
    height: 100%;
}
.side_btn .btn_w a p{
	color: #14398D;
    font-size: 13px;
    margin-bottom: 0px;
    line-height: 1.2;
}
/*==================================================
                 tenplate
==================================================*/

*,*::before,*::after {
	box-sizing: border-box
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	margin-top: 0px!important;
 scroll-behavior: smooth;}
a {
    text-decoration: none;
    background-color: transparent;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	margin-bottom: 50px;
    line-height: 1.2;
    font-weight: 600;
}
h1,.h1 {
	font-size: 2.5rem
}

h2,.h2 {
	font-size: 2rem
}

h3,.h3 {
	font-size: 1.75rem
}

h4,.h4 {
	font-size: 1.5rem
}

h5,.h5 {
	font-size: 1.25rem
}

h6,.h6 {
	font-size: 1rem
}
.font_num{
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
@media(min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media(min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media(min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

/*.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}*/

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

@media(min-width:769px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

}
@media(min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: 100%
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

}
.text-center{
	text-align: center;
}
.benefits_contents p span{
    font-size: 10px;
}
/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 1px;
}
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
a:hover{
	text-decoration: none!important;
}
p{
	line-height: 1.8;
	font-size:16px;
}
li{
	line-height: 1.8;
}
main{
	width: 100%;
	margin: 0 auto;
}.right_form {
    background: #fff;
    box-shadow: 0 -20px 15px 0 rgb(0 0 0 / 10%);
  white-space:nowrap;
	
}
.contents_box{
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.contents_box::-webkit-scrollbar{
  display: none;
}
.form_title{
	color: #323232!important;
    font-size: 18pt!important;
    text-align: center;
    margin-bottom: 30px!important;
    padding-top: 20px;
}
form.form .hidden{
	display: none!important;
}
@media (max-width: 768px){
.arrow-button {
    margin: 10px auto!important;
}
.header__nav__item {
    height: 60px!important;
}
#move_btn .header__nav__item {
    margin: 0 auto -7px auto!important;
}
}
.text_right{
	text-align: right!important;
}
main{
	display: flex!important;
	flex-flow: row;
	width: 100%;
}
.right_form{
	width: 300px;
	height: 100vh;
	 position: -webkit-sticky;
    position: sticky;
	right: 0px;
	top: 0px;
}
.main{
	width: calc(100% - 300px);
}
* {
    margin: 0;
    padding: 0;
	color: #323232;
	line-height: 2;
}
*:fous{
	outline: none;
}
body{
	font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
img,svg
{
    width: 100%;
    height: auto
}

img[src$=".svg"]
{
    width: 100%;
    height: auto
}
input,button,textarea,select
{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    background: 0;
    border: 0;
    border-radius: 0;
    outline: 0
}
section{
	width: 100%;
	padding: 50px 0px;
}
ul li{
	list-style:none;
}
p{
	font-size: 16px;
}
.b_1200{
	display: none!important;
	}
.n_1080{
		display: block;
	}
.b_1080{
		display: none!important;
	}
.n_992{
		display: block;
	}
.b_992{
		display: none!important;
	}
.n_768{
		display: block;
	}
.b_768{
		display: none!important;
	}
.n_480{
		display: block;
	}
.b_480{
		display: none!important;
	}
.n_400{
		display: block;
	}
.b_400{
		display: none!important;
	}
a{
　text-decoration: none;
}

a:hover{
　text-decoration: none!important;
}
.font_w_b{
	font-weight: 600;
}
.btn_box{
	width: 100%;
	text-align: center;
}
.btn_p{
	max-width: 400px;
	width: 100%;
    background: #fff;
    border: 2px solid #14398D;
    border-radius: 72px;
	height: 80px!important;
}
.btn_p:hover{
	background-color: rgba(249,145,47,.3);
	border:  #DE3D2E 2px solid;
	color: #DE3D2E
}
.btn_p a{
	color: #14398D;;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 20px;
}
.btn_p:hover a{
	color: #DE3D2E;
}
.btn_p a span{
	font-size: 12px;
	color: #fff;
	padding-right:10px;
	text-decoration:underline;
}
.btn_o{
	max-width: 400px;
	width: 100%;
	background: #14398D;
    border-radius: 72px;
}
.btn_o:hover{
	background-color:  #1b2871;
}
.btn_blue:hover{
	background-color:  #1b2871;
}
.btn_red:hover{
	background-color:  #DE3D2E;;
}
.btn_o a{
	color: #fff!important;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}
.btn_o a span{
	color: #fff;
}
.btn_w {
    width: 100%;
    height: 61px;
    background: #fff;
    border: 2px solid #14398D;
    border-radius: 72px;
	max-width: 500px;
	margin: 0 auto;
}
.btn_w a{
	color: #14398D!important;
	margin-top: 0px;
    line-height: 60px!important;
}
.arrow-button{
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}
.arrow-button_o{
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.arrow-button:active{
  top: 4px;
}
.arrow-button_o:active{
  top: 4px;
}
/*  ---------------------
   以下は調整用
 --------------------- */
.arrow-button{
  margin: 20px auto;
}
.arrow-button_o{
  margin: 20px auto;
}
.annotation{
	font-size: 10px!important;
	text-align: center;
}
.bg_gray{
	background: #F7F7F5;
}
.bg_blue{
	background: #EBF6FF;
}

/*==========================================
              背景色
===========================================*/
.bg_b{
 background:#EBF6FF;
}
.bg_b_l{
	background: #daf8ff;
}
.bg_p{
background: #ffdaec;
}
.line_w{
	border-bottom: 1px solid #fff;
}
/*==========================================
              フォント色
===========================================*/
.font_c_w{
	color: #fff;
}
.font_c_b{
	color: #323232;
}
/*==========================================
              margin
===========================================*/
.m_b_60{
	margin-bottom: 60px!important;
}
.m_b_50{
	margin-bottom: 50px!important;
}
.m_b_40{
	margin-bottom: 40px!important;
}
.m_b_30{
	margin-bottom: 30px!important;
}
.m_b_20{
	margin-bottom: 20px!important;
}
.m_b_15{
	margin-bottom: 15px!important;
}
.m_b_14{
	margin-bottom: 14px!important;
}
.m_b_13{
	margin-bottom: 13px!important;
}
.m_b_12{
	margin-bottom: 12px!important;
}
.m_b_11{
	margin-bottom: 11px!important;
}
.m_b_10{
	margin-bottom: 10px!important;
}
.m_b_8{
	margin-bottom: 8px!important;
}
.m_b_5{
	margin-bottom: 5px!important;
}

.m_t_60{
	margin-top: 60px!important;
}
.m_t_50{
	margin-top: 50px!important;
}
.m_t_40{
	margin-top: 40px!important;
}
.m_t_30{
	margin-top: 30px!important;
}
.m_t_20{
	margin-top: 20px!important;
}
.m_t_15{
	margin-top: 15px!important;
}
.m_t_14{
	margin-top: 14px!important;
}
.m_t_13{
	margin-top: 13px!important;
}
.m_t_12{
	margin-top: 12px!important;
}
.m_t_11{
	margin-top: 11px!important;
}
.m_t_10{
	margin-top: 10px!important;
}
.m_t_8{
	margin-top: 8px!important;
}
.m_t_5{
	margin-top: 5px!important;
}
/*==========================================
              padding
===========================================*/
.pad_10_10{
	padding: 10px;
}
.pad_8_10{
	padding: 8px 10px;
}
.pad_5_10{
	padding: 5px 10px;
}
.title_h3{
	font-size: 28px;
	font-weight: 600;
}
.title_h4{
	font-size: 20px;
	font-weight: 600;
}
.f_c_w{
	color: #fff;
}
/*==========================================
               move btn
===========================================*/
#move_btn .header__nav__item{
    margin: 0 auto;
}
/*リンクを右下に固定*/
#move_btn {
    width: 100%;
    padding: 0 10px;
    position: fixed;
    text-align: center;
    bottom: 20px;
    z-index: 2;
    opacity: 0;
    transform: translateY(100px);
}

/*　上に上がる動き　*/

#move_btn.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#move_btn.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}


#footer{
  position: relative;
  z-index: 2;
}
.footer_h4 a{
	font-size: 19px;
}
.content_title{
	font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
    border-bottom: 5px dotted black;
    text-align: center;
    width: fit-content;
    margin: 0 auto 20px auto;
    padding-bottom: 10px;
	line-height: 1.5
}
.content_title_p{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.content_title_02{
	font-size: 40px;
    font-weight: 600;
    letter-spacing: 2px;
	display: flex;
	margin-bottom: 20px;
  align-items: center; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
}
.content_title_02:before, .content_title_02:after {
  border-top: 4px dotted black;
  content: "";
  width: 8em; /* 線の長さ */
}
.content_title_02:before {
  margin-right: 1em; /* 文字の右隣 */
}
.content_title_02:after {
  margin-left: 1em; /* 文字の左隣 */
}
.title_h2{
	    text-align: center;
    width: fit-content;
    margin: 0 auto 20px auto;
    position: relative;
}

/*==========================================
              fv_form
===========================================*/
.fv_form{
	padding: 30px 15px;
}
/*==========================================
               header
===========================================*/
.menu{
	display: flex;
	flex-flow: row;
	align-items: center;
}
.header{
	display: flex;
	flex-flow: row;
	justify-content: space-around;
	align-items: center;
}
.nav-menu{
  list-style: none;
  margin: 0 20px 0 0;
  top: 0;
  left: 0;
}
.menu .cv__btn a p{
	color: #fff;
}
.menu .cv__btn a p span{
	color: #fff;
    font-size: 20px;
	line-height: 1;
}
.menu .cv__btn a{
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.nav-menu li{
    padding: 0 15px;
	position: relative;
}
.nav-menu a{
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}
.nav-menu li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #999;
}
#global-menu.open{
  display: block;
}
.toggle-btn {
  background: transparent;
  border: none;
  padding: 0;
  position: fixed;
  top: 0px;
  display: none;
  z-index: 999;
}
.toggle-btn:hover{
  cursor: pointer;
}
.toggle-btn span{
  display: inline-block;
  background: #333;
  height: 1px;
  width: 25px;
  position: relative;
}
.toggle-btn span:before{
  content: "";
  display: inline-block;
  background: #333;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 0;
}
.toggle-btn span:after{
  content: "";
  display: inline-block;
  background: #333;
  height: 1px;
  width: 30px;
  position: absolute;
  top: -10px;
  right: 0;
}
#open-btn.active span{
  background: transparent;
}
#open-btn.active span:before{
  transform: rotate(45deg);
	width: 25px;
  top: 0;
}
#open-btn.active span:after{
  transform: rotate(-45deg);
  top: 0;
	width: 25px;
}
.nav-menu ul{
	  max-width: 550px!important;
	  white-space: 100%;
	  margin: 0 auto;
  }

@media (min-width: 1080px){
  .nav-menu ul{
    display: flex !important;
	  margin-bottom: 0px;
  }

}
  
@media (max-width: 1080px){
.nav-menu li::after {
    position: relative!important;
}
	.sp_header_img{
		width: 150px;
	}
	.sp_header_img img{
		width: 150px!important;
	}
.toggle-btn{
		width: 100%;
		background: #fff;
	height: 80px;
	}
  .nav-menu{
    display: none;
	width: 100%;
	  background: linear-gradient(to bottom right, #E4F4FD , #fff , #fff , #fff);
	 height: 100vh;
	  padding: 150px 20px 80px 20px;
	  margin-right: 0px;
  }
  .toggle-btn {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
  }
.header {
	align-items: flex-start;
}
.header__img {
    width: 150px;
   display: none;
}
.nav-menu a {
    color: #333;
	font-size: 16px;
    margin-bottom: 0px;
    line-height: 80px;
}
.nav-menu li {
    width: 100%;
    text-align: center;
    height: 80px;
    margin: 0px auto;
	border-bottom: 1px solid #fff;
}
.nav-menu li:last-child {
	border-bottom: none;
}
}

.none_border::after {
    background-color: #fff!important;
}
.header {
  position: sticky;
  top: 0;
  height: 100px;
  width: 100%;
  background: #fff;
  z-index: 99;
box-shadow: 0px 10px 10px rgba(0,0,0,.05);
}

@media screen and (min-width: 1080px) {
  .header {
    height: 93px;
    max-width: 1920px;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: none;
	    display: flex;
    flex-flow: row;
  }
}

.header.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.header__inner {
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
	display: flex;
	flex-flow: row;
}
header .container {
    max-width: 1206px;
	width: 100%;
}

@media screen and (min-width: 1080px) {
  .header__inner {
    padding: 0 32px;
  }
}
.header__img {
    width: 200px;
    margin-left: 0px;
	margin-bottom: 0px;
  }
.header__nav {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height .25s ease-out;
}

@media screen and (min-width: 1080px) {
  .header__nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    position: static;
    background-color: transparent;
    height: auto;
    width: auto;
    margin: 0 0 0 auto;
    padding-right: 20px;
  }
}

.header__nav.is-active {
  pointer-events: auto;
  height: 100vh;
}

.header__nav.is-active .header__nav__list {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
	margin-top: 80px;
padding: 0 15px;
}

.header__nav__list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity .25s ease-out, visibility .25s ease-out;
}

@media screen and (min-width: 1080px) {
  .header__nav__list {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    flex-direction: row;
    padding: 0;
	 margin-bottom: 0px;
  }
}
.header__nav__item {
  margin: 20px 0;
}
@media screen and (min-width: 1080px) {
  .header__nav__item {
    position: relative;
    padding: 0 15px;
    margin: 0;
  }
}
@media screen and (min-width: 1080px) {
  .header__nav__item::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 25px;
    background-color: #999;
  }
}

@media screen and (min-width: 1080px) {
  .header__nav__item:last-of-type::after {
    display: none;
  }
}

.header__nav__link {
  display: block;
}

.header__nav__txt {
  font-weight: 600;
  font-size: 3.73333vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #FFF;
}
.header__nav__txt:hover {
color: rgba(51,51,51,.8)
}
.header__nav__txt {
    font-size: 16px;
    color: #333;
}
  .header__nav__txt {
    font-size: 14px;
	  margin-bottom: 0px;
  }
.header__nav__item {
    padding: 0 10px;
	height: 25px;
}
.header__btn{
	outline: none;
}
.header__btn__wrapper {
  position: relative;
  width:70px;
  height:70px;
}

.header__btn__wrapper.is-active .header__btn {
  background-color: #fff;
	outline: none;
}

.header__btn__wrapper.is-active .header__btn span {
  width: 50px;
  background-color: #00A3FF;
  top: 50%;
}

.header__btn__wrapper.is-active .header__btn span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__btn__wrapper.is-active .header__btn span:nth-of-type(2) {
  opacity: 0;
}

.header__btn__wrapper.is-active .header__btn span:nth-of-type(3) {
  transform: translate(-65%, -65%) rotate(-45deg);
}

.header__btn {
  position: relative;
  height: 100%;
  width: 100%;
  transition: background-color .25s ease-out;
text-align: right;
}

.header__btn span {
  width: 50px;
  height: 1px;
  background-color: #333;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: width .25s ease-out, top .25s ease-out, background-color .25s ease-out, transform .25s ease-out, opacity .25s ease-out;
}

.header__btn span:nth-of-type(1) {
  top: 33%;
}

.header__btn span:nth-of-type(2) {
  top: 51%;
    width: 48%;
    left: 60%;
}

.header__btn span:nth-of-type(3) {
  top: 68%;
    width: 40%;
    left: 65%;  
}

  .header__cv__list {
    display: flex;
	  margin-bottom: 0px;
  }
.header__cv__item {
  position: relative;
}
  .header__cv__item::after {
    content: "";
    position: absolute;
    top: 39%;
    right: 18px;
    width: 8px;
    height: 8px;
  }
.header__cv__item:nth-of-type(2) {
    width: 167px;
    height: 50px;
    background: #fff;
    border: 2px solid #14398D;
    border-radius: 72px;
	    margin-left: 9px;
  }
.header__cv__item:nth-of-type(2) .header__cv__txt {
    color: #14398D;
	margin-bottom: 0px;
  }
.header__cv__item:nth-of-type(2)::after {
    top: 42%;
    transform: translateX(-50%) rotate(-45deg);
    border-bottom: solid 2px #14398D;
    border-right: solid 2px #14398D;
  }
.header__cv__item:nth-of-type(1) {
    width: 197px;
    height: 50px;
    background: #14398D;
    border-radius: 72px;
  }
  .header__cv__item:nth-of-type(1) .header__cv__txt {
    color: #fff;
	margin-bottom: 0px;
  }
  .header__cv__item:nth-of-type(1)::after {
    transform: translateX(-50%) rotate(-45deg);
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
  }
  .header__cv__link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 7px;
    padding-top: 1px;
  }

  .header__cv__txt {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
.header__cv__txt span {
    font-size: 12px;
    display: block;
    text-align: center;
	color: #fff;
}
.btn_shadow {
    box-shadow: 6px 6px 4px rgb(0 0 0 / 24%);
    transition: all .25s ease-out;
}
.btn_shadow:hover {
    transform: translateY(5%);
    box-shadow: 4px 4px 8px rgb(0 0 0 / 40%);
    transition: all .25s ease-out;
}
.btn--01{
	box-shadow: 4px 4px 6px rgb(0 0 0 / 24%);
}
.btn--01:hover{
	background-color: #d3ebff;
	border: #1b2871 2px solid;;
}
.btn--02:hover{
	background-color:#1b2871;
	border:  #1b2871 2px solid;
	color: #fff;
}
.btn--02:hover .header__cv__txt{
	color: #fff;
}
.cv__btn {
    background: #14398D;
    border-radius: 19.2vw;
    position: relative;
	max-width: 400px;
    width: 95%;
    height: 70px;
    margin: 0;
}
.cv__btn a{
	color: #fff;
}
.btn--02 {
    box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.24);
    transition: all .25s ease-out;
}
.sec04__cv__btn__txt {
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.16em;
    color: #FFFFFF;
    margin-bottom: 0px;
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.sec04__cv__btn__txt span {
    display: block;
    line-height: 1.4;
    letter-spacing: 0.08em;
    font-size: 14px;
    margin-bottom: 4px;
	color: #fff;
}
  .cv__btn:hover {
    background-color: #1b2871;
    transform: translateY(5%);
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
    transition: all .25s ease-out;
  }
@media screen and (min-width: 1080px) {
  .pc-none:not(:root) {
    display: none;
  }
}
/*==========================================
                    fv
===========================================*/
.fv{
	padding: 0px;
	background: url(../img/fv_pc.webp) no-repeat top center;
	background-size: cover;
	
}
.fv_logo{
	background: linear-gradient(180deg, #EBF6FF 0%, #EBF6FF 50%, #fff 50%, #fff 100%);
	margin-top: 30px;
}

.fv_h1 .obi{
        position: relative;
    padding: 2px 12px;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.3em;
    text-decoration: none;
    z-index: 9;
width: fit-content;
}
.fv_h1 .obi::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 3px;
    background-color: #EA5942;
    transform: skewX(-15deg);
}
.fv_sp{
	display: none;
}
.fv .container{
 padding: 50px 20px 40px 20px;
	max-width: 950px;
}
.fv_h1 h1{
font-size: 6rem;
    font-weight: 900;
    line-height: 1;
    font-feature-settings: "palt";
    letter-spacing: 3px;
    margin-bottom: 20px;
}
.fv_h1 h1 img{
	    max-width: 500px;
    width: 100%;
}
.fv_h1 h1 span{
	font-size: 7rem;
	line-height: 1;
}
.fv_h1 h1 .dot {
    font-size: 4rem;
}
.fv_h1 p{
    position: relative;
    padding: 5px 12px 2px 5px;
    color: #EA5942;
    font-size: 2rem;
    line-height: 1.3em;
    text-decoration: none;
    z-index: 8;
    width: fit-content;
    font-weight: 500;
    letter-spacing: 2px;
}
.fv_h1 p span{
    font-size: 1.5rem;
    color: #333333;
	font-weight: 300;
}
.fv_h1 p::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    border-radius: 3px;
    background-color:rgba(255,255,255,.8);
    transform: skewX(-15deg);
}
.fv_btn .cv__btn {
    max-width: 450px;
}
.fv figure img{
    width: 100%;
	margin-left: -5px;
}
.fv_btn{
	display: flex;
    flex-flow: row;
    align-items: center;
    width: 100%;
	margin-top: 15px;
}
.fv_btn img{
	width: 150px;
	margin-left: 20px;
}
.fv_btn .cv__btn a{
	height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fv_btn .cv__btn a p{
	color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
	margin-bottom: 3px;
}
.fv_btn .cv__btn a p span{
	color: #fff;
    font-size: 20px;
    line-height: 1.5;
	font-weight: 700;
}
@media screen and (max-width: 1460px) {
.nav-menu li {
    padding: 0 10px;
	}
.nav-menu a {
    font-size: 1vw;
}
.header__nav {
    padding-right: 0px;
}
.header__nav__txt {
    font-size: 0.9vw;
}
.header__img {
    width: 150px;
}
.header__cv__item:nth-of-type(2) {
    width: 160px;
    margin-left: 8px;
}
.header__cv__item:nth-of-type(1) {
    width: 160px;
}
.header__cv__txt {
    font-size: 12px;
}
.header__cv__item::after {
    right: 8px;
}
.header__cv__txt span {
    font-size: 10px;
}
}
@media screen and (max-width: 1280px) {
.nav-menu li {
    padding: 0 5px;
}
.fv_btn img {
    width: 100px;
}
.fv_btn .cv__btn a p span {
    font-size: 16px;
}
.fv_btn .cv__btn a p {
    font-size: 12px;
}
.cv__btn {
    height: 60px;
}
.fv .container {
        background-size: 55%;
    }
.fv_h1 h1 {
    font-size: 7vw;
}
.fv_h1 h1 span{
    font-size: 8.5vw;
}
}

@media screen and (max-width: 992px) {
	.fv{
		background: #fff;
	}
.fv .container {
    background: none;
    padding:0px;
}
	.fv_contents{
		position: relative;
	}
.fv_btn {
        padding: 30px 15px;
        margin-top: 0px;
}
.fv .cv__btn {
    max-width: 600px;
    width: 100%;
	margin: 0 auto;
}
.fv_btn .cv__btn a p span {
    font-size: 25px;
}
.fv_btn .cv__btn a p {
    font-size: 16px;
}
    .cv__btn {
        height: 90px;
    }
	.nav-menu .cv__btn{
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
.cv h2 {
    font-size: 5.3vw;
    font-feature-settings: "palt";
}
}
@media screen and (max-width: 600px) {
    .cv__btn {
        height: 80px;
    }
.fv_btn {
        bottom: 20px;
    }

}
@media screen and (max-width: 480px) {
    .cv__btn {
        height: 70px;
    }
    .fv_btn .cv__btn a p span {
        font-size: 20px;
    }
    .fv_btn .cv__btn a p {
        font-size: 14px;
    }
    .fv_btn {
        bottom: 15px;
    }
}
/*==========================================
            service
===========================================*/
.slick-slider {
    max-width: 1200px;
    width: 100%;
	margin: 0 auto;
}
.service .service_h2 .color_b{
	color: #14398D;
}
.service_h2{
		font-size: 2.5rem;
border-bottom: 2px #14398D solid;
    line-height: 1 !important;
	margin-bottom: 60px!important;
}
.service .service_h2 .sm{
	font-size: 1.5rem;
}
.service .service_h2 .big{
	font-size: 3rem;
}
.title_h2 img{
	width: 180px;
	margin-bottom: 12px;
}
.title_h2 h2{
	line-height: 2.3;
	font-size: 2rem;
	margin-bottom: 0px;
}
.title_h2 h2:before {
    content: '';
    position: absolute;
    left: 50%;
    display: inline-block;
    width: 140px;
    height: 4px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #14398D;
    border-radius: 2px;
}
.service_row{
	max-width: 1000px;
    width: 100%;
    flex-flow: row;
    margin: 0 auto 20px auto;
    display: flex;
}
.flow_list{
	display: flex;
    margin: 0 auto 50px auto;
    width: fit-content;
    padding-left: 80px;
}
.flow_list .flow_contents {
    display: flex;
    align-items: center;
    margin-left: -70px;
}
.flow_contents img {
   width: auto;
    height: 180px;
    z-index: 9;
    filter: drop-shadow(10px 0px 8px rgba(0, 0, 0, 0.1));
}
.flow_box p{
	    color: #666;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0px;
}
.flow_box h3{
    font-size: 20px;
    margin-bottom: 10px;
	color: #14398D;
}
.flow_p{
	color: #E9E7E8!important;
    text-align: center;
    font-size: 12px!important;
    margin-bottom: 10px!important;
    margin-left: 0px;
}
.flow_list .flow_p{
	color: #E9E7E8;
    text-align: left;
    margin-left: -10px!important;
}
.flow_box {
    background: #fff;
    padding: 10px 0 10px 80px;
    height: 180px;
	filter: drop-shadow(10px 0px 8px rgba(0, 0, 0, 0.1));
}
.flow_box_first {
    padding: 20px 0 20px 40px!important;
}
.service .title_box{
	margin-bottom: 60px;
}
.title_box p{
	    text-align: center;
    color: #fff;
    position: relative;
    margin: 0px auto 10px auto;
    font-size: 28px;
    font-weight: 600;
}
.service_p{
	text-align: center;
    margin-bottom: 80px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #333333;
	position: relative;
}
.service_p span{
	color: #2F99D0;
}
.service .title_box .title_h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 300px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: white;
    border-radius: 2px;
}
.service_item{
	padding:20px 8px;
}
.service_item .inner{
	background: #fff;
	position: relative;
	text-align: center;
	padding: 30px 15px 20px 15px;
	height: 290px;
	box-shadow: 0px 10px 25px rgba(0, 0, 0, .1);
}
.service_icon{
	width: 50px;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 9;
    top: 0px;
}
.service_item .row{
	flex-flow: row;
	margin-top: 20px;
}
.service_item .inner h3{
    font-size: 20px;
    margin-bottom: 10px;
    color: #14398D;
}
.service_item .inner .flow_p {
    text-align: center;
    margin-left: aut0;
}
.service_item .inner .col-item{
	width: 25%;
}
.service_item .inner .col-item img{
	width: 60px;
	margin-bottom: 20px;
}
.service_item .inner .col-item h4{
	    color: #14398D;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 16px;
    margin-bottom: 15px;
}
.service_item_l{
	max-width: 300px;
	width: 100%;
}
.service_item_r{
	max-width: calc(100% - 300px);
	width: 100%;
}
.service_item_l .inner img{
	    width: 70px;
    margin-bottom: 20px;
    margin-top: 15px;
}
.service_item_l .inner p{
	font-size: 11px;
    line-height: 1.4;
	letter-spacing: 0px;
}
.service_item .inner .col-item p{
	color: #333333;
    line-height: 1.5;
    font-weight: 500;
    font-size: 11px;
    margin-bottom: 0px;
}
.zdex01{
	z-index: 4;
}
.zdex02{
	z-index: 3;
}
.zdex03{
	z-index: 2;
}
.zdex04{
	z-index: 1;
}
.service_bubble {
}
.service_bubble::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 82%;
  translate: -50% 100%;
  transform: skew(-3deg);
  transform-origin: top;
}
.service_bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 82%;
  border-style: solid;
  border-width: 25px 12.5px 0 12.5px;
  border-color: #fff transparent transparent;
  translate: -50% 100%;
  transform: skew(-3deg);
  transform-origin: top;
}
/*==========================================
              reason
===========================================*/
.reason{
	padding: 0px;
}
.reason_all{
	background: url("../img/reason_bg.webp")no-repeat center top;
	background-size: cover;
	padding: 60px 0 200px 0;
}
.reason_top{
	    flex-flow: row;
    justify-content: center;
    align-items: center;
max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.reason_img{
	width: 35%;
}
.reason_text{
	width: 65%;
}
.ctn01{
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, #F1F0F0 50%, #F1F0F0 100%);
		margin-top: -150px;
}
.ctn02{
	background: linear-gradient(90deg, #F1F0F0 0%, #F1F0F0 50%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
}
.ctn03{
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 50%, #F1F0F0 50%, #F1F0F0 100%);
}
.rctns{
margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.rctns .container{
	background: #F1F0F0; 
	border-radius: 600px;
	 padding: 50px 0;
}
.rctns .reason_p{
background: #fff;
    border-top: #333333 1px solid;
    border-bottom: #333333 1px solid;
    font-size: 14px;
	font-weight: 700;
	letter-spacing: 0px;
	margin-bottom: 10px;
}
.rctns .reason_p .sm{
    font-size: 10px;
}
.rctns .reason_p .color_b{
	color: #14398D;
}
.rctns .col-md-7 figure{
	box-shadow:0px 0px 25px rgba(0,0,0,.1);
}
.rctns .col-md-7 video{
	box-shadow:0px 0px 25px rgba(0,0,0,.1);
	width: 100%;
}
.reason_h3 .reason_num{
	    color: #fff;
    font-size: 7.5rem;
    margin-bottom: 0px;
    line-height: 1;
    font-weight: 500;
}
.ctn02 .reason_h3 .reason_num{
	text-align: right;
}
.ctn02 .reason_h3 h3 {
	padding-right: 10px;
	right: 0px;
}
.reason_h3{
	position: relative;
}
.reason_h3 h3{
margin-bottom: 0px;
    position: absolute;
    top: 32%;
	padding-left: 10px;
    font-size: 3.3rem;
    font-weight: 700;
}
.reason_h3 h3 span{
	font-size: 1.2rem;
	font-weight: 400;
}
.rctns .row{
	align-items: center;
}
.rctns h4{
	color: #14398D;
    font-size: 1.5rem;
    margin-bottom: 10px;
}
.ctn02 h4{
	color: #14398D;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.reason_items{
	margin-bottom: 20px;
}
.reason_items li div{
	border: 1px #EA5942 solid;
    background: #fff;
    color: #EA5942;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.2;
    width: 85px;
    height: 85px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 100px;
    flex-shrink: 0;
    flex-flow: wrap;
}
.reason_items li div span{
color: #EA5942;
    line-height: 0px;
    margin-bottom: -50px;
    font-size: 1.7rem;
    font-weight: 400;
}
.reason_items li{
	    display: flex;
    align-items: center;
	margin-bottom: 10px;
}
.reason_items p{
	font-size: 1.2rem;
   line-height: 1.5;
	margin-bottom: 0px;
}
.reason_items p span{
	font-weight: 800;
	line-height: 1;
}
.reason_img_box{
	padding-left: 150px;
    max-width: 630px;
    width: 100%;
}
.rctns.col-md-5{
	flex-shrink: 0;
    width: calc(100% - 630px) !important;
}
.ctn02 .row{
	flex-flow: row-reverse;
}
.ctn02 .reason_img_box {
    padding-right: 150px;
	padding-left: 20px;
}
.ctn04{
	background: linear-gradient(180deg, #fff 0%, #fff 50%, #F1F0F0 50%, #F1F0F0 100%);
    align-items: center;
    padding: 50px;
}
.ctn04 .title_box{
	position: relative;
}
.ctn04 .title_box h3{
	color: #F1F0F0;
    font-size: 7vw;
    text-align: center;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.reason04_text .obi_blue{
	    background: #14398D;
    color: #fff;
    padding: 0 15px;
    width: fit-content;
    margin: 10px auto 20px auto;
    font-size: 1.2rem;
}
.reason04_text h4{
	color: #14398D;
    text-align: center;
    margin-bottom: 20px;
}
.reason04_text p{
	    color: #333333;
    font-size: 16px;
    font-weight: 500;
	margin-bottom: 0px;
}
.reason04_img figure{
	max-width: 650px;
    width: 100%;
    margin: 0 auto;
}
.reason04_img {
	position: relative;
}
.reason04_img .first{
	background: #EA5942;
    color: #fff;
    font-size: 2.2rem;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-feature-settings: "palt";
    font-weight: 500;
    letter-spacing: 0px;
    position: absolute;
    bottom: 0px;
    left: 20%;
}
.reason04_img .arrow{
position: relative;
    width: 100px;
    height: 100px;
    background: #14398D;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    text-align: center;
    font-size: 1.5rem;
    margin: 0 auto 30px auto;
}
.reason04_img .arrow::after{
     content: '';
    display: flex;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #14398D;
    margin-top: 110px;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.sp_only .first{
	display: none;
}
/*==========================================
              usecase
===========================================*/
.usecase{
    background: linear-gradient(180deg, #F1F0F0 0%, #F1F0F0 65%, #14398D 65%, #14398D 100%);
    align-items: center;
	padding: 80px 0;
}
.title_box_gray p{
	text-align: center;
    color: #E9E7E8;
    position: relative;
    margin: 0px auto 10px auto;
    font-size: 28px;
    font-weight: 600;
}
.title_box_gray .title_h2:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    display: inline-block;
    width: 300px;
    height: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: white;
    border-radius: 2px;
}
.uescase_contents{
	padding: 0 25px;
}
.uescase_contents .inner{
    background: #fff;
    padding: 30px 20px 20px 20px;
    text-align: center;
    box-shadow: 10px 10px 20px rgba(0,0,0,.05);
}
.uescase_contents h3{
    font-size: 25px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #14398D;
}
.uescase_contents p{
	margin-bottom: 20px;
}
.uescase_contents p img{
	    width: 150px;
    margin-right: 5px;
    margin-bottom: 1px;
}
.uescase_contents .n_768{
	width: 100px;
	margin: 0 auto;
}
.usecase_line{
	display:none;
}
/*==========================================
               cv
===========================================*/
.cv p{
	text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    margin-bottom: 20px;
}
.cv p span{
color: #14398D;
    line-height: 1.4;
}
.btn_blue{
    background: #14398D;
    border-radius: 19.2vw;
    position: relative;
    max-width: 400px;
    width: 95%;
    height: 82px;
    margin: 10px auto 0 auto;
}
.btn_red{
    background: #EA5942;
    border-radius: 19.2vw;
    position: relative;
    max-width: 400px;
    width: 95%;
    height: 82px;
    margin: 10px auto 0 auto;
}
.cv_btn a p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
	margin-bottom: 0px;
}
.cv_btn a p span {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}
.cv_btn a{
	display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
}
.cv_btn_group{
max-width: 850px;
    width: 100%;
    margin: 0 auto;
}
.cv h2{
	color: #14398D;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
	margin-bottom: 0px;
}
 
.cv h2::before,
.cv h2::after {
  content: "";
  width: 35px;
  height: 2px;
  background-color: #14398D;
  margin: 0px 4px 4px;
}
 
.cv h2::before {
  transform: rotate(65deg);
}
 
.cv h2::after {
  transform: rotate(-65deg);
}
.cv h2 span{
	background-image: radial-gradient(circle at center, #FC5445 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: .4em;
	color: #14398D;
	padding-bottom: 12px;
}
/*==========================================
           case
===========================================*/
.case{
background:#F1F0F0;
    background-size: 100%;
}
.case_contents{
	margin-bottom: 100px;
}
.cctn02 .row_re{
	flex-flow: row-reverse!important;
}
.case .title_box{
	margin-bottom: 80px;
}
.cctn01{
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, #fff 40%, #fff 100%);
}
.cctn02{
	background: linear-gradient(90deg, #fff 0%, #fff 60%, rgba(255, 255, 255, 0) 60%, rgba(255, 255, 255, 0) 100%);
}
.case_contents .case_img{
	background: #fff;
    padding: 15px;
    box-shadow: 10px 10px 20px rgba(0,0,0,.05);
    margin-top: -80px;
    max-width: 350px;
    width: 100%;
	height: fit-content;
}
.cctn01 .case_img{
		margin-left: -80px;
}
.cctn02 .case_img{
		margin-right: -80px;
}
.case_campany_intru{
	letter-spacing: 0px;
}
.case_contents .case_img figure{
	margin-bottom: 20px;
}
.case_contents .case_campany{
	font-size: 1.3rem;
    font-weight: 600;
}
.case_contents .case_campany span{
	font-size: 1rem;
	letter-spacing: 0px;
}
.case_contents ul li p{
	display: flex;
	align-items: center;
}
.case_contents ul li p span{
	color: #14398D;
	font-weight: 600;
	width: 100px;
	display: block;
	font-size: 18px;
}
.case_line{
	display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.case_line p{
	display: flex;
    align-items: center;
	font-size: 18px;
	font-weight: 600;
    justify-content: space-between;
	width: 60px;
color: #14398D;
}
.case_line hr{
	width: calc(100% - 50px);
}
.case_contents .row{
	display: flex;
	flex-flow: row;
}
.case_contents .container{
	    padding: 40px 0px;
	background: #fff;
    border-radius: 600px;
	max-width: 1000px;
}
.cctn01 .case_info{
	padding-left: 30px;
}
.cctn02 .case_info{
	padding-right: 30px;
}
.case_contents .case_info h3{
	    color: #14398D;
    line-height: 1.5;
    margin-bottom: 20px;
	font-size: 25px;
}
.case_info_title{
	    background: #EA5942;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    width: fit-content;
    padding: 6px 8px;
    margin-bottom: 10px;
}
.case_contents .case_info ul{
	padding-left: 20px;
	margin-bottom: 20px;
}
.case_contents .case_info ul li{
	    list-style: disc;
	letter-spacing: 0px;
}
.slider2 li img {
    box-shadow: 16px 16px 24px rgb(0 0 0 / 24%);
}
.slider2 li {
    padding: 0px 20px 50px 20px;
}
/*==========================================
             logo
===========================================*/
.logo{
	background: linear-gradient(180deg, #fff 0%, #fff 65%, #14398D 65%, #14398D 100%);
    align-items: center;
	padding: 50px;
}
.success {
    padding:0 10px 10px 10px;
}
.success_num{
	display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    border-bottom: #333333 solid 3px;
	padding-bottom: 8px;
}
.success_contents{
	background: #fff;
    padding: 0 10px 15px 10px;
}
.success_contents .inner h3{
	    background: #333333;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    padding: 6px 10px;
    border-radius: 50px;
    margin-bottom: 10px;
}
.success_arrow{
	font-size: 1rem;
	line-height: 1;
	text-align: center;
	padding-top: 10px;
}
.success_arrow span{
	line-height: 1;
}
.success_arrow .sm{
	font-size: 1rem;
}
.success_arrow .big{
	font-size: 1.3rem;
}
.success_num h4{
	color: #EA5942;
    font-size: 3.8rem;
    font-weight: 500;
	margin-bottom: 0px;
	line-height: 1;
}
.success_num p{
	writing-mode: vertical-rl;
    font-size: 1.6rem;
    font-weight: 700;
	line-height: 1.2;
}
.success_num h4 span{
	color: #EA5942;
    font-size: 1.5rem;
	    line-height: 1.5;
}
.logo_contents{
	background: #fff;
    padding: 20px 15px;
    box-shadow: 10px 10px 20px rgba(0,0,0,.05);
}
.logo_line1{
	text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
}
.logo_p_blue{
	color: #FC5445;
	font-size: 2rem;
}
.logo_p_big{
		font-size: 2rem;
}
.logo_line2{
	text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 80px;
}
.logo_line2 img{
	width: 200px;
}
.logo_contents .row{
	display: flex;
	flex-flow: wrap;
}
.logo_group {
	width: 12.5%;
	padding: 0 5px;
}
.logo_group figure{
	padding: 0 10px;
}
.logo_group p{
	background: #EEEAD5;
    color: #666666;
    text-align: center;
    border-radius: 50px;
    padding: 1px 0px;
    font-size: 10px;
    letter-spacing: 1px;
    width: 100%;
    margin: 0 auto 15px auto;
}
.logo_contents .annotation{
	text-align: right;
    margin: 15px 0 0 auto;
}
.contact {
	background: linear-gradient(180deg, #14398D 0%, #14398D 50%, #fff 50%, #fff 100%);
    padding: 80px 0;
}
.contact .contents_txt{
	height: 110px;
}
.contact .h2_box p{
	color: #fff;
}
.contact .row{
	margin-bottom: 30px;
}
.h2_box{
	text-align: center;
}
.h2_box img{
	width: 250px;
	margin: 0 auto 10px auto;
}
.h2_box h2{
	font-size: 2rem;
	color: #14398D;
}
.contact .col-md-6{
	padding: 20px;
}
.contact .col-md-6 .inner{
	background: #fff;
    padding: 30px 20px;
    box-shadow: 10px 10px 20px rgba(0,0,0,.05);
    text-align: center;
}
.contact .col-md-6 .inner img{
	    width: 130px;
    margin: 0 auto 30px auto;
}
.contact .col-md-6 .inner p{
	color: #666;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.contact .col-md-6 .inner h3{
	    color: #14398D;
    margin-bottom: 20px;
}
.contact .col-md-6 .cv_btn a p {
        font-size: 20px;
    margin-bottom: 0px;
    color: #fff;
}
.contact_text{
	 color: #14398D;
	font-size: 20px;
	text-align: center;
	margin-bottom: 0px;
	font-weight: 600;
}
#footer {
    position: relative;
    z-index: 2;
	padding-bottom: 20px;
}
.footer_list_01_item {
    padding: 30px;
}
footer {
    text-align: center;
}
footer ul {
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}
.footer_list_02_item {
    padding: 0 20px;
    margin-bottom: 20px;
}
.footer__link__txt {
    margin-bottom: 0px;
}
.contact .col-md-6 .inner .btn_blue {
    height: 62px;
}
.footer_pc{
	display: block;
	background: #EDF1F1;
}
.footer_sp{
	display: none;
}
footer .section {
    padding: 60px 20px 50px 20px;
}
footer .container {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.footer_l .logo_footer {
    max-width: 250px;
    width: 100%;
}
.footer_l p {
    line-height: 2;
    margin: 30px 0;
}
.pmark_box p {
    font-size: 13px;
}
.pmark_box img {
    width: 120px;
    height: auto;
}
.footer_menu {
    display: flex;
    flex-flow: row;
}
.footer_menu_item {
    padding: 0 30px;
	text-align: left;
}
.footer_menu_item ul {
    list-style: none;
    padding-left: 0px;
    display: block;
    text-align: left;
}
.footer_menu_item h4{
	    font-size: 20px;
    margin-bottom: 20px;
}
.footer_l{
	text-align: left;
}
.footer_menu_item ul li {
    font-size: 14px;
    line-height: 2;
}
.footer_menu_item ul li a {
    color: #000;
}
.allrights {
    background: #fff;
    border-top: 1px solid #EDF1F1;
	padding-top: 15px;
}
.allrights .container ul {
    list-style: none;
    display: flex;
    flex-flow: row;
    padding-left: 0px;
}
.allrights .container ul li {
    padding: 0 40px 0 0;
}
.allrights .container ul li a {
    text-decoration: none;
    color: #000;
}
.allrights .container p {
    font-size: 12px;
}


@media screen and (max-width: 1700px) {
.logo {
    padding: 40px 30px 30px 30px;
}
}
@media screen and (max-width: 1500px) {
.cctn01 .case_img {
    margin-left: 0px;
}
.success_contents .inner h3 {
    font-size: 0.6vw;
}
.success_num h4 {
    font-size: 3.8vw;
}
.success_num h4 span {
    font-size: 1.5vw;
}
.success_num p {
    font-size: 1.6vw;
}
.reason04_img .first {
    left: 10%;
}
.reason_h3 h3 {
    font-size: 4vw;
	padding-left: 5px;
}
.rctns h4 {
    font-size: 1.4vw;
    letter-spacing: 0px;
}
.reason_items p {
           font-size: 1.4vw;
    letter-spacing: 0px;
}
.reason_items li div {
    font-size: 1.5rem;
    width: 80px;
    height: 80px;
}
.rctns .reason_p {
    font-size: 1vw;
}
.reason_items li div span {
    margin-bottom: -40px;
    font-size: 1.7vw;
}
.ctn02 .reason_img_box {
    padding-left: 0px;
}
.rctns .container {
    padding: 30px 20px;
}
.ctn02 .reason_img_box {
    padding-right: 100px;
}
.reason_img_box {
    padding-left: 100px;
}
.reason_h3 h3 span {
    font-size: 1.2vw;
}
.reason_h3 .reason_num {
    font-size: 9vw;
}
.success_contents .inner h3 {
letter-spacing: 0px;
    padding: 3px 10px;
	margin-bottom: 5px;
}
.logo {
    padding: 40px 20px 30px 20px;
}
.success_arrow .big {
    font-size: 1.2vw;
}
.success_arrow {
    font-size: 1vw;
}
.success_arrow .sm {
    font-size: 0.7vw;
}
.uescase_contents p {
    font-size: 1vw;
}
.uescase_contents {
    padding: 0 15px;
}
.uescase_contents .inner {
    padding: 20px 10px 20px 10px;
}
}
@media screen and (max-width: 1400px) {
.fv {
    background: url(../img/fv_mid.webp) no-repeat top center;
    background-size: cover;
}
    .reason_items li div {
        font-size: 1.5vw;
        width: 70px;
        height: 70px;
    }
    .reason_h3 h3 {
        font-size: 3vw;
	}
.reason_h3 .reason_num {
        font-size: 6.5vw;
    }
    .reason_h3 h3 span {
        font-size: 1vw;
    }
}
@media screen and (max-width: 1280px) {
.reason04_img .first {
    left: 0%;
}
    .reason_items li div {
        font-size: 1.2vw;
        width: 55px;
        height: 55px;
    }
.reason_items p span {
    line-height: 1.2;
}
    .reason_items p {
        font-size: 1.2vw;
    }
    .reason_img_box {
        padding-left: 80px;
    }
    .ctn02 .reason_img_box {
        padding-right: 80px;
    }
.success_contents .inner h3 {
    font-size: 0.5vw;
}
.success_num h4 {
	font-size: 3vw;
}
.success_num p {
    font-size: 1.4vw;
}
.success_num {
    border-bottom: #333333 solid 2px;
}
    .success_arrow {
        font-size: 0.9vw;
        padding-top: 5px;
    }
    .success_arrow .big {
        font-size: 1vw;
    }
.success_contents {
    padding: 0 5px 10px 5px;
}
.case .title_box {
    margin-bottom: 0px;
}	
.contact .col-md-6 {
    padding: 20px 10px;
}
.contact .col-md-6 .inner {
    padding: 30px 10px;
}
.contact .col-md-6 .inner p {
    font-size: 14px;
}
	.case_contents .row{
		flex-flow: column!important;
	}
	.case_contents .row_re{
		flex-flow: column!important;
	}
.case_contents .case_campany {
    font-size: 1.5rem;
    text-align: center;
}
.case_contents .case_img {
    max-width: 500px;
    width: 100%;
    height: fit-content;
    margin: 0 auto;
}
.cctn01 {
    background: linear-gradient(180deg, #F1F0F0 0%, #F1F0F0 20%, #fff 20%, #fff 100%);
}
.cctn02 {
    background: linear-gradient(180deg, #F1F0F0 0%, #F1F0F0 20%, #fff 20%, #fff 100%);
}
.case {
	padding: 80px 0px;
}
.cctn01 .case_info {
    padding: 0px 20px;
    margin-top: 30px;
}
.cctn02 .case_info {
    padding: 0px 20px;
	margin-top: 30px;
}
.case_contents .case_info h3 {
    text-align: center;
}
.case_info_title {
    margin: 0 auto 20px auto;
}
	.cv_btn_group button{
		margin: 10px auto;
	}
	.cv_btn_group{
		text-align: center;
	}
.uescase_contents h3 {
    font-size: 2vw;
}
.flow_contents img {
    height: 120px;
}
.flow_box_first {
    padding: 5px 0 10px 20px!important;
}
.flow_box {
    padding: 5px 0 10px 70px;
    height: 120px;
}
.flow_box .flow_p {
    font-size: 10px!important;
    margin-bottom: 5px!important;
}
.flow_box h3 {
    font-size: 16px;
    margin-bottom: 5px;
}
.flow_box p {
	font-size: 10px;
}
	.service_item p{
		font-size: 14px;
	}
.service_item .inner {
    padding: 30px 10px 20px 10px;
}
.service_item .inner .col-item img {
    width: 50px;
}
.service_item {
    padding: 20px 10px;
}
.service_item .inner .col-item p {
    font-size: 12px;
}
.cctn02 .case_info {
    padding-right: 0px;
}
.case_contents {
    margin-bottom: 30px;
}
.case_contents .container {
    border-radius: 0px;
	background: none;
}
}
@media screen and (max-width: 1206px) {
.nav-menu li {
    padding: 0 10px;
}
.right_form {
    width: 300px;
}
.main {
    width: calc(100% - 300px);
}
}

@media screen and (max-width: 1080px) {
.footer_pc{
	display: none;
}
.footer_sp{
	display: block;
}
.uescase_contents p {
    font-size: 1.4vw;
}
.uescase_contents h3 {
    font-size: 3vw;
}
.main {
    width: 100%;
}
.right_form {
    display: none;
}
.nav-menu a {
    font-size: 18px;
}
.menu {
    display: contents;
}
.n_1080{
		display: none!important;
	}
.b_1080{
		display: block!important;
	}
.header {
    height: 80px;
}
.header__nav__list{
  background: linear-gradient(to right, #0071BC, #47B7CE);
}
.header__nav__txt{
   color: #fff;
	font-size: 16px;
	margin-bottom: 0px;
	line-height: 80px;
}
.header__nav__item {
	width: 75%;
    text-align: center;
	height: 80px;
	margin: 0px;
}
.header__nav__item:last-child {
	width: 75%;
    text-align: center;
}
.header__nav__txt:hover {
    color: rgba(255,255,255,.6)
}
.nav-menu .btn_w a {
    display: flex;
    justify-content: center;
    align-items: center;
	line-height: 40px!important;
}
}
@media screen and (max-width: 992px) {
	.service{
		background: #F1F0F0;
	}
.service_h2 {
    border-bottom: none;
}
	.service .service_h2 span{
		line-height: 1.3;
	}
.ctn04 {
    background: linear-gradient(180deg, #F1F0F0 0%, #F1F0F0 50%, #fff 50%, #fff 100%);
}
.sp_only .first {
    background: #EA5942;
    color: #fff;
    font-size: 2.2rem;
    width: 150px;
    height: 150px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-feature-settings: "palt";
    font-weight: 500;
    letter-spacing: 0px;
	margin-right: 20px;
	flex-shrink: 0;
}
	.sp_only{
		display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: left;
	}
.reason04_text .obi_blue {
    margin: 0px auto 10px 0;
        font-size: 3vw;
}
	.reason04_text{
		margin-top: 20px;
	}
	.sp_only{
		margin-bottom: 20px;		
	}
.reason04_text h4 {
text-align: left;
        margin-bottom: 0px;
        font-size: 5vw;
        line-height: 1.3;
}
.ctn04 .title_box h3 {
    color: #ffff;
    font-size: 10vw;
}
.reason04_text p {
    text-align: left;
}
.rctns .row {
    flex-flow: column-reverse;
}
.ctn02 .row {
    flex-flow: column-reverse;
}
.ctn01 {
    background: #fff;
}
.ctn02 {
    background: #F1F0F0;
}
.ctn02 .container {
    background: #F1F0F0;
    border-radius: 0px;
}
.ctn01 .container {
    background: #fff;
}
.ctn03 .container {
    background: #fff;
}
.ctn01 .reason_h3 .reason_num {
        color: #F1F0F0;
    }
.ctn03 .reason_h3 .reason_num {
        color: #F1F0F0;
    }
.reason_img_box {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ctn02 .reason_img_box {
        padding-right: 0px;
		padding-left: 0px;
    }
	.rctns .col-md-7{
		width: 100%;
		max-width: 100%;
	}
	.rctns .col-md-5{
		width: 100%;
			max-width: 100%;
	}
    .rctns h4 {
        font-size: 5vw;
		margin-bottom: 30px;
    }
    .rctns .container {
        padding: 60px 20px;
    }
.reason_h3 {
   margin-bottom: 20px;
}
    .reason_items li div {
        font-size: 1.8rem;
        width: 100px;
        height: 100px;
		margin-right: 10px;
    }
.reason_items {
    margin-bottom: 50px;
}
    .rctns .reason_p {
        font-size: 2.8vw;
    }
.rctns .reason_p .sm {
    font-size: 2.2vw;
}
.reason_items li div span {
        margin-bottom: -50px;
        font-size: 4vw;
    }
.reason_items li {
    margin-bottom: 20px;
}
 .reason_items p {
       font-size: 1.7rem;
        line-height: 1.4;
        letter-spacing: 1px;
    }
.reason_top {
    flex-flow: column-reverse;
}
.reason_img {
    width: 40%;
    z-index: 2;
    margin: 0 auto 0 8%;
}
.reason_h3 h3 {
        font-size: 8vw;
    }
    .reason_h3 h3 span {
        font-size: 3vw;
    }
    .reason_h3 .reason_num {
        font-size: 18vw;
    }
.rctns .container {
    border-radius: 0px;
}
    .logo {
        padding: 40px 0px 30px 0px;
    }
    .success_contents .inner h3 {
        font-size: 2vw;
        padding: 8px;
    }
    .success_num h4 {
        font-size: 4.3rem;
    }
.success_num h4 span {
    font-size: 2rem;
}
    .success_num p {
        font-size: 2rem;
    }
    .success_num {
        width: fit-content;
        margin: 0 auto;
    }
    .success_arrow {
        font-size: 1.2rem;
	}
    .success_arrow .sm {
        font-size: 1rem;
    }
    .success_arrow .big {
        font-size: 2rem;
    }
    .success_contents {
        padding: 0 20px 15px 20px;
    }
    .fv {
        background: url(../img/fv_sp.webp) no-repeat top center;
        background-size: cover;
		padding: 30px 20px 20px 20px;
    }
	.fv_h1{
		width: fit-content;
    margin: 0 0 60% auto;
	}
    .fv_h1 h1 {
        font-size: 13vw;
	font-weight: 700;
	        width: 100%;
        text-align: right;
    }
	.fv_h1 h1 img{
		    max-width: 900px;
    width: 100%;
	}
    .fv_h1 h1 span {
        font-size: 16vw;
    }
	.fv_h1 p {
	font-size: 4vw;	
	}
.fv_h1 p span {
    font-size: 3vw;
}
	.fv_h1 .obi {
    font-size: 4vw;
}
.logo_group {
    width: 25%;
}
	.case_sp{
		display: flex;
	}
    .case_contents .case_img {
        max-width: 700px;
    }
.case_contents .case_img figure img{
   max-width: 300px;
    width: 100%;
    padding-right: 15px;
}
footer .container {
    display: flex;
    flex-flow: column;
}
.n_992{
		display: none!important;
	}
.b_992{
		display: block!important;
	}
.container {
    max-width: 100%;
}
.fv_logo .container {
    flex-flow: column;
    align-items: normal;
}
.fv_logo {
    background: none;
	padding: 0 0 10px 0;
	margin-top: 0px;
}
#footer {
    padding-bottom: 120px;
}
.UpMove button p{
		color: #fff;
		line-height: 1.4;
	margin-bottom: 5px;
	}
.UpMove button p span{
font-size: 18px;
	}
	.UpMove button {
		height: 82px!important;
    max-width: 450px;
    width: 100%!important;
	}
	.UpMove button a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
		}
	.case_line_p{
		-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    border: #14398D 1px solid;
    padding: 10px 0;
    width: 35px!important;
	}
	.case_line .case_campany_intru {
		    width: calc(100% - 50px);
		color: #333;
	}
	.case_line{
		background: #FBF8FA;
		padding: 10px;
	}
.logo_group p {
    font-size: 16px;
    width: 150px;
	}
	.service_h2 div{
		height: 25px;
	}
.fv figure img {
    margin-left: 0px;
}
}
@media screen and (max-width: 768px) {
.reason_text {
    width: 100%;
}
.contact .h2_box p {
    color: #14398D;
	display: none;
}
.contact {
    background: #F1F0F0;
}
.contact .btn_red {
    background: #14398D;
}
.contact .btn_red:hover{
	background-color:  #1b2871;
}
    .case_contents .case_campany {
        font-size: 3vw;
    }
.case_contents .case_campany span {
    font-size: 2vw;
}
.case_contents .case_img figure {
    width: 50%;
}
	.case_sp{
		display: flex;
	}
.logo_group {
    padding: 0 10px 0px 10px;
}
.logo_contents .annotation {
    margin: 10px 0 0 auto;
}
.logo_group p {
font-size: 2.5vw;
        width: 100%;
}
	.case{
		padding: 60px 0 0 0;
	}
.contact .col-md-6 .inner img {
    margin-top: -80px;
}
.contact .col-md-6 .inner h3 {
    margin-bottom: 10px;
}
.contact .col-md-6 {
    padding: 20px 10px;
    margin-bottom: 0px;
    margin-top: 40px;
}
.uescase_item {
    display: flex;
    flex-flow: row;
    align-items: center;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
}
.uescase_item .b_768{
		width: 120px;
	}
.uescase_contents p {
    font-size: 3vw;
    text-align: left;
    margin-bottom: 0px;
    margin-left: 10px;
}
.uescase_item .b_768 {
    width: 150px;
}
.uescase_contents h3 {
    font-size: 4vw;
}
.uescase_contents .flow_p{
    text-align: center;
	margin-left: 0px;
}
.uescase_contents {
    padding: 20px 15px;
}
.header__nav__item:last-child {
    width: 95%;
}

.b_768{
		display: block!important;
	}
.n_768{
		display: none!important;
	}
p {
    font-size: 14px;
	letter-spacing: 0px;
}
.usecase_line{
	display: block;
    background: linear-gradient(to right, #3278FF 25px, #6B6EDA 20%, #F05886 ,#FF6B00);
	width: 100%;
	height: 5px;
	}
.logo_contents {
    padding: 30px 0px 20px 0;
    box-shadow: none;
}
.reason_all {
    background: url(../img/reason_bg.webp) no-repeat center top;
    background-size: cover;
    padding: 50px 0 100px 0;
}
    .rctns .container {
        padding: 60px 20px 30px 20px;
    }
    .ctn01 .container {
        padding-bottom: 10px;
    }
    .ctn02 .container {
        padding-top: 20px;
    }
.ctn03 .container {
        padding: 0px 20px 30px 20px;
    }
.service_h2 {
        font-size: 7vw !important;
    }
.service .service_h2 .sm {
   font-size: 5vw;
}
.fv_btn .cv__btn a p span {
    font-weight: 600;
}
.contact .contents_txt {
    height: auto;
}
}
@media screen and (max-width: 600px) {
.service .service_h2 .big {
    font-size: 8vw;
}
.reason_items li div {
        font-size: 1.2rem;
        width: 65px;
        height: 65px;
    }
    .reason_items p {
        font-size: 1.4rem;
    }
	    .reason_items p {
        font-size: 4.5vw;
        letter-spacing: 0px;
    }
.reason_items li div span {
        margin-bottom: -30px;
        font-size: 5vw;
    }
    .reason_items {
        margin-bottom: 20px;
    }
.rctns .col-md-5 {
        padding: 0px;
    }
.title_h2 h2 {
    font-size: 2rem;
}
    .title_h2 img {
        width: 180px;
        margin-right: 0px;
    }
    .toggle-btn {
        height: 50px;
    }
    .header {
        height: 50px;
    }
.san_box {
display: block;
}
.logo_contents {
    padding: 20px 0 20px 0;
    box-shadow: none;
}
.logo_line2 img {
    width: 100px;
    margin-bottom: 5px;
}
.logo_line1 {
   font-size: 4.5vw;
    line-height: 1;
    margin-bottom: 0px;
}
.logo_p_big {
    font-size: 6vw;
	line-height: 1;
}
.logo_p_blue {
    font-size: 6vw;
}
.logo_line2 {
    font-size: 3vw;
        margin-bottom: 30px;
        letter-spacing: 0px;
}
.case_contents .case_info ul {
    padding-left: 10px;
}
.case_contents .case_info h3 {
    font-size: 20px;
}
.uescase_contents .inner {
    padding: 20px 10px 20px 30px;
}
.case .title_box {
    margin-bottom: 0px;
}
.case_contents .container {
    padding: 0px 15px 40px 15px;
}
.btn_blue {
    height: 70px;
}
.case_contents ul li p span {
        width: fit-content;
        margin-right: 10px;
        font-size: 3vw;
}
.case_contents ul li p {
           font-size: 3vw;
}
    .sp_only .first {
        font-size: 1.8rem;
        width: 110px;
        height: 110px;
        margin-right: 10px;
    }
.ctn04 {
    padding: 50px 20px;
}
.reason_items p span {
    font-weight: 700;
}
    .rctns .reason_p {
        font-size: 2.5vw;
    }
    .rctns .reason_p {
        font-size: 2.5vw;
        width: fit-content;
    }
.cv h2::before, .cv h2::after {
    content: "";
    width: 20px;
}
    .cv h2 {
        font-size: 5vw;
    }
.cv p {
    font-size: 14px;
}
.cctn01 .case_info {
        padding: 0px 0px;
    }
}
@media screen and (max-width: 480px) {
    .sp_only .first {
        font-size: 1.2rem;
        width: 80px;
        height: 80px;
    }
    .success_arrow .big {
        font-size: 1.5rem;
    }
    .success_contents .inner h3 {
        font-size: 1rem;
    }
    .case_contents .case_info h3 {
        font-size: 18px;
        letter-spacing: 0px;
    }
.success {
    padding: 0 8px 10px 8px;
}
    .success_contents {
        padding: 0 15px 15px 15px;
    }
.contact_text {
    font-size: 3.2vw;
    letter-spacing: 0px;
}
.case_line .case_campany_intru {
    font-size: 14px;
}
.uescase_contents .inner {
    padding: 20px 10px 20px 15px;
}
.uescase_item .b_768 {
    width: 100px;
}
.title_h2 img {
    width: 200px;
    margin-right: 5px;
}
.title_h2 {
    font-size: 6vw;
    letter-spacing: 1px;
}
section {
    padding: 50px 0px;
}
.service .title_h2 img {
    width: 160px;
    margin-right: 5px;
}
.service_p {
    margin-bottom: 30px;
    font-size: 4vw;
}
.service .title_box {
    margin-bottom: 30px;
}
.contact .col-md-6 .inner img {
    width: 100px;
    margin-bottom: 20px;
}
.case_contents .case_img {
	padding: 10px;
}
.b_480{
		display: block!important;
	}
.n_480{
		display: none!important;
	}
.cross {
    width: 100px;
}
    .logo_group {
        padding: 0 5px 15px 5px;
    }
.logo_contents .annotation {
        margin: 0px 0 0 auto;
    }
.fv {
        padding: 30px 15px 20px 15px;
    }
.logo_group p {
        font-size: 2.5vw;
    margin: 0 auto 10px auto;
    }
.service_p {
    letter-spacing: 0px;
}
}
@media screen and (max-width: 400px) {
.title_h3 {
    font-size: 25px;
}
.b_400{
		display: block!important;
	}
.n_400{
		display: none!important;
	}
}