﻿@charset "utf-8";
/* CSS Document */
@import url(layout.css);
@import url(font-awesome.min.css);
@import url(all.min.css);


* {
    -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
}

i{
	font-family: Font Awesome\ 5 Free;
	font-style:normal;
}

/*----------------------------------------
共通項目は最下部▼
-----------------------------------------*/
:root {
  --min-width: 1500px;
  /*--base-width: 1300px;*/
}


/*====================================
PC版
=====================================*/
@media print, screen and (min-width: 521px) {

.sp_box {
	display: none !important;
}

html{
    overflow: auto;
    width: 100%;
    min-width: 1500px;
}

body {
	font-size: 18px;
    /*font-size: 16px;*/
	line-height: 1.76;
	margin: 0;
    padding: 0;
	/*background: #F6E2FF;*/
	-webkit-text-size-adjust:100%;
	text-size-adjust:100%;
    min-width: 1500px;
    overflow-x: hidden;
}

main {
    position: relative;
	min-width: var(--min-width);
}


/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    /*min-width: var(--min-width);*/
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
    /*background: #EEE;*/
}

.wrap {
	position: relative;
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
	/*background: #DDD;*/
}

.row {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    /*background-color: #EEE;*/
}

.row96 {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    /*background-color: #EEE;*/
}



/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	/*width: 100%;
	height: auto;*/
}

.img_auto {
    width: 100%;
    height: auto;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    /*line-height: 1.2;*/
    position: relative;
    margin: 0;
}

h1 {
    
}

h2 {
    
}

h3 {
    
}

h4 {

}



/*--------------------------------------------
　ヘッダー
--------------------------------------------*/
header{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 1300px;
    height: 90px;
    background-color: #265e79;
    padding-left: 50px;
    padding-right: 10px;
    z-index: 999;
}
.fade{
    background-color: rgba(38, 94, 121, 0);
}

.logo_container{
    position: relative;
    height: 100%;
}

.h_logo{
    position: absolute;
    bottom: 30px;
}

.h_nav{
    display: flex;
    align-items: center;
    height: 100%;
}

.h_nav li{
    height: 100%;
}

.h_nav li a{
    display: block;
    height: 100%;
    padding: 0 40px;
    font-size: 18px;
    line-height: 90px;
    color: #fff;
}

.h_nav li a:hover{
    filter: brightness(0.8);
}




/*------------------------------------------
　フッター
-------------------------------------------*/
footer{
    position: relative;
    padding: 25px 50px 30px 50px;
    width: 100%;
    min-width: 1400px;
    height: 140px;
    background-color: #265e79;
}

footer::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: -8px;
    background-color: #265e79;
}

.footer_container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    min-width: 1400px;
    margin: 0 auto;
}

.company{
    margin-bottom: 20px;
}

.company h3{
    font-size: 24px;
    color: #fff;
    font-weight: 350;
    line-height: 1;
}

.company span{
    position: relative;
    top: -3.5px;
    font-size: 16px;
    margin-right: 5px;
}

.address,.tel{
    font-size: 14px;
    color: #fff;
    line-height: 1.57;
}

.f_right{
    position: relative;
    padding-right: 80px;
}

.copyright{
    margin-top: 30px;
    font-size: 12px;
    color: #fff;
    font-weight: 100;
}

.f_chara{
    position: absolute;
    bottom: -20px;
    right: -20px;
}

.page_top{
    position: absolute;
    top: -24px;
    left: calc(50% - 32.4px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_top .arrow{
    line-height: 0;
    font-size: 0;
    padding-bottom: 6px;
    background-color: #fff;
}

.page_top:hover{
    top: -27px;
}

.page_top:hover p{
    margin-top: 8px;
}

.page_top p{
    margin-top: 5px;
    font-size: 12px;
    color: #fff;
    transition: all .3s ease;
}

/*------------------------------------------
ページのトップへ
-------------------------------------------*/



}   /*  PC版ここまで  */






/*===================================
スマホ版
===================================*/
@media only screen and (max-width : 520px ) {

.pc_box {
	display: none !important;
}

.sp_non {
	display: none;
}


body {
	margin: 0;
	padding: 0;
    /*font-size: 0.875rem;*/
	/*font-size: 16px;*/
    /*font-size: 3.8vw;*/
	line-height: 1.74;
}

main {
    width: 100%;
    overflow-x: hidden;
	/*margin-top: 70px;*/
}


/*------------------------------------------------
　ヘッダー&ナビ
------------------------------------------------*/

header{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 11.56vw;
    background-color: #265e79;
    padding: 0 4.7vw;
    z-index: 999;
}

.logo_container{
    position: relative;
    height: 100%;
}

.h_logo{
    position: absolute;
    bottom: 3.125vw;
}

.h_logo img{
    width: 36.25vw;
}

.hamburger{
    position: relative;
    width: 9.375vw;
    height: 4.85vw;
    cursor: pointer;
}

.hamburger span{
    position: absolute;
    height: 2px;
    background-color: #fff;
    transition: all .3s ease;
}

.hamburger span:nth-of-type(1){
    width: 100%;
}

.hamburger span:nth-of-type(2){
    width: 78%;
    top: calc(50% - 1px);
    right: 0;
}

.hamburger span:nth-of-type(3){
    width: 56%;
    bottom: 0;
    right: 0;
}

.hamburger.active span:nth-of-type(2){
    right: 22%;
}

.hamburger.active span:nth-of-type(3){
    right: 44%;
}

.header_nav{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100vw;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 990;
    padding-top: 18.75vw;
    opacity: 0;
    transition: all .3s ease;
}

.header_nav.active{
    left: 0;
    opacity: 1;
}

.header_nav li{
    width: 83vw;
    padding: 1.5vw 2vw;
    margin-bottom: 6vw;
    border-bottom: 1px solid #fff;
}

.header_nav li a{
    display: flex;
    justify-content: space-between;
    align-items: end;
    color: #fff;
    line-height: 1;
}

.header_nav li a p{
    font-size: 5.9vw;
}

.header_nav li a span{
    font-size: 2.2vw;
    color: #d84343;
}


/*-------------------------------------------
　レイアウト
--------------------------------------------*/
.container {
    width: 100%;
    margin: 0 auto;
}

.wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	/*background: #C0D1FF;*/
}

.row {
    width: 100%;
    position: relative;
    margin: 0;
    /*background-color: #EEE;*/
}




/*--------------------------------------------
　画像
---------------------------------------------*/
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	width: 100%;
	height: auto;
}



/*--------------------------------------------
　タイトル・テキスト
---------------------------------------------*/
h1, h2, h3, h4, h5 {
    line-height: 1.2;
    position: relative;
    margin: 0;
}

h1 {
    
}

h2 {
    
}

h3 {
   
}

h4 {

}


/*------------------------------------------
　フッター
-------------------------------------------*/
footer{
    position: relative;
    width: 100%;
    padding-top: 20vw;
    padding-bottom: 5vw;
    background-color: #265e79;
}

footer::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: -1.3vw;
    background-color: #265e79;
}

.footer_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}

.company{
    margin-bottom: 4vw;
}

.company h3{
    font-size: 5vw;
    color: #fff;
    font-weight: 350;
    line-height: 1;
}

.company span{
    position: relative;
    font-size: 3.125vw;
    margin-right: 5px;
}

.address,.tel{
    font-size: 2.8vw;
    color: #fff;
    line-height: 1.6;
    text-align: center;
}

.f_right{
    margin-top: 8vw;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    position: relative;
}

.f_logo{
    margin-top: 7vw;
    width: 42.2vw;
}

.copyright{
    margin-top: 5vw;
    font-size: 2.2vw;
    color: #fff;
    font-weight: 100;
    text-align: center;
}

.f_chara{
    position: relative;
    left: 4vw;
    width: 15vw;
}

.page_top{
    position: absolute;
    top: -3.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page_top .arrow{
    line-height: 0;
    /* font-size: 0; */
    width: 2.5vw;
    padding-bottom: 0.5vw;
    background-color: #fff;
}

.arrow img{
    vertical-align: top;
}

.page_top:hover{
    top: -4vw;
}

.page_top:hover p{
    margin-top: 1.3vw;
}

.page_top p{
    margin-top: 0.8vw;
    font-size: 1.875vw;
    color: #fff;
    transition: all .3s ease;
}


/*------------------------------------------
ページのトップへ
-------------------------------------------*/




}  /*  スマホ版ここまで  */










/*---------------------------------------
　共通
---------------------------------------*/

.box10{
    width: 100%;
    height: 10px;
}

.box20{
    width: 100%;
    height: 20px;
}

.box30{
    width: 100%;
    height: 30px;
}

.box40{
    width: 100%;
    height: 40px;
}

.box50{
    width: 100%;
    height: 50px;
}

.box60{
    width: 100%;
    height: 60px;
}

.box70{
    width: 100%;
    height: 70px;
}

.box80{
    width: 100%;
    height: 80px;
}

.box90{
    width: 100%;
    height: 90px;
}

.box100{
    width: 100%;
    height: 100px;
}

.box110{
    width: 100%;
    height: 110px;
}

.box120{
    width: 100%;
    height: 120px;
}

.box130{
    width: 100%;
    height: 130px;
}

.box140{
    width: 100%;
    height: 140px;
}

.box150{
    width: 100%;
    height: 150px;
}

.box160{
    width: 100%;
    height: 160px;
}

.box170{
    width: 100%;
    height: 170px;
}

.box180{
    width: 100%;
    height: 180px;
}

.box190{
    width: 100%;
    height: 190px;
}

.box200{
    width: 100%;
    height: 200px;
}

.box210{
    width: 100%;
    height: 210px;
}

.box220{
    width: 100%;
    height: 220px;
}

.box230{
    width: 100%;
    height: 230px;
}

.box240{
    width: 100%;
    height: 240px;
}

.box250{
    width: 100%;
    height: 250px;
}

.box260{
    width: 100%;
    height: 260px;
}

.box270{
    width: 100%;
    height: 270px;
}

.box280{
    width: 100%;
    height: 280px;
}

.box290{
    width: 100%;
    height: 290px;
}

.box300{
    width: 100%;
    height: 300px;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

#textarea,
#textfield,
#textfield1,
#textfield2,
#textfield3 {
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 0.32rem 0.4rem 0.2rem 0.4rem;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}

#select {
    border-radius: 4px;
    border: 1px solid #999999;
    /* padding: 0.32rem 0.4rem 0.2rem 0.4rem; */
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-feature-settings: "palt";
}




body {
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
}

textarea,input {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-feature-settings: "palt";
}

p, ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
}

p, ul, li {
	text-align: justify;
}

dl, dt, dd {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
	color: #000000;
	text-decoration: none;
	transition: .3s all;
    margin: 0;
    padding: 0;
}

table {
	/*border-collapse: collapse;*/
}


span,
div {
	margin: 0;
	padding: 0;
}

.order01 {
	order: 1;
}

.order02 {
	order: 2;
}

.order03 {
	order: 3;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
}

.none {
    display: none;
}

.century{
    font-family: "century";
}

.yumincho{
    font-family: Yu Mincho, YuMincho;
}

.no_scroll{
    height: 100%;
    overflow-y: hidden;
}

