@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;700&display=swap');

* {
box-sizing: border-box;
font-family: 'Noto Sans JP', "Hiragino Sans", '游ゴシック体','游ゴシック', YuGothic,"Hiragino Kaku Gothic ProN", sans-serif;
font-weight: 400;
}

address, em {
	font-style: normal;
}

/* 共通設定 */
.viewpc {
	display: block;
}
.viewtb {
	display: none;
}
.viewsp {
	display: none;
}


/* ---------- reset  ---------- */
html, body {
    width: 100%;
}

html {
	/*overflow-y: scroll; */ /* Firefox scroll-on */
}

body {
	background-color: #ffffff;
	color: #212121;
	font-size: 1em;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
	margin: 0;
	padding: 0;
}

table,pre,code,select,option,input,textarea,kbd,var,ins,del,samp {
	font-size: 14px;
}

optgroup {
	font-size: 14px;
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 14px;
}
p {
	font-size: 15px;
	letter-spacing: -0.02em;
	line-height: 1.8;
	margin: 0 0 1em 0;
	text-align: justify;
}
ul li,ol li {
	list-style: none;
}

table,th,td {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
}

th,caption {
	text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
	font-weight: normal;
	font-style: normal;
}

img,fieldset {
	border: none;
}
hr {
	border: solid #cdcdcd;
	border-width:1px 0 0 0;
	height:1px;
	clear: right;
}
.align_center {
	text-align: center;
}

/* Link Style */

a,a:link,a:active,a:visited {
	color: #212121;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: none;
}
a:hover {
	color: #212121;
	text-decoration: underline;
}

a img {
	border: 0;
}
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.inner {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	text-align: justify;
	padding: 0;
}
.inner_conpact {
	width: 600px;
	margin: 0 auto;
}
.top_nomargin {
	margin-top: 0!important;
}
.bottom_nomargin {
	margin-bottom: 0!important;
}
.text_strong {
	font-weight: bold;
}
.text_blue {
	color: #092254;
}
.text_red {
	color: #df4150;
}
.text_white {
	color: #ffffff;
}
.text_cap {
	font-size: 14px;
	line-height: 1.3;
}
.text_long {
	letter-spacing: -0.1em;
}
.text_underline {
	text-decoration: underline;
}
.align_left {
	text-align: left!important;
}
.align_right {
	text-align: right!important;
}
.blockcontents {
	display: block;
}
.margintop10 {
	margin-top: 10px;
}
.margintop30 {
	margin-top: 30px;
}
.margintop40 {
	margin-top: 40px;
}
.marginbottom0 {
	margin-bottom: 0!important;
}
.marginbottom60 {
	margin-bottom: 60px!important;
}
.marginleft0 {
	margin-left: 0!important;
}
.margintopmainus30 {
	margin-top: -30px;
}
.cap {
	font-size: 14px;
	margin-top: 8px!important;
	line-height: 1.6!important;
}
.lineheightshort {
	line-height: 1.5!important;
	margin-bottom: 12px!important;
}
.strong_copy {
	font-size: 20px;
	text-align: center;
}
.big_copy {
	font-size: 28px;
	margin-bottom: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
 
/* ---------  clearfix --------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
.clearfix {
	min-height: 1px;
}
 
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear {
	clear: both;
}

img {
	width: 100%;
	height: auto;
}


/* ---------  animation --------- */
.invisible {
 transition: opacity 0.5s ease;
 opacity: 0;
}

.visible {
 transition: opacity 0.5s ease;
 opacity: 1.0;
}

.deley01 {
 animation-delay: 0.2s;
}

.deley02 {
 animation-delay: 0.3s;
}

.deley03 {
 animation-delay: 0.4s;
}

.deley04 {
 animation-delay: 0.5s;
}

.deley05 {
 animation-delay: 2s;
}

/* ===============
header
================*/
header {
	width: 100%;
	height: 80px;
	background-color: rgba(255,255,255,0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
header .inner {
	width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
header h1 {
	flex-basis: 240px;
	margin-top: 20px;
	margin-right: 20px;
}
header .pcmenu {
	flex-basis: auto;
	width: 740px;
}
header .pcmenu ul {
	display: flex;
	width: 640px;
	justify-content: space-evenly;
	flex-wrap: nowrap;
	border-left: 1px solid #333;
	align-items: center;
}
header .pcmenu ul li {
	flex-basis: auto;
	width: 100%;
	font-size: 14px;
	letter-spacing: -0.01em;
	border-right: 1px solid #333;
	text-align: center;
}
header .pcmenu ul li a {
	display: block;
	height: 80px;
	color: #2f6f83;
	font-weight: 700;
	padding-top: 20px;
}
header .pcmenu ul li:first-child a {
	padding-top: 28px;
}
header .pcmenu ul li a:hover{
	text-decoration: none;
	background-color: #2f6f83;
	color: #fff;
}


header .btn_entry {
	flex-basis: 180px;
	width: 100%;
	margin-top: 12px;
	text-align: left;
}
header .btn_entry a {
	width: 100%;
	display: block;
	background: url("../images/arrow_right_w.svg") no-repeat 96% center #FF8500;
	background-size: 8px;
	color: #fff;
	font-size: 14px;
	padding: 18px 30px 18px 10px;
	border-radius: 4px;
}

.btn_entry {
	width: 80%;
	max-width: 700px;
	margin: 30px auto;
	text-align: center;
}
.btn_entry a {
	width: 100%;
	display: block;
	background: url("../images/arrow_right_w.svg") no-repeat 96% center #FF8500;
	background-size: 14px;
	color: #fff;
	font-size: 24px;
	padding: 20px 30px 20px 30px;
	border-radius: 6px;
	font-weight: 700;
}

.btn_entry a:hover {
	opacity: 0.6!important;
	text-decoration: none;
}

/* ===============
main
================*/
main {
	width: 100%;
	clear: both;
	padding-top: 80px;
}

/* ===============
#topimage
================*/
#topimage {
	width: 100%;
	margin-bottom: 0;
}
#topimage h1 {
	margin-bottom: 0;
}

/* ===============
#sec_intro
================*/
#sec_intro {
	width: 100%;
	margin: -4px auto 0 auto;
	background-image: url("../images/bg_rec.svg"), url("../images/bg01.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: top left, center 90%;
	background-size: 400px, 100%;
}
#sec_intro .inner {
	width: 96%;
	max-width: 1000px;
	padding: 60px 0 10px 0; 
	background: url("../images/fig_sec01.png") no-repeat right 40px;
	background-size: 280px;
}
#sec_intro h2 {
	color: #2f6f83;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5;
}
#sec_intro h3 {
	font-size: 24px;
	color: #2f6f83;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
#sec_intro p.lead {
	font-size: 20px;
	color: #2f6f83;
	margin-top: 0;
	margin-bottom: 10px;
} 

#sec_intro .intro_lead {
	width: 580px;
	margin: 0 60px 0 0;
}
#sec_intro .intro_lead p {
	color: #2f6f83;
	line-height: 2;
}

#sec_intro .intro_art01 {
	width: 70%;
	margin: 20px auto 40px auto;
	background-color: rgba(232,242,249, 0.8);
	padding: 30px;
}
#sec_intro .intro_art01 p {
	color: #2f6f83;
	line-height: 2;
}


/* ===============
#sec_signal
================*/
#sec_signal {
	width: 100%;
	margin: 80px auto 0 auto;
}
#sec_signal h2 {
	background-color: #2f6f83;
	color: #fff;
	text-align: center;
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 10px;
	line-height: 1.5;
	padding: 12px 0;
}
#sec_signal .inner {
	width: 96%;
	max-width: 1000px;
	padding: 60px 0 0 0; 
}

#sec_signal .slider {
	margin: 20px auto 20px auto;
	width: 90%;
}
#sec_signal .slider .mainslide {
	border: 1px solid #A5A5A5;
	padding: 30px;
}
#sec_signal .slider .mainslide h3 {
	font-size: 24px;
	color: #2f6f83;
	font-weight: 700;
	text-align: center;
	margin: 0 auto 20px auto;
}
#sec_signal .slider .mainslide p {
	color: #2f6f83;
	margin-right: 10px;
	margin-left: 10px;
}
#sec_signal .slider .mainslide img {
	width: 100%;
	max-width: 700px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#sec_signal .slider .mainslide img.fig_s {
	max-width: 660px;
}
.thumb-item-nav {
	padding-left: 20px!important;
	padding-right: 20px!important;
	margin: 0 auto;
}
#sec_signal .slide .thumb-item-nav .thumb {
	border: 1px solid #2f6f83;
	padding: 2px 8px;
	border-radius: 20px;
	text-align: center;
	font-size: 14px;
	margin-right: 10px!important;
	width: 94%!important;
}

/* ===============
#sec_more
================*/
#sec_more {
	width: 100%;
	margin: 0 auto;
	background-image: url("../images/bg_rec.svg"), url("../images/bg02.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: left 280px, center 95%;
	background-size: 400px, 100%;
	padding: 60px;
}
#sec_more h2 {
	color: #2f6f83;
	background: url("../images/bg_line01.png") no-repeat center top;
	background-size: 1px;
	text-align: center;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.5;
	padding: 80px 0;
}
#sec_more h3 {
	font-size: 24px;
	color: #2f6f83;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
#sec_more .inner {
	width: 96%;
	max-width: 1000px;
	padding: 60px 0 0 0; 
	background: url("../images/fig_sec03.png") no-repeat right 100px;
	background-size: 330px;
}
#sec_more .more_lead {
	width: 580px;
	margin: 0 60px 0 0;
}
#sec_more .more_lead h3 {
	text-align: left;
}
#sec_more .more_lead p {
	color: #2f6f83;
	line-height: 2;
}

#sec_more .more_art01 {
	width: 70%;
	margin: 20px auto 40px auto;
	background-color: rgba(232,242,249, 0.8);
	padding: 30px;
}
#sec_more .more_art01 p {
	color: #2f6f83;
	line-height: 2;
}
#sec_more .more_art01 p a {
	color: #2f6f83;
	text-decoration: underline;
}
#sec_more .more_art01 p a:hover {
	text-decoration: none;
}

/* ===============
#sec_reason
================*/
#sec_reason {
	width: 100%;
	margin: 80px auto 0 auto;
	background-color: #E4E4E4;
	padding: 60px 0;
}
#sec_reason .inner {
	width: 100%;
	background: url("../images/bg_line02.png") no-repeat 100px 56px;
	background-size: 600px;
	max-width: 1000px;
	margin: 0 auto;
}
#sec_reason h2 {
	color: #2f6f83;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.5;
}

#sec_reason .reason_index {
	display: flex;
	width: 590px;
	margin: 30px auto;
	justify-content: space-between;
	flex-wrap: wrap;
}
#sec_reason .reason_index .reason_item {
	flex-basis: 46%;
	margin-bottom: 40px;
	background-color: #fff;
	width: 100%;
}
#sec_reason .reason_index .reason_item .reasonitem_img {
	width: 100%;
	height: 220px;
	background-color: #e5eef2;
	padding: 20px 10px;
	color: #2f6f83;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}
#sec_reason .reason_index .reason_item .reasonitem_img img {
	width: 44%;
	height: auto;
	display: block;
	text-align: center;
	margin: 20px auto 16px auto;
}
#sec_reason .reason_index .reason_item .img_s img {
	width: 50%!important;
	margin: 10px auto 16px auto;
}
#sec_reason .reason_index .reason_item .img_l img {
	width: 70%!important;
}
#sec_reason .reason_index .reason_item .reasonitem_txt {
	width: 100%;
	padding: 16px;
}
#sec_reason .reason_index .reason_item .reasonitem_txt p {
	font-size: 16px;
	text-align: center;
	color: #2f6f83;
}

/* ================
#pagetop
================== */
#pagetop {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 40px;
	width: 60px;
	height: 60px;
	background: url(../images/totop.png) no-repeat;
	background-size: 60px;
	z-index: 5;
}
#pagetop a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

/* ===================
footer
====================== */
footer {
	clear: both;
	width: 100%;
	margin: 0;
	background-color: #2f6f83;
	padding: 20px 0;
}
footer .inner {
	width: 1000px;
	margin: 0 auto;
}
footer p {
	color: #fff;
}


/* ==================
modal parts
===================== */
.modal-content {
  width: 680px;
	max-height: 750px;
  top: 50%;
  position:fixed;
  display:none;
  z-index:1003;
  margin: 0;
  background-color: #99cddc;
  overflow: auto;
	-webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
	overflow-y: auto;
	overflow-x: auto;
	padding: 20px 30px 20px 30px;
	text-align: center;
}

.modal-content h2 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 20px auto;
	line-height: 1.6;
}
.modal-content h2 span {
	display: block;
	font-size: 18px;
	font-weight: normal;
}
.modal-content img {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px auto;
	height: auto;
}
.modal-overlay {
  z-index:1000;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.8);
}
.modal-open {
}
.modal-open:hover {
  cursor:pointer;
}
.closebtn:hover {
  cursor:pointer;
}
.modal-close {
  position: relative;
  vertical-align: middle;
  zoom: 1;
  top: 2px;
	right: 2px;
  float: right;
  width: 2em;
  height: 2em;
  cursor: pointer;
	z-index: 1000;
}
.modal-close:before, .modal-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3em;
  height: 2px;
  background-color: #fff;
}
.modal-close:before{
  transform: rotate(45deg);
}
.modal-close:after{
  transform: rotate(-45deg);
}





