@charset "utf-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
li {
  list-style-type: none;
}
address {
  font-style: normal;
}
/* ↓↓↓　スマホ入力時のフォーカスを防ぐ*/
input,
select {
  font-size: 16px;
  vertical-align: middle;
}
textarea {
  font-size: 16px;
}

/* =============================================================================
   基本設定
   ========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-appearance: none;
}
html {
  overflow-y: scroll;
}
body {
  color: black;
  line-height: 1.6;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Yu Gothic UI','Noto Sans Japanese', Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
	overflow-x: hidden;
}
#overwrap {
  overflow: hidden;
  position: relative;
}
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
}
a:visited {
  color: #333;
}
a:hover {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:active {
  color: #333;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul {
  list-style: none;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}
p {
  font-size: 17px;
  /*letter-spacing: 0.05em;*/
  line-height: 1.8em;
}

/* ========================================================================== */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
}
.marugo {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
}

.shadow {
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff -2px 0px,
    #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,
    #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}

.btn1 a {
  padding: 17px 0;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 60px;
}
.btn1 a:hover {
  transform: translateY(-10px);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

/* .btn1 a:before {
    position: absolute;
    width: 11px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 80px;
    margin: 0;
    padding: 0;
    content: "";
    background-image: url(../images/top/btnArrow.png);
	background-repeat: no-repeat;
} */
.btn2 a {
  padding: 17px 0;
  display: inline-block;
  width: 527px;
  height: 125px;
  border: 4px solid #acd598;
  color: #fff;
  text-decoration: none;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  position: relative;
  font-size: 30px;
  font-weight: bold;
  background-color: #af0d15;
  border-radius: 10px;
  margin-top: 50px;
  margin-bottom: 100px;
  background-image: url("../images/top/bg-btn2.jpg");
  background-size: 56px 53px;
  background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
}
.btn2 a:hover {
  transform: translateY(-10px);
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.btn2 a small {
  font-size: 16px;
}
.btn2 .lineheight {
  line-height: 23px;
  padding-top: 13px;
}
.pt64 {
  padding: 64px 0;
}
  .wrap {
    max-width: 1300px;
    padding: 0 10px;
    margin: 0 auto;
  }
.flex-column{
	display: flex;
	flex-flow: column;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }


  .flex {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 767px) and (max-width: 1240px) {
	.wrap {
			max-width: 1000px;
			padding: 0 15px;
	}
	}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .btn1 a {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    font-size: 20px;
  }
  .btn2 a {
    width: 100%;
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .wrap {
    width: 100%;
    padding: 0 15px;
  }
	p {
		font-size: 14px;
	}
}

/* =============================================================================
	トップページ
   ========================================================================== */

/* 共通 */
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mt60 {
  margin-top: 60px;
}
.sans{
	font-family: sans-serif;
}
.blue {
  color: #0088dc;
}
.red {
  color: #d70d20;
}
.bold{
	font-weight: bold;
}
.indent{
	text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  section {
    padding: 145px 0;
  }
  .pl100 {
    padding-left: 80px;
  }
	.mb80 {
  margin-bottom: 80px;
}
.mt80 {
  margin-top: 80px;
}
}
@media screen and (max-width: 767px) {
  section {
    padding: 80px 0;
  }
  section h2 {
  }
  section h2 img {

  }
}



@media screen and (max-width: 767px) {
  #topMain h3 small {
    font-size: 12px;
  }

  .topKeyimages {
    min-height: 500px;
    background: url(../images/top/keyimagesSP.jpg) no-repeat center/cover;
	  /*margin-top: 60px;*/
  }
    .topKeyimages h2 {
        padding-bottom: 140px;
        width: 93%;
        margin: 0 auto;
        padding-left: 0;
    }
  .topKeyimages h3 {
    font-size: 20px;
  }
	.kome{
		padding-top: 10px;
		color: red;
		font-weight: bold;
	}

}

/* キーイメージ */
.sec01 h2 {
  object-fit: cover;
  /* display: inline-block; */
  margin: 0 auto;
  position: relative;
}
.sec01 .wrap{
	max-width: 938px;
    padding-top: 110px;
}
.sec01 .cont01 p{
	text-align: left;
	line-height: 45px;
	font-size: 17px;
    font-weight: 500;
	font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
	word-break: break-all;
    text-align: justify;
	letter-spacing: 0.6px;
}
.sec01 .cont01 p .txt-kai{
	letter-spacing: -0.3px;
}
.sec01 .wrap .ttl{
	padding-bottom: 70px;
}
@media screen and (min-width: 768px) {
  .sec01 {
	    position: relative;
	    background: url(../images/top/keyimages.png) no-repeat center/cover;
	    z-index: -10;
	    border-top: 13px solid #fff;
	    /*margin-top: 104px;*/
	    padding-bottom: 200px;
	    padding-top: 70px;
  }
	.top-border-blue{
		border-top: 30px solid #1d43a4;
	}
  .sec01 h2 {
    object-fit: contain;
	  padding-bottom: 60px;
  }
	.sec01:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 10%;
    width: 133px;
    height: 327px;
    background: url(../images/top/img-after-01.png) no-repeat center / cover;
}
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
    .topKeyimages h2 {
        object-fit: contain;
        padding-left: 0;
        width: 80%;
    }
	.sec01:after {
        position: absolute;
        content: "";
        bottom: 0px;
        left: 2%;
        width: 133px;
        height: 327px;
        background: url(../images/top/img-after-01.png) no-repeat center / cover;
    }
}
@media screen and (max-width: 768px) {
	.sec01 {
  position: relative;
  background: url(../images/top/keyimagesSP.png) no-repeat center/cover;
  z-index: -10;
border-top: 10px solid #fff;
		padding-top: 30px;
}
	
		.top-border-blue{
		border-top: 20px solid #1d43a4;
	}
	.sec01 h2 {
        object-fit: contain;
        width: 100%;
    }
	.sec01 .cont01 p {
    text-align: left;
	line-height: 33px;
        font-size: 14px;
	}

}









/* sec02 */
.sec02 {
  position: relative;
	padding: 140px 0;
	padding-top: 0;
	    position: relative;
    z-index: 0;
}
.sec02 .wrap {
	max-width: 1390px;
}
.sec02 .ttl{
	margin-top: -5em;
}
.caution{
    text-align: right;
    padding-top: 50px;
    font-size: 14px;
}

@media screen and (min-width: 768px) {
	.sec02 .namelist{
	    padding-top: 80px;
    padding-left: 20px;
}
}
@media screen and (min-width: 767px) and (max-width: 1240px) {

	.sec02 .flex li {
	margin: 0 19px;
    margin-bottom: 3em;
    margin-top: 2em;
    display: flex;
    flex-direction: column;
		width: 46%;
}

	.sec02 h4{
		margin-bottom: 1em;
		padding: 10px 20px;
    font-size: 20px;
	}
	
}
@media screen and (max-width: 767px) {
	.sec02 {
		padding-bottom: 60px;
	}
	.sec02 .flex li {
		margin-bottom: 3em;
	}
	.sec02 h4{
		margin-bottom: 1em;
		padding: 10px 20px;
    font-size: 20px;
	}
	.sec02 .flex li p {
		font-size: 18px;
		line-height: 25px;
	}
	.sec02 .namelist {
    padding-top: 0px;
        margin-top: 20px;
        padding-left: 10px;
        text-align: left;
        overflow-x: scroll;
        height: 300px;
	}
	.sec02 .namelist img{
		margin-bottom: 10px;
	}
	.sec02 .ttl {
    margin-top: -2em;
}
	.caution{
		text-align: left;
	}
}



/* sec03 */
.sec03 {
  background: url(../images/top/bg-sec03.png) no-repeat center/cover;
	position: relative;
	
}
.parent{
	position: relative;
    z-index: 10;
}
.sec03 .wrap {
	max-width: 1300px;
}
.sec03 p {
    text-align: left;
    line-height: 30px;
	font-weight: 600;
	word-break: break-all;
	overflow-wrap: break-word;
	white-space: normal;
	padding: 20px 0;
}
.sec03 h3{
	font-size: 30px;
    font-weight: bold;
	text-align: left;
	letter-spacing: 2px;
	display: flex;
    align-items: center;
	
}
.border-blue{
    height: 30px;
    background: #1E459F;
    width: 10px;
    display: block;
    margin-right: 10px;
}
.sec03 p.white{
	background-color: #fff;
    padding: 0 10px;
    margin-top: 30px;
    width: fit-content;
	font-weight: normal;
}
.cont-white{
	background-color: #fffef2;
	padding: 50px 80px;
}
.sec03 .top-cont-white{
	margin-top: 5em;
}
.sec03 .arrow{
	padding: 25px 0;
}
.sec03 h2{
	font-size: 35px;
	font-weight: bold;
	display: flex;
    flex-flow: column;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
.sec03 h2 .line-orange{
    background-color: #ff6000;
    height: 5px;
	margin: 0 auto;
    width: 95px;
    display: block;
    margin-top: 25px;
}
.sec03 .cont-white p{
	font-weight: 500;
	letter-spacing: -0.3px;
}
.sec03 p.center {
	width: fit-content;
	margin: 0 auto;
	line-height: 40px;
}
.sec03 .highlights {
   background:linear-gradient(transparent 60%, #ff6 60%);
    margin-top: 30px;
    width: fit-content;
}

.orangetxt{
	color: #FF6000;
	font-size: 25px;
}
.blue-ttl{
	font-size: 23px;
	color: #1E459F;
	text-align: left;
	font-weight: bold;
	padding-top: 50px;
	/*border-bottom: 1px dashed;*/
    width: fit-content;
	position: relative;
}
.blue-ttl:after {
    position: absolute;
    content: "";
    top: 90px;
    left: 0;
    width: 100%;
    height: 2px;
    background: url(../images/top/line-border.png) no-repeat center / cover;
	}
.sec03 .time{
	text-align: left;
	padding-top: 2em;
}
.sec03 p.cont-blue-short {
	background-color: #f6f6f6;
    width: 30%;
    padding: 7px 0;
	justify-content: flex-start;
	border: 1px dashed #1e459f;
	padding-left: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
.top-short{
	margin-top: 30px;
}
.sec03 .cont-blue {
	background-color: #f6f6f6;
    width: 69%;
    padding-left: 30px;
	justify-content: flex-start;
	border: 1px dashed #1e459f;
	margin: 15px 0px;
}
.sec03 .cont-blue p{
	font-weight: bold;
	letter-spacing: 0px;
}
.sec03 .cont-blue .box-time{
	padding-left: 2em;
}
.sec03 .center{
	margin: 0 auto;
}
.sec03 .cont-blue .block{
	border: 1px solid;
    padding: 2px 10px;
}
@media screen and (min-width: 1280px) {
	.sec03 .left-bus{
	position: absolute;
    content: "";
    bottom: -35px;
    left: 15%;
    width: 97px;
    height: 373px;
    background: url(../images/top/img-after-02.png) no-repeat center / cover;
	}
	.sec03 .right-bus{
		position: absolute;
        content: "";
        bottom: -35px;
        right: 14%;
        width: 97px;
        height: 369px;
        background: url(../images/top/img-after-03.png) no-repeat center / cover;
	}
}

@media screen and (min-width: 768px) {
	.sec03 {
		padding: 90px 0;
        padding-top: 80px;
        position: relative;
	}
	.sec03 h3{
		margin-left: -25px;
	}
.fadeIn_right {
    opacity: 0;
    transform: translate(50%, 0);
    transition: 2s;
    margin-bottom: -230px;
}
.fadeIn_right.is-show {
    transform: translate(29%, 0);
    opacity: 1;
    margin-bottom: -230px;
}
	.sec03 .inner-wrap {
	    padding: 0px 50px;
		font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
		letter-spacing: 1px;
}
/*.sec03:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 15%;
    width: 1274px;
    height: 373px;
    background: url(../images/top/img-after-04.png) no-repeat center / cover;
}*/

	.cont-hyogo{
	margin-top: 50px;
}
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
	.sec03 .cont-blue {
    background-color: #f6f6f6;
		width: 80%;
	}

}
@media screen and (max-width: 767px) {
	.sec03{
		padding: 60px 0;
	}
	.sec03 h2 {
    font-size: 25px;
	}
.fadeIn_right {
    opacity: 0;
    transform: translate(50%, 0);
    transition: 2s;
    margin-bottom: -40px;
}
.fadeIn_right.is-show {
    transform: translate(29%, 0);
    opacity: 1;
    margin-bottom: -40px;
}
	.cont-white {
    background-color: #fffef2;
    padding: 30px 15px;
}
	.sec03 p.center {
    line-height: 30px;
}
	.blue-ttl{
		padding-top: 10px;
	}
	.sec03 p.cont-blue-short{
		width: 100%;
		margin-bottom: 0;
    margin-top: 20px;
		padding-left: 15px;
	}
	.sec03 .cont-blue{
		padding: 10px;
		width: 100%;
	}
	.sec03 p{
		/*padding: 0;*/
	}
	.sec03 .cont-blue .box-time {
    padding-left: 0;
}
	.sec03 .cont-blue p {
    padding: 0;
}
}



/* sec04 */
.sec04 {
  background: #1E459F;
  position: relative;
	padding: 90px 0;
	border-bottom: 15px solid #FCECBA;
}
.sec04 h2{
	color: #fff;
	font-size: 35px;
    font-weight: bold;
	letter-spacing: -1.5px;
}
.sec04 .return{
	margin-top: 50px;
	justify-content: center;
}

.sec04 .return .boxL{
	background-color: #fff;
	text-align: left;
	font-size: 18px;
}
.sec04 .return .boxL img{
	max-width: 207px;
    margin: 0 auto;
}
.sec04 .return .boxR{
	border: 1px solid #fff;
	color: #fff;
	font-size: 25px;
	align-content: center;
	display: block;
    letter-spacing: 5px;
}
.sec04 .return .boxL:hover{
	opacity: 0.5;
}
.sec04 .return .boxR:hover{
	background-color: #fff;
	color: #1E459F;
}
@media screen and (min-width: 768px) {
	.sec04 .return .boxL,.sec04 .return .boxR{
    padding: 0px 30px;
    border-radius: 20px;
    margin: 0 20px;
    font-weight: bold;
    width: 430px;
    height: 160px;
    justify-content: space-evenly;
}
}
@media screen and (max-width: 767px) {
	.sec04 {
		padding-bottom: 170px;
	}
	.sec04 h2 {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
	.sec04 .return .boxL,.sec04 .return .boxR{
		width: 100%;
		
	}
	.sec04 .return .boxL {
background-color: #fff;
        text-align: left;
        padding: 20px 35px;
        border-radius: 10px;
        font-weight: bold;
        font-size: 14px;
    }
	.sec04 .return .boxL img {
    padding-bottom: 15px;
}
		.sec04 .return .boxR {
        text-align: center;
        padding: 20px;
        border-radius: 10px;
        margin-top: 20px;
}
}


/* sec05 */
.sec05 {
  background: #E97E2E;
	padding: 110px 0;
	position: relative;
}
@media screen and (min-width: 768px) {
.sec05:before {
	position: absolute;
    content: "";
    top: -190px;
    left: 6%;
    width: 537px;
    height: 354px;
    background: url(../images/top/img-before-last.png) no-repeat center / cover;
	}
}
@media screen and (max-width: 1600px) {
    .sec05:before {
        position: absolute;
        content: "";
        top: -140px;
        left: 3%;
        width: 538px;
        height: 354px;
        background: url(../images/top/img-before-last.png) no-repeat center / cover;
    }
}
@media screen and (max-width: 768px) {
	.sec05 {
    background: #E97E2E;
		padding: 70px 0;
	}
    .sec05:before {
        position: absolute;
        content: "";
        top: -140px;
        left: 11%;
        width: 302px;
        height: 198px;
        background: url(../images/top/img-before-lastSP.png) no-repeat center / cover;
    }
}

/* ポップアップ */
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  max-width: 500px;
  padding: 50px;
  background-color: #fff;
  z-index: 2;
}
.popup-inner img {
  width: 100%;
}
.close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.close-btn i {
  font-size: 30px;
  color: #333;
  line-height: 50px;
}
.fa-times:before {
  content: "\f00d";
}
.black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.8);
  z-index: 1;
  cursor: pointer;
}


@media screen and (max-width: 767px) {
  .popup-inner {
    max-width: 300px;
    padding: 30px;
  }
}
/* =============================================================================

   ========================================================================== */

@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
/* =============================================================================

   ========================================================================== */
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
