@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@900&family=Noto+Sans+JP:wght@400;700&family=Sorts+Mill+Goudy&display=swap");
html {
  overflow-y: scroll;
  font-size: 15px;
}

@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
body {
  font-family: "游ゴシック", "YuGothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "PT Sans", "Lucida Grande", sans-serif;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  font-weight: 400;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  color: #151515;
  position: relative;
}

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

p {
  margin: 0;
}

img {
  max-width: 100%;
}

/* inner */
.inner {
  margin: auto;
  box-sizing: content-box;
  padding-right: 80px;
  padding-left: 80px;
}
.inner-640 {
  max-width: 640px;
}
.inner-880 {
  max-width: 880px;
}
.inner-960 {
  max-width: 960px;
}
.inner-1480 {
  max-width: 1480px;
}

@media only screen and (max-width: 1024px) {
  .inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .inner {
    padding-right: 16px;
    padding-left: 16px;
  }
}
/* link */
a {
  color: #FE5226;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:focus {
  outline: 0;
}

/* btn */
.btn {
  color: #FFFFFF;
  background: #FE5226;
  border-radius: 40px;
  width: 320px;
  display: inline-block;
  font-weight: bold;
  padding: 18px 0;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.btn:hover {
  opacity: 0.8;
  color: #FFFFFF;
}

.text-red {
  color: #FE5226;
}

/* bg */
.bg-white {
  background: #FFFFFF;
}

.bg-grey {
  background: #F2EEEE;
  padding-top: 80px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 767px) {
  .bg-grey {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
/* footer */
footer {
  text-align: center;
  margin-top: 160px;
  margin-bottom: 120px;
}
footer .copy {
  font-size: 1.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  footer {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
/* section */
section {
  text-align: center;
}
section .ttl {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
section .ttl span {
  display: block;
  color: #FE5226;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  section {
    text-align: center;
  }
  section .ttl {
    font-size: 20px;
  }
  section .ttl span {
    font-size: 12px;
  }
}
/* common */
#section-fv {
  height: 800px;
  position: relative;
}
#section-fv .slick {
  height: 100%;
}
#section-fv .slick div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  margin: 0;
  text-decoration: none;
}
#section-fv .section-fv-ttl {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: table;
}
#section-fv .section-fv-ttl div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
#section-fv .section-fv-ttl div h1 {
  color: #fff;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.8);
  z-index: 1;
}
#section-fv .section-fv-ttl div h1 .ttl-en {
  font-size: 56px;
  font-weight: normal;
  vertical-align: middle;
  font-family: "Sorts Mill Goudy", serif;
}
#section-fv .section-fv-ttl div h1 .ttl-jp {
  color: #FFFFFF;
  font-size: 30px;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

/* lead */
#section-lead {
  padding-top: 80px;
  padding-bottom: 80px;
  line-height: 225%;
}
#section-lead h2 {
  font-size: 18px;
  line-height: 225%;
  font-weight: bold;
}
#section-lead h2 + p {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #section-fv {
    height: 480px;
  }
  #section-fv .section-fv-ttl div h1 {
    font-size: 32px;
  }
  #section-fv .section-fv-ttl div h1 span {
    font-size: 18px;
  }
  #section-lead {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #section-lead h2, #section-lead p {
    text-align: left;
  }
}
/* top */
.top #section-fv .section-fv-ttl h1 .ttl-jp {
  display: inline-block;
  position: relative;
  padding-left: 56px;
  padding-right: 56px;
}
.top #section-fv .section-fv-ttl h1 .ttl-jp:before, .top #section-fv .section-fv-ttl h1 .ttl-jp:after {
  display: inline-block;
  content: "";
  width: 40px;
  height: 1px;
  background: #FFFFFF;
  position: absolute;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.8);
}
.top #section-fv .section-fv-ttl h1 .ttl-jp:before {
  left: 0;
  top: 50%;
}
.top #section-fv .section-fv-ttl h1 .ttl-jp:after {
  right: 0;
  top: 50%;
}
.top #section-service ul {
  text-align: left;
}
.top #section-service ul li h3 {
  font-size: 16px;
  font-weight: bold;
}
.top #section-service ul li a {
  color: #151515;
}
.top #section-service ul li a:hover {
  opacity: 0.8;
}

/* trade */
.trade {
  /* img */
}
.trade #section-about .box {
  padding: 40px 80px;
}
.trade #section-about dl {
  text-align: left;
  margin: 0;
}
.trade #section-about dl dt {
  padding: 8px;
}
.trade #section-about dl dd {
  margin: 0;
  padding: 8px;
}
.trade #section-about dl dt:nth-of-type(odd), .trade #section-about dl dd:nth-of-type(odd) {
  background: rgba(254, 154, 38, 0.1);
}
.trade #section-apply {
  padding-top: 160px;
}
.trade #section-apply .box-border {
  border: 2px solid #DCDCDC;
  padding: 40px;
}
.trade #section-apply .box-border h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
.trade .section-img img {
  width: 100%;
}
.trade .section-img-2 {
  margin-top: 160px;
}
@media only screen and (max-width: 767px) {
  .trade .section-img-2 {
    margin-top: 80px;
  }
}

@media only screen and (min-width: 768px) {
  .trade #section-lead {
    position: relative;
  }
  .trade #section-lead .inner {
    width: 60%;
    box-sizing: border-box;
  }
  .trade #section-lead::after {
    display: block;
    content: "";
    background: url(../img/img-lead-1.png) no-repeat;
    background-size: cover;
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .trade #section-lead::before {
    display: block;
    content: "";
    background: url(../img/img-lead-2.png) no-repeat;
    background-size: cover;
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .trade #section-about dl {
    display: flex;
    flex-wrap: wrap;
  }
  .trade #section-about dl dt {
    width: 25%;
    text-align: right;
  }
  .trade #section-about dl dd {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .trade #section-about .box {
    padding: 16px 16px;
  }
  .trade #section-about dl dt {
    padding-bottom: 0;
  }
  .trade #section-about dl dd {
    padding-top: 0;
  }
  .trade #section-tour {
    text-align: left;
  }
  .trade #section-apply {
    padding-top: 80px;
  }
  .trade #section-apply .box-border {
    padding: 24px 16px;
  }
}/*# sourceMappingURL=style.css.map */