@charset "UTF-8";

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

.pc_none,
.pcnone {
  display: none !important;
}

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

/* common
--------------------*/
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 168px;
  background: #fdfaf2;
  font-size: 15px;
  z-index: 1000;
  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: 20px;
  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: 1118px;
  margin: 0 auto;
}

header ul#nav li {
  position: relative;
  float: left;
  margin-top: 54px;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
}
header ul#nav li:not(:first-child):before {
  content: "";
  position: absolute;
  width: 3px;
  height: 35px;
  background: url(../img/index/dot_line.png) no-repeat;
  left: 0;
  top: 12px;
}
header ul#nav li a {
  color: #4d3e37;
}
header ul#nav li img {
  margin-bottom: 8px;
}

header ul#nav li:not(:nth-child(3)) {
  width: 190px;
}

header ul#nav li:nth-child(3) {
  width: 358px;
}
header ul#nav li small {
  font-size: 10px;
  color: #f06c15;
}

header ul.subnav {
  position: absolute;
  right: 50%;
  top: 0;
  width: 1118px;
  margin-right: -559px;
}

header ul.subnav li {
  float: right;
  padding-right: 12px;
}

footer {
  background: #f17320;
  /* height: 134px; */
  position: relative;
  padding: 32px;

  .top {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 24px;
    gap: 24px;
    font-size: 12px;

    text-align: center;
    figure {
      img {
        width: 286px;
      }
    }
  }
}

footer .inner {
  width: 946px;
  margin: 0 auto;
  color: #fff;
}

footer .logo {
  /* line-height: 106px; */
}
footer .logo img {
  /* line-height: 106px; */
  display: inline;
  vertical-align: middle;
}

footer .inner small {
  line-height: 1.65;
}

/*  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 #ffffff solid;
  line-height: 50px;
  display: block;
  padding: 0 24px;
  font-weight: 500;
  border-radius: 40px;
  background: #fff;
  margin: 48px auto 0;
}

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

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

@keyframes bounce {
  0% {
    transform: scale(0);
  }
  10% {
    transform: scale(1.2);
  }
  20% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.02);
  }
  30% {
    transform: scale(1);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

/* modal
-------------------*/
.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;
}

.modal01 .modalClose {
  position: fixed;
  right: 50%;
  margin-right: -390px;
  top: 50%;
  margin-top: -260px;
  cursor: pointer;
}

.modalInner {
  width: 780px;
  border: 6px solid #fff1e1;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -390px;
  margin-top: -220px;
  background: #fff;
  overflow: hidden;
  padding: 56px 56px 72px;
  border-radius: 10px;
  min-height: 301px !important;
}

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

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

.modalInner h3 {
  background: #f06c15;
  color: #fff;
  border-radius: 10px 10px 0 0;
  height: 65px;
  display: table-cell;
  vertical-align: middle;
  width: 312px;
  line-height: 1.35;
}

.modalInner h3 span {
  font-size: 12px;
}
.modalInner ul {
  margin-top: -12px;
  display: flex;
}
.modalInner li {
  width: 312px;
  margin-top: 32px;
  float: left;
  background: #ffeeca;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
}

.modalInner li.line {
  img {
    width: 60%;
  }
}
.modalInner > span a {
  position: relative;
  display: inline;
}
.modalInner > span a:before {
  content: "";
  position: relative;
  height: 2px;
  background: #f06c15;
  top: 78px;
  transition: 0.3s;
}

.modalInner ul a {
  margin-top: -6px;
}

.modalInner ul a span,
.modalInner ul a {
  display: inline-block;
  position: relative;
  /* line-height: 100%; */
}
.modalInner p {
  width: 100%;
  text-align: center;
  margin-top: 12px;
}

.modalInner small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.5;
  text-align: left;
  text-indent: -1em;
  margin-left: 1em;
}

.modalInner small.mt0 {
  margin-top: 0 !important;
  margin-bottom: 16px;
}

.modalInner ul a:before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background: #f06c15;
  bottom: 0;
  transition: 0.3s;
  left: 0;
  width: 100%;
}

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

.modalInner li:nth-child(2) {
  margin-left: 32px;
}

.modalInner li p {
  height: 198px;
  font-size: 20px;
  margin: 24px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

.modalInner04 {
  width: 780px;
  border: 6px solid #fff1e1;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-left: -390px;
  margin-top: -280px;
  background: #fff;
  overflow: hidden;
  padding: 56px;
  border-radius: 10px;
}
.modalInner04 div.iframeBlock {
  text-align: center;
  margin-top: 32px;
}
.modalInner04 h2 {
  font-size: 32px;
  text-align: center;
}
.modalInner04 iframe {
  width: 600px;
  height: 400px;
}
.modalInner04 p {
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
}

.modalInner04 small {
  font-size: 13px;
  text-align: center;
  margin-top: 12px;
  display: block;
}

.modal04 .modalClose {
  position: fixed;
  right: 50%;
  margin-right: -390px;
  top: 45%;
  margin-top: -322px;
  cursor: pointer;
}

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