/*
Theme Name: Original Theme
Theme URI: 
Author: the WordPress team
Author URI: 
Description: 
Version: 1.0
Tags: 
*/


/* --------------------------------------------------
	reset
-------------------------------------------------- */
*,
::before,
::after { box-sizing: border-box;}

html { line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent;}
body { margin: 0;}
main { display: block;}
p, table, blockquote, address, pre, iframe, form, figure, dl { margin: 0;}
h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; margin: 0;}
ul, ol { margin: 0; padding: 0; list-style: none;}
dd { margin-left: 0;}
hr { box-sizing: content-box; height: 0; overflow: visible; border-top-width: 1px; margin: 0; clear: both; color: inherit;}
pre { font-family: monospace, monospace; font-size: inherit;}
address { font-style: inherit;}
a { background-color: transparent; text-decoration: none; color: inherit;}
abbr[title] { text-decoration: underline dotted;}
code, kbd, samp { font-family: monospace, monospace; font-size: inherit;}
small { font-size: 80%;}
sub,
sup { line-height: 0; position: relative; vertical-align: baseline;}

svg, img, embed, object, iframe { vertical-align: bottom;}

/* Forms */
/* ============================================ */
button, input, optgroup, select, textarea { -webkit-appearance: none; appearance: none; background: transparent; padding: 0; margin: 0; border-radius: 0;
 color: inherit; font: inherit; text-align: inherit; text-transform: inherit; vertical-align: middle;
}
button, [type="button"], [type="reset"], [type="submit"] { cursor: pointer;}
button:disabled, [type="button"]:disabled, [type="reset"]:disabled, [type="submit"]:disabled { cursor: default;}
:-moz-focusring { outline: auto;}
select:disabled { opacity: inherit;}
option { padding: 0;}
fieldset { margin: 0; padding: 0; min-width: 0;}
legend { padding: 0;}

progress { vertical-align: baseline;}
textarea { overflow: auto;}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto;}
[type="search"] { outline-offset: -2px;}
[type="search"]::-webkit-search-decoration { -webkit-appearance: none;}

::-webkit-file-upload-button { -webkit-appearance: button; font: inherit;}
[type="number"] { -moz-appearance: textfield;}
label[for] { cursor: pointer;}
details { display: block;}
summary { display: list-item;}
[contenteditable]:focus { outline: auto;}

table { border-color: inherit; border-collapse: collapse;}
td,
th { vertical-align: top; padding: 0;}


/*	Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box;
-webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
        user-select: none;

-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
  	  touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus { outline: none;}
.slick-list.dragging{ cursor: pointer; cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{
-webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
}
.slick-track { position: relative; top: 0; left: 0; display: block;}
.slick-track:before,
.slick-track:after { display: table; content: '';}
.slick-track:after { clear: both;}
.slick-loading .slick-track { visibility: hidden;}
.slick-slide { display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide { float: right;}
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none;}
.slick-slide.dragging img { pointer-events: none;}
.slick-initialized .slick-slide { display: block; outline: none;}
.slick-loading .slick-slide { visibility: hidden;}
.slick-vertical .slick-slide{ display: block; height: auto;}
.slick-arrow.slick-hidden { display: none;}

.slick-arrow{ width: 50px; height: 50px; position: absolute; top: 50%; transform: translateY(-50%);
 background: #000; border: none; border-radius: 50%; z-index: 100;
 text-indent: -9999em; outline: none;
}
.slick-prev { left: 0px;}
.slick-next { right: 0px;}
.slick-arrow:before{ position: absolute; content: ''; display: block; width: 0px; height: 0px; top: 50%; transform: translateY(-50%);}
.slick-prev:before { left: 30%; border: solid 9px transparent; border-right: solid 16px #fff; border-left: 0;}
.slick-next:before { right: 30%; border: solid 9px transparent; border-left: solid 16px #fff; border-right: 0;}

/** Dots */
.slick-dotted.slick-slider{ margin-bottom: 30px;}
.slick-dots { position: absolute; bottom: -25px; display: block; width: 100%; padding: 0; margin: 0; text-align: center;}
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer;}
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer;
 color: transparent; border: 0; outline: none; background: transparent; 
}
.slick-dots li button:hover,
.slick-dots li button:focus{ outline: none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before { opacity: 1;}
.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0;
	width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black;
}
.slick-dots li.slick-active button:before { opacity: .75; color: black;}

@media (max-width: 481px) {
}



/*		font-style
-------------------------------------------------- */
body { width: 100%;
	 font-family: "Noto Serif JP","Hiragino Mincho ProN","ヒラギノ明朝 Pro", "游明朝", "Yu Mincho", "YuMincho", serif;
	font-size: 16px;
	*font-size:small;
	*font:x-small;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input, textarea {font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;}

.min {font-family: "游明朝", "Yu Mincho", "YuMincho", serif;}
.gothic {	font-family: "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo","ＭＳ Ｐゴシック",sans-serif;}
.eng { font-family: "EB Garamond", serif;}

::selection{ background: #feffaf; color: #000;}
::-moz-selection{ background: #feffaf; color: #000;}


a { color:#002159; text-decoration: underline;}
a:link   { color:#002159;}
a:visited{ color:#002159;}
a:hover  { color:#002159;}
a:active { color:#002159;}

em{ font-style: normal;}


/*		utility
-------------------------------------------------- */
.cf{ clear: both;}
.cf:after{ content: ''; display: block; clear: both;}

@media (max-width: 641px) {
}


#hd { width: 100%; position: absolute; left: 0; top: 0; z-index: 100; transition: 0.4s ease;}
#hd .inner-hd { position: relative; width: 94%; max-width: 1320px; margin: 0 auto; padding-right: 0px;}
#hd .hd-ctn { display: flex; justify-content: space-between; width: 100%; padding: 20px 0;}
#hd .hd-logo{ width: 20%; max-width: 200px; }
#hd .hd-logo h1 a img { width: 100%;}
#hd .hd-logo h1 a img.def { display: none;}
#hd .hd-nav { width: 78%;}
#hd .hd-nav ul { font-size: 0; text-align: right;}
#hd .hd-nav ul li { position: relative; display: inline-block; padding: 0 18px; font-size: 15px; vertical-align: middle;}
#hd .hd-nav ul li span,
#hd .hd-nav ul li a { position: relative; z-index: 2; display: inline-block; padding: 2px 0; color: #fff; letter-spacing: 0.1rem; text-decoration: none;}
#hd .hd-nav ul li span:after,
#hd .hd-nav ul li a:after { content: ''; display: block; width: 0%; height: 1px; background: #fff;
 position: absolute; right: 0; bottom: 0; transition: 0.3s ease;
}
#hd .hd-nav ul li.contact a { padding: 10px 28px; background: rgba(255,255,255,0.2); border-radius: 50px; border: solid 1px #fff; letter-spacing: 0.05rem; transition: 0.3s ease;}
#hd .hd-nav ul li.contact a:after { content: none;}
#hd .hd-nav ul li span:hover:after,
#hd .hd-nav ul li a:hover:after { width: 100%; left: 0;}
#hd .hd-nav ul li.contact a:hover { background: rgba(255,255,255,0);}

#hd .hd-nav ul li div { display: none; position: absolute; left: 18px; top: 0px; z-index: 1; padding-top: 36px;}
#hd .hd-nav ul li div.sub-service { width: 240px;}
#hd .hd-nav ul li div.sub-social { width: 180px;}
#hd .hd-nav ul li ul { width: 100%; padding: 12px; background: #173762; text-align: left;}
#hd .hd-nav ul li ul li { display: block; width: 100%; padding: 3px; font-size: 14px;}
#hd .hd-nav ul li ul li a { color: #b9cbe2 !important;}
#hd .hd-nav ul li ul li a:after { background: #b9cbe2 !important;}
#hd .hd-nav ul li:hover div { display: block;}


#hd.wh { position: fixed; background: #fff;}
#hd.wh .hd-ctn { padding: 16px 0;}
#hd.wh .hd-logo h1 a img.def { display: block;}
#hd.wh .hd-logo h1 a img.wh { display: none;}
#hd.wh .hd-nav ul li a { border-color: #173762; color: #173762;}
#hd.wh .hd-nav ul li a:after { background: #173762;}
#hd.wh .hd-nav ul li.contact a:hover { background: #173762; color: #fff;}

#hd .menu-btn { display: none; width: 50px; height: 50px; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
#hd .menu-btn div { position: relative; width: 100%; height: 100%;}
#hd .menu-btn div span { display: block; width: 80%; height: 1px; background: #fff; position: absolute; left: 50%; transform: translate(-50%,0);}
#hd .menu-btn div span:nth-child(1) { top: 15px;}
#hd .menu-btn div span:nth-child(2) { top: 25px; transition: 0.3s ease;}
#hd .menu-btn div span:nth-child(3) { top: 35px;}

#hd .menu-btn.active div span:nth-child(1) { animation: menu-1 0.3s ease forwards;}
#hd .menu-btn.active div span:nth-child(2) { opacity: 0;}
#hd .menu-btn.active div span:nth-child(3) { animation: menu-2 0.3s ease forwards;}

#hd.wh .menu-btn div span { background: #173762;}
@keyframes menu-1 {
	0% { transform: translate(-50%,0);}
 30% { transform: translate(-50%,10px);}
 31% { transform: translate(-50%,10px) rotate(0deg); background: #fff;}
 80% { transform: translate(-50%,10px) rotate(30deg);}
 100%{ transform: translate(-50%,10px) rotate(30deg); background: #fff;}
}
@keyframes menu-2 {
	0% { transform: translate(-50%,0);}
 30% { transform: translate(-50%,-10px);}
 31% { transform: translate(-50%,-10px) rotate(0deg); background: #fff;}
 80% { transform: translate(-50%,-10px) rotate(-30deg);}
 100%{ transform: translate(-50%,-10px) rotate(-30deg); background: #fff;}
}

@media (max-width: 1001px) {
	#hd .hd-nav ul li { padding: 0 8px;}
	#hd .hd-nav ul li.contact a { padding: 6px 15px;}
	#hd .hd-nav ul li div { left: 8px;}
}
@media (max-width: 801px) {
	#hd .hd-logo{ width: 50%; max-width: 180px;}
	#hd .hd-nav { display: none;}
	#hd .menu-btn { display: block;}
}
@media (max-width: 481px) {
	#hd .hd-logo{ max-width: 150px;}
}


#hd.active { background: none;}
#hd.active .hd-logo h1 a img.def{ display: none;}
#hd.active .hd-logo h1 a img.wh { display: block;}

#sp-nav { position: fixed; left: 0; top: 0; width: 100%; height: 100vh; transition: 0.3s ease; z-index: -1; opacity: 0; visibility: hidden;}
#sp-nav.open { opacity: 1; visibility: visible; z-index: 99;}
#sp-nav .inner { width: 100%; height: 100%; padding-top: 80px; background: #173762;}
#sp-nav .scroll { width: 100%;  height: 100%; overflow-y: scroll;}
#sp-nav ul { width: 90%; margin: 0 auto; padding-bottom: 40px;}
#sp-nav ul li { padding: 8px 0; border-bottom: solid 1px #506e97; font-size: 18px;}
#sp-nav ul li span { position: relative; display: block; padding: 5px 0; padding-right: 50px; color: #fff; cursor: pointer;}
#sp-nav ul li span:before,
#sp-nav ul li span:after { content: ''; display: block; width: 16px; height: 1px; background: #fff;
 position: absolute; right: 10px; top: 50%;
}
#sp-nav ul li span:before{ transform: translate(0,-50%);}
#sp-nav ul li span:after { transition: 0.3s ease; transform: translate(0,-50%) rotate(-90deg);}
#sp-nav ul li a { display: block; padding: 5px 0; color: #fff; text-decoration: none;}
#sp-nav ul li ul { display: none; width: 100%; padding-bottom: 0px;}
#sp-nav ul li ul li { padding-left: 32px; border-bottom: none; font-size: 16px;}
#sp-nav ul li ul li a { display: block; padding: 2px 0; color: #b9cbe2;}
#sp-nav ul li span.open:after { transform: translate(0,-50%) rotate(0deg);}
@media (max-width: 481px) {
	#sp-nav ul li { padding: 4px 0;}
}



#ft { background: #173762;}
#ft .inner-ft { width: 92%; max-width: 1200px; margin: 0 auto; padding: 50px 0px 0px;}
#ft .ft-ctn { display: flex; justify-content: space-between; flex-direction: row-reverse; width: 100%;}
#ft .ft-logo{ width: 30%;}
#ft .ft-menu{ display: flex; width: 68%; max-width: 600px;}

#ft .ft-logo h3 { margin-bottom: 20px;}
#ft .ft-logo h3 img { width: 100%; max-width: 230px;}
#ft .ft-logo p { color: #fff; font-size: 14px; letter-spacing: 0.05rem; line-height: 2;}

#ft .ft-menu div { width: calc(( 100% - 172px ) / 2);}
#ft .ft-menu div:nth-of-type(3) { width: 172px;}
#ft .ft-menu p { margin-bottom: 10px; font-size: 16px; letter-spacing: 0.05rem; line-height: 1.4;}
#ft .ft-menu p.mb { margin-bottom: 20px;}
#ft .ft-menu p a { position: relative; display: inline-block; padding: 2px 0; color: #fff; text-decoration: none;}
#ft .ft-menu p a:after { content: ''; display: block; width: 0%; height: 1px; background: #fff;
 position: absolute; right: 0; bottom: 0; transition: 0.3s ease;
}
#ft .ft-menu p span { position: relative; display: inline-block; padding: 2px 0; color: #fff; text-decoration: none;}

#ft .ft-menu ul { font-size: 0;}
#ft .ft-menu ul.mb { margin-bottom: 20px;}
#ft .ft-menu ul li { padding: 4px 0; font-size: 13px; letter-spacing: 0.05rem; line-height: 1.4;}
#ft .ft-menu ul li a { position: relative; display: inline-block; padding: 2px 0; color: #b9cbe2; text-decoration: none;}
#ft .ft-menu ul li a:after { content: ''; display: block; width: 0%; height: 1px; background: #b9cbe2;
 position: absolute; right: 0; bottom: 0; transition: 0.3s ease;
}
#ft .ft-menu p a:hover:after,
#ft .ft-menu ul li a:hover:after { width: 100%; left: 0;}

#ft .ft-sns {}
#ft .ft-sns ul { font-size: 0;}
#ft .ft-sns ul li { display: inline-block; width: 50px;}
#ft .ft-sns ul li a { display: block; width: 100%; max-width: 32px;}
#ft .ft-sns ul li a img { width: 100%; transition: 0.3s ease;}
#ft .ft-sns ul li a:hover img { opacity: 0.6;}
#ft .copyright { width: 94%; max-width: 1200px; margin: 0 auto; padding: 0 0 40px;}
#ft .copyright p { color: #fff; font-size: 12px; text-align: right;}
@media (max-width: 1001px) {
	#ft .ft-logo p { font-size: 12px;}
	
	#ft .ft-menu div { width: calc(( 100% - 160px ) / 2);}
	#ft .ft-menu div:nth-of-type(3) { width: 160px;}
	#ft .ft-menu p { font-size: 14px;}
	#ft .ft-menu p.mb { margin-bottom: 12px;}
	#ft .ft-menu ul li { font-size: 12px;}
}
@media (max-width: 801px) {
	#ft .inner-ft { width: 88%; padding: 40px 0px 0px;}
	#ft .ft-ctn { display: block; margin: 0 auto 40px;}
	#ft .ft-logo{ width: 100%;}
	#ft .ft-logo h3 img { width: 50%; max-width: 180px;}
	#ft .ft-menu{ display: none;}
	#ft .copyright { width: 88%; padding: 20px 0px;}
	#ft .copyright p { text-align: left;}
}
@media (max-width: 481px) {
	#ft .ft-ctn { margin-bottom: 20px;}
	#ft .copyright p { font-size: 10px;}
}


