@charset "UTF-8";
/* CSS Document */

html{
	overflow-x: hidden;
}


/*
 セクション間余白
----------------------------------------------------------- */
section {padding: 75px 0;}
.cta {background: url("../img/pc_cta_bg.png");}
.sec01, .sec02-e {background: url("../img/pc_sec01_bg.png");}
.sec02 {padding-top: 0; position: relative;}
.sec03 {background: url("../img/pc_sec03_bg.png");}
.sec05 {background: #f2ede6;}
.sec06 {padding-top: 0; background: url("../img/pc_sec06_bg.png");}
.sec07 {background: #e5f4ff;}
.sec08 {background: #3c59a0; color: #fff; display: none;}
.sec10 {background: #fffeee;}
.sec11 {background: #f5f5f5;}
.cta{padding-top: 45px; padding-bottom: 45px;}
footer {padding: 60px 0; background: #fff;}
h2 {padding-bottom: 45px}

/*
 色関連
----------------------------------------------------------- */
.bg_cl1{background-color: #eeeef5;}
.bg_cl2{background-color: #f3f2f2;}
.cl_base{color: #ff00cc;}
.cl_main{color: #ef3300;}
.cl_accent{color: #f78b19;}
.cl_other1{color: #4265a1;}
.cl_other2{color: #4265a1;}

/*
 テキスト関連
----------------------------------------------------------- */
.highlight {
    background: -webkit-linear-gradient(transparent 60%, #faf33b 50%);
    background: -o-linear-gradient(transparent 60%, #faf33b 50%);
    background: linear-gradient(transparent 60%, #faf33b 50%);
    font-weight: bold;
}

/*
 リンク色
----------------------------------------------------------- */
a:link,
a:visited {
  color:#162bee;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}

/*
 はみ出し画像中央
----------------------------------------------------------- */
.wic_wrap { overflow-x: hidden;}
/* wicを使ったセクションのsectionタグに対して.wic_wrapのクラスをつける事 */
.wic img { width: auto; max-width: unset;}
/* 中央に表示したいものにwicとwic1をつける */
.wic1 { margin-left: calc(50% - 1000px);}
/*pxの部分を画像の半分の幅に変えてね！*/
.wic1 img { width: 2000px; max-width: 2000px;}
.wic2 { margin-left: calc(50% - 600px);}
.wic2 img { width: 1200px; max-width: 1200px;}
.wic3 { margin-left: calc(50% - 800px);}
.wic3 img { width: 1600px; max-width: 1600px;}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*
 Page Top
----------------------------------------------------------- */

/*TOPへ戻る*/
.pagetop a {
  background-color: #153aa1;
  filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.3));
}

/*
 Header
----------------------------------------------------------- */
header {
  border-bottom: none;
}
header .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
header .container {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
}
header .contact {
  display: flex;
  align-items: center;
  text-align: right;
}
header .tel {
  padding-right: 15px;
  line-height: 1.1;
}
header .contact_tel {
  font-size: 3.2rem;
}

/*
 Navi
----------------------------------------------------------- */
nav {
  padding-left: 0;
  padding-right: 0;
  background-color: #63a4e0;
}
nav ul {
  display: flex;
  color: #fff;
}
nav li {
  width: 20%;
  border-left: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1em;
}
nav li:last-child {
  border-right: 1px solid #fff;
}
nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  padding: 24px 0;
  background-color: #63a4e0;
  text-align: center;
}
nav li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #00a1ff;
}
nav li a p {
  -ms-word-break: break-all;
  word-break: break-all;
}
.nav_jp {
  font-size: 16px;
  padding-bottom: 5px;
}
.nav_en {
  font-size: 14px;
  color: #99daff;
}

/*
 MV
----------------------------------------------------------- */
.mv{
	background: url("../img/mv_bg.png");
	background-size: cover;
}
.mv .container p{
	margin-left: -15px;
}
.mv p img{
	max-width: 1107px;
}

/*
 CTA2
----------------------------------------------------------- */
.cta2 {
  background: url(../img/pc_cta2_bg.png);
}
.cta2 .cta2_img {
  margin-top: -145px;
  margin-right: -45px;
  margin-left: -4px;
}

/*
 sec01
----------------------------------------------------------- */
.sec01_rbn{
	margin-top: -20px;
	margin-left: -60px;
}
.sec01_01_bg{
	background: url("../img/pc_sec01_bg01.png") no-repeat;
	background-size: cover;
}
.sec01_02_bg{
	background: url("../img/pc_sec01_bg02.png") no-repeat;
	background-size: cover;
}
.sec01_03_bg{
	background: url("../img/pc_sec01_bg03.png") no-repeat;
	background-size: cover;
}
.nm10{
	margin-left: -10px;
}
.sec01_wd70{
	width: 80%;
}

/*
 sec01<LPO e-type>
----------------------------------------------------------- */
.sec01-e {
  background: url("../img/pc_sec01_img02_e.jpg") no-repeat center 330px;
  padding-top: 0;
}
.sec01-e .txt {
  width: 465px;
  height: auto;
  margin-top: 20px;
}

/*
 sec01<LPO g2.h2>
----------------------------------------------------------- */
.g2_sec02 {
  background: #f5f5f5;
}
.g2_sec02 .ex_wrap {
  border: 2px solid #333;
  border-radius: 15px;
  overflow: hidden;
}
.g2_sec02 .ex_wrap h3 {
  color: #fff;
  background: #333;
  text-align: center;
  font-size: 30px;
  padding: 15px;
  font-weight: bold;
}
.g2_sec02 .ex_wrap .box {
  background: #fff;
  padding: 15px;
  font-size: 22px;
}
.g2_sec02 .ex_wrap .check_list li:before {
  content: "・";
  color: #333;
}
.g2_sec02 .font_l {
  font-size: 34px;
}

.g2_sec03 {
  background: #fffedf;
}
.g2_sec03 table,
.g2_sec03 table th,
.g2_sec03 table td {
  border-collapse: collapse;
  border:2px solid #fff;
}
.g2_sec03 table .bg1 {background: #3c59a0;}
.g2_sec03 table .bg2 {background: #f78b19;}
.g2_sec03 table .bg3 {background: #ebf1ff;}
.g2_sec03 table .bg4 {background: #fff4e8;}
.g2_sec03 table th {
  font-weight: bold;
  color: #fff;
  padding: 15px 10px;
  font-size: 22px;
  vertical-align: middle;
}
.g2_sec03 table td {
  padding: 15px 10px;
}
.g2_sec03 table tr th:first-of-type {
  width: 19%;
}
.g2_sec03 table tr th:not(:first-of-type) {
  width: 27%;
}
.g2_sec03 .float_wrap img {
  float: right;
  padding-left: 15px;
  padding-bottom: 15px;
}

/*
 sec02
----------------------------------------------------------- */
.n_arrow{
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
	bottom: 0;
}

/*
 sec02<LPO e-type>
----------------------------------------------------------- */
.sec02-e .sec02_head {
	margin-top: -20px;
	margin-left: -50px;
}
.sec02-e .sec02_01_bg {
	background: url("../img/pc_sec02_bg01_e.png") no-repeat;
	background-size: cover;
  min-height: 450px;
}
.sec02-e .sec02_02_bg {
	background: url("../img/pc_sec02_bg02_e.png") no-repeat;
	background-size: cover;
  min-height: 450px;
}
.sec02-e .sec02_01_bg_h3 {
	background: url("../img/pc_sec02_bg01_h3.png") no-repeat;
	background-size: cover;
}
.sec02-e .sec02_02_bg_h3 {
	background: url("../img/pc_sec02_bg02_h3.png") no-repeat;
	background-size: cover;
}

.nm10{
	margin-left: -10px;
}
.sec01_wd70{
	width: 80%;
}

/*
 CTA
----------------------------------------------------------- */

/*
 sec03
----------------------------------------------------------- */
.sec03_bdr{
	position: absolute;
	left: 0;
	top: 0;
}
.sec03_bdr02{
	position: absolute;
	right: 0;
	bottom: 0;
}
.sec03_01_bg{
	background: url("../img/pc_sec03_rzn1_bg.png");
	background-size: cover;
	position: relative;
}
.sec03_02_bg{
	background: url("../img/pc_sec03_rzn2_bg.png");
	background-size: cover;
	position: relative;
}
.sec03_03_bg{
	background: url("../img/pc_sec03_rzn3_bg.png");
	background-size: cover;
	position: relative;
}

/*
 sec03_h2 <LPO-h2>
----------------------------------------------------------- */
.sec03_h2 {
  background: #e5f4ff;
}

/*
 sec04
----------------------------------------------------------- */
.white_box02{
	padding: 50px 60px;
}
.sec04_bg{
	background: url("../img/pc_sec04_bg.png");
	background-size: cover;
}
.sec04_fl{
	width: 45%;
}
.sec04_fr{
	width: 53%;
}

.sec04_h3 {
  display: inline-block;
  margin: 0 auto 15px;
  padding: 10px 15px 5px;
  font-size: 21px;
  font-weight: bold;
  color: #f78b19;
  background: #fff;
  border: 2px solid #f78b19;
  line-height: 1.2;
}
.sec04_h3.sp {
  display: none;
}

/*
 sec04<LPO e-type>
----------------------------------------------------------- */
.sec04-e .white_box02 {
  width: 465px;
  height: auto;
	padding: 25px 25px;
}
.sec04-e .txt {
  float: left;
  clear: both;
}
.sec04_fl{
	width: 45%;
}
.sec04_fr{
	width: 53%;
}
.sec04-e .flxbox {
  display: inline-flex;
}
.sec04-e .flxbox .txt {
  width: 420px;
  margin-right: 50px;
}
.sec04-e .flxbox .white_box02 {
  background: url("../img/pc_sec04_bg.png");
	background-size: contain;
  width: 50%;
  height: 50%;
}
.sec04-e .flxbox .white_box02 h3 {
  width: 70%;
  height: auto;
  margin: 0 auto 30px;
}

/*
 sec05
----------------------------------------------------------- */
.sec05 .list_box {
    background: #fff;
    padding: 20px;
    border: #334972 2px solid;
}
.fbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 -15px;
}
.fbox > * {
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
    -ms-word-break: break-all;
    word-break: break-all;
}
.fbox_3 > * {
    width: 33.3333333%;
}
.fbox_3 .cards02{
	width: 50%;
}
.sec05 .list_img {
    padding-bottom: 15px;
}
.sec05 .list_ttl {
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: bold;
}
.sec05 .list_top_txt {
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-bottom: 15px;
    background: rgb(218, 136, 40);
    padding: 10px 15px;
}
.sec05 .list_btm_txt {
    font-size: 16px;
}
.sec05_list_btm {
    padding-bottom: 30px;
}
.sec05 .more {
  background: #fff;
  padding: 15px;
  border: #334972 2px solid;
  text-align: center;
  font-weight: bold;
}
.sec05 .soldout {
  position: relative;
}
.sec05 .soldout:after {
  position: absolute;
  content: "SOLD OUT";
  right: -10px;
  top: 15px;
  transform: rotate(30deg);
  background-color: #bc0200;
  padding: 3px 10px;
  color: #fff;
  font-weight: bold;
}
.sec05 .soldout .list_img {
  position: relative;
}
.sec05 .soldout .list_img:before {
  position: absolute;
  content: "";
  width: 240px;
  height: 160px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: rgba(0,0,0,0.6);
}

/*
 sec06
----------------------------------------------------------- */
.sec06 h2{
	background: #3c59a0;
	padding-top: 30px;
	padding-bottom: 30px;
}
.sec06_01_bg{
	background: #fffeee url("../img/pc_sec06_rzn1_bg.png") no-repeat 95% center;
}
.sec06_02_bg{
	background: #fffeee url("../img/pc_sec06_rzn2_bg.png") no-repeat 95% center;
}
.sec06_03_bg{
	background: #fffeee url("../img/pc_sec06_rzn3_bg.png") no-repeat 95% center;
}
.sec06_04_bg{
	background: #fffeee url("../img/pc_sec06_rzn4_bg.png") no-repeat 95% center;
}
.sec06_05_bg{
	background: #fffeee url("../img/pc_sec06_rzn5_bg.png") no-repeat 95% center;
}

/*
 sec06_h2<LPO-h_2>
----------------------------------------------------------- */
.sec06_h2 {
  background: #fffeee;
}
.sec06_h2 .step_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 75px;
  padding-top: 30px;
}
.sec06_h2 .step_wrap > div {
  width: calc(33.333333% - 50px);
}
.sec06_h2 .step_wrap .white_box_s p:first-child {
  margin-top: -75px;
}
.sec06_h2 .step_wrap .white_box_s {
  position: relative;
  margin-bottom: 0;
  background: #fff;
  padding: 30px;
}
.sec06_h2 .step_wrap .white_box_s:before {
  position: absolute;
  content: url(../img/pc_sec06_h2_chevron.png);
  top: calc(50% - 25px);
  right: -50px;
}
.sec06_h2 .step_wrap .white_box_s:last-child:before,
.sec06_h2 .step_wrap .white_box_s:nth-child(3):before {
  content: "";
}
.sec06_h2 .font_m {
  font-size: 16px;
}

/*
 sec07
----------------------------------------------------------- */
.com_box{
	background: #f7f7f7;
	padding: 30px;
}
.com_box p{
	background-image:
	linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
	background-size: 100% 2em;
	line-height: 2em;
	color: #3c59a0;
	font-size: 16px;
}


/*
 sec08
----------------------------------------------------------- */
.qa{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
}
.qa dt{
	color: #3c59a0;
	font-size: 30px;
	font-weight: bold;
	background: url("../img/pc_q.png") no-repeat left center;
	min-height: 60px;
	padding-left: 70px;
	margin-bottom: 20px;
}
.qa dt p{
	padding-top: 8px;
}
.qa dd{
	background: url("../img/pc_a.png") no-repeat left top;
	min-height: 60px;
	padding-left: 70px;
}
.qa dd p{
	padding-top: 10px;
}
.qa_last{
	margin-bottom: 0!important;
}

/*
 sec09
----------------------------------------------------------- */

/*
 sec10
----------------------------------------------------------- */
.form_list {
    padding-bottom: 20px;
}
.form_inline {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
}
form .form_list li:first-child {
	border-top: 1px solid #cccccc;
}
form .form_list li:nth-child(2n) {
    background: #fafafa;
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}
.form_inline:nth-child(4n){
	align-items: flex-start;
}
.form_label {
    flex-wrap: wrap;
    align-items: baseline;
    font-weight: bold;
    width: 36.5%;
    padding-right: 15px;
    text-align: right;
}
.form_input {
    width: 60%;
}
.form_control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.44444;
    color: rgba(0,0,0,0.5);
    background-color: #fff;
    background-image: none;
    border: 1px solid #999999;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea{
	min-height: 200px;
}
input::placeholder {
  color: #bdbcbc;
}
textarea::placeholder {
	color: #bdbcbc;
}
/* IE */
input:-ms-input-placeholder {
  color: #bdbcbc;
}
textarea:-ms-input-placeholder {
  color: #bdbcbc;
}

/* Edge */
input::-ms-input-placeholder {
  color: #bdbcbc;
}
textarea:-ms-input-placeholder {
  color: #bdbcbc;
}
.required{
	background: #f78b19;
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
}
.any{
	background: #3c59a0;
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
}
.name01{
	width: 49%;
	float: left;
}
.name02{
	width: 49%;
	float: right;
}
.telnum{
	width: 30%;
	float: left;
}
.telhy{
	width: 5%;
	float: left;
	text-align: center;
	padding-top: 10px;
}
.submit_btn:hover{
	opacity: .7;
	transition: all .3s;
}

.sec10 .table_e {
  width: 100%;
  font-size: 24px;
  line-height: 1;
}
.sec10 .table_e tr {
  border: 2px solid #fff;
}
.sec10 .table_e th {
  width: 30%;
  background: #3c59a0;
  color: #fff;
  font-weight: bold;
  padding: 15px;
}
.sec10 .table_e td {
  width: 70%;
  background: #fff;
  padding: 15px;
}
.sec10 .fs18 {
  font-size: 18px;
  line-height: 1.4;
}

/*
 sec11
----------------------------------------------------------- */
.sec11_dl{
}
.sec11_dl dt{
	border-top: 1px dotted #ccc;
	color: #3c59a0;
	font-weight: bold;
	float: left;
	width: 20%;
	padding: 15px;
}
.sec11_dl dd{
	border-top: 1px dotted #ccc;
	float: right;
	width: 77%;
	padding: 15px;
}
.company_btm_bdr{
	border-bottom: 1px dotted #ccc;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*
 Footer
----------------------------------------------------------- */
footer{
	font-size: 16px;
	padding: 45px 0;
	padding-bottom: 0;
}
.footer_nav1 {
  font-size: 1.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
  margin-top: -15px;
}
.footer_nav1 > * {
  padding-top: 15px;
}
.footer .logo {
    height: 60px;
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.footer .contact {
    display: flex;
    align-items: center;
    text-align: right;
}
footer .copy {
  text-align: center;
}
footer a:link, footer a:visited {
    color: #000;
    transition: all .3s;
}
footer a:hover, footer a:focus {
    color: #000;
    opacity: .7;
}
footer ul li{
    display: inline-block;
    margin: 0 5px;
    white-space: nowrap;
}
footer .copy{
    font-size: 14px;
	background: #3c59a0;
	color: #fff;
	padding: 10px 0;
	margin-top: 30px;
}

/* 20221017改修分 */
.yuryo {
  border-top: 1px solid #000;
}
.yuryo h3 {
  display: block;
  text-align: center;
}
.yuryo h3 p {
  display: inline-block;
  margin: 0 auto 15px;
  padding: 15px 20px 10px;
  font-size: 32px;
  font-weight: bold;
  color: #f78b19;
  background: #fff;
  border: 2px solid #f78b19;
  line-height: 1;
}
.yuryo_bk .bk_list .fbox {
  margin: 0 -5px;
}
.yuryo_bk .bk_list .fbox > * {
  padding-left: 5px;
  padding-right: 5px;
}
.yuryo_bk .bk_list .fbox_3 li {
  width: 25%;
}
@media screen and (max-width: 767px) {
  .yuryo_bk .bk_list .fbox_3 li {
    width: 100%;
  }
}
.yuryo_bk .bk_list .list_box {
  padding: 10px;
}
.yuryo_bk .bk_list .list_ttl {
  font-size: 18px;
}
.yuryo_bk .bk_list .list_top_txt {
  font-size: 14px;
  padding: 10px;
}