/* http://meyerweb.com/eric/tools/css/reset/ 
     v2.0 | 20110126
    License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}
body{line-height: 1;}
ol, ul{list-style: none;}
blockquote, q{quotes: none;}
blockquote:before, blockquote:after,q:before, q:after{content: '';content: none;}
ul li{list-style: none;}
*, *:before, *:after{-webkit-box-sizing: inherit;box-sizing: inherit;}
* {box-sizing: border-box;}
a{text-decoration: none;-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
table{border-collapse:collapse}
/*▲▲▲ reset ▲▲▲*/
html {
  font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-feature-settings: "palt";
    line-height: 1.4;
    color: #000;
    letter-spacing: 0;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: unset;
    font-size: 2rem;
}
.font_nam{
    font-family: 'Poppins', sans-serif;
}
#wrapper {
    overflow: hidden;
}
a{text-decoration:none;
    -webkit-transition:all 0.3s ease;
    transition:all 0.3s ease;}
a:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
img {
    display:block;
}
#page-top img {
    position: fixed;
    cursor: pointer;
}
/*▲ 初期設定 ▲*/


.bg_white{background:#fff} 
.bg_red{background:#d45b41}
.bg_blue{background:#063c92}
.bg_blue02{background:#d5f0ff}
.bg_green{background:#43aaa0}
.bg_gray{background:#f6f7f7}
.bg_gray02{background:#c9c9c9}
.bg_brown{background:#e8e2d5}
.bg_yellow{background:#e3911b}
.bg_pink{background:#e67a86}
.bg_test{background:#272730}


.bold{font-weight:700}
.fw500{font-weight:500}
.fw400{font-weight:400}
.alc{text-align:center}
.alL{text-align:left}
.alR{text-align:right}

.col_white{color:#fff}
.col_black{color:#000}
.col_red{color:#ff0000}
.col_red02{color:rgb(148, 0, 0)}
.col_blue{color:#002a84}
.col_blue02{color:#000B89}
.col_green{color:#43aaa0}
.col_gold{color:#9e7f4f}
.col_gold02{color:#c5a868}
.col_yel{color:#ffde00}


.mb0{margin-bottom:0!important}
.mb10{margin-bottom:10px}
.mb20{margin-bottom:20px!important}
.mb30{margin-bottom:30px}
.mb40{margin-bottom:40px!important}
.mb50{margin-bottom:50px}
.mb60{margin-bottom:60px}
.pb0{padding-bottom:0!important}

.palt{font-feature-settings:"palt"}
.font_italic{font-style: italic}
.auto{margin: 0 auto}

.flex_space{display:flex;justify-content:space-between}
.flex_wrap{display:flex;flex-wrap:wrap;justify-content: space-between}
.flex_row{display:flex;flex-direction: row}
.flex_start{display:flex;justify-content:flex-start}
.block{display: block}
.shadow {
    -moz-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    -webkit-box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
    box-shadow: 0px 0px 12px 1px rgb(0 0 0 / 8%);
}
.sec_shadow {
    -moz-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 13px 20px -1px rgba(0, 0, 0, 0.08);
    position: relative;
}
.under_line {
    text-decoration: underline;
    text-underline-offset:0.2em;
}
.linethrough{
    text-decoration: line-through;
}
.blank_link{
  color:#d45b41;
  text-decoration: underline;
  text-underline-offset:0.2em;
}
.pdf_link{
    font-size: 1.6rem;
    color: #000;
}
.pdf_link::before{
    font-family: "Font Awesome 5 Free";
    content: '\f08e';
    color: #4993ba;
    font-style: normal;
    padding-right: 0.5%;
    font-weight: 700;
}
.blank_link:hover{
    color: #d45b41;
}
.pc_block{
    display: block;
}

.marker_yel {
    background-color: transparent;
    background-image: linear-gradient(transparent 70%,#ffde00 0);
}
.marker_pink{
    background-color: transparent;
    background-image: linear-gradient(transparent 90%,#e67a86 0);
}
.border_red{
    text-decoration: solid underline #d45b41 3px;
    text-underline-offset:0.2em;
}
.border{
    text-decoration: solid underline #333 3px;
    text-underline-offset:0.2em; 
}
img {
    width:100%;
    height: auto;
}
table{
	width: 100%;
}


/*　▼ header　▼　*/
header{
    background:url(../img/mv_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
}
header img{
	background-size: cover;
	width: 100%;
}
header h1{
	margin-bottom: 0;
}
header img {
    width:1200px;
    margin:0 auto;
}
/*　▼ footer　▼　*/
footer {
	font-weight: 400;
	background:#fff;
	font-size: 1.4rem;
    padding: 29px;
    color: #333;
    /*border-top: 1px solid #d45b41;*/
    letter-spacing: 0;
}
footer .left{
    width: 200px;
}
footer .box {
	width:1000px;
	margin:0 auto;
}
footer .box ul {
	width: 490px;
    margin: 0 auto;
}
footer li a {	
	background-size: 15px;
    background-position: 26px center;
    color: #333;
}
.logo{
	width: 168px;
	height: auto!important;
}
#page-top img{
    position: fixed;
    right: 28px;
    width: 70px;
    bottom: 145px;
}
.tel::before{
	content: '\e0b0';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}
.mail::before{
	content: '\e0be';
	font-family: 'Material Icons';
	vertical-align: -2px;
	margin-right: 3px;
}

/* common */
section{
	width: 1000px;
	margin: 0 auto;
	padding: 90px 0;
}
h1{
	text-align: center;
	margin-bottom: 60px;
	font-size: 3rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-decoration: solid underline #333 2px;
    text-underline-offset: 0.7em;
}
.en{
  font-weight: 700;
  text-align: center;
  font-size: 4.4rem;
  font-family: 'Poppins', sans-serif;
}
.sec_end {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
}




/*
sec01
*/
.sec01 h1 {
  text-decoration: none;
}
.sec01_nayami ul{
  text-align: center;
  padding: 4% 2%;
  border-radius: 5px;
  position: relative;
}
.sec01_nayami ul::after, .sec01_nayami ul::before{
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
}
.sec01_nayami ul::after {
  border-top-color: #f6f7f7;
  border-width: 14px;
  margin-left: -14px;
}
.sec01_nayami ul::before {
  border-width: 20px;
  margin-left: -20px;
}
.sec01_nayami ul li {
  font-size: 2.2rem;
  font-weight: 500;
  padding-left: 0;
}
.sec01_nayami ul li::before{
  display: none;
}
.sec01_nayami_img {
  width: 70%;
  margin:  0 auto;
}
.sec01 .sec01_list {
  padding: 4% 3%;
}
.sec01 .sec01_list li {
  padding-left: 30px;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 14px;
  font-weight: 500;
  position: relative;
}
.sec01 .sec01_list li::before{
  position: absolute;
  content: "";
  background-image: url(../img/check.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 0;
  top: 10px;
}
.sec01_end {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .sec01 .check {
    width: 82%;
  }
}

@media screen and (max-width: 599px) {
    .sec01 .check {
    width: 100%;
  }
  .sec01 .check li {
    background-size: 8%;
    background-position: left 8px;
    padding-left: 10%;
  }
  .sec01_img01,.sec01 p{
    width:100%;
  }
  .sec01 .sec01_list li::before{
    top: 6px;
  }

}

/*
contact_area
*/
.contact_bg{
  background:#0b2043;
}
.contact_area{
  padding:48px 0;
}
.contact h1{
  margin-bottom:36px;
}
.btn{
  color:#fff;
  font-size: 3.2rem;
  text-align: center;
  display: block;
  font-weight: 600;
  background: #d45b41;
  background: linear-gradient(0deg, #d42a2a 0%, #ff6969 100%);
  filter: drop-shadow(0px 8px 0px #812323);
  height:100px;
  line-height: 100px;
  border-radius: 5px;
  margin-bottom:20px;
  letter-spacing: 0.08em;
}
.btn_red {
  background: #d45b41;
  background: linear-gradient(0deg, #d42a2a 0%, #ff6969 100%);
  filter: drop-shadow(0px 8px 0px #812323);
}
.btn:hover{
  letter-spacing: 0.3em;
}
.icon{
  width: 5%;
  margin: 0 auto 10px;
}
.contact_area p{
  font-size: 2.4rem;
}

@media screen and (max-width: 599px) {
  .btn{
    font-size: 2.8rem;
  }
  .icon{
    width: 15%;
  }
}
@media screen and (max-width: 430px) {
  .btn{
    letter-spacing: 0.04em;
    font-size: 2.4rem;
  }
  .btn_red{
    line-height: 1.4;
    padding-top: 24px;
  }
}

/*
sec02
*/
.sec02 h1 .font_small{
  font-size: 3.9rem;
}
.border_heading{
  position: relative;
  font-size: 2.7rem;
  margin-bottom:20px;
}
.border_heading:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #0b2043;
}

.sec02 .box {
    display: flex;
    justify-content: space-between;
    /* justify-content: flex-start; */
    /*align-items: center;*/
    margin-bottom: 70px;
}

.sec02 .box:nth-of-type(even) {
    flex-direction: row-reverse;
}
.sec02 .box img{
  width:45%;
}
.sec02 .inner{
  width:45%;
}
.line_height{
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .sec02 .box{
    display:block;
  }
  .sec02 .box img{
    width:100%;
    margin-bottom: 20px;
  }
  .sec02 .inner{
    width:100%;
  }
}


/*
sec03
*/
.sec03_wrap {
  padding: 130px 0;
  background-image: url(../img/sec03_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 20%;
}
.sec03 {
  padding: 70px 3%;
  background-color: rgba(255, 255, 255, .8);
}
.sec03 p {
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .sec03 {
    width:90%;
    padding: 6% 4%;
  }
}


/*
sec04
*/
.sec04 h1 {
  color: #c5a868;
  text-decoration: solid underline #c5a868 2px;
}
.sec04_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #000;
  padding: 3% 2%;
  margin-bottom: 30px;
  background-color: #fff;
}
.sec04_img {
  width: 44%;
}
.sec04_box .inner {
  width: 52%;
}
.sec04_box h2 {
  font-size: 2.8rem;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 14px;
}
.sec04_num {
  color: #c5a868;
  font-size: 2.5rem;
}
.rev {
  flex-direction: row-reverse;
}

@media screen and (max-width: 599px) {
  .sec04_box {
    display: block;
  }
  .sec04_img {
    width: 60%;
    margin: 0 auto 20px;
  }
  .sec04_box .inner {
    width: 100%;
  }

}

/*
sec05
*/
.sec05_wrap{

}
.sec05 .box{
  padding: 2%;
  background-color: #fff;
}
.sec05 .box h2{
  font-size: 2.2rem;
  font-weight: 600;
  color: #002a84;
}



/*
sec06
*/
.sec06_card {
  background-color: #fff;
}
.sec06_card h2 {
  background-color: #002a84;
  color: #fff;
  font-weight: 500;
  padding: 3%;
  font-size: 2.7rem;
  font-style: italic;
  letter-spacing: .04em;
}
.sec06_num {
  font-size: 2.2rem;
  opacity: .7;
}
.sec06_card h3 {
  color: #002a84;
  padding: 2% 3%;
  line-height: 1.8;
  font-weight: 500;
}
.sec06_meta {
  color: #fff;
  background-color: #002a84;
}
.sec06_card p {
  padding: 1% 3% 4%;
}


/*
sec07
*/
.sec07_img {
  width: 80%;
  margin: 0 auto 50px;
}
.sec07_card {
  background-color: #fff;
  padding: 3% 2%;
  margin-bottom: 30px;
}
.sec07_card h3 {
  margin-bottom: 10px;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: .05em;
  color: #ff0000;
  position: relative;
  padding-left: 30px;
}
.sec07_card h3::before {
  position: absolute;
  content: "";
  background-image: url(../img/sec07_check.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 24px;
  left: 0;
  top: 8px;
}
.sec07_card p {
  line-height: 1.4;
}

@media screen and (max-width: 599px) {
  .sec07_img {
    width: 100%;
    margin: 0 auto 30px;
  }
  .sec07_card h3::before {
    top: 4px;
  }
}

/*
sec08
*/
@media screen and (max-width: 599px) {
  .sec08 {
    padding: 6% 4%;
  }
  .sec08 h1 {
    margin-bottom: 0;
  }
}



/*
sec10
*/
.sec10 h1 {
  color: #fff;
  text-decoration: solid underline #fff 2px;
  margin-bottom: 90px;
}


/*-----------------------------------
　↓ 685pxまでのfooter設定 ↓ 
-----------------------------------*/
@media screen  and (min-width: 600px) and (max-width: 684px) {
.logo {
  width: 29%;
  height: auto!important;
}
}
@media screen and (max-width: 1254px){
header img{
  width: 100%;
  padding: 0 2%;
}
}
@media screen and (max-width: 1024px){
#page-top img{
  display: none;
}
header img{
  width: 98%;
}
section {
  width: 94%;
  padding: 10% 0;
}
}

@media screen and (max-width: 768px) {
html{
  font-size: 50%;
}
.logo {
  width: 28%;
}
.pcnone{
  display: none;
}
.spnone {
  display: block;
}
}

@media screen and (min-width: 767px) {
.pcnone {
	display:none;
}
}

/*------------------------
〜599px ※common
------------------------*/
@media screen and (max-width: 599px) {
body {
	width:100%;
}
.sp_block,
.sp_br,
.pcnone,
.sp_noflex {
	display:block
}
.spnone {
  display:none
}
.pc_block {
	display:inline
}
.sp_alc {
  text-align: center;
}
.sp_flex_space{
  display:flex;justify-content:space-between
}
.sec_wrap {
  width:100%;
  padding:0;
}
section{
	width: 100%;
	padding: 14% 6%;
}
/*▼ footer ▼*/
footer {
	padding: 2%;
  font-size: 1.4rem;
}
.footer_inner {
  width: 92%;
  margin: 0 auto;
  padding: 2.60416% 0;
}
footer ul{
	width: 100%;
	text-align: left;
}
.logo {
  width:40%;
  display: block;
}
#page-top img {
  display: none;
}
.copy{
	margin-bottom: 10px;
}
/*▲ footer ▲*/
header{
  background: url(../img/mv_bg_sp.jpg) no-repeat;
  background-size: cover;
}
header .mv_area{
  padding: 0!important;
}
header h1 img{
	width: 100%;
	margin: 0 auto;
}
h1{
  font-size: 3.5rem;
  margin-bottom: 50px;
}
}