/*
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;
}

body {
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul,ol {
    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: baseline;
    background: transparent;
}


/* 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 #948f8d;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}




/*************************************************************

ここまでリセット

*************************************************************/
/*共通*/
/*全体のフォントサイズを指定、remでbodyに引っ張られないようにする*/
html {
    font-size: 62.5%;
    font-family:'Noto Sans JP', sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

body {
    font-size: 1.8em;
    line-height: normal;
    color: #040000;
    font-weight: 300;
}
/*全体のフォントサイズを指定*/

a{
	color: #fff;
	text-decoration: none;
}

a:hover{

}

a:hover img{
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

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

div{
	box-sizing: border-box;
}

img{
	max-width: 100%;
	vertical-align: bottom;
}

h1,h2,h3,h4{
    font-weight: normal;
}

/*ヘッダー*/

header {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 20;
}

.header_wrap {
    text-align: center;
    padding: 0;
    float: right;
    margin-right: 120px;
    margin-top: 30px;
}



/* Gナビ */

@media screen and (min-width: 769px) {
	
#g_nav {
    max-width: 100%;
    padding: 0;
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

#g_nav .clone_nav {
    width: 100%;
    overflow: hidden;
    max-width: 1320px;
    margin: 0 auto;
}

#g_nav ul,.c_nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #fff;
	width: 100%;
	overflow: hidden;
}
#g_nav ul li, .c_nav ul li {
    float: left;
    position: relative;
    margin: 0;
    width: 20%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    height: 60px;
    font-size: 15px;
}
#g_nav ul li,.c_nav ul li{
    border-right: 1px solid #ccc;
}

#g_nav ul li:first-child,.c_nav ul li:first-child{
    border-left: 1px solid #ccc;
}
.c_nav ul li{
    width: 17.6%;
}

#g_nav ul li.inq{
    display: none;
}
.c_nav ul li.inq{
    border-right:none;
    width: 12%;
}
.c_nav ul li.inq a {
    background: #0c4835;
    padding: 9px 5px 0;
    box-sizing: border-box;
    font-size: 1.5rem;
    color: #fff;
    max-width: 120px;
    margin: 10px auto 0;
    height: 40px;
}

#g_nav ul.dropdown,.c_nav ul.dropdown{
        display: none;
        position: absolute;
        padding: 0;
		width: 100%;
}
#g_nav ul.dropdown li,.c_nav ul.dropdown li{
	width: 100%;
	height: 35px;
	margin-top: 5px;
	margin-bottom: 0;
}
#g_nav ul li a, .c_nav ul li a {
    display: block;
    color: #333;
    box-sizing: border-box;
    height: 60px;
    padding: 15px 0 0;
    font-weight: bold;
    background: #fff;
}

#g_nav li a:hover, .c_nav li a:hover {
    background: #eee;
    box-sizing: border-box;
}
.c_nav li a:hover{
    background:#eee;
}
#g_nav ul.dropdown a,.c_nav ul.dropdown a{
	height: 35px;
	padding: 6px 0 0px;
}
#sp_g_nav{
    display: none;
}

/*ナビクローン用*/
.c_nav {
    position: fixed;
    top: -80px;
    width: 100%;
    z-index: 30;
    transition: top 0.25s;
    background-color: #fff;
    height: 60px;
    box-sizing: border-box;
    max-width: 100%;
}
.c_nav .nav_box{
    max-width: 1320px;
    margin: 0 auto;
}
	
}

@media screen and (max-width: 1100px){
#g_nav ul li a, .c_nav ul li a {
    padding: 20px 0 0;
    font-size: 1.3rem;
}
}

@media screen and (max-width: 800px){
	.c_nav {
		display: none;
	}
}

.visible {
    top: 0;
}

.header_wrap{
    margin-left: 0;
}
header{
    position: relative;
}
.header_wrap {
    float: none;
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
    display: flex;
    padding-bottom: 25px;
    padding-left: 20px;
    max-width: 1320px;
    margin: 0 auto;
    padding-top: 15px;
	align-items: center;
}
.menu-trigger.pc{
	display: none;
}
.header_wrap .inq_btn{
	margin-left: auto;
}
.header_wrap .inq_btn a{
    background: #0c4835;
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.5rem;
}
.header_wrap .inq_btn a:hover{
	opacity: 0.8;
}
.header_wrap h1.logo{
    max-width: 200px;
}
.header_wrap .main_catch1 {
    text-align: left;
    margin-left: 20px;
    margin-top: 10px;
    background: #757575;
    color: #fff;
    padding: 8px 25px 12px;
    font-weight: bold;
    font-size: 2.6rem;
}
@media screen and (max-width:1350px){
.header_wrap {
    padding: 20px 10px;
}
h1.logo {
    max-width: 320px;
}
}

@media screen and (max-width:1000px){
.header_wrap .main_catch1 {
    font-size: 1.8rem;
}
}

@media screen and (max-width: 768px){
	.header_wrap{
		padding: 0;
	}
	.header_wrap .inq_btn{
		display: none;
	}
	.header_wrap .main_catch1 {
    margin-left: 15px;
    margin-top: 20px;
    padding: 5px;
    font-size: 1.2rem;
		display: none;
}
.menu-trigger.pc,
.menu-trigger.pc span{
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  cursor :pointer;
}
.menu-trigger.pc span{
  position: absolute;
  background: #000000;
  width: 30px;
  height: 3px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu-trigger.pc span:nth-of-type(1){
  top: 15px;
}
.menu-trigger.pc span:nth-of-type(2){
  top: 0;
  bottom: 0;
}
.menu-trigger.pc span:nth-of-type(3) {
bottom: 14px;
}
.menu-trigger.pc.active{
background: none;
}
.menu-trigger.pc.active span:nth-of-type(1){
-webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
    background: #000;
}
.menu-trigger.pc.active span:nth-of-type(2){
  opacity: 0;
}
.menu-trigger.pc.active span:nth-of-type(3) {
-webkit-transform: translateY(-8px) rotate(45deg);
transform: translateY(-8px) rotate(45deg);
background: #000;
width: 30px;
right: 0;
}

.menu-trigger.pc {
    z-index: 10000;
    position: fixed;
    width: 50px;
    height: 50px;
    background: none;
    top: 60px;
    right: 30px;
    background: rgba(255,255,255,0.8);
    /* border: 1px solid #000; */
}




#g_nav {
max-width: 100%;
margin: 0 auto;
flex-basis: 80%;
display: none;
position: fixed;
top: 0;
right: 0;
width: 100%;
max-width: 560px;
height: auto;
z-index: 10;
background: rgba(255,255,255,0.8);
padding-top: 120px;
padding-bottom: 80px;
z-index: 300;
}
#g_nav.active {
display: block;
}

#g_nav .clone_nav {
width: 100%;
}



#g_nav ul, .c_nav ul {
list-style-type: none;
margin: 0 auto;
padding: 0;
color: #fff;
/* float: right; */
width: 90%;
box-sizing: border-box;
}

#g_nav ul li, .c_nav ul li {
float: none;
position: relative;
margin: 0;
width: 100%;
margin-right: 0;
background-color: none;
display: block;
box-sizing: border-box;
text-align: left;
padding: 0;
font-size: 16px;
font-weight: bold;
color: #000;
border-bottom: 1px solid #000;
}

#g_nav ul.dropdown{
    display: none;
    position: absolute;
    padding: 0;
    width: 100%;
z-index: 10;
}
#g_nav ul.dropdown li{
width: 100%;
margin-bottom: 0;
}
#g_nav ul li a {
display: block;
color: #000;
box-sizing: border-box;
padding: 10px 5px 10px 35px;
position: relative;
}

#g_nav ul li:last-child a{
border-right: none;
}

#g_nav ul li:first-child a{
padding: 0;
padding-bottom: 10px;
padding-left: 25px;
}
#g_nav ul li:first-child .submenu li{
border-bottom: none;
}
#g_nav ul li:first-child .submenu a{
padding: 0;
border-bottom: none;
}
#g_nav li a:hover,.c_nav li a:hover{
opacity: 0.8;
}
#g_nav ul li:last-child a:hover{
opacity: 0.8;
}


#g_nav ul li.home{
display: none;
}

#g_nav ul li, .c_nav ul li {
font-size: 1.4rem;
}
#g_nav ul li a {
padding: 10px 5px 10px 20px;
}
#g_nav .nav_box > ul > li:first-child {
padding-bottom: 10px;
}
#g_nav {
max-width: 100%;

}
.header_bg h1 {
font-size: 1rem;
}
.header_wrap .logo {
    max-width: 230px;
    padding-top: 8px;
    padding-left: 10px;
}
header {
    height: 80px;
}
.menu-trigger.pc {
    top: 17px;
    right: 15px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

}

@media screen and (max-width: 600px){
.header_wrap {
    float:none;
    margin-right:0;
    margin-left: 10px;
    margin-top: 10px;
}

.header_wrap .logo {
    max-width: 125px;
    padding-top: 0;
    padding-left: 0;
}
.header_wrap .main_catch1 {
    margin-left: 10px;
    margin-top: 10px;
    padding: 3px;
    font-size: 1rem;
}
}





/*ボディ*/
.contents_box {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative;
    z-index: 1;
}

.main_wrap {
    position: relative;
    margin-bottom: 80px;
    height: calc(100vh - 194px);
    overflow: hidden;
}
.main_wrap .main_catch1 {
    font-size: 6rem;
    color: #fff;
    position: absolute;
    top: 15%;
    left: 0;
    margin: 0 auto;
    background-color: rgba(0,0,0,0.4);
    padding: 10px 20px;
    line-height: 1.3;
	display: none;
}
.main_catch2 {
    font-size: 2rem;
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 1200px;
    background: #0c4835;
    padding: 60px;
    box-sizing: border-box;
    border-radius: 4px;
    bottom: auto;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.main_catch2.note{
display: none;;
}
.main_catch2 h2 {
    font-size: 3rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
}
.parallax.bg-01 {
    overflow: hidden;
    height: 100vh;
}

.parallax.bg-01 {
    margin: 0 0 20px;
    width: 100%;
    overflow: hidden;
    position: relative;

}
.parallax.bg-01 img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    object-fit: cover;
    height: 100%;
    z-index: -1;
}
    .main_wrap .contents_box {
        height: 100%;
        max-width: 100%;
        width: 100%;
        background: rgba(0,0,0,0.2);
        position: absolute;
        top: 0;
        left: 0;
    }


.main_text{
    margin-bottom: 80px;
}

.main_text h2{
    text-align: center;
    font-size: 2.3rem;
    margin-bottom: 30px;
}

.main_text>p{
    text-align: center;
    line-height: 2.0;
    margin-bottom: 30px;
}




  a.scroll {
    position: absolute;
    bottom: 110px;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 1px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 100;
}
a.scroll:hover{
    opacity: 0.6;
}
a.scroll:after:hover{
    opacity:0.6;
}
  a.scroll:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    width: 16px;
    height: 16px;
    margin: -12px 0 0 -8px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
  }




hr{
    max-width: 1040px;
    width: 100%;
    margin: 0 auto;    
}


/*セクション1*/

#contents1{
    margin-bottom: 100px;
}
#contents1 .column4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#contents1 .column4 li {
    flex-basis: 48%;
    /* margin-right: 1.333%; */
    background: #ececec;
    padding: 40px 40px 30px 40px;
    box-sizing: border-box;
    color: #000;
    border-radius: 2px;
    margin-bottom: 4%;
    min-height: 320px;
    position: relative;
}
#contents1 .column4 li:nth-child(4n){
    margin-right: 0;
}
#contents1 .column4 li h4 {
    text-align: center;
    color: #0c4835;
    font-size: 2.8rem;
    margin-bottom: 40px;
    font-weight: 800;
}
#contents1 .column4 li p {
    font-size: 1.6rem;
    padding: 0 10px;
    line-height: 1.6;
    min-height: 190px;
}
#contents1 .column4 li p.link_btn{
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    height: auto;
    min-height: 0;
}

#contents2{
    margin-bottom: 180px;
}




.top_link_btn{
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

p.top_link_btn{
    text-align: center;
    font-size: 4.0rem;        
}
@media screen and (max-width: 1400px){
p.top_link_btn {
    font-size: 3.2rem;
}
}

p.top_link_btn span{
    color: #0e6eb8;
}


.top_link_btn a {
    padding: 20px 10px 20px 0;
    background: #1a1a1a;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    transition: .3s;
    background-size: 40px 40px;
    text-align: center;
    border: 1px solid #1a1a1a;
}
.top_link_btn a:before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}
.top_link_btn a:hover{
    opacity: 0.9;
background: #fff;
color: #1a1a1a;
}
.top_link_btn a:hover:before{
    border-top: solid 3px #1a1a1a;
    border-right: solid 3px #1a1a1a;
}
#contents3 {
    margin: 0 auto 80px;
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
    height: 400px;
    max-width: 1200px;
}
.parallax2.bg-02 {
    margin:0 0 20px;
    width:100%;
    overflow:hidden;
    position:relative;
    height: 400px;
}

.parallax2.bg-02 img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    object-fit: cover;
}

#contents3 .contents_box {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    background-color: rgba(255,255,255,0.6);
    padding: 10px;        
} 

#contents3 .catch {
    text-align: center;
    font-size: 4.2rem;
    font-weight: bold;
    color: #0e6ebf;
}

#contents4{
    margin-bottom: 100px;
}
#contents4 .top_link_btn{
    max-width: 400px;
}
#contents4 .top_link_btn a {
    font-size: 2rem;
    background: #0e6eb8;
    border: 1px solid #0e6eb8;
    padding: 25px 10px;
    border-radius: 5px;
}
#contents4 .top_link_btn a:hover{
    background: #fff;
    color:#0e6eb8;
}
#contents4 .top_link_btn a:before{
    display: none;
}
#contents4  .con4_top .top_link_btn{
	margin-bottom: 80px;
}
#contents4  .con4_bottom .flex.column2{
	max-width: 600px;
}
#contents4 .con4_bottom .top_link_btn a {
    background: #757575;
    border: 1px solid #757575;
    height: 70px;
    font-size: 1.4rem;
    padding: 15px 10px;
}
#contents4 .con4_bottom .top_link_btn:last-child a{
	padding-top: 25px;
}
#contents4 .con4_bottom a:hover{
    background: #fff;
    color:#757575;
}

@media screen and (max-width: 1600px){
.main_wrap .main_catch1 {
    font-size: 5rem;
    top: 20%;
    left: 0;
}

}
@media screen and (min-width:821px) and (max-width:1400px){
/*
.main_wrap .main_catch2{
    display: none;
}
.main_catch2.note {
    display: block;
    position: relative;
    margin: -250px auto 60px;
    z-index: 1;
}*/
}


@media screen and (max-width: 1400px){
    .main_wrap .main_catch1 {
        top: 25%;
        font-size: 4.0rem;
    }
.main_catch2 {
    max-width: 1120px;
    width: 90%;
    padding: 30px;
    font-size: 1.8rem;
}
#contents1 .column4 {
    max-width: 800px;
    margin: 0 auto;
}

#contents1 .column4 li {
    min-height: 270px;
    padding: 30px;
}
#contents1 .column4 li p {
    font-size: 1.3rem;
    min-height: 140px;
}
	
	#contents1 .column4 li h4 {
    margin-bottom: 15px;
		font-size: 2.5rem;
}
.link_btn a {
    font-size: 1.6rem;
}
}

@media screen and (max-width: 1000px){
    .main_wrap .main_catch1 {
        font-size: 4.0rem;
        top: 35%;
    }
	
    .main_wrap .main_catch2 {
        font-size: 1.6rem;

    }
    #contents1 .column4 li {
        min-height: 400px;
    }
}

@media screen and (max-width: 768px){
	.main_catch2{
    font-size: 1.6rem;
    top: auto;
    right: 0;
    left: 0;
    max-width: 90%;
    width: 100%;
    bottom: 5%;
		padding: 30px;
		    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
	}
	
.main_wrap {
    height: calc(100vh - 80px);
}
    .main_wrap .main_catch1 {
        font-size: 3.6rem;
        top: 20%;
			display: block;
    }
    #contents1 .column4 {
        display: block;
        flex-wrap: wrap;
    }
    #contents1 .column4 li {
        margin: 0 auto 20px!important;
        max-width: 600px;
        min-height: 0;
    }
    #contents1 .column4 li h4 {
        font-size: 2rem;
    }
    #contents1 .column4 li p.link_btn {
        margin-top: 20px;
        position: relative;
        bottom: auto;
        left: 0;
        right: 0;
    }
    #contents1 .column4 li p {
        font-size: 1.6rem;
        min-height: 0;
    }
    #contents3{
        height: 300px;
    }
    #contents3 .contents_box {
        top: 100px;
    }
    .parallax2.bg-02 {
        height: 300px;
        padding-top:0;
    }
    
    #contents1 .column4 li h4 br{
        display: none;
    }
	
#contents4 .con4_bottom .column2 p:first-child {
    text-align: center;
    margin-bottom: 20px;
}
#contents2 {
    margin-bottom: 70px;
}
	#contents4 {
    margin-bottom: 100px;
}
}
@media screen and (max-width: 600px){
    .main_catch2 h2 {
        font-size: 1.6rem;
    }
	.main_wrap .main_catch2 {
    font-size: 1.2rem;
}
.main_wrap .main_catch1 {
    font-size: 2.3rem;
    top: 70px;
}
    .top_link_btn a {
        font-size: 2rem;
    }
    #contents3{
        height: 200px;
    }
    .parallax2.bg-02 {
        height: 200px;
        padding-top:0;
    }
    #contents3 .contents_box {
        top: 50px;
    }
    #contents3 .catch {
        font-size: 3.2rem;
    }

}




footer {
    background-color: #0c4835;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}


/*セクション2*/
#contents2 {
    margin-bottom: 40px;
    color: #0e6eb8;
}
.x-line_catch{
    font-size: 5.0rem;
    text-align: center;
    font-weight: 300;
}

@media screen and (max-width: 1400px){
.x-line_catch {
    font-size: 4.0rem;
}
}

@media screen and (max-width: 768px){
    .x-line_catch{
        font-size: 4.0rem;
    }
    
}

.item_wrap{
    max-width: 1000px;
    width: 100%;
    margin: 50px auto 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item_wrap li{
    width: 24%;
    text-align: center;
}
.item_wrap.column3{
    max-width: 950px;
}
.item_wrap.column3 li{
   flex-basis: 28%;
}
.item_wrap.column3 li:nth-child(2){
    flex-basis: 38%;
}
.item_wrap.column3 li:nth-child(3){
    flex-basis: 33%;
}


@media screen and (max-width: 1400px){
.item_wrap {
    max-width: 550px;
	  margin: 30px auto 30px auto;
}
.item_wrap.column3 {
    max-width: 540px;
}
.contents_box.delaycatch {
    margin-top: 20px!important;
}
#contents2 {
    margin-bottom: 30px;
}
}

@media screen and (max-width: 768px){
    .item_wrap li{
        width: 48%;
        padding: 15px;
        box-sizing: border-box;        
    }
    .item_wrap {
        margin: 30px auto 30px auto;
    }
}



/*フェードイン*/
.fadein,.time-fadein,.time-fadein2{
	opacity: 0;
	transform: translate(0,40px);
	transition: all 800ms;
}
.fadein.scrollin,.time-fadein.scrollin,.time-fadein2.scrollin{
	opacity: 1;
	transform: translate(0,0);
}
.fadein.fadein_l,.time-fadein.fadein_l{
	transform: translate(-50px,0);
	transition: all 800ms;
	opacity: 0;
}
.fadein.fadein_l.scrollin,.time-fadein.fadein_l.scrollin{
	transform: translate(0,0);	
	opacity: 1;
}
.fadein.fadein_r.fadein,.time-fadein.fadein_r.fadein{
	transform: translate(50px,0);
	transition: all 800ms;
	opacity: 0;
}
.fadein.fadein_r.scrollin,.time-fadein.fadein_r.scrollin{
	transform: translate(0,0);	
	opacity: 1;
}

@media screen and (max-width:850px){
    /*タブレット以下は下からスライドに固定(横ずれを防ぐ為)*/
    .fadein,.time-fadein,.time-fadein2{
        transform: translate(0,40px)!important;
    }
    .fadein.scrollin,.time-fadein.scrollin,.time-fadein2.scrollin{
        opacity: 1;
        transform: translate(0,0)!important;
    }
}





/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}
#contents1 .fadeUp{
animation-name:fadeUpAnime2;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity: 0;
}
#contents1 .fadeUp:nth-of-type(1){
	animation-delay: 0.5s!important;

}
#contents1 .fadeUp:nth-of-type(2){
	animation-delay: 1s!important;

}
#contents1 .fadeUp:nth-of-type(3){
	animation-delay: 1.5s!important;

}
#contents1 .fadeUp:nth-of-type(4){
	animation-delay: 2s!important;

}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(200px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

@keyframes fadeUpAnime2{
  from {
    opacity: 0;
	transform: translateY(80px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}





/*下層用*/



.under_contents h2{
    text-align: center;
    font-size: 3.6rem;
    background: url(images/mainimage.png) no-repeat center top;
    background-size: cover;
    padding: 80px 0;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 80px;
}
.under_contents h2 span{
background:rgba(0,0,0,0.4);
padding: 10px;
box-sizing: border-box;
}

.under_contents h3{
font-size: 3.2rem;
color: #0e6eb8;
margin-bottom: 30px;
}

.under_contents p {
    margin-bottom: 30px;
    line-height: 1.6;
}

.mb0{
    margin-bottom: 0!important;
}
.mb10{
    margin-bottom: 10px!important;
}
.mb15{
    margin-bottom: 10px!important;
}
.mb20{
    margin-bottom: 20px!important;
}

.center{
    text-align: center;
}

.center.catch{
    font-size: 3rem;
    color: #0e6eb8;
}
.center.catch2{
    font-size: 2rem;
    margin-bottom: 80px;
}

.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flex.column2{
	max-width: 800px;
	margin: 0 auto;
	align-items: center;
}
.flex.column2 > li,.flex.column2 > div,.flex.column2 > p{
    flex-basis:48%;
}
.flex.column4 li{
    flex-basis: 23%;
}

.under_contents h4{
    background: #0e6eb8;
    text-align: center;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
ul.ul01{
    margin-bottom: 30px;
}
ul.ul01 li {
    padding: 0 0 5px 15px;
    position: relative;
}
ul.ul01 li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    box-sizing: border-box;
    background: #0e6eb8;
    left: 0;
    top: 10px;
    border-radius: 50%;
}
.small{
    font-size: 1.3rem;
}

.under_contents .center.catch{
    margin-bottom: 80px;
}
.under_contents .flex.column4{
    margin-bottom: 80px;
}
.under_contents .flex.column4 li img{
    max-height: 150px;
}

.btn_border {
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    box-sizing: border-box;
    padding: 60px 0;
    margin-bottom: 80px;
}
.under_contents .btn_box{
    max-width: 700px;
    margin: 0 auto;
}
.under_contents .btn_box .link_btn {
    margin-bottom: 10px;
}
br.sp{
    display: none;
}
.under .contents_box {
    padding: 0 10px;
}
.mb60{
    margin-bottom: 60px!important;
}
.update table{
    width: 100%;
    margin-bottom: 10px;
}
.update table td,
.update table th {
    border:1px solid #fff; padding:7px; line-height:1.8; background:#e6e6e7;font-size: 1.4rem;
vertical-align: middle;
text-align: center;}
.update table th { background:#0d6fb8; font-weight:normal; width: 25%;vertical-align: middle;color: #fff;}
.update table img {
    max-width: 50px;
    padding-right: 10px;
}
.update table td{
    color: #0d6fb8;
}
.update table th{
    width: 6.66%;
}
.update table th:first-child{
    width: 20%;
    text-align: left;
}
.update table tr td:first-child {
    text-align: left;
    color: #000;
    display: flex;
    align-items: center;
}
.update.center.catch{
    color: #000;
}
span.red{
    color: red;
}
.why .bg_box {
    background: #0e6eb8;
    color: #fff;
    padding: 20px;
    max-width: 650px;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
}
.why .bg_box p {
    margin-bottom: 0;
    display: flex;
    margin: 0 auto;
    text-align: left;
    justify-content: center;
    align-items: center;
}
.why .bg_box .big {
    font-size: 5rem;
    padding: 0 5px;
    box-sizing: border-box;
}
.why .bg_box p > .yellow{
	padding-left: 20px;
}
.why .bg_box .small{
    font-size: 1.6rem;
}
.yellow{
color:#ffba27;
}

.why .bg_box + .flex {
    max-width: 800px;
    margin: 0 auto 60px;
    flex-direction: row-reverse;
    align-items: center;
}
.why .bg_box + .flex .img {
    flex-basis: 27%;
    margin-right: 20px;
    font-size: 1rem;
	text-align: center;
}

.why .bg_box + .flex .txt {
    padding: 5px;
}
.why .bg_box + .flex .big {
    font-size: 2.2rem;
    font-weight: bold;
    padding: 15px 0 0px;
    display: block;
}
.small.url a{
	color: #0e6eb8;
}
.update .center.catch{
    color: #000;
}
@media screen and (max-width: 768px){
    br.sp{
        display: inline;
    }
    .under .menu-trigger.pc {
        top: 15px;
        right: 15px;
    }
    .under .header_wrap {
        margin-top: 10px;
        padding-left:0;
        padding-bottom: 25px;
    }
.under_contents h2 {
    font-size: 2.6rem;

}
.under_contents h3 {
    font-size: 2.4rem;
}
.center.catch{
    font-size: 2.4rem;
}
.flex.column4,.flex.column2{
    display: block;
    max-width: 600px;
    margin: 0 auto;
}
	
.small {
    font-size: 1.3rem;
}
.center.catch2 {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 60px;
}
.why .bg_box .big {
    font-size: 2.2rem;
    padding: 0;
}
.why .bg_box {
    font-size: 1.6rem;
    padding: 10px;
}
.why .bg_box .small {
    font-size: 1.2rem;
}
.why .bg_box + .flex {
    max-width: 900px;
    margin: 0 auto 40px;
    display: block;
}
.why .bg_box + .flex .img {
    margin: 0 auto 20px;
    text-align: center;
}
.mb60 {
    margin-bottom: 40px!important;
}
.update table img {
    max-width: 35px;
    padding-right: 0;
    display: block;
}
.update table tr td:first-child {
    display: block;
}
.update table td, .update table th {
    padding: 8px;
    line-height: 1.8;
    font-size: 1.2rem;
}

.scroll-table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}


.link_btn{
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

p.link_btn{
    text-align: center;
    font-size: 4.0rem;        
}

p.link_btn span{
    color: #0e6eb8;
}


.link_btn a {
    padding: 10px 10px 15px 0;
    background: #0e6eb8;
    width: 100%;
    display: block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 0;
    position: relative;
    transition: .3s;
    text-align: center;
    border: 1px solid #0e6eb8;
}
.link_btn a:before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}
.link_btn a:hover{
    opacity: 0.9;
background: #fff;
color: #0e6eb8;
}
.link_btn a:hover:before{
    border-top: solid 2px #0e6eb8;
    border-right: solid 3px #0e6eb8;
}

.link_box{
	max-width: 1120px;
	margin: 0 auto;
	position: relative;
}
.link_box .link{
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	height: 100%;
	display: block;
	z-index: 5;
}
.link_box .link span{
	display: none;
}
.link_box .link:hover{
	background:rgba(255,255,255,0.2);
}

