body {
	width:100%;
	height:100%;
	color: #666666;
    font-family:"游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
	line-height:180%;
	margin:0px;
	padding: 0px;
	border: 0px;
	text-decoration:none;
	letter-spacing: 1px;
}

img{
    max-width: 100%;
    height: auto;　
}

a:link {
    color:#40794C;
    text-decoration:none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:active,
a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

a:visited {
    color:#40794C;
    text-decoration:none;
}

p{
	font-size: 1.125rem;
}

strong{
	font-weight: bold;
}

.c-both{
    clear: both;
    height:0em;
    visibility:hidden;
    overflow:hidden;
    content:”.”;
}

header {
	margin:0;
	padding:0;
	width:100%;
    background-color: #171c61;
    height: 120px;
}

h1{
	text-indent:-9999px;
	display:block;
	background:url(../img/logo_wt.svg) no-repeat top center;
	background-size: contain;
	width:194px;
	height:67px;
    float: left;
    margin: 27px 40px;
}

.menu{
    display: block;
    float: right;
    margin: 4px 40px;
    text-align: right;
}

.copyright{
    font-size:0.750rem;
	font-family: Arial, Helvetica;
	margin-bottom: 0px;
	color: #FFF;
}

.ft_copyright{
    display: none;
}

.nav{
    display: flex;
    align-items: center;
    gap: 25px;
}

.nav p{
    color: #FFF;
    font-size: 0.9375rem;
    font-weight: bold;
}

.btn_login{
    display: block flex;
    align-items: center;
    justify-content: center;
    background-color: #ea6124;
    border-radius: 100vh;
    width: 220px;
    height: 45px;
    cursor: pointer;
}

.btn_login p a{
    color: #FFF;
    font-size: 0.9375rem;
    font-weight: bold;
    background: url("../img/icon_login.svg")left center no-repeat;
    background-size: 24px;
    padding-left: 35px;
    display: block;
}

.btn_mail{
    display: block flex;
    align-items: center;
    justify-content: center;
    background-color: #ea6124;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    cursor: pointer;
}

.btn_mail img{
    width: 18px;
}

article {
	width:100%;
    margin: 0;
    padding: 0;
}

#hero{
	width:100%;
	height: calc(100vh - 120px);
    background: url("../img/hero.jpg")center center no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}

#hero_waku{
	position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform : translateY(-45%);
    transform : translateY(-45%);
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
    background: rgba(23, 28, 97, 0.9);
    width: 85%;
    max-width: 1100px;
    text-align: center;
    margin: 0 auto;
    padding: 50px 50px;
    box-sizing: border-box;
}

h2{
	font-size: 2.25rem;
    margin: 0 auto 30px;
    font-weight: bold;
    color: #FFF;
    letter-spacing: 2px;
    text-align: center;
    line-height: 150%;
}

.catch{
	font-size: 1.25rem;
    margin: 0 auto 30px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    letter-spacing: 2px;
}

.btn_start{
	display: block flex;
    align-items: center;
    justify-content: center;
    background-color: #ea6124;
    border-radius: 100vh;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 6px;
    cursor: pointer;
    height: 70px;
    box-shadow: 7px 7px 7px rgba(0, 3, 42, 0.9);
}

.btn_start:hover,.btn_start:active {
  box-shadow: 2px 2px 2px rgba(0, 3, 42, 0.9);
  position: relative;
  top: 5px;
  left: 5px;
}

.btn_start2{
	display: block flex;
    align-items: center;
    justify-content: center;
    background-color: #ea6124;
    border-radius: 100vh;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 6px;
    cursor: pointer;
    height: 70px;
    box-shadow: 7px 7px 7px rgba(102, 102, 102, 0.9);
}

.btn_start2:hover,.btn_start2:active {
  box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.9);
  position: relative;
  top: 5px;
  left: 5px;
}

.scroll p{
	font-size: 0.875rem;
    margin: 5px auto 0;
    font-weight: bold;
    font-family: Arial, Helvetica;
    color: #FFF;
}

.scroll img{
	height: 50px;
}

.scroll{
	display: block;
    position: absolute;
    left: 50%;
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
    bottom:20px;
    text-align: center;
}

#contents {
	width:100%;
	margin:100px auto;
    position: relative;
}

.contents_1200 {
    display: block;
	width:100%;
	max-width: 1200px;
    padding: 0px 40px;
    box-sizing: border-box;
    margin: 0 auto 100px;
    text-align: center;
}

.contents_left {
    display: block;
	width:calc(50% + 600px);
    padding-right: 40px;
    box-sizing: border-box;
    margin-bottom: 100px;
    float: left;
}

.contents_right {
    display: block;
	width:calc(50% + 600px);
    padding-left: 40px;
    box-sizing: border-box;
    margin-bottom: 100px;
    float: right;
}

.logo_p {
    display: block;
	background-color: #ea6124;
    text-align: center;
    margin: 0 auto 30px;
    font-size: 1.625rem;
    font-weight: bold;
    padding: 8px;
    color: #FFF;
    letter-spacing: 5px;
    width: 380px;
}

.logo_navy {
    width: 380px;
    margin: 0 auto 10px;
}

h3 {
    display: flex;
    align-items: center;
    font-size: 2.25rem;
    color: #ea6124;
    letter-spacing: 5px;
}

h3:before,
h3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #ea6124;
}

h3:before {
    margin-right: 40px;
}

h3:after {
    margin-left: 40px;
}

.left_photo {
    display: block;
    background: url("../img/img01.jpg")center center no-repeat;
    background-size: cover;
    height: 500px;
    overflow: auto;
}
.left_text {
    display: block;
	float: right;
    max-width: 600px;
    height: 500px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-left: 50px;
}

.right_photo {
    display: block;
    background: url("../img/img02.jpg")center center no-repeat;
    background-size: contain;
    height: 500px;
    overflow: auto;
}
.right_text {
    display: block;
	float: left;
    max-width: 600px;
    height: 500px;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin-right: 50px;
}

.left_photo2 {
    display: block;
    background: url("../img/img03.jpg")center center no-repeat;
    background-size: cover;
    height: 500px;
    overflow: auto;
}

h4 {
    font-size: 1.625rem;
    color: #171c61;
    line-height: 180%;
}

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
}

.text-english {
  text-orientation: mixed;
}

.tate_p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode:vertical-rl;
    writing-mode: vertical-rl;
    font-size: 1.125rem;
    text-orientation: upright;
    line-height: 160%;
}

.tit {
    font-size: 1.625rem;
    color: #171c61;
    margin: 0 auto 35px;
    font-weight: bold;
    letter-spacing: 5px;
}

.tit_line {
    display: block;
    width: 50px;
    height: 5px;
    background-color:#ea6124;
    margin: 0 auto 80px;
}

.reason_box {
    display: block flex;
    width: 650px;
    align-items: center;
    gap: 30px;
    margin: 0 auto 30px;
}

.reason_box img {
    width: 150px;
}

.reason_txt {
    display: block;
    text-align: left;
}

.reason_txt p {
    margin-bottom: 0;
}

.reason_tit {
    font-size: 2.125rem;
    color: #171c61;
    margin: 0 auto 10px;
    font-weight: 900;
    letter-spacing: 3px;
}

.reason_p {
    font-size: 1.25rem;
    color: #171c61;
    margin: 20px auto;
    font-weight: bold;
    line-height: 200%;
}

.company_table{
border: none;
width: 100%;
max-width: 900px;
margin: 0 auto 40px;
}

.company_table th{
font-size: 1.125rem;
font-weight: bold;
width: 140px!important;
text-align: left;
letter-spacing: 3px;
border: none;
background-color:#FFF;
white-space: nowrap;
}

.company_table th,
.company_table td{
padding: 10px;
vertical-align: top;
border: none;
background-color:none;
font-size: 1.125rem;
text-align: left;
}

.company_table td a{
color: #ea6124;
}

.company_tit{
    display: flex;
    align-items: center;
    font-size: 1.25rem;
    color: #171c61;
    letter-spacing: 5px;
    font-weight: bold;
    margin: 0 auto 35px;
}

.company_tit:before,
.company_tit:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #171c61;
}

.company_tit:before {
    margin-right: 40px;
}

.company_tit:after {
    margin-left: 40px;
}

.company_box{
    display: block flex;
    width: 100%;
    max-width: 800px;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 70px;
}

.company_box img{
    border: 1px #9F9F9F solid;
    width: 42%;
}

.company_vision{
    display: block;
    align-items: center;
    margin: 0 auto 30px;
    background: url("../img/vision.svg") center center no-repeat;
    background-size: 400px;
    height: 160px;
    width: 100%;
    padding: 0;
}

.company_vision p{
    font-size: 1.875rem;
    color: #171c61;
    margin: 0px auto;
    font-weight: bold;
    line-height: 170%;
    padding-top: 60px;
}

.company_mission{
    display: block;
    align-items: center;
    margin: 0 auto;
    background: url("../img/mission.svg") center center no-repeat;
    background-size: 400px;
    height: 160px;
    width: 100%;
    padding: 0;
}

.company_mission p{
    font-size: 1.875rem;
    color: #171c61;
    margin: 0px auto;
    font-weight: bold;
    line-height: 170%;
    padding-top: 60px;
}

.pagetop {
    display: block;
	width:45px;
	height:45px;
	float:right;
	margin-top:30px;
    margin-right: 40px;
    cursor:pointer;
}

.pagetop img {
	width:45px;
	height:45px;
}

footer {
	background-color:#171c61;
	margin:0;
	padding:0px;
}

footer .menu {
margin-top: 15px;
}

.ft_logo{
	text-indent:-9999px;
	display:block;
	background:url(../img/logo_wt.svg) no-repeat top center;
	background-size: contain;
	width:120px;
	height:42px;
    float: left;
    margin: 27px 40px;
}

.ft_banner {
	width: 140px;
}

#formWrap {
	max-width: 800px;
	width:100%;
	margin:0px auto;
}

table.formTable{
	max-width: 900px;
	width:100%;
	margin:0px auto 10px;
	border-collapse:collapse;
}
table.formTable td, th{
	float:left;
	font-size:1.125rem;
	width: 100%;
}

table.formTable td{
    text-align: left;
	margin-bottom: 15px;
}

table.formTable th{
    text-align: left;
	margin-bottom: 5px;
	font-weight: bold;
}

.hissu{
	font-size: 1rem;
	color: #FFF;
	font-weight: bold;
	background-color: #ea6124;
	padding: 5px;
    border-radius: 5px;
}

.contact_p{
	font-size: 1rem;
    text-align: center;
    margin: 0 auto 30px;
    line-height: 170%;
}

.btn_send{
	display: block flex;
    align-items: center;
    justify-content: center;
    background-color: #ea6124;
    border-radius: 100vh;
    width: 260px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 6px;
    cursor: pointer;
    height: 70px;
    box-shadow: 7px 7px 7px rgba(102, 102, 102, 0.9);
    border: none;
}

.btn_send:hover,.btn_start2:active {
  box-shadow: 2px 2px 2px rgba(102, 102, 102, 0.9);
  position: relative;
  top: 5px;
  left: 5px;
}

textarea {overflow: auto;}
input, textarea, select {
border-radius: 5px;
border: 1px solid #B3B3B3;
padding: 8px 10px;
font-size: 1rem;
width: 100%;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}

.error{
	font-size: 1.125rem;
    margin: 0 auto;
    color: #ea6124;
}

.br-sp{
    display: none;
}

.br-pc{
    display: block;
}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1130px){
    
#hero_waku{
	position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform : translateY(-35%);
    transform : translateY(-35%);
    -webkit-transform : translateX(-50%);
    transform : translateX(-50%);
}

    
p{
	font-size: 0.875rem;
}

    
header {
    height: 74px;
}

h1{
	width:100px;
	height:35px;
    margin: 20px 0 20px 20px;
}

.menu{
    margin: 0px 20px 0px 0px;
}

.copyright{
    display: none;
}
    
.ft_copyright{
    display: block;
    font-size:0.75rem;
	font-family: Arial, Helvetica;
	color: #FFF;
}

.nav{
    gap: 8px;
    margin-top: 9px;
}

.nav p{
    font-size: 0.8125rem;
}

.btn_login{
    width: 115px;
    height: 35px;
}

.btn_login p a{
    font-size: 0.8125rem;
    background-size: 20px;
    padding-left: 28px;
}
    
.btn_login p span{
    display: none;
}

.btn_mail{
    height: 35px;
    width: 35px;
}

.btn_mail img{
    width: 16px;
}

article {
	width:100%;
    margin: 0;
    padding: 0;
}

#hero{
	height: calc(100vh - 74px);
}

#hero_waku{
    width: 90%;
    padding: 1.25rem;
    box-sizing: border-box;
}

h2{
	font-size: 1.25rem;
    margin: 0 auto 10px;
    letter-spacing: 1px;
}

.catch{
	font-size: 0.9375rem;
    margin: 0 auto 15px;
    letter-spacing: 1px;
}

.btn_start{
    width: 250px;
    font-size: 1.25rem;
    letter-spacing: 4px;
    height: 60px;
    box-shadow: 3px 3px 3px rgba(0, 3, 42, 0.9);
}

.btn_start:hover,.btn_start:active {
  box-shadow: 1px 1px 1px rgba(0, 3, 42, 0.9);
  top: 2px;
  left: 2px;
}
    
.btn_start2{
    width: 250px;
    font-size: 1.25rem;
    letter-spacing: 4px;
    height: 60px;
    box-shadow: 3px 3px 3px rgba(102, 102, 102, 0.9);
}

.btn_start2:hover,.btn_start2:active {
  box-shadow: 1px 1px 1px rgba(102, 102, 102, 0.9);
  top: 2px;
  left: 2px;
}

.scroll p{
	font-size: 0.75rem;
    margin: 5px auto 0;
}

.scroll img{
	height: 40px;
}
    
#contents {
	margin:50px auto;
}

.contents_1200 {
    padding: 0px 20px;
    margin: 0 auto 40px;
}

.contents_left {
    display: block;
    width: auto;
    margin: 0 auto 40px;
    padding: 0;
    float: none;
}

.contents_right {
    display: block;
    width: auto;
    margin: 0 auto 40px;
    padding: 0;
    float: none;
}
    
.logo_p {
    margin: 0 auto 20px;
    font-size: 1.125rem;
    padding: 2px;
    letter-spacing: 4px;
    width: 250px;
}

.logo_navy {
    width: 250px;
    margin: 0 auto 10px;
}

h3 {
    display: block;
    font-size: 1.25rem;
    letter-spacing: 3px;
    line-height: 160%;
    text-align: center;
}

h3:before {
    display: none;
}

h3:after {
    display: none;
}

.left_photo {
    width: 100%;
    height: 0px;
    padding-top: 75%;
}
.left_text {
    display: block;
	float: none;
    max-width: 100%;
    height: auto;
    -webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
    margin: 0 auto 30px;
    padding: 0 20px;
}
    
.right_photo {
    width: 100%;
    height: 0px;
    padding-top: 75%;
}
.right_text {
    display: block;
	float: none;
    max-width: 100%;
    height: auto;
    -webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
    margin: 0 auto 30px;
    padding: 0 20px;
}
    
.left_photo2 {
    width: 100%;
    height: 0px;
    padding-top: 75%;
}

h4 {
    font-size: 1.125rem;
    line-height: 160%;
}

.tate_p {
    -webkit-writing-mode:horizontal-tb;
	-ms-writing-mode:lr-tb;
	writing-mode:horizontal-tb;
    font-size: 0.875rem;
    line-height: 180%;
}
    
.tit {
    font-size: 1.125rem;
    margin: 25px auto 20px;
    letter-spacing: 3px;
}

.tit_line {
    width: 30px;
    height: 3px;
    margin: 0 auto 35px;
}

.reason_box {
    display: block;
    width: 100%;
    max-width:370px; 
    margin: 0 auto 20px;
    text-align: center;
}

.reason_box img {
    width: 100px;
    margin: 0 auto 10px;
}
    
.reason_tit {
    font-size: 1.375rem;
    margin: 0 auto;
    text-align: center;
}

.reason_txt p {
    margin-top: 4px;
}
  
    
.reason_p {
    font-size: 0.9375rem;
    color: #171c61;
    margin-top: 10px;
    line-height: 180%;
    text-align: left;
}
    
.company_table th,
.company_table td{
font-size: 0.875rem;
display: block;
width: 100%!important;
padding: 2px;
box-sizing: border-box;
}
    
.company_table th{
margin-bottom: -5px;
margin-top: 0;
width: 100%;
}
    
.company_table td{
margin-bottom: 5px;
font-size: 0.875rem;
line-height: 160%;
width: 100%;
}
    
.company_tit{
    font-size: 1rem;
    letter-spacing: 3px;
    margin: 0 auto 20px;
}

.company_tit:before {
    margin-right: 15px;
}

.company_tit:after {
    margin-left: 15px;
}

.company_box{
    display: block;
    margin: 0 auto 40px;
}

.company_box img{
    width: 70%;
    margin-bottom: 20px;
}

.company_vision{
    margin: 0 auto 30px;
    background: url("../img/vision_sp.svg") center center no-repeat;
    background-size: contain;
    height: 110px;
    width: 100%;
}

.company_vision p{
    font-size: 1.25rem;
    padding-top: 27px;
    line-height: 160%;
}

.company_mission{
    margin: 0 auto 30px;
    background: url("../img/mission_sp.svg") center center no-repeat;
    background-size: contain;
    height: 110px;
    width: 100%;
}

.company_mission p{
    font-size: 1.25rem;
    padding-top: 27px;
    line-height: 160%;
}
    
.pagetop {
	width:35px;
	height:35px;
    margin-right: 20px;
}

.pagetop img {
	width:35px;
	height:35px;
}

footer{
    text-align: center;
}
    
footer .menu {
    float: none;
    text-align: center;
    margin: 0 auto;
    padding-top: 10px;
    display: inline-block;
}

.ft_logo{
	display: none;
}

.ft_banner {
	width: 100px;
    margin-left: 10px;
}
    
table.formTable{
    margin: 0 auto 5px;
}
    
table.formTable td, th{
	font-size:0.875rem;
}
	
table.formTable th{
	margin-bottom: 0px;
}

table.formTable td{
	margin-bottom: 8px;
}
    
.hissu{
	font-size: 0.75rem;
	padding: 3px;
}
    
.contact_p{
	font-size: 0.75rem;
    text-align: center;
    margin: 0 auto 20px;
}
    
.btn_send{
    width: 200px;
    font-size: 1.125rem;
    letter-spacing: 4px;
    height: 60px;
    box-shadow: 3px 3px 3px rgba(102, 102, 102, 0.9);
}

.btn_send:hover,.btn_start2:active {
  box-shadow: 1px 1px 1px rgba(102, 102, 102, 0.9);
  top: 2px;
  left: 2px;
}
    
textarea {overflow: auto;}
input, textarea, select {
padding: 8px 10px;
font-size: 0.8125rem;
}
    
.error{
	font-size: 0.875rem;
    margin: 0 auto;
    color: #ea6124;
}
	
.br-sp{
    display: block;
}

.br-pc{
    display: none;
}
	
}