@charset "UTF-8";
/* リセットcss */
article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,hr{padding:0}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}input,select{vertical-align:middle}
/*-----------------
root
commonArea
br
marign
base font
font-size
header
footer
commonTtl
contactWrap
-----------------*/

html { 
	font-size: 10px;
}
body {
	font-size: 10px;
	line-height: 1.5;
	/*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "Hiragino Kaku Gothic ProN", "Hiragino Sans","メイリオ", "Meiryo", sans-serif;
	*/
	font-family: 'Noto Sans JP', "メイリオ", "Meiryo", sans-serif;
	width: 100%;
	overflow-x: hidden;
	font-weight: 500;
}

img{
	width: 100%;
}

a{
	text-decoration: none;
	transition: .3s;
}

p{
	line-height: 1.7;
}
.josefinSans{
	font-family: "Josefin Sans", sans-serif !important;
	font-optical-sizing: auto;
	font-style: italic;
}

/* root
----------------------------------------- */
:root {
    --color-main: #00458F;
    --color-skyblue: #0097E6;
    --color-lightblue: #E8F2FC;
    --color-blue: #AAC8E8;
    --color-gray1: #f6f6f6;
    --color-gray2: #707070;
    --color-white: #fff;
    --color-red1: #CC0033;
    --color-black: #000;
}

.color_white{
	color: #fff;
}

.color_red{
	color: var(--color-red1);
}

.color_blue{
	color: var(--color-main);
}

.color_black{
	color: #000;
}

.fw_bold{
	font-weight: bold;
}

.td_underline{
	text-decoration: underline;
}

.commonText .text{
	line-height: 2;
}

.taC{
	text-align: center;
}

/*
commonArea
-----------------*/
.commonInner{
	max-width: 1300px;
	width: 94%;
	margin-right: auto;
	margin-left: auto;
}

/*
br
-----------------*/
.sp_br{
	display: block;
}
.pc_br{
	display: none;
}

@media (min-width: 764px) {
	.sp_br{
		display: none;
	}
	.pc_br{
		display: block;
	}
}

/*
margin
-----------------*/
.mb10{
	margin-bottom: 8px;
}
.mb20{
	margin-bottom: 15px;
}
.mb30{
	margin-bottom: 20px;
}
.mb40{
	margin-bottom: 30px;
}
.mb50{
	margin-bottom: 40px;
}
.mb60{
	margin-bottom: 50px;
}
.mb70{
	margin-bottom: 60px;
}
.mb80{
	margin-bottom: 70px;
}
.mb90{
	margin-bottom: 80px;
}
.mb100{
	margin-bottom: 90px;
}
.mb130{
	margin-bottom: 110px;
}
.mb150{
	margin-bottom: 130px;
}

@media (min-width: 764px) {
	.mb10{
		margin-bottom: 10px;
	}
	.mb20{
		margin-bottom: 20px;
	}
	.mb30{
		margin-bottom: 30px;
	}
	.mb40{
		margin-bottom: 40px;
	}
	.mb50{
		margin-bottom: 50px;
	}
	.mb60{
		margin-bottom: 60px;
	}
	.mb70{
		margin-bottom: 70px;
	}
	.mb80{
		margin-bottom: 80px;
	}
	.mb90{
		margin-bottom: 90px;
	}
	.mb100{
		margin-bottom: 100px;
	}
	.mb130{
		margin-bottom: 130px;
	}
	.mb150{
		margin-bottom: 150px;
	}
}

/*
font-size
-------------------------------------------*/
.fsize18{
	font-size: 16px;
}
@media (min-width: 764px) {
	.fsize18{
		font-size: 18px;
	}
}


/*
header
-------------------------------------------*/
body{
	padding-top: 90px;
}

#header{
	position: fixed;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	overflow-x: hidden;
	z-index: 8888;
	height: 90px;
	top: 0;
}

#header.scroll{
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 30%);
}

.header__nav{
	display: flex;
	padding-left: 10px;
    justify-content: space-between;
}

.header__nav .header__logo{
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 20px;
}

.header__nav .header__logo .header__logo__item a{
	display: flex;
	height: 90px;
	align-items: center;
	justify-content: center;
}
.header__nav .header__logo .header__logo__item.hp{
	width: 120px;
}
.header__nav .header__logo .header__logo__item.hp .headerTxt{
	color: var(--color-main);
	font-size: 16px;
	display: flex;
	justify-content: center;
	line-height: 1.3;
}

#header .headerRight .header_sideLink_Inner{
	display: none;
	opacity: 0;
	transition: .3s;
    position: fixed;
    top: 90px;
    left: 0;
    width: 100%;
    min-height: 100vh;
    z-index: +10;
background: rgba(255, 255, 255, 0.8);
    padding: 20px 0;
}
#header .headerRight .header_sideLink_Inner.active{
    display: block;
    opacity: 1;
}
#header .headerRight .header_sideLink_Inner .inner_link_item{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
/*#header .headerRight .header_sideLink_Inner .inner_link_item.active{
	display: block;
}*/

#header_sideLink {
    width: 50px;
    height: 45px;
    display: block;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1200;
}

#header_sideLink span{
position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--color-main);
  border-radius: 4px;
}

#header_sideLink span:nth-of-type(1) {
  top: 0;
}
#header_sideLink span:nth-of-type(2) {
  top: 20px;
}
#header_sideLink span:nth-of-type(3) {
  bottom: 0;
}

#header_sideLink.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}

#header_sideLink.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}
#header_sideLink.active span:nth-of-type(2) {
  opacity: 0;
}
#header_sideLink.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

#header .headerRight .header_sideLink_Inner .linkItem .nv_en{
	font-family: "Josefin Sans", sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: var(--color-main);
}

#header .headerRight .header_sideLink_Inner .linkItem .nv_en,
#header .headerRight .header_sideLink_Inner .linkItem .nv_jp{
	display: block;
}

#header .headerRight .header_sideLink_Inner .linkItem .nv_jp{
	color: var(--color-black);
	font-size: 16px;
}

#header .headerRight .header_sideLink_Inner .inner_link_item .linkItem.entry{
	color: #fff;
	border-radius: 100px;
	width: 200px;
	padding: 5px 20px;
	display: flex;
        justify-content: center;
        flex-direction: column;
	position: relative;
	height: 60px;
	background: #0097E6;
	background: linear-gradient(126deg,rgba(0, 151, 230, 1) 0%, rgba(0, 102, 115, 1) 100%);
}

#header .headerRight .header_sideLink_Inner .inner_link_item .linkItem.entry .nv_en{
	color: #fff;
	font-size: 20px;
}

#header .headerRight .header_sideLink_Inner .inner_link_item .linkItem.entry:before{
  content: "";
  position: absolute;
  right: 30px;
  display: inline-block;
  width: 30px;
  height: 2px;
  margin-top: 5.2px;
  border-radius: 9999px;
  background-color: #fff;
  transition: .3s;
}

#header .headerRight .header_sideLink_Inner .inner_link_item .linkItem.entry:after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 30px;
  width: 14px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform: rotate(40deg);
  transform-origin: calc(100% - 1px) 50%;
   transition: .3s;
}

#header .headerRight .header_sideLink_Inner .inner_link_item .linkItem.entry:hover:before,
#header .headerRight .header_sideLink_Inner .inner_link_item .linkItem.entry:hover:after {
	right: 20px;
}

@media (min-width: 764px){
	.header__nav .header__logo .header__logo__item.hp{
		width: 470px;
	}
	.header__nav .header__logo .header__logo__item.hp .headerTxt{
		font-size: 24px;
		justify-content: flex-start
	}
}

@media (min-width: 1400px){
	#header_sideLink{
		display: none;
	}
	#header .headerRight .header_sideLink_Inner{
		display: flex;
		align-items: center;
		gap: 0 20px;
		padding: 0 20px 0 0;
		opacity: 1;
		position: inherit;
		top: inherit;
		left: inherit;
		min-height: inherit;
		width: inherit;
		background: inherit;
	}
	#header .headerRight .header_sideLink_Inner.active{
		display: flex;
	}
	#header .headerRight .header_sideLink_Inner .linkItem{
		transition: .3s;
	}
	#header .headerRight .header_sideLink_Inner .inner_link_item{
		width: inherit;
		margin: inherit;
	}
	#header .headerRight .header_sideLink_Inner .inner_link_item .linkItem{
		height: 90px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		width: inherit;
	}

	#header .headerRight .header_sideLink_Inner .linkItem .nv_en{

	}
}

/*
footer
------------------------------------*/
.footerWrap {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 40px;
}
.footerWrap .footerInner .footerLink{
	width: 110px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;
}
.footerWrap .footerInner .footerLink .linkItem{
	transition: .3s;
	display: block;
}
.footerWrap .footerInner .footerLink .linkItem:hover{
	opacity: 0.5;
}

.footerWrap .footerInner .copy{
	text-align: center;
}


/*
commonTtl
-------------------------------------------*/
.common_ttl{
	text-align: center;
	color: var(--color-main);
	font-weight: bold;
}

.common_ttl .ttl_en {
	color: var(--color-main);
	font-size: 36px;
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-style: italic;
}

.common_ttl .ttl_jp {
	display: block;
	font-size: 20px;
	color: var(--color-black);
}

@media (min-width: 764px){
	.common_ttl .ttl_en {
		font-size: 40px;
	}
	.common_ttl .ttl_jp {
		font-size: 24px;
	}
}

/*
common_ttl02
--------------*/
.common_ttl02{
	background: var(--color-main);
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	font-weight: bold;
	color: var(--color-white);
	text-align: center;
	padding: 30px 10px 23px;
	border-radius: 0 0 20px 20px;
}

.common_ttl02 .ttl_en{
	font-size: 36px;
	font-family: "Josefin Sans", sans-serif;
	display: block;
}
.common_ttl02 .ttl_jp{
	display: block;
	font-size: 16px;
}

@media (min-width: 764px){
	.common_ttl02{
		min-width: 500px;
		width: 67%;
		border-radius: 0 0 30px 30px;
	}
	.common_ttl02 .ttl_jp{
		font-size: 20px;
	}
}


