@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Serif+JP:wght@200..900&display=swap');
/* font-family: "Lora", 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: #222;
  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: "Lora", serif;
  font-weight: 500;
}


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

.sp-only {
  display: none;
}

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

  /*============================
表示切り替え
============================*/
  .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%;
  }
}


/*============================
#top header
============================*/

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

#top h1.siteTitle {
  display: none;
}

#top .siteTitle {
  margin-left: 40px;
  transition: 0.5s ease;
}

#top .siteTitle a {
  display: block;
  font-size: 32px;
  color: #3f3f3f;
  font-weight: 700;
  letter-spacing: 0.04em;
}

/*ロゴもらったらこちらに変更
#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 {
  margin-right: 30px;
  padding: 20px 30px;
  background-color: #fff;
  transition: 0.5s ease;
}

#top ul li a {
  margin-right: 40px;
  font-weight: 700;
  font-size: 16px;
}

#top ul li:last-of-type a {
  display: block;
  align-content: center;
  margin-right: 0;
  padding: 10px 30px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background: #f25D2f;
  background: linear-gradient(90deg, #f25d2f, #ffa200);
  color: #fff;
}

/*#top header .move*/

#top.move {
  margin: 20px auto 0;
}

#top.move .siteTitle {
  margin-left: 20px;
}

#top.move ul {
  margin-right: 20px;
}

/*#top header .textlink*/

.textlink {
  padding-bottom: 5px;
  background-image: linear-gradient(90deg, #f25d2f, #ffa200);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 0 1px;
  transition: background-size 0.3s;
}

.textlink:hover {
  background-position: bottom left;
  background-size: 100% 1px;
}

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

  #top.active {
    background-color: #fff;
  }

  #top .siteTitle {
    margin-left: 3%;
  }

  #top .siteTitle a {
    font-size: 18px;
    color: #fff;
    transition: .5s;
  }

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

  #top .globalNav {
    margin: 0;
    padding: 0;
  }

  #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;
    margin: 0;
    padding: 15px 30px;
    text-decoration: none;
    font-size: 16px;
    text-align: center;
    letter-spacing: 2px;
    border-bottom: 1px solid #eee;
  }

  #top .globalNav li:nth-of-type(n + 4) a {
    border: none;
  }

  #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 transparent;
    border-right: solid 2px transparent;
    border-image: linear-gradient(90deg, #f25d2f, #ffa200) 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
  }

  #top ul li:last-of-type::after {
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    border-image: none;
  }

  #top ul li:last-of-type a {
    padding: 15px 30px;
    height: auto;
    line-height: 1.7;
    text-align: center;
  }

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

  #top.move .siteTitle {
    margin-left: 3%;
  }

  #top.active .siteTitle a,
  #top.move .siteTitle a {
    color: #3f3f3f;
  }

  #top.move,
  #top.move ul {
    margin: 0;
  }

  /*#top header .textlink*/
  .textlink {
    background-image: none;
  }

  .textlink:hover {
    background: none;
  }
}


/*============================
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: linear-gradient(90deg, #f25d2f, #ffa200);
  }

  .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);
  }
}


/*============================
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: 50px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

h2 .eng {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  background: linear-gradient(90deg, #f25d2f, #ffa200);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@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;
    margin-bottom: 5px;
  }
}


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

.cont_img {
  height: 435px;
  width: 100%;
  background: #f25D2f;
  background: linear-gradient(90deg, #f25d2f, #ffa200);
  color: #fff;
}

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

.cont_img h1 span.eng {
  display: block;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
}

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

  .cont_img h1 {
    font-size: 24px;
    color: #fff;
  }

  .cont_img h1 span.eng {
    font-size: 14px;
    margin-bottom: 10px;
  }
}


/*============================
.root
============================*/

.root {
  font-size: 14px;
  padding: 15px 20px;
}

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

.root li {
  position: relative;
}

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

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

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

.root li a {
  color: #babbc0;
}

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


/*============================
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;
  border: none;
  background: #f25D2f;
  background: linear-gradient(90deg, #f25d2f, #ffa200);
  color: #fff;
  position: relative;
}

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

.link a::before {
  top: 22px;
}

@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);
  }
}


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

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

table.info tr {
  display: block;
  padding: 15px 30px;
  background-color: #fff;
}

table.info tr:nth-of-type(n + 2) {
  margin-top: 10px;
}

table.info th,
table.info td {
  text-align: left;
}

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

table.info td {
  width: 270px;
}

/* googlemap */

a.google::before {
  content: '\f3c5';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 5px;
  background: linear-gradient(90deg, #f25d2f, #ffa200);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

a.google {
  display: block;
  margin: 5px 0;
  color: #222;
}

#company iframe {
  margin-top: 20px;
  width: 100%;
  height: 330px;
}

@media only screen and (max-width: 768px) {
  table.info tr {
    padding: 15px;
    font-size: 14px;
  }

  table.info tbody:nth-of-type(2) {
    margin-top: 10px;
  }

  table.info th {
    width: 130px;
  }

  #company iframe {
    height: 190px;
  }
}

/*============================
contact-section
============================*/

.contact-section {
  display: block;
  padding: 100px 0;
  width: 100%;
  background: #f25D2f;
  background: linear-gradient(90deg, #f25d2f, #ffa200);
  color: #fff;
}

.contact-section h2 {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 40px;
  font-weight: 400;
}

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

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

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

.contact-section ul li a i {
  background: linear-gradient(90deg, #f25d2f, #ffa200);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@media only screen and (max-width: 768px) {
  .contact-section {
    padding: 50px 0;
  }

  .contact-section .inner .flex {
    display: block;
  }

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

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

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

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

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


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

footer {
  background: #1e1e1e;
  padding: 60px 0;
}

footer a {
  color: #fff;
}

footer .detail {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
}

footer .detail .siteTitle a {
  font-size: 24px;
  line-height: 1;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 2px solid #fff;
}

footer .detail .address {
  margin-top: 0;
}

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


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

@media only screen and (max-width: 768px) {
  footer {
    background: #1e1e1e;
    padding: 60px 0 30px;
  }

  footer .detail {
    margin-bottom: 20px;
    display: block;
    align-items: center;
    color: #fff;
    font-size: 15px;
  }

  footer .detail .siteTitle a {
    display: block;
    font-size: 20px;
    padding: 0;
    margin: 0 0 20px 0;
    border-right: none;
  }

  footer .copyright {
    padding-top: 20px;
    font-size: 11px;
  }
}


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