@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Noto+Serif+JP:wght@200..900&display=swap');
/*  font-family: "Newsreader", serif;*/
/*  font-family: "Noto Serif JP", 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: 15px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-align: left;
  line-height: 1.7;
  color: #222;
  min-width: 1040px;
  font-family: 'Noto Serif JP', '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif, "Font Awesome 6 Free";
}

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

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

li {
  list-style: none;
}

p {
  padding: 0;
  margin: 0;
}

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

a {
  text-decoration: none;
  color: #fff;
  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.8;
}

@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: "Newsreader", serif;
  font-weight: 500;
}

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

.min-info {
  margin-top: 10px;
  padding-left: 15px;
  display: block;
  font-size: 13px;
  color: #999;
  position: relative;
}

.min-info::before {
  position: absolute;
  content: '※';
  display: block;
  top: 0;
  left: 0;
}

.bold {
  font-weight: 700;
  color: #121943;
}

.lead {
  font-size: 24px;
  font-weight: 700;
}


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


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

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

  .lead {
    font-size: 18px;
  }


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

  .sp-only {
    display: block;
  }
}


/*============================
wrapper
============================*/
.wrapper {
  position: relative;
}


/*============================
inner
============================*/
.inner {
  width: 1040px;
  margin: auto;
}

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


/*============================
#top header
============================*/
#top {
  position: fixed;
  width: 100%;
  z-index: 10000;
  margin: 0 auto;
  right: 0;
  left: 0;
  transition: 0.5s ease;
}

#top p {
  padding-left: 20px;
  width: 202px;
}

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

#top ul li a {
  margin-right: 30px;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

#top ul li:nth-last-of-type(n+3) a:hover {
  opacity: 1;
  color: #017209;
}

#top ul li:nth-last-of-type(2) a,
#top ul li:last-of-type a {
  display: block;
  align-content: center;
  margin-right: 0;
  padding: 0 35px;
  height: 80px;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

#top ul li:nth-last-of-type(2) a {
  background-color: #00074a;
}

#top ul li:last-of-type a {
  background-color: #017209;
}

/*#top header .bg-on*/
.bg-on {
  background-color: #fff;
}

#top.bg-on p a {
  background: url(../images/common/header/sitetitle_02.png) no-repeat left center;
  background-size: 100%;
}

#top.bg-on ul li:nth-last-of-type(n+3) a {
  color: #071540;
}

#top.bg-on ul li:nth-last-of-type(n+3) a:hover {
  opacity: 1;
  color: #017209;
}

#top.bg-on ul li:nth-last-of-type(2) a,
#top.bg-on ul li:last-of-type a {
  height: 65px;
  font-size: 15px;
}

@media only screen and (max-width: 980px) {
  #top {
    padding: 10px;
  }

  #top p {
    padding: 0;
    width: 152px;
  }

  #top nav {
    margin: 48px 0 0 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(18, 25, 67, 0.9);
    overflow-y: scroll;
  }

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

  #top .globalNav li a {
    display: block;
    overflow: inherit;
    width: 100%;
    height: inherit;
    color: #fff;
    margin: 0;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 2px;
  }

  #top .globalNav li a:hover {
    opacity: 1;
  }

  #top .globalNav li:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    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 ul li:nth-last-of-type(2) a,
  #top ul li:last-of-type a {
    padding: 15px 30px;
    height: auto;
    line-height: 1.7;
    text-align: left;
  }

  /*#top header .bg-on*/
  #top.bg-on ul li:nth-last-of-type(n+3) a {
    color: #fff;
  }

  #top.bg-on ul li:nth-last-of-type(2) a,
  #top.bg-on ul li:last-of-type a {
    height: auto;
    font-size: 16px;
  }
}


/*============================
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;
    background-color: #121943;
  }

  .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: #121943;
  }

  .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 {
  position: relative;
  background: url(../company/images/cont_img.jpg) no-repeat center center;
  background-size: cover;
  height: 465px;
  align-items: center;
}

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

.cont_img h1 span {
  display: block;
}

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

@media only screen and (max-width: 768px) {
  .cont_img {
    height: 180px;
  }

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

  .cont_img h1 span.eng {
    font-size: 13px;
    margin-bottom: 8px;
  }
}


/*============================
パンくず
============================*/
.root {
  font-size: 14px;
  padding-top: 20px;
}

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

.root li {
  position: relative;
}

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

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

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

.root li a {
  color: #999;
  font-weight: 600;
}

.root li:last-of-type {
  color: #017209;
  font-weight: 600;
}


@media only screen and (max-width: 768px) {
  .root {
    overflow-x: auto;
    padding-top: 15px;
    font-size: 13px;
  }
}


/*============================
Link
============================*/
.link {
  width: 350px;
  margin: auto;
  padding-top: 60px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.link a,
.link li input {
  display: block;
  line-height: inherit;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border: none;
  border-radius: 50px;
  background-color: #017209;
  position: relative;
}

.link a:hover {
  opacity: 1;
  background-color: #00074a;
}

.link a::after {
  position: absolute;
  content: '';
  width: 60px;
  height: 7px;
  background-color: #fff;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  transform: translateY(-50%);
  transform-origin: left;
  transition: transform .3s;
  right: 20px;
  top: 45%;
}

.link a:hover::after {
  transform: translateY(-50%) scaleX(1.2);
}

.link li input::before,
.formBtn li::before {
  display: block;
  position: absolute;
  content: '\f105';
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  top: 18px;
  right: 20px;
  z-index: 10;
}

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

  .link li {
    width: 80%;
    margin: 0;
    margin-top: 20px;
  }

  .link a:hover {
    opacity: 1;
    background-color: #017209;
  }

  .link a:hover::after {
    transform: translateY(-50%) scaleX(1);
  }
}


/*============================
article
============================*/
article,
.cont article {
  padding: 120px 0;
}

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

.inner p {
  margin-top: 25px;
}

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

h2 {
  margin-bottom: 40px;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

h2 .eng {
  display: block;
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}

h2 .eng::before {
  position: absolute;
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #017209;
  transform: rotate(45deg);
  top: 0;
  left: 0;
}

h3 {
  padding-bottom: 18px;
  margin: 60px 0 30px;
  font-size: 24px;
  font-weight: 700;
  border-bottom: 1px solid #b5b5b5;
}

h3 .line {
  padding-bottom: 20px;
  border-bottom: 2px solid #017209;
}

h4 {
  font-size: 18px;
  line-height: 1;
  color: #121943;
  position: relative;
  margin-bottom: 30px;
  z-index: 10;
}

h4::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #121943;
  top: 50%;
  z-index: -1;
}

h4 span {
  display: inline-block;
  padding-right: 20px;
  background-color: #f5f5f5;
}

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

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

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

  .inner p {
    margin-top: 15px;
  }

  h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }

  h2 .eng {
    font-size: 13px;
    line-height: 1;
    padding-left: 13px;
    margin-bottom: 10px;
  }

  h2 .eng::before {
    width: 6px;
    height: 6px;
    top: 2px;
  }

  h3 {
    padding-bottom: 10px;
    margin: 40px 0 20px;
    font-size: 16px;
  }

  h3 .line {
    padding-bottom: 12px;
  }

  h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  h4 span {
    padding-right: 10px;
  }
}


/*============================
table
============================*/
table.info {
  width: 100%;
  align-items: flex-start;
}

table.info tr {
  display: block;
  padding: 5px 0;
}

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

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

table.info th,
table.info td {
  padding: 15px 0;
}


table.info th {
  width: 140px;
  text-align: center;
  vertical-align: middle;
  background: #121943;
  color: #fff;
}

table.info td {
  width: 370px;
  background-color: #f5f5f5;
  color: #222;
}


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

table.info td li {
  padding: 8px 0 0 15px;
}

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

/*リストの緑点*/
table.info td li {
  padding-left: 20px;
  position: relative;
}

table.info td li::before {
  position: absolute;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #017209;
  border-radius: 50px;
  top: 15px;
  left: 0;
}

table.info td li:nth-of-type(n+2)::before {
  top: 20px;
}

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-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  color: #017209;
}

a.google {
  display: block;
  margin: 5px 0;
  font-weight: 700;
  color: #017209;
}

/* googlemap */

#map {
  width: 100%;
  height: 400px;
}

#map iframe {
  width: 100%;
  height: 100%;
}

.cont #map {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  table.info tr {
    width: 100%;
  }

  table.info tbody:nth-of-type(2) tr:first-child {
    padding-top: 10px;
  }

  table.info th,
  table.info td {
    font-size: 13px;
  }

  table.info th {
    padding: 12px 5px;
    width: 28%;
  }

  table.info td {
    padding: 12px 5px 12px 10px;
  }

  table.info td li {
    padding: 8px 0 0 15px;
  }

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

  /*リストの緑点*/
  table.info td li {
    padding-left: 12px;
  }

  table.info td li::before {
    width: 4px;
    height: 4px;
    top: 10px;
  }

  table.info td li:nth-of-type(n+2)::before {
    top: 17px;
  }
}


/*============================
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 #017209;
  border-radius: 50px;
}

@media only screen and (max-width: 768px) {
  .toTop li a {
    width: 35px;
    height: 35px;
    padding-top: 35px;
    background-size: 35px;
  }
}


/*============================
contact-section
============================*/
.contact-section {
  display: block;
  padding: 100px 0;
  width: 100%;
  background: url(../images/common/contact-section/bg.jpg)no-repeat right center;
  background-size: cover;
  color: #fff;
}

.contact-section h2 {
  width: 220px;
  margin: 0 auto 40px;
}

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

.contact-section p {
  text-align: center;
}

.contact-section ul {
  margin-top: 60px;
  justify-content: space-evenly;
}

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

.contact-section ul li a {
  display: block;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  color: #222;
  font-weight: 700;
  line-height: 1;
  background-color: #fff;
  text-align: center;
  border-radius: 50px;
}

.contact-section ul li a i {
  color: #121943;
}

@media only screen and (max-width: 768px) {
  .contact-section {
    padding: 60px 0;
    background-image: url(../images/common/contact-section/bg_sp.jpg);
    background-size: 100%;
  }

  .contact-section h2 {
    width: 150px;
  }

  .contact-section p {
    text-align: left;
  }

  .contact-section ul {
    margin-top: 40px;
  }

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

  .contact-section ul li:nth-of-type(n+2) {
    margin-top: 20px;
  }

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


/*============================
footer
============================*/
footer {
  background: #121943;
}

footer .inner {
  position: relative;
  padding: 100px 0 40px;
}

footer .footer-nav .sitelink {
  margin-bottom: 30px;
}

footer .footer-nav .sitelink li a {
  display: block;
  font-weight: 600;
}

footer .footer-nav .download {
  display: block;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  background-color: #017209;
  border-radius: 50px;
}

footer .footer-nav .sublink {
  margin-bottom: 60px;
  padding: 30px 0 60px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
}

footer .footer-nav .sublink li {
  margin-left: 30px;
}

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

footer .footer-nav .sublink li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid #fff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

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

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

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

footer .detail ul li {
  width: 336px;
}

footer .detail ul li a {
  display: block;
  padding: 20px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.05);
}


footer .copyright {
  padding-top: 60px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  footer .inner {
    padding: 40px 0 15px;
  }

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

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

  footer .footer-nav .sitelink li a {
    width: 100%;
    padding: 13px 5px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
  }

  footer .footer-nav .sublink {
    margin-bottom: 40px;
    padding: 20px 0 40px;
    justify-content: space-between;
    flex-direction: column;
  }

  footer .footer-nav .sublink li {
    margin: 0;
  }

  footer .detail {
    font-size: 13px;
  }

  footer .detail .siteTitle {
    width: 70%;
    margin: 0 auto 30px;
  }

  footer .detail ul li {
    width: 100%;
  }

  footer .detail ul li:nth-of-type(n+2) {
    margin-top: 10px;
  }

  footer .detail ul li a {
    padding: 15px 20px;
  }

  footer .copyright {
    padding-top: 40px;
    font-size: 10px;
  }
}


/*============================
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);
}
