/* ---------- ---------- 
共通
 ---------- ---------- */
section {
overflow: hidden;
    padding-top: 100px;
    padding-bottom: 100px;
}
h2,h3,h4 {
font-family: "Ubuntu", "sans-serif";
}
.top_Ttl {
    margin-bottom: 80px;
    text-align: center;
}
.top_Ttl h2 {
    font-family: "Ubuntu", "sans-serif";
    font-size: 5em;
    font-weight: bold;
    color: #1D5CAA;
	letter-spacing: 0.05em;
}
.top_Ttl_Border {
    border-bottom: 10px solid #1D5CAA;
    width: 50px;
    margin: 0 auto;
}

/* ---------- TAB */
@media screen and (min-width:739px) and ( max-width:1024px){

}
/* ---------- SP */
@media screen and (max-width: 739px) {
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
	#topWrapper {
	padding-top: 59px;
	}
}

/* ---------- ---------- 
メイン
 ---------- ---------- */
section#topSec01 {
    padding: 0;
}
#topSec01 {
    background-image: url("../img/top_main.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    position: relative;
}

#topSec01 h1 {
text-align: center;
padding-top: 15%;
mix-blend-mode:overlay;
opacity: 0;
}
.topSec01_Arrow {
position: absolute;
bottom: 12%;
left: 0;
right: 0;
text-align: center;
opacity: 0;
}
/* ---------- TAB */
@media screen and (min-width:739px) and ( max-width:1024px){

}
/* ---------- SP */
@media screen and (max-width: 739px) {
#topSec01 {
height: 300px;
background-image: url("../img/top_main.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
#topSec01 h1 {
max-width: 80%;
padding-top: 17%;
margin: auto;
}
.topSec01_Arrow {
width: 30px;
margin: auto;
}
}

@media screen and (max-width: 320px) {
#topSec01 h1 {
max-width: 90%;
padding-top: 22%;
}
}

/* ---------- ---------- 
Feature
 ---------- ---------- */
#topSec02 {
    position: relative;
    background: url("../img/top_yrw_back.jpg");
    background-size: cover;
}
.topSec02_Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
}
.topSec02_Box_Left {
    width: 40%;
}
.topSec02_Box_Left img {
    margin-left: -50%;
	max-width: 250%;
	margin-top: 50px;
}
.topSec02_Box_Right {
    width: 60%;
}
.topSec02_Box_Right p {
text-align: justify;
text-justify: inter-ideograph;
}
.topSec02_Box_Right h2 {
    font-size: 6.4em;
    line-height: 1.2;
    margin-bottom: 30px;
}
.topSec02_Box_Right h2 span{
    font-size: 0.4em;
}
.topSec02_Box_Right h2 em{
font-style: normal;
}
.topSec02_BottomBack {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.topSec02_BottomBack img {
    width: 100%;
	height: 135px;
}
/* ---------- TAB */
@media screen and (min-width:739px) and ( max-width:1024px){

}
/* ---------- SP */
@media screen and (max-width: 739px) {
.topSec02_Box_Left {
width: 100%;
}
.topSec02_Box_Left img {
margin-left: -20%;
max-width: 100%;
}
.topSec02_Box_Right {
width: 100%;
}
.topSec02_Box_Right h2 {
font-size: 3em;
text-align: center;
}
.topSec02_BottomBack img {
width: 100%;
height: 30px;
}
}
/* ---------- ---------- 
Feature
 ---------- ---------- */

#topSec03 {
    background: #1D5CAA;
    position: relative;
}
#topSec03 .top_Ttl h2 {
    color: #fff;
}
#topSec03 .top_Ttl_Border {
    border-bottom: 10px solid #fff;
}
.topSec03_Box {
    margin-bottom: 70px;
}
.topSec03_Box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.topSec03_Box li {
    width: 31%;
    height: 320px;
    background: #fff;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding-top: 30px;
    margin-bottom: 30px;
}
.topSec03_Box li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-top: 25px solid #1D5CAA;
  border-right: 25px solid transparent;
}
.topSec03_Box li a {
    display: block;
    height: 320px;
}
.topSec03_Box li h4 {
    font-size: 2.4em;
    font-weight: bold;
    font-family: "Ubuntu", "sans-serif";
    line-height: 1.3;
}
.topSec03_Box li img {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.topSec03_Btn {
    text-align: center;
    margin-bottom: 100px;
}
.topSec03_Btn a {
    box-sizing: border-box;
    color: #fff;
    font-size: 1.6em;
    border: 2px solid #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    width: 240px;
    margin: 0 auto;
    transition: 0.3s;
}
.topSec03_Btn a i {
padding-right: 1em;
}
.topSec03_Btn a:hover {
    color: #1D5CAA;
	background: #FFF;
}
.topSec03_BottomBack {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.topSec03_BottomBack img {
    width: 100%;
	height: 135px;
}
/* ---------- TAB */
@media screen and (min-width:739px) and ( max-width:1024px){

}
/* ---------- SP */
@media screen and (max-width: 739px) {
.top_Ttl {
padding-top: 20px;
}
.top_Ttl h2 {
font-size: 2em;
padding-top: 10px;
}
.topSec03_Box {
margin-bottom: 20px;
}
.topSec03_Box li {
width: 48%;
height: 230px;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 20px;
}
.topSec03_Box li img{
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
}
.topSec03_BottomBack img {
height: 30px;
}
.topSec03_Box li img {
max-width: 90%;
max-height: 100px;
}
.topSec03_Box li h4 {
font-size: 3.8vw;
letter-spacing: 0.05em;
}
.topSec03_Btn {
margin-bottom: 30px;
}
.topSec03_Btn a {
font-size: 0.9em;
}
.topSec03_Btn a i {
padding-right: 0.5em;
}
}

@media screen and (max-width: 340px) {
.topSec03_Box li {
height: 200px;
}
.topSec03_Box li img {
max-height: 80px;
}
}

/* ---------- ---------- 
About us
 ---------- ---------- */
#topSec04 {
    background: url("../img/top_about_back.png");
    background-position: center 200px;
    background-repeat: no-repeat;
    background-size: cover;
    height: 950px;
    position: relative;
}
.topSec04_Box p {
    margin-bottom: 30px;
}
.topSec04_BottomBack {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.topSec04_BottomBack img {
    width: 100%;
	height: 135px;
}
/* ---------- TAB */
@media screen and (min-width:739px) and ( max-width:1024px){

}
/* ---------- SP */
@media screen and (max-width: 739px) {
#topSec04 {
    background: url("../img/top_about_back.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 120%;
    height:auto;
    position: relative;	
}
.topSec04_Box {
    margin-bottom: 250px;
}
.topSec04_BottomBack img {
	height: 30px;
}
}

/* ---------- ---------- 
History
 ---------- ---------- */
#topSec05 {
    background: #04081a url("../img/top_history_back.jpg");
	background-position: center 0;
	background-repeat: no-repeat;
	background-size: 150% auto;
    padding-bottom: 200px;
    position: relative;
}
#topSec05 .top_Ttl h2 {
    color: #fff;
}
#topSec05 .top_Ttl_Border {
    border-bottom: 10px solid #fff;
}

.topSec05_BottomBack {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.topSec05_BottomBack img {
    width: 100%;
	height: 135px;
}

.topSec05_Inner {
    position: relative;
    padding-top: 50px;
	background: #FFF;
	padding-bottom: 100px;
}

.topSec05_Arrow {
	background: #FFF url("../img/top_history_arrow.png") no-repeat center bottom;
	background-size: contain;
}

.topSec05_Box {
    width: 50%;
    padding-bottom: 30px;
}
.topSec05_Box p {
    margin-bottom: 20px;
}
.topSec05_Box img {
    display: block;
    margin: 0 auto;
}
.topSec05_Box_Right {
    margin-left: auto;
    position: relative;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
.topSec05_Box_Right p {
    padding-left: 10px;
	position: relative;
	top: -11px;
}
.topSec05_Box_Right.txt_type01 p {
    padding-right: 35%;
}

.topSec05_Box_Right h3 {
    font-size: 3.2em;
    line-height: 1.5;
	padding-left: 10px;
	position: relative;
    top: -11px;
}
.topSec05_Box_Right_Circle {
    position: absolute;
    left: -13px;
	top:0;
	width: 26px;
}
.topSec05_Box_Left {
    margin-right: auto;
    text-align: right;
    position: relative;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
}
.topSec05_Box_Left p {
    padding-right: 10px;
	text-align: right;
	width: 90%;
	margin-left: auto;
}
.topSec05_Box_Left h3 {
    font-size: 3.2em;
    line-height: 1.5;
	padding-right: 10px;
}
.topSec05_Box_Left_Circle {
    position: absolute;
    right: -13px;
	top:10px;
	width: 26px;
}
#topSec05_Box01  {
}
#topSec05_Box03 {
    margin-top: -100px;
}
#topSec05_Box04 {
    margin-top: -150px;
}
#topSec05_Box05 {
    margin-top: -50px;
}
#topSec05_Box06 {
    margin-top: 50px;
}
#topSec05_Box07 {
    margin-top: -150px;
}

#topSec05_Box07.topSec05_Box {
padding-bottom: 0;
}

/* ---------- TAB */
@media screen and (min-width:739px) and ( max-width:1024px){

}
/* ---------- SP */
@media screen and (max-width: 739px) {
#topSec05 {
background: #04081a url("../img/top_history_back.jpg");
background-position: center 7%;
background-repeat: no-repeat;
background-size: 400%;
padding-bottom: 200px;
position: relative;
}
.topSec05_Inner {
box-sizing: border-box;
padding-left: 10px;
padding-right: 10px;
}
.topSec05_Box {
width: 50%;
padding-bottom: 30px;
box-sizing: border-box;
}
.topSec05_Box_Left_Circle {
right:-13px;
top:10px;
}
.topSec05_Box_Right_Circle {
left: -13px;
top:0;
}
.topSec05_Box img {
max-width: 80%
}
.topSec05_Box_Left_Circle img,
.topSec05_Box_Right_Circle img {
width: 30px;
}
.topSec05_Box_Right.txt_type01 p {
padding-right: 0;
}
.topSec05_Box p {
line-height: 1.6;
font-size: 3vw;
text-align:inherit;
text-justify: inter-ideograph;
}
.topSec05_Box_Left h3,
.topSec05_Box_Right h3 {
font-size: 2em;
}
#topSec05_Box02 {
margin-top: -50px;
}
#topSec05_Box03 {
margin-top: -80px;
}
#topSec05_Box04 {
margin-top: -70px;
}
#topSec05_Box06 {
margin-top: -20px;
}
#topSec05_Box07 {
margin-top: -100px;
padding-bottom: 0;
}
.topSec05_BottomBack img {
height: 30px;
}
}

/* ---------- ---------- 
Contact
 ---------- ---------- */
section#topSec06 {
    padding-bottom: 0;
}
.topSec06_Form {
    width: 60%;
    margin: 0 auto;
	font-family: 'Ubuntu';
}
.topSec06_Form table {
    width: 100%;
    text-align: left;
	font-size: 1.6em;
}
.topSec06_Form tr {
}
.topSec06_Form th {
    display: block;
    color: #4D4D4D;
}
.topSec06_Form td {
    display: block;
    margin-bottom: 10px;
}
.topSec06_Form td span {
	font-size: 0.7em;
	line-height: 1.7;
	color: #E30104;
	display: none;
}
.topSec06_Form td span.invalid {
    display: block;
}
.topSec06_Form td input {
    width: 100%;
    line-height: 1.7;
    padding: 10px;
    border: 2px solid #CCCCCC;
    border-radius: 5px;
	box-sizing: border-box;
}
.topSec06_Form td textarea {
    width: 100%;
    line-height: 1.7;
    height: 250px;
    border: 2px solid #CCCCCC;
    border-radius: 5px;
	box-sizing: border-box;
	padding: 10px;
}
.topSec06_Form .must {
    color: red;
}

.submit dd {
    color: #4D4D4D;
	font-size: 1.6em;
} 

.submit dd a {
    color: #1D5CAA;
    border-bottom: 1px solid #1D5CAA;
} 
.submit_Btn {
    text-align: center;
    margin-top: 100px;    
}
.submit_Btn input {
    box-sizing: border-box;
    background: #1D5CAA;
    color: #FFEE00;
    width: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 1.6em;
    transition: 0.3s;
	border: 1px solid #1D5CAA;
	cursor: pointer;
	-webkit-appearance: button;
	border-radius: 0;
}
.submit_Btn input:hover {
    border:1px solid  #1D5CAA;
    background: #fff;
    color: #1D5CAA;
}
/* ---------- TAB */
@media screen and (min-width:739px) and ( max-width:1024px){

}
/* ---------- SP */
@media screen and (max-width: 739px) {
section#topSec06 {
padding-bottom: 50px;
}
.topSec06_Form {
width: 100%;
}
.topSec06_Form table {
font-size: 0.9em;
}
.submit_Btn {
margin-top: 50px;
}
.submit dd {
font-size: 0.9em;
} 
.submit_Btn input {
font-size: 1em;
}
.topSec06_Form td span {
font-size: 0.8em;
}
.submit_Btn input {
margin-bottom: 10px;
margin-top: 10px;
}
}
