@charset "UTF-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video{
	max-width: 100%;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img{
	width: 100%;
}

.fadein{
    opacity: 0;
    transform: translate(0, 20px);
    transition: all 1000ms;
}
.fadein.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}

*{
	margin: 0;
	padding: 0;
}
header{
    margin-bottom: 20px;
}

footer{
    color: #FFF;
	background: #3071b7;
	padding: 30px 0 10px;
	font-size: 15px;
}
footer h3{
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 5px;
}
.footer_nav li a{
	color: #FFF;
    font-weight: normal;
	text-decoration: none;
	display: block;
    position: relative;
    padding: 0 10px;
    margin-right: 2%;
    width: 8.8em;
}
.footer_nav li a:hover{
	color: #3071b7;
    background: #FFF;
    transition: 0.3s;
}
.footer_nav li a:before{
    content: "";
    position: absolute;
    top: .45em;
    left: 0;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent #FFF;
}
address{
	text-align: center;
	margin-top: 10px;
    font-style: normal;
}

h2{
	font-size: 28px;
    font-weight: normal;
    color: #3071b7;
    margin-bottom: 20px;
    text-align: center;
}
h3{
	font-size: 25px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
}
h4{
	font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}

.line-title{
    display: flex;
    align-items: center;  /* 上下中央揃え */
}
.line-title::after{
    content: "";
    flex-grow: 1;         /* 残りの幅をすべて埋める */
    height: 1px;          /* 線の太さ */
    background-color: #231815; /* 線の色 */
    margin-left: 15px;    /* テキストとの余白 */
}

.bxslider img{
    width: 100%;
    height: auto;
    display: block;
}
.bxslider ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn a{
    text-align: center;
    color: #FFF;
    background: #3071b7;
    padding: 0.5em 1em;
    border-radius: 0.5em;
}
.btn a:hover{
    background: #364756;
    text-decoration: none;
}

.flag{
    position: relative;
    margin: 0 0 25px 9px;
    padding: .5em .8em;
    background-color: #3071b7;
    color: #FFF;
    display: inline-block;
}
.flag::before{
    position: absolute;
    top: 0;
    left: -9px;
    z-index: 1;
    width: 5px;
    height: 135%;
    border-radius: 3px;
    background-color: #600;
    content: '';
}
.flag span::before,
.flag span::after{
    position: absolute;
    left: -9px;
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: #c99;
    content: '';
}
.flag span::before{
    top: 44%;
    transform: rotate(-25deg);
}
.flag span::after{
    top: 54%;
    transform: rotate(25deg);
}
.pickup{
    text-align: center;
}
.pickup p{
    display: block;
    color: #FFF;
    background: #95c7ec;
    font-size: 15px;
    line-height: 1;
    padding: 5px;
}

.line{
    text-align: center;
}
.line p{
    margin-bottom: 30px;
}
.line img{
    width: 150px;
    margin: 0 25px;
}

.reason{
    position: relative;
    padding: 2em 2em 1em;
    border: 2px solid #a1d7df;
    line-height: 1.5;
}
.reason img{
    position: absolute;
    top: -40px;
    left: -10px;
}
.reason h3{
    font-size: 18px;
    text-align: left;
}
.reason p{
    font-size: 15px;
}

.flow_design05{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flow_design05 img{
    width: 50px;
    margin: 0 10px 0 0;
}
.flow05{
    padding-left: 0;
}
.flow05 > li{
    list-style-type: none;
    position: relative;
    padding-left: 60px;
    margin-bottom: 10px;
}
.flow05 > li:not(:last-child){
    padding-bottom: 20px;
}
.flow05 > li .icon05{
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 100vh;
    display: inline-block;
    background: #4D9BC1;
    color: #fff;
    position: absolute;
    left: 0;
}
.flow05 > li:not(:last-child)::before{
    content: '';
    background: #c3c3c3;
    width: 3px;
    height: 100%;
    position: absolute;
    top: calc(50% - -30px);
    left: 21px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.flow05 > li dl dt{
    font-size: 1.3em;
    font-weight: normal;
    color: #4D9BC1;
}
.flow05 > li dl dd{
    margin-left: 0;
}

.dot01{
    margin: 70px 0;
    border-bottom: dotted 10px #FFF;
}
.dot02{
    margin: 70px 0;
    border-bottom: dotted 10px #EEE;
}

a:hover img{
	opacity: 0.8;
	filter: alpha(opacity=80);
	border: 0;
	transform: scale(1.01);
	transition: all 0.3s ease;
}
.cl{
	clear: both;
}
p{
	margin-bottom: 10px;
}
.font-s{
	font-size: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.red{
    color: #b7282e;
}

ul.text{
    list-style: disc;
    margin: 0 0 10px 20px;
}
table{
    width: 100%;
    border-top: 1px dotted #CCC;
}
th,td{
    padding: 1em;
    border-bottom: 1px dotted #CCC;
    vertical-align: top;
    font-weight: normal;
}

.bg_white{
    background: #fff;
    padding: 70px 0;
}
.bg_green{
    background: #eef5e1;
    padding: 70px 0;
}
.bg_blue{
    background: #f0f8ff;
    padding: 70px 0;
}


/* モバイルレイアウト : 480 px およびそれ以下. */

.gridContainer{
	margin: auto;
	width: 91.999%;
	padding-left: 4%;
	padding-right: 4%;
}
.sp_off{
    display: none;
}

header p{
    font-size: 14px;
    margin: 5px 0;
    text-align: center;
}
h1{
	width: 50%;
	margin: 3% 25%;
    text-align: center;
}
.nav-container{
	position: fixed;
	top: 60px;
	right: 0;
	z-index: 999;
	width: 100%;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.25);
}
.globalnav li a{
	width: 50%;
	color: #222;
	font-size: 17px;
	padding: 20px 0;
	text-align: center;
	text-decoration: none;
	float: left;
	display: block;
	background: #FFF;
    font-weight: normal;
}
.globalnav li a:hover{
	color: #FFF;
	background: #3071b7;
    transition: 0.3s;
}
#js-slidemenu{
	display: none;
}
.header-navbtn{
	display: block;
	position: fixed;
	top: 5px;
	right: 5px;
	z-index: 999;
	width: 50px;
	height: 50px;
	background-image: url(parts/navi.png);
	background-size: 50px 50px;
	opacity: 0.9;
}
.header-navbtn:hover,
.header-navbtn:active{
	opacity: 1;
}

.box2,
.box3{
	margin: 0 0 20px;
}

table.profile th{
    text-align: left;
    width: 25%;
}

.download{
    padding: 1em 1em 2em;
    text-align: center;
    border: 6px dotted #CCC;
}
.download img{
    margin-bottom: 5px;
}
.download p{
    text-align: left;
    font-size: 15px;
}

.bg_wave01{
	background-image: url("parts/wave01.png");
    background-repeat: no-repeat;
    background-position: top;
}
.bg_wave02{
	background-image: url("parts/wave02.png");
    background-repeat: no-repeat;
    background-position: bottom;
}
#page-title{
	position: relative;
	overflow: hidden;
}
#page-title img{
	width: 100%;
	height: 200px;
	object-fit: cover;
}
#page-title .top_title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 10px 20px;
    background-color: rgba(255,255,255,0.8) !important;
    border-radius: 0.5em;
}
#page-title .top_title h2{
    font-size: 23px;
    margin: 0;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px){
.gridContainer{
}
}

/* デスクトップレイアウト : 769 px ～最大 1000 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 900px){
.gridContainer{
	max-width: 1200px;
}
.sp_on{
    display: none;
}
.sp_off{
    display: inherit;
}

header p{
    text-align: left;
}
.container{
    display: flex;
    justify-content: space-between;
}
h1{
	width: 180px;
	margin: 0;
}
nav{
	width: 50%;
}
#js-slidemenu,
.header-navbtn{
	display: none;
}
.nav-container{
	position: relative;
	top: 0;
	left: 0;
}
.globalnav li a{
	width: auto;
	padding: 20px 1em;
    font-size: clamp(14px, 1.3vw, 17px);
}
#js-slidemenu{
	display: block; 
}

.w80{
    width: 80%;
    margin-left: 10%;
}
table.profile th{
    text-align: right;
}

.box_space{
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
    justify-content: center;
}
.box2{
    width: calc((100% - 64px) / 2);
    box-sizing: border-box;
    margin: 0;
}
.box3{
    width: calc((100% - 96px) / 3);
    box-sizing: border-box;
    margin: 0;
}

.download{
    border: none;
}

.bg_wave01{
    background-size: 100%;
}
.bg_wave02{
    background-size: 100%;
}

#page-title img{
	height: 300px;
}
#page-title .top_title h2{
    font-size: 28px;
}
}