@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.4;
  vertical-align: baseline;
  font-family: 'Noto Sans JP', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  overflow-y: scroll;
  height: 100%;
}
body {
  height: 100%;
  color: #333;
  -webkit-text-size-adjust: 100%;
}
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th {
  text-align: left;
}
a:focus {
  outline: none;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px; /*¥*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
  clear: both;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
table {
  width: 100%;
}
a {
  text-decoration: none;
}
/*common*/
.sp {
	display: none;
}
.cont-ttl h2 {
  font-size: 1.125rem;
  padding: 0 0 0 1.3em;
  line-height: 1;
  position: relative;
  margin: 0 0 1.2em;
}
.cont-ttl h2::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #4191CD;
  display: block;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
  border-radius: 100vh;
}
.cont-ttl .en.ttl {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 3rem;
  line-height: 1;
}
.cont-ttl .more {
  margin: 45px 0 0;
}
.cont-ttl .more a {
  line-height: 1;
  font-size: 0.875rem;
  font-weight: bold;
  color: #000;
  background-image: url("../img/common/more-arr.svg");
  background-position: left center;
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
}
@media (max-width: 900px) {
	.pc {
		display: none;
	}
.sp {
	display: block;

}
.cont-ttl h2 {
  font-size: 2.6vw;
  margin: 0 0 1.2em;
}
.cont-ttl h2::before {
  width: 1.6vw;
  height: 1.6vw;
}
.cont-ttl .en.ttl {
  font-size: 8vw;
}
.cont-ttl .more {
  margin: 3.5vw 0 0;
}
.cont-ttl .more a {
  font-size:2.4vw;
	background-size: 2.8vw;
  padding: 0 0 0 4.2vw;
}
}
header {
  padding: 104px 0 0;
}
/*header*/
header .header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 35px;
  transition-duration: 300ms;
  box-sizing: border-box;
  background-color: #fff;
}

@media (max-width: 768px) {
	header {
  padding: 80px 0 0;
}
  header .header {
    padding: 15px 4vw;
  }
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-link {
  display: block;
  transition-duration: 300ms;
}
.logo-link:hover {
  opacity: 0.6;
}
@media (max-width: 1024px) {
  .nav-menu {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    transition-duration: 300ms;
    transform: translateX(200%);
    overflow: auto;
    /* ナビメニューの背景色を変えたい時 */
    background-color: rgba(0, 0, 0, .8);
    box-sizing: border-box;
  }
  .nav-menu.active {
    transform: translateX(0);
  }
}
@media (min-width: 1025px) {
  .nav-menu {
    padding-top: 0 !important;
  }
}
@media (min-width: 1025px) {
  .menu-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 1024px) {
  .menu-item {
    /* 各ナビメニューの下線を変えたい時 */
    border-style: solid;
    border-color: #fff;
    border-bottom-width: 1px;
  }
}
.header .nav-menu ul.menu-list li {
  padding: 8px 30px;
  border-left: 1px dotted #000;
}
.header .nav-menu ul.menu-list li:nth-child(5) {
  border-right: 1px dotted #000;
}
.header .nav-menu ul.menu-list li:last-child {
	border: none;
	padding: 0 0 0 25px;
}
.header .nav-menu ul.menu-list li.menu-inst {
	border: none;
	padding: 0 0 0 25px;
	display: flex;
	justify-content: center;
	gap:15px;
}
.header .nav-menu ul.menu-list li.menu-inst img {
	width: 30px;
	height: auto;
	border-radius: 3px;
}

.menu-link {
  display: block;
  color: #000;
  transition-duration: 500ms;
	line-height: 1;
	font-weight: 600;
	font-size: 1.0625rem;
}
.menu-link:hover {
  opacity: 0.6;
}
.nav-menu.active ul {
	padding: 6vw 0 0;
}
.nav-menu.active .menu-link {
  color: #fff;
}
@media (max-width: 1024px) {
  .menu-link {
    font-size: clamp(14px, 1.0416666666666667vw, 20px);
    padding-top: clamp(15px, 3.5vw, 25px);
    padding-bottom: clamp(15px, 3.5vw, 25px);
    text-align: center;
    /* ナビメニューの文字色を変えたい時 */
    color: #000;
  }
}
@media (min-width: 1025px) {
  .menu-link {
    font-size: clamp(14px, 1.0416666666666667vw, 20px);
  }
}




.hamburger-button {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  height: clamp(13px, 3.466666666666667vw, 26px);
  margin-right: 0;
  margin-left: auto;
  cursor: pointer;
}
.hamburger-lines {
  position: relative;
  width: clamp(40px, 10.666666666666666vw, 90px);
  height: clamp(13px, 3.466666666666667vw, 26px);
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}
@media (max-width: 1024px) {
  .hamburger-lines {
    width: clamp(40px, 10.666666666666666vw, 90px);
    height: clamp(13px, 3.466666666666667vw, 26px);
  }
}
@media (max-width: 768px) and (orientation: landscape) {
  .hamburger-lines {
    width: clamp(30px, 7.496251874062969vw, 50px);
    height: clamp(15px, 2.998500749625187vw, 20px);
  }
}
.hamburger-lines.active {
  height: 1px;
}
.hamburger-lines .line {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: clamp(1px, .26666666666666666vw, 2px);
  margin: auto;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  /* ハンバーガーメニューの線の色を変えたい時 */
  background-color: #000;
}
.hamburger-lines.active .line {
  /* ハンバーガーメニューオープン時の線の色を変えたい時 */
  background-color: #fff;
}
.hamburger-lines .line:nth-child(1) {
  top: 0;
}
.hamburger-lines .line:nth-child(2) {
  bottom: 0;
}
@media (min-width: 1025px) {
  /* タブレットサイズ以上でハンバーガーメニューを丸ごと非表示 */
  .hamburger-button {
    display: none;
  }
}
header .header-logo {
  padding: 0 0 0 60px;
}

@media (max-width: 1400px) {
 header .header-logo {
  padding: 0;
}
	.header .nav-menu ul.menu-list li {
    padding: 8px 20px;
}
}
@media (max-width: 1200px) {
	.header .nav-menu ul.menu-list li,
	.header .nav-menu ul.menu-list li:nth-child(5),
	.header .nav-menu ul.menu-list li:last-child{
    padding: 0 10px;
	border: none;
}
	.header .nav-menu ul.menu-list li.menu-inst {
    border: none;
    padding: 0 0 0 15px;
}
	header .header {
		padding: 20px 15px;
	}
	}

@media (max-width: 1024px) {
.header .nav-menu ul.menu-list li.menu-inst {
		text-align: center;
		padding:15px;
	}
}

@media (max-width: 900px) {
	 header .header-logo {
  width: 38vw;
}

}

/*footer*/
#contact-us {
  background-image: url("../img/common/contact_bg.jpg");
  background-size: cover;
  background-position: center;
  padding: 60px 30px 120px;
}
#contact-us .inn .cont-ttl {
  text-align: center;
  margin: 0 0 60px;
}
#contact-us .inn .cont-ttl h2 {
  display: inline-block;
  color: #fff;
}
#contact-us .inn .cont-ttl h2::before {
  background-color: #fff;
}
#contact-us .inn .cont-ttl .en.ttl {
  color: #fff;
}
#contact-us .inn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
#contact-us .inn ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 110px;
  border-radius: 100vh;
  border: 3px solid #fff;
}
#contact-us .inn ul li:nth-child(1) a {
  background-color: #FB4A2B;
}
#contact-us .inn ul li:nth-child(2) a {
  background-color: #0B3FA1;
}
#contact-us .inn ul li a p {
  color: #fff;
  font-size: 0.75rem;
  text-align: center;
  margin: 10px 0 0;
}
@media (max-width: 900px) {
#contact-us {
  padding: 10vw 4vw;
}
#contact-us .inn .cont-ttl {
  margin: 0 0 5vw;
}
#contact-us .inn ul {
  gap: 4vw;
padding: 0 3vw;
}
#contact-us .inn ul li {
		width: 100%;
	}
#contact-us .inn ul li a {
  height: 90px;
  border: 2px solid #fff;
	max-width: 100%;
	padding: 0 8vw;
	box-sizing: border-box;
}
#contact-us .inn ul li a p {
  font-size:2.6vw;
  margin: 0.6em 0 0;
}
}
.footer {
  background-color: #000000;
  padding: 0 30px;
}
.footer .footer-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1480px;
  margin: auto;
}
.footer .footer-container .wrap p {
  color: #fff;
  font-size: 0.6875rem;
  padding: 15px 0 0;
}
.footer .footer-container .nav-menu ul {
  display: flex;
  padding: 40px 0;
}
.footer .footer-container .nav-menu ul li {
  padding: 8px 35px;
  border-left: 1px dotted #fff;
}
.footer .footer-container .nav-menu ul li:last-child {
  border-right: 1px dotted #fff;
}
.footer .footer-container .nav-menu ul li a {
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 900px) {
	.footer {
  padding:4.5vw 4vw;
		text-align: center;
}
	.footer .footer-container .wrap {
		width: 100%;
	}
	.footer .footer-container .wrap h2 {
		width: 70%;
		margin: auto;
	}
	.footer .footer-container .wrap p {
  font-size: 2.2vw;
  padding: 1rem 0 0;
}
}
.low-header {
	background-image: url("../img/page/other_main.jpg");
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
  background-size: cover;
  background-position: center;
}
.low-header h2 {
	display: inline-block;
    color: #fff;
    background-color: #0B3FA1;
    transform: skewX(-10deg);
}
.low-header h2 span {
	display: inline-block;
	transform: skewX(10deg); 
	padding: 10px 42px 15px;
	font-size: 3.4rem;
	font-weight: bold;
	color: #fff;
}
@media (max-width: 900px) {
.low-header {
	height: 38vw;
}
.low-header h2 span {
	padding: 1vw 2.5vw 1.5vw;
	font-size: 4.4vw;
}
}