@charset "UTF-8";
/* CSS Document */

html{
	overflow-x: hidden;
}


/*
セクション間余白
----------------------------------------------------------- */
section {padding: 100px 0;}
footer {padding: 60px 0;}

/*
色関連
----------------------------------------------------------- */
.bg_cl1{background-color: #eeeef5;}
.bg_cl2{background-color: #f3f2f2;}
.cl_base{color: #ff00cc;}
.cl_main{color: #ef3300;}
.cl_accent{color: #4265a1;}
.cl_other1{color: #4265a1;}
.cl_other2{color: #4265a1;}

/*
テキスト関連
----------------------------------------------------------- */
.highlight {
    background: -webkit-linear-gradient(transparent 60%, #fee652 50%);
    background: -o-linear-gradient(transparent 60%, #fee652 50%);
    background: linear-gradient(transparent 60%, #fee652 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;}

/*
Page Top
----------------------------------------------------------- */

/*TOPへ戻る*/
.pagetop a {
  background-color: #ea5520;
  filter: drop-shadow(3px 3px 4px rgba(0,0,0,0.3));
}

/*
Header
----------------------------------------------------------- */
header .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}
header .container {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
}
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{
	padding-top: 0;
	padding-bottom: 0;
}
.leadarea{
	background: #35231b;
	padding: 10px 15px;
}
.mv_bgarea{
	background: url("../img/pc_mv_bg.png") no-repeat center center;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 80px;
}
.mv_img{
	margin-bottom: 60px;
}
.cv_btnarea{
	background: url("../img/pc_cv_btn_on.png") no-repeat center center;
	background-size: contain;
}
.cv_btnarea .btn_on:hover{
	opacity: 0;
}

/*
CTA
----------------------------------------------------------- */

/*
CTA2
----------------------------------------------------------- */

/*
sec01
----------------------------------------------------------- */

/*
sec02
----------------------------------------------------------- */
.sec02{
	background: url("../img/sec02_bg.png");
}
.nm_h{
	margin-left: -60px;
	margin-right: -60px;
}
.sec02_bgarea{
	background: url("../img/pc_sec02_img03.png") no-repeat right;
}

/*
sec03
----------------------------------------------------------- */
.nm_h02{
	margin-left: -30px;
	margin-right: -30px;
}

/*
sec04
----------------------------------------------------------- */
.sec04{
	background: #fcf8e7;
	padding-bottom: 0;
}
.h3_brown{
	padding: 25px 30px;
	background: #35231b;
}
.mw_971{
	max-width: 971px;
}

/*
sec05
----------------------------------------------------------- */
.sec05{
	background: url("../img/sec05_bg.png");
}
.reason_box{
	background: url("../img/reason_box_bg.png");
	padding: 10px;
}
.reason_box_in{
	padding: 20px;
	background: #fff;
}

/*
sec06
----------------------------------------------------------- */
.sec06{
	background: url("../img/pc_sec06_img01.png") no-repeat;
	background-size: cover;
}
.whitebox{
	padding: 45px;
	background: #fff;
}
.whitebox_clear{
	padding: 45px;
	background: rgba(255,255,255,.8);
}

/*
sec07
----------------------------------------------------------- */
.sec07{
	padding-top: 0;
	background: #eeeeee;
}
.brow_h2{
	background: #35231b;
	padding-top: 40px;
	padding-bottom: 40px;
}
.nm_h2{
	margin-top: -75px;
}
.form_dl{
	border-bottom: 1px solid #ccc;
	padding: 20px 120px 20px 30px;
}
.form_dl:first-child{
	border-top: 1px solid #ccc;
}
.form_dl:nth-child(odd){
	background: #fafafa;
}
.form_dl dt{
	font-weight: bold;
	text-align: right;
	float: left;
	width: 30%;
	margin-top: 7px;
}
.form_dl dd{
	float: right;
	width: 67%;
}
input::placeholder{
	color: #969696;
}
.require{
	background: #cb1c1c;
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
	display: inline-block;
}
.form-control{
	display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    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;
}

/*
sec08
----------------------------------------------------------- */
.sec08{
	padding-top: 0;
	background: #eeeeee;
}
.sec08 .video{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.sec08 .video iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;	
}

/*
sec09
----------------------------------------------------------- */
.name{
	font-weight: bold;
	margin-bottom: 40px;
}
.name span{
	font-size: 24px;
}

/*
sec10
----------------------------------------------------------- */
.sec10 {
    background: url(../img/sec05_bg.png);
}

/*
sec20
----------------------------------------------------------- */
.fx-row li p {
  background-color: skyblue;
}
.fx-row-gutter-s {
  margin-left: -8px;
  margin-right: -8px;
}
.fx-row-gutter-s li {
  padding-left: 8px;
  padding-right: 8px;
}

.fx-row-gutter-xs {
  margin-left: -5px;
  margin-right: -5px;
}
.fx-row-gutter-xs li {
  padding-left: 5px;
  padding-right: 5px;
}

/*
Footer
----------------------------------------------------------- */
footer{
	padding-top: 80px;
	padding-bottom: 40px;
	text-align: center;
	font-size: 16px;
}
.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 .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: 90%;
}
footer .copy .s_none{
	display: inline;
}
footer{
	padding-top: 80px;
	padding-bottom: 40px;
	background: #fff;
}

.s_font{
	font-size: 80%;
	line-height: 1.5;
}