@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: var(--link-color);
    text-decoration-line: none;
}
a:hover { 
    color: var(--linkhover-color);
}

a{
transition: all 0.35s ease;
}
a:hover {
    filter: alpha(opacity=50);
    opacity: 0.5;
    -webkit-filter: alpha(opacity=50);
}

/*ヘッダー
-------------------------------------*/
.header {
	display: flex;
    flex-direction: row;
    padding: 2rem 0 0 0;
	    align-items: center;
}
.header h1 {
	width:300px;
}
.header-box {
	margin-left: auto;
	    width: 300px;
}
.contact-button {
	padding: 0.5rem 20px;
font-weight: bold;
    background:#00008f;
    color: #fff;
 line-height: 1.6;
    border-radius: 9999px;
}

.contact-button:after{

	font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    margin-left: 10px;

}


nav ul {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
	margin: 1rem 0 0 0;
}
nav li {
	flex: 1 0 auto;
}
nav li a {
    text-decoration: none;
    text-align: center;
    width: 100%;
}
nav a:hover {
    background-color: var(--back-color);   
}
nav a {
    padding: 0.5rem;
}

@media screen and (min-width: 769px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.header {
}
.header #open,#close  {
    position: absolute;
    top: 20px;
    right: 12px;
}
nav ul {
	flex-direction: column;
}
.header li {
	padding-top: 0;
}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
}
    
/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}
.mainimg{
    width: 100vw;
	    background: url(../img/mainimg.jpg);
    background-repeat: no-repeat;    background-size: cover;
	    background-position: bottom;
	padding:100px 0;

}
.mainimg .mv_box{
    width: 1200px;
	  margin:auto;
	  display:flex;
	      align-items: center;
	  justify-content: space-around;

}
.mainimg .mv_box .mv_t p{
    font-weight:bold;
	font-size:3em;
	color:#fff;
	text-shadow: 3px 3px 3px #192254de, -3px -3px 3px #192254de, -3px 3px 3px #192254de, 3px -3px 3px #192254de, 3px 0px 3px #192254de, -3px -0px 3px #3f51b58a, 0px 3px 3px #3f51b58a, 0px -3px 3px #3f51b58a;

}
.mainimg .mv_box .mv_right {
background:#ffffff75;
text-align:center;
font-weight:bold;
padding:3%;

}

/*.mainimg .mv_box .mv_right a {
    display:block;
	background:#00008f;
	margin-bottom:5px;
	color:#fff;
    align-items: center;
    width: 100%;
    padding: 8px 40px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 9999px;

}*/
.mainimg .mv_box .mv_right a span {
    display: block;
    font-size: 12px;


}

.cta_btn05 {
  font-weight: bold; /* 文字の太さ */
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1em 2em 1em calc(5em - 15px);
  transition: 0.3s;
  text-decoration: none;
  color: #fff; /* 文字色 */
	background:#00008f;
  margin-left: 10px;
      border-radius: 9999px;

}

.cta_btn05 p {
  margin: 0;
}

.cta_btn05 .cta_btn05_copy {
  position: absolute;
  bottom: 0.5em;
  left: -10px;
  display: inline-block;
  width: 5em;
  height: 5em;
  line-height: 5em;
  text-align: center;
  color: #00008f;
  font-size: 80%;
  font-weight: bold;
  background: #fff;
  border: 3px solid #00008f;
  border-radius: 50%;
  box-sizing: border-box;
  transform: rotate(-10deg);
}

.cta_btn05 .cta_btn05_copy::before {
  position: absolute;
  content: "";
  bottom: -5px;
  right: -10px;
  border: 9px solid transparent;
  border-left: 15px solid #FFF;
  z-index: 0;
  transform: rotate(45deg);
}


.mainimg .mv_box .mv_right .cta_btn05 p:nth-child(2):after{

	font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
    margin-left: 10px;

}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 0 auto;
}
section {
	padding: 3rem 0;
}
.gray-back {
	background-color: #f2fbff;
}

/*キャッチコピー
-------------------------------------*/
.catch {
    text-align: center;
}
.catch h2 {
    padding-bottom: 1rem;
}
.under {
    border-bottom: 0.4rem solid var(--base-color);
    padding:0 1rem 1rem 1rem;
}
.center {
	text-align: center;
	margin-bottom: 4rem;
}

/*申し込みの流れ
-------------------------------------*/
.flow.row {
	margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
	    background: url(../img/footer.jpg);
    background-repeat: no-repeat;    background-size: cover;
        padding: 10rem 0;
    background-position: bottom;
background-color: #00000054;
    background-blend-mode: overlay;
	color:#fff;
}
footer h4 {
text-align:center;    font-size: 1.5em;
    font-weight: bold;}
footer h4:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  padding-right: 5px;
  color: #03a9f4;/*アイコンの色*/
}
footer h2{
font-weight:bold;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 10px 0;
font-size: 2em;
}

/*お問い合わせ
-------------------------------------*/
.contact-box {
	border: 1px solid var(--border-color);
	text-align: center;
	padding: 2rem 0;
}
.table {
	margin: 4rem 0;
}
.table th {
	width: 250px;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color:#00008f;
	color:#fff;
	font-size:12px;
}
.copyright a {
    color: var(--white-color);
    text-decoration: none;
	display: inline;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
   background-color: #333;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}



.tokucho_box  {
    display: flex
;
    padding: 0;
    justify-content: space-between;
}
.tokucho_box a  {

        flex: 0 0 30.6666666667%;
        max-width: 30.6666666667%;

}
/* ボックス全体 */
.cstm-box-memo {
   margin: 2em auto; /* 外側余白 */
   padding: 1em 2em 2em; /* 内側余白 */
   background-color: #ffffff; /* 背景色 */
   border-radius: 5px; /* 角の丸み */
   max-width: 800px; /* 最大幅 */
}

/* タイトル部分 */
.cstm-box-memo .box-title {
   color: #00008f; /* 文字色 */
   font-size: 1.1em; /* 文字サイズ */
   font-weight: bold; /* 太字 */
   line-height: 2; /* 行の高さ */
}


/* ボックス内段落の余白リセット */
.cstm-box-memo p { margin: 0;}
.cstm-box-memo img {
  height:130px;
	margin:20px auto
}
.cstm-box-memo .tokucho{
    background: #00008f;
    color: #fff;
    padding: 1%;
    border-radius: 100px;
}



#t01  {
    display: block;
   /* background: url(../img/product.jpg);
    background-repeat: no-repeat;
    background-size: cover; */   width:100%;
	    background-color: #00008f;
    color: #fff;
}
#t02  {
 display: block;
   /* background: url(../img/product.jpg);
    background-repeat: no-repeat;
    background-size: cover; */   width:100%;
	    background-color: #00008f;
    color: #fff;
}

#t03  {
 display: block;
   /* background: url(../img/product.jpg);
    background-repeat: no-repeat;
    background-size: cover; */   width:100%;
	    background-color: #00008f;
    color: #fff;
}

#t01 h2,#t02 h2,#t03 h2{
font-weight:bold;
font-size:3em;
margin-top: 4rem;
}


#t01 h2 .small,#t02 h2 .small,#t03 h2 .small{

font-size:14px;

}


.small{
font-size:12px;
}

.t01_box  {
    display: flex;
    padding: 0;
    justify-content: space-between;
	    align-items: center;
		margin-bottom: 40px;
    border-bottom: 3px dotted #ccc;
	padding:20px;
}

.t01_box .text {
  width:60%;
}
.t01_box img {
  width:30%;
}

.t01_box .img2{
  width:30%;
}
.t01_box .img2 img{
  width:100%;
}

.t01_box .text h4{
font-weight:bold;
font-size:2em;color: #00008f;
}
.t01_box .text h4 span.sub{
display:block;
font-size:0.6em;
color: #2c77be;
    text-decoration: underline;
}

.balloon5,.balloon6{
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.balloon5 .faceicon,.balloon6 .faceicon {
  float: left;
  margin-right: -90px;
  width: 80px;
      text-align: center;
    font-size: 10px;
}

.balloon5 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #d7ebfe;
  border-radius: 50%;
  padding:7px;
}
.balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #ffefed;
  border-radius: 50%;
  padding:7px;
}
.balloon5 .chatting ,.balloon6 .chatting{
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #d7ebfe;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #d7ebfe;
}

.says2 {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 12px;
  background: #ffefed;
}

.says2:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #ffefed;
}


.says p,.says2 p {
  margin: 0;
  padding: 0;
}
.more li{
list-style:none;
color:#666;
}

.sub_box{
  padding: 17px 13px;
  border-radius: 12px;
  background: #f0f0f0;
}
.blue_t{
color:#3bb3db;
font-weight:bold;
}
.style1{
font-size:1.5em;
}
.riyu_box {
	width:80%;
	margin: auto;
	background-color:#fff;
	padding:3% 6%;
}
.riyu_box li{
	display:flex;
	font-weight:bold;
	align-items: center;
	justify-content: space-between;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;    font-size: 1.4em;
}
.riyu_box li img{
	width:50px;
}
.riyu_box li span:nth-child(1){
	width:500px;
	font-size:1.4em;
}


/*Q&A*/
.cp_qa01 {
}
.cp_qa01 .cp_actab input {
  display: none;
}
/*質問テキスト*/
.cp_qa01 .cp_actab {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-bottom: 1px;
  color: #1b2538;
}
.cp_qa01 .cp_actab label {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 0 0 0;
  padding: 1em 2em 1em 1em;
  cursor: pointer;
  border-bottom: 1px dotted #ccc;
  font-size:1.2em;
}
.cp_qa01 .cp_actab .cp_actab-content p {
  margin: 1em;
  line-height:2;
}
.cp_qa01 .cp_actab .cp_actab-content p a{
color: #00008f;
	text-decoration:underline;display: inline;
}
.cp_qa01 .cp_actab label:hover {
  color: #00008f;
}
.cp_qa01 .cp_actab input:checked ~ label {
  color: #00008f;
}
/*答えテキスト*/
.cp_qa01 .cp_actab .cp_actab-content {
  overflow: hidden;
  max-height: 0;

  background: rgb(243 243 243 / 50%);
  transition: max-height 0.5s ease;
}
.cp_qa01 .cp_actab input:checked ~ .cp_actab-content {
  max-height: 40em;
}
/*▼アイコン*/
.cp_qa01 .cp_actab label::after {
  position: absolute;
  content: '';
  right: 10px;
  width: 15px;
  height: 10px;
  background: #3f51b5;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transition: all 0.5s ease;
}
.cp_qa01 .cp_actab label:hover::after {
  background:#00008f;
}
.cp_qa01 .cp_actab input[type=checkbox]:checked + label::after {
  transform: rotateX(180deg);
  background:#00008f;
}

.kento_box{
	background:#fff;
	border:3px solid #d7e9f0;
	padding:3%;
}
.kento_box img{
height:150px;
	object-fit:cover;
	width:100%;
}

.btn a {
    padding: 1rem;
    font-weight: bold;
       background: #00008f;
    color: #fff;
    line-height: 1.6;
    border-radius: 9999px;
	    display: block;
    margin: auto;
    width: 50%;
}


.waribiki{
	display:flex;
	
	justify-content: space-between;
	flex-wrap: wrap;
}
.waribiki a{
	display:block;

}
.waribiki_box{
    background: #effaff;
    border: 1px solid #d7e9f0;
	padding:2%;width:570px;

    margin-bottom: 2%;

	
}
.waribiki_box .waribiki_in img{
    width: 90px;
    height: 90px;
    border-radius: 100px;
    margin-right: 4%;
    object-fit: contain;
    background: #fff;
    padding: 1%;
    border: 2px solid #fff;
}

.waribiki_box .waribiki_in h3{
font-size:1.2em;
font-weight:bold;
color:#3caad2;
}

.waribiki_box .waribiki_in div strong{
display:block;
    color: #ff7171;
}


.guide{
	display:flex;
	grid:4 10;
	justify-content: space-between;
	flex-wrap: wrap;
}
.guide_box{
	background:#fff;
	border:3px solid #d7e9f0;
	padding:3%;

	width: 48%;
    margin-bottom: 2%;
	
}.guide_box h3{
font-weight:bold;
text-align:center;
font-size:1.3em;
}

.guide_box .guide_in img{
    width: 90px;
    height: 90px;
    border-radius: 100px;
    margin-right: 4%;
    object-fit: cover;
    background: #e1f4f6;
    padding: 1%;
    border: 2px solid #d7e9f0;
}

.guide_box .guide_in strong{
color:#3399FF;
display:block;
font-weight:normal;

}

.guide_box .guide_in strong:before {
  font-family: "Font Awesome 5 Free";
  content: "\f35a";
  font-weight: 900;
  padding-right: 5px;
}


.flow .flow_box h3{
font-weight:bold;
text-align:center;
font-size:1.1em;
height:50px;
}
.flow .flow_box p{

text-align:center;
font-size:0.8em;
}
.flow .flow_box img{
    height: 100px;
margin:10px auto;
}


.flow .flow_box {
  position: relative;
  background: #fff;
    padding: 3%;
}

.flow .flow_box:before{
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;

  background-size: contain;
  position: absolute;
  top: 104px;
  left: 250px;
      font-size: 2em;
    color: #79d3f1;
}
.flow .flow_box:nth-child(4):before{
  font-family: "Font Awesome 5 Free";
  content: "";
}
.chigai_box {
    padding: 17px 13px;
    border-radius: 12px;
    background: #fdfdfd;
    border: 2px solid #e3e3e3;
    margin: 20px auto;
}

.chigai2{
display:flex;
justify-content: center;
    align-items: center;
	    background: #ffffff;
    padding: 10px 0;

    border-radius: 10px;
}
.chigai2 img{
width:150px;
margin-right:10px;
}
.chigai2 div{
width:60%;
margin-right:10px;
}
.chigai_t {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.chigai_t:before, .chigai_t:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.chigai_t:before {
  left:0;
}
.chigai_t:after {
  right: 0;
}

.marker01 {
    background: linear-gradient(transparent 50%, #ffebb0 50%);;
}
.center02 {
    text-align: center;
}

.sub_box02 {
    padding: 27px 23px;
    border-radius: 12px;
    background: #fff;
}
.ai{
	display:flex;
	justify-content: space-around;
}
.ai img{
	width:250px;
	object-fit:contain;
}

ul.museigen {
margin:0;
padding:0;
display:flex;
 justify-content: space-around;
}
.museigen li{
list-style:none;
}
.museigen li{
     background: #fff;
    color:#00008f;
    border-radius: 50px;
    padding: 10px 20px;
    border:2px solid rgb(0 0 143);
    font-weight: bold;
	display:block;
}
/*.museigen li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f061";
    font-weight: 900;
	margin-right:10px;

}*/

.support{        justify-content: space-evenly;

width:30%;
margin:0px auto 50px;
text-align:center;
font-size:12px;
}
.support img{
height: 130px;
    display: block;
    text-align: center;
    background: #fff;
    padding: 30px;
    border-radius: 16px;
}
.exa{
	display:flex;
	justify-content: space-between;
}
.exa .exa_box{
border:1px solid #ccc;
	width:48%;
	padding:2%;
	
	
}

.exa .exa_box ul {
margin:0 auto 5px;
padding:0;
display:flex;
    justify-content: center;
}
.exa div ul li{
list-style:none;
font-size:14px;
	border-radius:50px;
	padding:3px 10px;
	    margin: 0 1px;
}


.exa .exa_box ul li:nth-child(1){
	background:#e5ec9d;
}
.exa .exa_box ul li:nth-child(2){
	background:#c1ecff;

}.exa .exa_box ul li:nth-child(3){
	background:#ffd5d2;
}
.exa .exa_box .price{
border:none;
	display:flex;
	justify-content:center;
	font-weight:bold;    align-items: center;

	
}

.exa .exa_box .price .price1,.exa .exa_box .price .price2{
width:50%;
border:none;
	
}

.exa .exa_box .price .price1 p{
font-size:16px;text-align: center;
	
}
.exa .exa_box .price .price2 p{
    font-size: 40px;
    text-align: center;
    color: #ee7878;
	
}
.exa .exa_box .price .price2 p:before{
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
margin-right:10px;
       color: #ee7878;
}
.exa .exa_box .exa_more{border:none;display:flex;justify-content: space-evenly;font-weight:bold;align-items: center;}
.exa .exa_box .exa_more img{
width:150px;
}

.through{text-decoration-line:line-through;font-size:26px;}


.company{
	 margin:3% auto;
	 width:90%;
	     padding:2%;
 }  
 .company h3{
background:#efefef;
	 text-align:center;
	 padding:2% 0;
	 font-size:1em;
 }  
  .company a{
	 display:inline;
	 color:#00008f;
	 
 }
 
/* 幅768px以下の表示
-------------------------------------*/
@media screen and (max-width: 768px){
	body{
	font-size:16px;
	line-height:1.5;
	}
.header h1 {
    width: 40%;
}	
.header-box {
    width: 40%;
}
/*お問い合わせ
-------------------------------------*/
.table th {
	width: 100%;
	display: block;
}	
.table td {
	display: block;
}

.container {
    max-width: 100%;
    padding: 0 ;

}
.mainimg {
    width: 100%;
	    background-position: left;
	}
.mainimg .mv_box {
    width: 100%;    flex-direction: column;
}
.mainimg .mv_box .mv_t p {
    font-size: 2em;
    text-align: center;
}
#t01 h2, #t02 h2, #t03 h2 {
    font-size: 2em;
    margin-top:2rem;
}
h3 {
    font-size: 1.8rem;
}
.tokucho_box {
    flex-direction: column;
}
.tokucho_box a {
    flex: unset;
    max-width: 90%;
    margin: auto;
	        width: 100%;
}
.t01_box {
    flex-direction: column;
}
.t01_box .text {
    width: 90%;
}
.t01_box img {
    width: 60%;
}
.t01_box .img2{
  width:60%;
}
.t01_box .img2 img{
  width:100%;
}
ul.museigen {

    flex-direction: column;
}
.sub_box02 {
    width: 90%;
    margin: auto;
}
.ai {
    flex-direction: column;
}
.ai img {
    width: 100%;
}
.sub_box {
    width: 90%;
    margin: auto;
}
.waribiki {
    flex-direction: column;
}
.waribiki_box {
    width: 90%;
    margin: 2% auto;
}
.waribiki_box .waribiki_in img {
    margin-right: 0;
    margin: auto;
}
.waribiki_box .waribiki_in h3 {
    text-align: center;
}
.small {
    margin: 5%;
}
.exa {
    flex-direction: column;
}
.exa .exa_box {
    width: 90%;
    margin: 0 auto 2%;
}
.exa div ul li {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.exa .exa_box .exa_more img {
    width: 100px;
}
.exa .exa_box .price .price1 p {
    font-size: 12px;
}
.through {
    font-size: 20px;
    display: block;
}
.exa .exa_box .price .price2 p {
    font-size:24px;
}
.chigai_box {
    margin: 20px;
}
.guide {
    width: 90%;
    margin: auto;
}
.guide_box h3 {
    font-size: 16px;
}
.guide_box .guide_in img {

    margin-right: 0;
    margin: auto;
}
.kento_box {

    width: 90%;
    margin: 2% auto;
}
.flow.row {
    width: 90%;
    margin:  auto;
}
.flow .flow_box {
    margin-bottom: 5%;
}

.flow .flow_box:before {
    content: "\f063";
    font-weight: 900;
	    top: auto;
    bottom: -30px;
    left: auto;
    z-index: 9999;
}
.center {
    padding: 0 3%;
}
.support {
    flex-direction: row;
    width: 90%;
}
.riyu_box {
    width: 96%;
}
.riyu_box li {
    font-size: 18px;
}
}