@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: bottom;
  /*background: transparent;*/
  text-decoration: none;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
li {
  list-style-type: none;
}
address {
  font-style: normal;
}
/* ↓↓↓　スマホ入力時のフォーカスを防ぐ*/
input,
select {
  font-size: 16px;
  vertical-align: middle;
}
textarea {
  font-size: 16px;
}
.fa,
.fas {
  font-weight: 900;
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free";
}
/* =============================================================================
   移動＋フェードイン表示
   ========================================================================== */
.fade {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 0.8s;
}
.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/* =============================================================================
   基本設定
   ========================================================================== */
*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-appearance: none;
}
html {
  overflow-y: scroll;
}
body {
  color: #2d2d2d;
  line-height: 1.6;
  font-size: 14px;
  font-family: YuGothic, 'Yu Gothic medium', "メイリオ", Meiryo, "HelveticaLTPro-Roman", Helvetica, "FP-ヒラギノ角ゴ ProN W3",
	  "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  letter-spacing: 0.03em;
  font-weight: 500;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
#overwrap {
  overflow: hidden;
  position: relative;
}
a {
	color: #0a0a0a;
  text-decoration: none;
	font-family: "Noto Sans JP", sans-serif;
}
/*a:link {
  color: #0a0a0a;
}
 a:visited {
  color: #0a0a0a;
} */
a:hover {
  /*color: #0a0a0a;*/
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
/*a:active {
  color: #0a0a0a;
}*/
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
em {
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
h4,
h5,
h6{
	  font-family: Arial, Helvetica, "sans-serif";
}
p{
	font-weight: normal;
}
ul {
  list-style: none;
}
sup {
  vertical-align: super;
}
sub {
  vertical-align: sub;
}

/* ===================================fadeとmv======================================= */
.fade {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 0.8s;
}
.mv {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/* ========================================================================== */
.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3",
    "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  -o-transform: rotate(0.028deg);
  -ms-transform: rotate(0.028deg);
  -moz-transform: rotate(0.028deg);
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
}
.shin-go{
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.shadow {
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff -2px 0px,
    #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px,
    #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px,
    #fff 2px -1px, #fff -2px -1px;
}

.arno {
  font-family: arno-pro, serif;
  font-weight: 700;
  font-style: normal;
}
.grecaptcha-badge {
  visibility: hidden;
}
.reCAPTCHA {
  text-align: center;
}
.reCAPTCHA a {
  text-decoration: underline;
}
.btn-blue{
	background-color: #1B459B;
    color: #fff;
    padding: 0px 35px;
    border-radius: 50px;
    font-size: 14px;
    position: relative;
    width: 230px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 2px solid #1B459B;
    letter-spacing: 2px;
}
.btn-blue:after {
	content: "";
	background: url(../images/global/arrow-btn01.png) no-repeat center / contain;
	width: 17px;
	height: 14px;
	position: absolute;
	right: 25px;
	top: calc(50% - 1em / 2);
}
.btn-blue:hover{
	background-color: #fff;
	color: #1B459B;
	border:2px solid;
}
.btn-blue:hover:after {
	content: "";
	background: url("../images/global/arrow-btn01-hover.png") no-repeat center / contain;
	width: 17px;
	height: 14px;
	position: absolute;
	right: 25px;
	top: calc(50% - 1em / 2);
}
.btn-white{
	background-color: #fff;
    color: #2D72E2;
    padding: 15px 30px;
    border-radius: 50px;
    font-size: 14px;
    position: relative;
    width: 250px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.btn-white:after {
	content: "";
	background: url(../images/global/arrow-btn02.png) no-repeat center / contain;
	width: 17px;
	height: 14px;
	position: absolute;
	right: 25px;
	top: calc(50% - 10px / 2);
}
.btn-white:hover{
	background-color: #2D72E2;
	color: #fff;
}
.btn-white:hover:after {
	content: "";
	background: url("../images/global/arrow-btn02-hover.png") no-repeat center / contain;
	width: 17px;
	height: 14px;
	position: absolute;
	right: 25px;
	top: calc(50% - 1em / 2);
}
.blue{
	color: #1B459B;
}
.red{
	color: red;
}
.center{
	text-align: center;
}
h3.bl_bg {
    background: #1b459b;
    color: #fff;
    width: fit-content;
    padding: 0px 17px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
}

.gutter{
box-sizing: content-box;
    max-width: 100%;
    margin: 0 auto;
}
.loop-wrap {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 150px;
  margin-top: -11em;
}
.loop-area {
    display: flex;
    animation: loop-slide 80s infinite linear 1s both;
    list-style: none;
    margin: 0;
    padding: 0;
}
.loop-area .content {
    width: max-content;
    font-size: 200px;
    color: #fff;
    font-weight: bold;
    font-family: "Arial", Gadget, "sans-serif";
}
.gutter>*:not(:last-child) {
  margin-bottom: 2rem;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 1380px) {
		h4{
	font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro;
}
	}
@media screen and (min-width: 768px) {
  /*	body {background: #ccc; }*/
  .wrap {
    max-width: 1190px;
    padding: 0 10px;
    margin: 0 auto;
  }
  .sp {
    display: none!important;
  }
  .pc {
    display: block!important;
  }

}
@media screen and (min-width:768px) and (max-width:1380px) {
	    .wrap {
        max-width: 1200px;
        padding: 0 20px;
        margin: 0 auto;
    }
	h4{
		font-family: YuGothic, 'Yu Gothic medium', "メイリオ", Meiryo, sans-serif;
		font-weight: 600;
}
}
@media screen and (max-width: 767px) {
  /*body {background: #000;}*/
  .wrap {
    width: 100%;
    padding:0 20px;
  }
  .sp {
    display: block!important;
  }
  .pc {
    display: none!important;
  }
.loop-wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: auto;
    margin-top: -11em;
}
	.loop-area .content {
		width: max-content;
		font-size: 110px;
	}
	h4,h3{
		font-weight: 600;
	}
}

/* =============================================================================
	header
   ========================================================================== */
#wrapper {
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.header{
	 position: fixed;
	transition: .3s;

}
	.header.change-color {
  background-color: #fff;
	box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}

@media screen and (min-width:768px) {
	.hamburger{
		display: none;
	}
	.header { 
		width: 100%; 
		height: 102px; 
		display: flex; 
		justify-content: space-between; 
		z-index: 50;
	}
	.fixed-header{
		z-index: 100;
	}

nav.globalMenuSp.change-color a.list {
  color: #000;
}
	nav.globalMenuSp.change-color a.list:hover{
		color: #1594D6;
	}
header h1 { 
	padding: 20px 0px 0 20px;
	}
header h1 a { 
	display: block;
	}
header h1 a img { 
	width: auto; 
	height: 57px;
	}
header nav { 
	display: flex; 
	justify-content: flex-end; 
	font-size: 16px; 
        width: 100%;
        max-width: 950px;
	}
header nav ul { 
	display: flex; 
	justify-content: space-between; 
	width: 100%; 
	margin-right: 50px;
	}
header nav ul li {}
header nav ul li a { 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	height: 100%; 
	white-space: nowrap; 
	margin: 0 5px; 
	color: white;
	position: relative;
	 transition: .3s;
	}
	/*header nav ul li a::after {
        content: "";
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #ccc;
        transition: all 0.3s ease;
        opacity: 0;
    }
header nav ul li a:hover::after {
        content: "";
        position: absolute;
        bottom: 25px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        transition: all 0.3s ease;
        opacity: 1.0;
    }*/
	header nav ul li a:hover { 
		color: #008AD2;
	}
header nav p.contact-menu { 
	display: block; 
	width: 188px; 
	height: 102px;
	}
header nav p.contact-menu a { 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	flex-direction: column; 
	width: 100%; 
	height: 120%; 
	background: #1B459B; 
	color: #fff;
	}

header nav p.contact-menu a::before { 
	content: ""; 
	background: url("../images/global/icon_mail.svg") center no-repeat; 
	background-size: contain; 
	width: 27px;
	height: 20px;
	margin: 0 0 5px;
	}
header nav p.contact-menu a:hover { 
	background: #000; 
	color: #fff;
	}
}

@media screen and (min-width:768px) and (max-width:1380px) {
	.navDrawr {
    width: 750px;
    position: absolute;
    top: 0;
    right: 0;
  }
	nav.globalMenuSp.active {
		padding-left: 95px;
	}
	nav.globalMenuSp ul li a{
		font-size: 17px;
	}
	nav.globalMenuSp ul.sub li {
    width: 77%;
}
	nav.globalMenuSp {
		padding-left: 35px;
	}
}
@media screen and (max-width: 767px) {
	.header{
		width: 100%;
		height: 75px;
	}
	.header.change-color {
    background-color: #fff;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
    width: 100%;
    height: 75px;
}
	header h1 { 
	padding: 10px 0px 0 10px;
	}
/*　ハンバーガーボタン　*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 10px;
  top: 10px;
  width: 55px;
  height: 55px;
  cursor: pointer;
  text-align: center;
  background: #1B459B;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 20px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
	top: 20px;
	left: 13px;
}
.hamburger span:nth-child(2) {
  top: 36px;
	left: 13px;
}
.hamburger span:nth-child(3) {
	top: 28px;
	left: 13px;
}
.hamburger p{
	color: #fff;
	position: absolute;
        bottom: 5px;
        left: 18%;
	font-weight: 600;
}
/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 26px;
  left: 14px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 26px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  color: #000;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  width: 100%;
  min-width: 320px;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
  visibility: hidden;
  left: 140px;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
  padding-top: 67px;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
	margin-top: 7px;
}

nav.globalMenuSp ul li {
	list-style-type: none;
	padding: 0;
	width: 100%;
	transition: 0.4s all;
	position: relative;
	border-bottom: 1px solid #293c4a;
}
	nav.globalMenuSp ul li:first-child{
		border-top: 1px solid #293c4a;
	}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li a:hover {
  background-color: rgba(221, 221, 221, 0.3);
}
nav.globalMenuSp ul.sub li a:hover {
  background-color: transparent;
}
nav.globalMenuSp ul li a, .globalMenuSp ul li div.sp {
	font-size: 16px;
	padding: 6px 0;
	padding: 10px 20px;
	line-height: 30px;
	text-align: left;
	font-weight: normal;
	display: block;
	color: #000;
	position: relative;
	letter-spacing: 0.1em;
	text-decoration: none;
}
nav.globalMenuSp li a.link_none {
    pointer-events: none;
}
nav.globalMenuSp ul li span {
  font-size: 12px;
  font-weight: bold;
  color: #0058a4;
  display: block;
  line-height: 1.4em;
}
  nav.globalMenuSp ul li .sub li a {
    font-size: 16px;
    padding: 6px 0;
    padding: 10px 20px;
    line-height: 30px;
    text-align: left;
  }
nav.globalMenuSp ul.sub li {
  width: 50%;
}
nav.globalMenuSp ul.sub a::after {
  transition: all 0.2s;
  content: "";
  width: 0;
  height: 1px;
  background: #0058a4;
  position: absolute;
  left: 0;
  bottom: 3px;
}
nav.globalMenuSp ul.sub a:hover::after {
  transition: all 0.2s;
  width: 100%;
}
/* このクラスを、jQueryで付与・削除する */
    nav.globalMenuSp.active {
        padding-top: 67px;
        opacity: 100;
        visibility: visible;
        left: 140px;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);
    }

.hamburger.active {
  z-index: 150;
}
.globalMenuSp.active {
  z-index: 100;
}
.hamburger.active {
  z-index: 9999;
}
.globalMenuSp.active {
  z-index: 9998;
}
	header nav p.contact-menu { 
	display: block; 
	}
header nav p.contact-menu a { 
	display: flex; 
	justify-content: flex-start; 
	align-items: center; 
        width: 100%;
        height: 60px;
	background: #1B459B; 
	color: #fff;
        font-size: 15px;
	}

header nav p.contact-menu a::before { 
	content: ""; 
	background: url("../images/global/icon_mail.svg") center no-repeat; 
	background-size: contain; 
        width: 27px;
        height: 20px;
	margin-right: 10px;
	        margin-left: 20px;
	}
}
@media screen and (max-width: 480px) {
  .siteTitle img {
    width: 75%;
  }
}
/* =============================================================================
    Footer
   ========================================================================== */
/* #page-top {background-color: #0068b7;text-align: center;}
    #page-top a {display: block;padding: 10px 0;}
    #page-top a:hover {background-color: #0c566b;transition:all .5s ease;} */
#contact{
	background: linear-gradient(180deg, #fff 0%, #fff 50%, #1B459B 50%, #1B459B 100%);
}
#contact .wrap {
		max-width: 1450px;
}
#contact .inner-wrap{
	background: url(../images/global/bg-contact.png) no-repeat;
	padding: 105px 0;
	color: #fff;
	text-align: center;
}
#contact .inner-wrap .ttl{
	    width: fit-content;
    text-align: center;
    margin: 0 auto;
	padding-bottom: 2em;
	    justify-items: flex-end;
}

 #contact .inner-wrap h1 {
    font-size: 80px;
    font-weight: bold;
    color: #fff;
    font-family: Helvetica;
    line-height: 90px;
}
 #contact .inner-wrap h4 {
    font-size: 32px;
    color: #fff;
	 text-align: right;
	 position: relative;
	 width: fit-content;
}

#contact .inner-wrap .flex .btn-white {
    width: 360px;
    height: 80px;
    padding: 15px 50px;
    color: #1B459B;
    justify-content: center;
    font-size: 17px;
}
#contact .inner-wrap .flex .btn-white:hover{
	color: #fff;
}
#contact .inner-wrap .flex .tel-btn{
	font-size: 27px;
	padding-left: 70px;
}
#contact .inner-wrap .flex .tel-btn:after{
	display: none;
}
#contact .inner-wrap .flex .tel-btn:before {
    content: "";
    background: url(../images/global/foot-tel.svg) no-repeat center / contain;
	width: 29px;
    height: 36px;
    position: absolute;
    left: 50px;
    top: calc(48% - 1em / 2);
}
#contact .inner-wrap .flex .tel-btn:hover:before {
    content: "";
    background: url(../images/global/foot-tel-hover.svg) no-repeat center / contain;
	width: 29px;
    height: 36px;
    position: absolute;
    left: 50px;
    top: calc(48% - 1em / 2);
}
#contact .inner-wrap .flex .mail-btn:before {
    content: "";
    background: url(../images/global/foot-mail.svg) no-repeat center / contain;
	width: 27px;
    height: 20px;
    position: absolute;
	left: 45px;
    top: calc(50% - 1em / 2);
}
#contact .inner-wrap .flex .mail-btn:hover:before {
    content: "";
    background: url(../images/global/foot-mail-hover.svg) no-repeat center / contain;
	width: 27px;
    height: 20px;
    position: absolute;
	left: 45px;
    top: calc(50% - 1em / 2);
}


#page-top {
  display: block;
}
#page-top a {
	  overflow: hidden;
	  position: relative;
	  position: fixed;
	  bottom: 30px;
	  right: 30px;
	  z-index: 99;
	padding: 40px;
	background-color: #fff;
	text-align: center;
	line-height: 18px;
	box-shadow: 2px 3px 3px rgb(0 0 0 / 50%);
	border-radius: 50px;
}
#page-top a:before {
    content: "";
    position: absolute;
    z-index: 10;
top: 37%;
    left: 26%;
    width: 20px;
    height: 20px;
    border: 2px solid #000;
    transform: rotate(315deg);
    transform-origin: top right;
    border-left: 0;
    border-bottom: 0;
}
#page-top a:hover {
    background-color: #000;
    
}
#page-top a:hover:before{
	    content: "";
    position: absolute;
    z-index: 10;
	top: 37%;
    left: 26%;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    transform: rotate(315deg);
    transform-origin: top right;
    border-left: 0;
    border-bottom: 0;
}
footer {
  background-color: #1B459B;
  position: relative;
  color: #fff;
  padding: 40px 0;
    padding-top: 80px;
	font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
}
footer .wrap {
  max-width: 1450px;
}

footer .add dt {
  font-size: 25px;
  font-weight: bold;
}
footer .add dd {
  font-size: 17px;
	padding-top: 20px;
	    line-height: 30px;
}

footer .add dd.logo-txt {
	padding-top: 60px;
}
footer .add dl {
  margin-bottom: 60px;
}
footer nav a:link {
  color: #fff;
}

footer h1 {
  margin-bottom: 80px;
}
footer .foot-cont {
  /*font-size: 18px;*/
  padding-bottom: 150px;
	justify-content: space-between;
}

footer .foot-cont .sub a::before {
        content: "―";
        margin-right: 5px;
    }
footer .foot-cont ul li {
margin-bottom: 35px;
    width: fit-content;
}
footer .foot-cont ul li.boss {
  margin-bottom: 10px;
}
footer .foot-cont ul.sub li {
 margin-bottom: 12px;
}
footer .foot-cont ul.sub li a {
  position: relative;
  color: #fff;
　font-size: 16px;
}

footer .foot-cont .main ul li a {
  font-weight: bold;
  position: relative;
  color: #fff;
	font-size: 18px;
	font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
}
footer .foot-cont .main ul.sub li a{
	font-size: 16px;
	color: #d6d6d6;
	font-weight: normal;
}
footer .box {
        padding-right: 80px;
    }

footer .foot-cont ul.sub {
  padding-bottom: 30px;
	    margin-left: 2em;
}
/* .foot-cont .box .sub li a:after {
    transition: all 0.2s;
    content: '';
    width: 0;
    height: 1px;
    background: #ccac00;
    position: absolute;
    left: 0;
    bottom: -1px;
} */
.line-b {
    width: 100%;
    height: 2px;
    background-color: #38b6ff;
    margin: 0 auto;
	margin-bottom: 20px;
}

footer .copy {
  text-align: right;
  font-size: 15px;
}

@media screen and (min-width: 768px) and (max-width: 1380px) {
	footer {
    padding-top: 130px;
  }
  footer .add {
    width: 30%;
  }
  footer .add dd {
    font-size: 13px;
    padding-top: 50px;
  }
  footer .foot-nav .box:first-child {
    width: 45%;
  }
  footer .foot-cont ul li {
    font-size: 15px;
  }
  footer .box {
    padding-right: 50px;
  }
  footer .wrap {
    max-width: 1200px;
  }
  footer .foot-nav {
    width: 60%;
  }
  footer .add {
    width: 30%;
  }
  footer .foot-cont {
    font-size: 16px;
    justify-content: space-between;
  }
  footer .foot-cont ul.sub li a {
    font-size: 13px;
  }
}
@media screen and (min-width: 1380px) {
		#contact .inner-wrap h4 {
	 font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro;
	}
}
@media screen and (min-width: 768px) {

	#contact .inner-wrap .flex{
	justify-content: space-evenly;
	margin: 0 160px;
    margin-top: 5em;
}
	#contact .inner-wrap p{
	font-size: 18px;
}

 #contact .inner-wrap h4::before {
    position: absolute;
    top: -1.2rem;
    left: -40px;
    height: 1.8rem;
    width: 3px;
    height: 80px;
    content: "";
    background-color: #fff;
    transform: rotate(45deg);
}
 footer .marker {
  position: relative;
  z-index: 1;
  padding: 0 10px;
}
 footer .marker::before {
  background: #008AD2;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .4s;
  z-index: -1;
}
 footer .marker:hover {
  color: #fff;
}
 footer .marker:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
}
@media screen and (min-width: 768px) and (max-width: 1380px){
		#contact .inner-wrap h4 {
		font-family: YuGothic, 'Yu Gothic medium', "メイリオ", Meiryo, sans-serif;
	}
}
@media screen and (max-width: 767px) {
	footer .add dd.logo-txt {
    padding-top: 40px;
}
	#contact .inner-wrap{
		padding: 55px 20px;
	}
	#contact .inner-wrap h1 {
	font-size: 40px;
		line-height: 70px;
	}
	 #contact .inner-wrap h4::before {
    position: absolute;
    top: -0.5rem;
    left: -30px;
    height: 1.8rem;
    width: 2px;
    height: 60px;
    content: "";
    background-color: #fff;
    transform: rotate(45deg);
}
	#contact .inner-wrap .flex .btn-white {
            width: 100%;
        height: 65px;
		margin: 10px 0;
	}
	#contact .inner-wrap .flex .tel-btn {
    font-size: 23px;
}
	#contact .inner-wrap h4 {
		font-size: 22px;
	}
	#contact .inner-wrap .flex .tel-btn:before {
    content: "";
    background: url(../images/global/foot-tel.svg) no-repeat center / contain;
    width: 29px;
    height: 35px;
    position: absolute;
    left: 25px;
    top: calc(48% - 1em / 2);
}
	#contact .inner-wrap .flex .mail-btn:before {
    content: "";
    background: url(../images/global/foot-mail.svg) no-repeat center / contain;
    width: 27px;
    height: 20px;
    position: absolute;
    left: 30px;
    top: calc(50% - 1em / 2);
}
  footer {
	  background: url(../images/global/bg-footSP.png) no-repeat;
	  background-color: #1B459B;
    padding: 40px 0 20px;
  }
  footer .wrap {
    margin-left: 0;
    margin-right: 0;
  }

  footer .add {
    width: 100%;
  }
  footer h1 {
    text-align: center;
    padding: 0;
    margin-bottom: 30px;
  }
  footer h1 img {
    width: 50%;
  }
  footer h1 a {
    font-size: 18px;
    padding: 0;
  }
  footer .add dl {
    text-align: center;
  }
  footer .insta {
    text-align: center;
  }
  footer .insta img {
    width: 8%;
  }
  footer nav {
    display: none;
  }
  footer .foot-cont {
    padding-bottom: 20px;
  }
  footer .copy {
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
  }
        footer .add dd {
            font-size: 15px;
            padding-top: 10px;
        }
	#page-top a {
    overflow: hidden;
    position: relative;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 99;
    padding: 35px;
    background-color: #fff;
    text-align: center;
    line-height: 18px;
    box-shadow: 2px 3px 3px rgb(0 0 0 / 50%);
}
}

/* =============================================================================
	トップページ
   ========================================================================== */

/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/* 上下のアニメーション*/
.downAnime {
  opacity: 0; /* 事前に透過0 にして消しておく*/
}

.slideAnimeDownUp {
  animation-name: slideTextY100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
	
}

@keyframes slideTextY100 {
  from {
    transform: translateY(100%); /* 要素を上の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeUpDown {
  animation-name: slideTextY-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextY-100 {
  from {
    transform: translateY(-100%); /* 要素を下の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateY(0); /* 要素を元の位置に移動*/
    opacity: 1;
  }
}


/*共通*/
.afacad {
  font-family: "Afacad", sans-serif;
}
section h2 {
  text-align: left;
  font-size: 50px;
  margin-bottom: 40px;
}

section {
  padding: 80px 0;
}


/* キーイメージ */
.topKeyimages {
  position: relative;
  z-index: 2;
}
.topKeyimages .key-wrap {
  display: flex;
  z-index: 3;
  position: relative;
  flex-direction: column;
  justify-content: center;
  white-space: nowrap;
}
.topKeyimages .bg .bg-wrap {
  position: relative;
  display: flex;
  margin-top: 13px;
  margin-left: 80px;
    width: fit-content;
}
.topKeyimages .ttl-wrap {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translate(-50%, 0);
}
.topKeyimages .ttl-wrap h1{
	color: #fff;
	text-align: center;
	font-size: 65px;
	font-family: "a-otf-ryumin-pr6n", serif;
	text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
}
.topKeyimages .ttl-wrap h2{
	color: #fff;
    text-align: center;
    font-size: 75px;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 50%);
    letter-spacing: 10px;
    padding-top: 40px;
    margin-left: -20px;
}


/*スライドテキスト*/
.title {
  overflow: hidden;
  /*transform: translate(-100%, 0);*/
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1s ease;  /* transform と opacity のアニメーションを両方設定 */
  color: #aa8f7b;
  font-family: 'Josefin Sans', sans-serif;
}

.title.-visible,
.title.-visible span {
  transform: translate(0, 0);
  opacity: 1;  /* クラスが追加されると表示 */
}

.sentence {
  overflow: hidden;
  /*transform: translate(-100%, 0);*/
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1s ease;
  font-size: 16px;

}

.sentence span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 1s ease;
}

.sentence.-visible,
.sentence.-visible span {
  transform: translate(0, 0);
  opacity: 1;  /* クラスが追加されると表示 */
}
@media screen and (min-width: 1380px) {
	.sentence{
		width: 80%;
	}
	.topKeyimages .ttl-wrap h2{
		    font-family: "A-OTF 新ゴ Pro", A-OTF Shin Go Pro;
	}
		
}
@media screen and (min-width: 768px) and (max-width: 1380px){
	.topKeyimages .ttl-wrap h2{
		font-family: YuGothic, 'Yu Gothic medium', "メイリオ", Meiryo, sans-serif;
	}
}
@media screen and (min-width: 768px) {
  .flex {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
  }
	
}

@media screen and (max-width: 767px) {
  .topKeyimages .ttl-wrap {
    justify-content: end;
  }
	.topKeyimages .ttl-wrap h1 {
    color: #fff;
    text-align: center;
		font-size: 26px;
	}
	.topKeyimages .ttl-wrap h2 {
    font-size: 30px;
    letter-spacing: 5px;
    padding-top: 5px;
    margin-left: 0;
}
	.topKeyimages .bg .bg-wrap .inn h2{
    padding: 0px 10px;
    font-size: 22px;
  }
  .topKeyimages .ttl-wrap h3 {
            padding-left: 10px;
        font-size: 13px;
        margin-top: 1rem;
  }
	.topKeyimages .bg .bg-wrap {
    margin-left: 0;
	}
  /* 共通 */
	
  section h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  section h2 span {
    font-size: 16px;
  }
  section p {
    font-size: 14px;
  }
  h2 span img {
    padding-bottom: 14px;
  }


  section {
    padding: 40px 0;
  }

}
@media screen and (max-width: 480px) {
}


  /* 下層共通 */
.underKeyimages .ttl-wrap {
    position: absolute;
    z-index: 10;
    left: 7%;
    top: 20%;
}
	.underKeyimages .ttl-wrap h2 {
    color: #fff;
    text-align: center;
    font-size: 90px;
    font-family: "HelveticaLTPro-Roman", Helvetica;
    font-weight: bold;
    line-height: 130px;
    letter-spacing: 0;
}
.underKeyimages .ttl-wrap p {
    color: #fff;
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 2px;
    width: fit-content;
    padding-top: 10px;
}
@media screen and (max-width: 767px) {
	.underKeyimages .ttl-wrap{
		top: 12%;
	}
		.underKeyimages .ttl-wrap h2 {
    color: #fff;
    text-align: left;
    font-size: 40px;
    font-family: "HelveticaLTPro-Roman", Helvetica;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 0;
}
	.underKeyimages .ttl-wrap p {
    color: #fff;
    text-align: left;
    font-size: 25px;
    line-height: 40px;
    letter-spacing: 2px;
    width: fit-content;
    padding-top: 10px;
}
}
/* =============================================================================

   ========================================================================== */

@media screen and (min-width: 768px) {
}

/* =============================================================================

   ========================================================================== */
@media screen and (min-width: 1024px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767px) {
}
