@charset "UTF-8";

a {
  opacity: 1;
  transition: 0.2s;
}
a:hover {
  opacity: 0.7;
  transition: 0.2s;
}

body {
  width: 100vw;
  position: relative;
  line-height: 2;
  background: #fdfaf2;
  color: #4d3e37;
  font-size: 15px;
}

/* common
--------------------*/

#wrap.on {
  pointer-events: none;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 30vw;
  background: #fdfaf2;
  font-size: 15px;
  z-index: 1001;
  box-shadow: 0 0 12px 0 rgba(59, 54, 51, 0.35);
  opacity: 1;
  transition: 0.3s;
}

header.none {
  opacity: 0;
  transition: 0.3s;
}

header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  width: 100%;
  background: url(../img/index/head_bg_pattern.png);
}

header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8px;
  width: 100%;
  background: url(../img/index/header_bottom_pat.png);
}

header ul#nav {
  width: 100vw;
  margin: 8vw auto;
}
header ul#nav li:nth-child(3) {
  text-align: center;
  margin: 0 auto;
}

header ul#nav li:not(:nth-child(3)) {
  display: none;
}

header ul#nav li a {
  color: #4d3e37;
}
header ul#nav li img {
  margin-bottom: 8px;
}

header ul#nav li:nth-child(3) img {
  width: 100%;
}

header ul#nav li:nth-child(3) {
  width: 50vw;
}
header ul#nav li small {
  font-size: 10px;
  color: #f06c15;
}
.modalInner li:first-child {
  margin-bottom: 16vw;
}
.modalInner small {
  display: block;
  font-size: 10px;
  font-weight: 500;
  margin-top: 12px;
  line-height: 1.5;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}

.modalInner small.mt0 {
  margin-top: 0;
}
.modalInner li.line {
  margin-bottom: 0;
  img {
    width: 60%;
  }
}

.modalInner p {
  text-align: center;
}

.modalInner p.lead {
  line-height: 1.35;
  margin-bottom: 24px;
}

ul.gnav {
  background: #f06c15;
  width: 18vw;
  height: 18vw;
  position: fixed;
  right: 4vw;
  bottom: 4vw;
  border-radius: 100px;
  border: solid 2px #fdfaf2;
  z-index: 1001;
}

ul.gnav li {
  height: 4px;
  width: 40%;
  background: #fdfaf2;
  position: absolute;
  border-radius: 4px;
}

ul.gnav li:nth-child(1) {
  left: 30%;
  top: 35%;
  transform: rotate(0deg);
  transition: 0.4s;
}
ul.gnav li:nth-child(2) {
  left: 30%;
  top: 50%;
  opacit: 1;
  transition: 0.4s;
}
ul.gnav li:nth-child(3) {
  left: 30%;
  top: 65%;
  transform: rotate(0deg);
  transition: 0.4s;
}
ul.gnav.on li:nth-child(1) {
  transform: rotate(45deg);
  top: 50%;
  transition: 0.4s;
}
ul.gnav.on li:nth-child(2) {
  opacity: 0;
  transition: 0.4s;
}
ul.gnav.on li:nth-child(3) {
  transform: rotate(-45deg);
  top: 50%;
  transition: 0.4s;
}

header > .subnav {
  display: none;
}
.subnav li {
  margin-top: 4vw;
  display: inline-block;
  width: 37.25vw;
  background: #fff;
  color: #f06c15;
  border-radius: 4px;
  text-align: center;
  line-height: 3;
  font-weight: 600;
}

.subnav li:first-child {
  margin-right: 2vw;
}

nav.sp {
  pointer-events: none;
  opacity: 0;
  right: -100vw;
  top: 0vw;
  transition: 0.5s;
  z-index: 1000;
  padding-top: 5vw;
  border-radius: 300px;
  transform: scale(0.5);
  z-index: 1001;
}
nav.sp.on {
  pointer-events: auto;
  right: 0;
  opacity: 1;
  top: 0;
  transition: 0.5s;
  border-radius: 0;
  transform: scale(1);
}
ul.item li {
  text-align: left;
}

ul.item a {
  color: #fff;
}

nav {
  position: fixed;
  height: 100vh;
  background: #f06c15;
  width: 90vw;
  padding: 0 6vw;
  margin-left: 10vw;
  color: #fff;
}

ul.item li {
  margin: 4vw 0;
  padding-left: 13.5vw;
  position: relative;
}

ul.item li:before {
  content: "";
  display: block;
  position: absolute;
  width: 10vw;
  height: 10vw;
  left: 0;
  top: 12vw;
  margin-top: -6.5vw;
}

ul.item li:after {
  content: "";
  background: url("../img/common/sp/arrow.svg");
  background-size: cover;
  right: 4vw;
  top: 50%;
  width: 30px;
  height: 25px;
  margin-top: -9px;
  position: absolute;
  display: block;
  overflow: visible;
}

ul.item li:nth-child(1):before {
  background: url("../img/common/sp/sp_gicon_04.png");
  background-size: cover;
}

ul.item li:nth-child(2):before {
  background: url("../img/common/sp/sp_gicon_02.png");
  background-size: cover;
}

ul.item li:nth-child(4):before {
  background: url("../img/common/sp/sp_gicon_01.png");
  background-size: cover;
}

ul.item li:nth-child(5):before {
  background: url("../img/common/sp/sp_gicon_03.png");
  background-size: cover;
}

ul.item li {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}
ul.item li small {
  font-size: 10px;
  font-weight: 400;
}
ul.item li img {
  display: none;
}

ul.item li:nth-child(3) {
  display: none;
}

footer {
  background: #f17320;
  text-align: center;
  padding: 9.6vw 5vw;
  line-height: 1.35;

  .bottom {
    figure {
      margin-top: 4.8vw;
      img {
        width: 80%;
      }
    }
  }
}

footer .inner {
  width: 100%;
  margin: 0 auto;
  color: #fff;
}

footer .logo img {
  display: inline;
  vertical-align: middle;
}

footer p.logo {
  text-align: center;
  padding-bottom: 4vw;
  width: 50vw;
  margin: 0 auto;
}

footer p.logo img {
  width: 100%;
}

footer small {
  font-size: 10px;
  line-height: 1.5;
}

.spnone {
  display: none;
}

/*  parts
----------------------*/

a.btn {
  color: #f06c15;
  text-align: center;
  border: 2px #f06c15 solid;
  line-height: 50px;
  display: inline-block;
  padding: 0 24px;
  font-weight: 500;
  border-radius: 40px;
  margin: 0 auto;
}

a.btn02 {
  color: #f06c15;
  text-align: center;
  border: 2px #f06c15 solid;
  background: #fff;
  line-height: 50px;
  display: block;
  padding: 0 24px;
  width: 90vw;
  font-weight: 500;
  border-radius: 40px;
  margin: 8vw auto 0;
}

/* common
----------------*/

.mb80 {
  margin-bottom: 80px !important;
}

/* modal
-------------------*/
.modal {
  display: block;
}
.modal {
  z-index: 1001;
  position: fixed;
  left: 0;
  top: 0;
  color: #333;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.modal.on {
  opacity: 1;
  transition: 0.3s;
  pointer-events: auto;
}
.modalBg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000;
  opacity: 0.8;
}

.modalClose {
  position: fixed;
  top: 3vh;
  cursor: pointer;
  z-index: 100;
  right: 5vw;
}

.modalInner {
  width: 90vw;
  border: 6px solid #fff1e1;
  top: 10%;
  left: 5%;
  position: fixed;
  background: #fff;
  padding: 10vw 5vw;
  border-radius: 10px;
  max-height: 75vh;
  overflow: auto;
}

.modalInner .lead a {
  position: relative;
}
.modalInner .lead a:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background: #f06c15;
  left: 0;
  top: 1.2em;
  transition: 0.3s;
  width: 9em;
}

.modalInner h2 {
  font-size: 32px;
  text-align: center;
}

.modalInner h3 {
  background: #f06c15;
  color: #fff;
  border-radius: 10px 10px 0 0;
  height: 56px;
  display: table-cell;
  width: 90vw;
  vertical-align: middle;
  line-height: 1.5;
}

.modalInner h3 span {
  font-size: 12px;
}

.modalInner04 small {
  font-size: 13px;
  text-align: center;
  display: block;
  line-height: 1.65;
}

.modalInner li {
  width: 100%;
  margin: 0 auto 4vw;
  background: #ffeeca;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
}

.modalInner li {
  margin-top: 32px;
}
.modalInner ul a span,
.modalInner ul a {
  display: inline-block;
  position: relative;
  line-height: 72px;
}

.modalInner ul a:before {
  content: "";
  position: relative;
  display: block;
  height: 2px;
  background: #f06c15;
  top: 52px;
  transition: 0.3s;
}

.modalInner a:hover:before {
  opacity: 0;
  transition: 0.2s;
}

.modalInner li p {
  /* height: 110px; */
  padding: 24px;
  font-size: 20px;
}

.modalInner .formBtn01 {
  background: #9d001a;
  width: 400px;
  text-align: center;
  line-height: 4;
  color: #fff;
  display: block;
  margin: 32px auto 16px;
}

.modalInner04 {
  width: 90vw;
  border: 6px solid #fff1e1;
  position: fixed;
  top: 10%;
  left: 5%;
  background: #fff;
  border-radius: 10px;
  max-height: 80vh;
  padding: 10vw 0 20vw;
  display: flex;
  justify-content: center;
}

.modalInner04 .modalInnerWrap {
  width: 80vw;
  margin: 0 0 10vw;
  overflow: hidden;
  height: 65vh;
}
.modal.on .modalInner04 .modalInnerWrap {
  overflow: scroll;
}

.modalInner04 div.iframeBlock {
  text-align: center;
  margin-top: 24px;
}
.modalInner04 h2 {
  font-size: 32px;
  text-align: center;
}
.modalInner04 iframe {
  width: 100%;
  height: 50vh;
}

.modalInner04 p {
  text-align: center;
  font-size: 13px;
}

.modalInner .formBtn02 {
  background: #333333;
  width: 400px;
  text-align: center;
  line-height: 4;
  color: #fff;
  display: block;
  margin: 16px auto 32px;
}

.modalInner .left {
  margin-left: 64px;
  margin-right: 64px;
  float: left;
}

.modalInner .right {
  float: left;
  width: 480px;
  padding-top: 64px;
}

.modalInner span.role {
  font-size: 12px;
  color: #9d001a;
  line-height: 1;
}

.modalInner p.career {
  margin-top: 32px;
  font-size: 13px;
}

.modalInner p.career span {
  color: #9d001a;
}
.modalInner h2,
.modalInner04 h2 {
  font-size: 24px;
  line-height: 1;
  color: #f06c15;
  font-weight: 600;
  margin-bottom: 1.5vw;
  line-height: 1.35;
  width: 100%;
}

.modalInner .modaltext {
  font-size: 13px;
}

.modalInner span.name {
  color: #bbb;
  font-size: 12px;
  padding-bottom: 32px;
  display: block;
}
