@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+JP:wght@100..900&display=swap');
/*  font-family: "Noto Sans JP", sans-serif;*/
/*  font-family: "Barlow Condensed", sans-serif;*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: left;
  line-height: 1.7;
  color: #0c194a;
  min-width: 1040px;
  font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Font Awesome 6 Free";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  padding: 0;
  margin: 0;
}

img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  display: block;
  border-radius: 5px;
}

a {
  text-decoration: none;
  color: #0c194a;
  outline: none;
}

a:active,
a:hover,
a:focus {
  outline: none;
}

a,
input {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

a:hover,
.link input:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  body {
    width: 100%;
    min-width: 0;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  a:hover {
    opacity: 1;
  }
}


/*============================
flex
============================*/

.flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}


/*============================
脚注文字表記etc.
============================*/

.eng {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.min {
  font-size: 13px;
  display: block;
  color: #999999;
}

.lead {
  font-size: 38px;
  letter-spacing: 0.04em;
  line-height: 56px;
  font-weight: 700;
}

.blue {
  color: #019ff9;
  font-weight: 700;
}


/*============================
表示切り替え
============================*/

.sp-only {
  display: none;
}


@media only screen and (max-width: 768px) {

  /*============================
脚注文字表記etc.
============================*/
  .min {
    font-size: 12px;
  }

  .lead {
    font-size: 24px;
    line-height: 36px;
  }

  /*============================
表示切り替え
============================*/
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

/*============================
wrapper
============================*/

.wrapper {
  position: relative;
  overflow: hidden;
}

/*============================
inner
============================*/

.inner {
  width: 1040px;
  margin: auto;
}

@media only screen and (max-width: 768px) {
  .inner {
    width: 90.625%;
    margin: auto;
  }
}

/*============================
header
============================*/

#top {
  position: fixed;
  width: 100%;
  z-index: 80000;
  padding: 15px 30px;
  transition: .7s;
}

#top .site-header {
  width: 100%;
}

#top .site-header .flex {
  align-items: center;
}

.siteTitle {
  width: 248px;
}

.siteTitle a {
  padding-top: 20.9959%;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  background: url(../images/common/header/sitetitle.png) no-repeat left center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

/**header 途中から*****/

#top.transform {
  padding: 10px 20px;
  background-color: #fff;
}

#top.transform .site-header .siteTitle {
  width: 190px;
}

@media only screen and (max-width: 980px) {
  #top {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    padding: 10px;
  }

  .siteTitle {
    width: 160px;
  }

  /**header 途中から*****/

  #top.transform {
    padding: 10px;
  }

  #top.transform .site-header .siteTitle {
    width: 160px;
  }
}


/*============================
nav
============================*/

#top .globalNav {
  align-items: center;
}

.site-header nav ul li:nth-of-type(n+2) {
  margin-left: 30px;
}

#top .globalNav > li > a {
  color: #0c194a;
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1;
  position: relative;
}

#top .globalNav > li > a::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #ff7607;
  top: -3px;
  right: -3px;
  transform: scale(0);
  transition:
    opacity 0.2s ease,
    transform 0.6s ease;
  z-index: -1;
}

#top .globalNav > li.current > a::before,
#top .globalNav > li > a:hover::before {
  transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

#top ul li.contact a {
  background-color: #ff730d;
  display: block;
  width: 54px;
  height: 54px;
  color: #fff;
  border-radius: 5px;
  position: relative;
  transition: 0.5s;
}

#top ul li.contact a i {
  position: absolute;
  top: 35%;
  left: 34%;
  font-size: 17px;
}

/**header 途中から*****/

#top.transform .site-header nav ul li:nth-of-type(n+2) {
  margin-left: 20px;
}

@media only screen and (max-width: 980px) {
  #top nav {
    margin: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 54px;
    background-color: rgba(12, 25, 74, 0.9);
    overflow-y: scroll;
  }

  #top .globalNav li {
    float: none;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .site-header nav ul li:nth-of-type(n+2) {
    margin-left: 0;
  }

  #top .globalNav li a {
    overflow: inherit;
    width: 100%;
    height: inherit;
    padding: 17px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 2;
  }

  #top .globalNav li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
  }

  #top .globalNav > li > a::before {
    top: 45%;
    right: auto;
    left: 50px;
    width: 8px;
    height: 8px;
  }

  #top a.contact {
    position: absolute;
    right: 60px;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 7px 10px;
    width: 40px;
    height: 40px;
    background-color: #ff7607;
    border-radius: 50px;
  }

  #top a.contact i {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
  }

  #top ul li.contact a span {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  #top ul li.contact a {
    width: 100%;
    border-radius: 0;
    border-bottom: none;
    font-size: 20px;
  }

  #top ul li.contact a span.eng {
    line-height: 1;
  }

  /**header 途中から*****/
  #top.transform .globalNav li {
    width: 100%;
  }

  #top.transform .site-header nav ul li:nth-of-type(n+2) {
    margin-left: 0;
  }

  #top.transform .globalNav > li > a {
    padding: 17px 0;
  }
}


/*============================
menu(sp)  ハンバーガー
============================*/

.menu {
  display: none;
}

@media only screen and (max-width: 980px) {
  .menu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    z-index: 1000;
    width: 31px;
    height: 23px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 31px;
    height: 23px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 50px;
    background-color: #0c194a;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* anime */
  .active .menu-trigger span {
    background-color: #0c194a;
  }

  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}


/*============================
cont_img
============================*/

.cont_img {
  height: 395px;
  padding: 170px 0 105px;
  margin-bottom: 40px;
  position: relative;
}

.cont_img::before {
  display: block;
  content: '';
  position: absolute;
  background: url(../images/common/circle.png)no-repeat center center;
  background-size: 700px;
  width: 700px;
  height: 700px;
  top: -310px;
  right: -110px;
  animation: rotateAnimation 10s linear infinite;
  z-index: -1;
}

@keyframes rotateAnimation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.cont_img .flex {
  align-items: flex-end;
}

.cont_img h1 {
  font-size: 20px;
  line-height: 1;
  color: #ff7607;
}

.cont_img h1 span {
  display: block;
}

.cont_img h1 span.eng {
  margin-bottom: 20px;
  font-size: 100px;
  color: #0c194a;
}

@media only screen and (max-width: 768px) {

  .cont_img {
    height: 265px;
    padding: 100px 0 30px;
    margin-bottom: 0;
  }

  .cont_img::before {
    background-size: 350px;
    width: 350px;
    height: 350px;
    top: -140px;
    right: -140px;
  }

  .cont_img .flex {
    display: block;
  }

  .cont_img h1 {
    font-size: 14px;
  }

  .cont_img h1 span.eng {
    margin-bottom: 15px;
    font-size: 40px;
  }
}


/*============================
パンくず
============================*/

.root {
  font-size: 14px;
}

.root ul {
  display: flex;
  overflow: hidden;
}

.root li {
  position: relative;
  letter-spacing: 0.06em;
  padding-bottom: 0;
  white-space: nowrap;
  color: #ff7607;
  font-weight: 500;
}

.root li::before {
  content: '/';
  margin: 0 5px;
  color: #999;
}

.root li:first-child {
  margin-left: 0;
}

.root li:first-child:before {
  display: none;
}

.root li:not(:last-child) a {
  color: #999;
}

@media only screen and (max-width: 768px) {

  .root {
    overflow-x: auto;
    font-size: 13px;
    margin-top: 20px;
  }

  .root ul {
    justify-content: flex-end;
  }
}


/*============================
container
============================*/

.cont .container {
  overflow: hidden;
}


/*============================
Link
============================*/

.link {
  text-align: right;
  line-height: 1;
  margin-top: 60px;
  justify-content: flex-end;
}

.link a {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  padding: 20px 0;
  margin-right: 85px;
  border-bottom: 1px solid #0c194a;
}

.link a::after,
.link a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -85px;
  margin: auto;
  transition: all 0.4s ease;
}

.link a::before {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #0c194a;
}

.link a::after {
  content: '\f061';
  top: 38%;
  right: -63px;
  font-size: 15px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #fff;
}

.link a:hover {
  opacity: 1;
  color: #ff7607;
  border-bottom: 1px solid #ff7607;
}

.link a:hover::before {
  background-color: #ff7607;
  transform: scale(1.2);
}


@media only screen and (max-width: 768px) {
  .link {
    margin-top: 30px;
  }

  .link a {
    font-size: 16px;
    margin-right: 55px;
  }

  .link a::after,
  .link a::before {
    right: -55px;
  }

  .link a::before {
    width: 40px;
    height: 40px;
  }

  .link a::after {
    content: '\f061';
    right: -41px;
    font-size: 13px;
  }

  .link a:hover {
    color: #0c194a;
    border-bottom: 1px solid #0c194a;
  }

  .link a:hover::before {
    background-color: #0c194a;
    transform: scale(1);
  }
}


/*============================
article
============================*/

article,
.cont article {
  padding: 130px 0;
}

.cont article:first-of-type {
  padding-top: 0;
}

article .inner p {
  margin-top: 20px;
}

article .inner p:first-of-type {
  margin-top: 0;
}

.cont h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  padding-left: 25px;
  margin-bottom: 40px;
  position: relative;
}

.cont h2::before {
  display: block;
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background-color: #ff7607;
  top: 38%;
  left: 0;
}

.cont h3 {
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 30px;
  clear: both;
  font-weight: bold;
  border-bottom: 1px solid #0c194a;
}

.cont h4 {
  font-size: 16px;
  margin: 30px 0 10px;
}

@media only screen and (max-width: 768px) {

  article,
  .cont article {
    padding: 60px 0;
  }

  .cont h2 {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 18px;
    line-height: 1.7;
  }

  .cont h2::before {
    width: 7px;
    height: 7px;
    top: 40%;
  }

  .cont h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}


/*============================
table
============================*/

table.info tr {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid #e7e7e7;
}

table.info tr:last-child {
  border: none;
  padding-bottom: 0;
}

table.info th {
  width: 225px;
  padding-left: 10px;
  vertical-align: middle;
}

table.info tr:first-child {
  padding-top: 0;
}

table.info td ul {
  padding-left: 20px;
}

table.info td li {
  position: relative;
}

table.info td li::before {
  display: block;
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50px;
  background-color: #ff7607;
  top: 45%;
  left: -20px;
}

table.info td li:first-child {
  padding-top: 0;
}

table.info td dt {
  padding-top: 10px;
}

table.info td dt:first-of-type {
  padding-top: 0;
}

table.info td strong {
  display: block;
}

a.google::before {
  content: '\f3c5';
  font-size: 13px;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
  color: #ff7607;
}

a.google {
  display: block;
  margin: 5px 0;
  font-weight: 700;
  z-index: 10;
  font-family: "Barlow Condensed", sans-serif;
  color: #ff7607;
}

@media only screen and (max-width: 768px) {

  table.info tr {
    padding: 20px 0;
    font-size: 15px;
  }

  table.info th {
    width: 120px;
    padding-left: 0;
    vertical-align: middle;
  }

  table.info td ul {
    padding-left: 10px;
  }

  table.info td li::before {
    top: 12px;
    left: -15px;
  }
}


/*============================
toTop
============================*/

.toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
}

.toTop li a {
  padding-top: 45px;
  display: block;
  overflow: hidden;
  width: 45px;
  height: 0;
  background: url(../images/common/footer/totop.png) no-repeat center top #ff7607;
  border-radius: 50px;
}

@media only screen and (max-width: 768px) {
  .toTop li a {
    width: 40px;
    height: 40px;
    padding-top: 40px;
    background-image: url(../images/common/footer/totop_sp.png);
    background-size: 40px;
  }
}


/*============================
.contact-section
============================*/
.contact-section {
  background-color: #fff;
}

.contact-section .bg {
  padding: 130px 0;
  background-color: #0c194a;
  color: #fff;
  border-radius: 50px 50px 0 0;
}

.contact-section h2,
.contact-section h2 .eng {
  color: #fff;
}

.contact-section h2 {
  padding-left: 0;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.contact-section h2 .eng {
  padding-right: 20px;
  font-size: 90px;
}

.contact-section h2::before {
  display: none;
}

.contact-section ul li {
  width: 470px;
}

.contact-section ul li a {
  display: block;
  padding: 25px 0;
  background-color: #ff7607;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
}

.contact-section ul li:last-of-type {
  margin-top: 30px;
}

.contact-section ul li:last-of-type a {
  font-size: 22px;
  font-weight: 500;
}

.contact-section ul li:last-of-type i {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .contact-section .bg {
    padding: 60px 0;
    border-radius: 20px 20px 0 0;
  }

  .contact-section h2 {
    margin-bottom: 20px;
  }

  .contact-section h2 .eng {
    padding-right: 15px;
    font-size: 40px;
  }

  .contact-section ul {
    width: 100%;
    margin-top: 20px;
  }

  .contact-section ul li {
    width: 100%;
  }

  .contact-section ul li a {
    padding: 20px 0;
    font-size: 16px;
  }

  .contact-section ul li:last-of-type {
    margin-top: 20px;
  }

  .contact-section ul li:last-of-type a {
    font-size: 18px;
  }

  .contact-section ul li:last-of-type i {
    font-size: 16px;
  }
}


/*============================
footer
============================*/

footer {
  padding-top: 100px;
  border-top: 1px solid #fff;
  background: #0c194a;
}

footer .inner {
  position: relative;
}

footer .detail {
  color: #fff;
  font-size: 15px;
  width: 190px;
}

footer .detail .siteTitle {
  width: 140px;
  margin-bottom: 40px;
}

footer .siteTitle a:last-of-type {
  padding-top: 100%;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  background: url(../images/common/footer/sitetitle.png) no-repeat left center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

footer .detail a.map {
  margin-top: 20px;
  display: inline-block;
  background-color: #ff7607;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
}

footer .footer-nav {
  width: 490px;
}

footer .footer-nav .sitelink {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

footer .footer-nav .sitelink li a {
  display: block;
  color: #fff;
  line-height: 1;
}

footer .footer-nav .sitelink li a .eng {
  color: #b3b3b3;
  font-weight: 500;
  font-size: 14px;
  padding-top: 10px;
  display: block;
}

footer .footer-nav .sublink li {
  float: left;
  margin-right: 40px;
}

footer .footer-nav .sublink li a {
  color: #b3b3b3;
  position: relative;
  font-size: 13px;
  line-height: 1;
}

footer .copyright {
  margin-top: 100px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  padding: 15px 0;
  color: #fff;
  background-color: #040818;
}


@media only screen and (max-width: 768px) {

  footer {
    padding-top: 60px;
  }

  footer .detail {
    font-size: 13px;
    width: 100%;
    text-align: center;
  }

  footer .detail .siteTitle {
    width: 100px;
    margin: 0 auto 20px;
  }

  footer .detail a.map {
    margin: 10px 0 30px;
    font-size: 16px;
  }

  footer .footer-nav {
    width: 100%;
  }

  footer .footer-nav .sitelink {
    display: flex;
    row-gap: 0;
    column-gap: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  footer .footer-nav .sitelink li {
    width: 49%;
  }

  footer .footer-nav .sitelink li:nth-of-type(n+3) {
    margin-top: 7px;
  }

  footer .footer-nav .sitelink li a {
    padding: 10px;
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    border-radius: 3px;
  }

  footer .footer-nav .sitelink li a .eng {
    font-size: 13px;
    padding-top: 5px;
  }

  footer .footer-nav .sublink li {
    float: left;
    margin-right: 40px;
  }

  footer .copyright {
    margin-top: 60px;
    font-size: 13px;
    padding: 13px 0;
  }
}


/*============================
common_js
============================*/

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}
