@charset "UTF-8";
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  color: #333;
  max-width: 100%;
  width: 100%;
  line-height: 1.7;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  overflow-x: hidden;
}
body dd {
  margin: 0;
}
body small {
  display: block;
}
body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body h1, body h2, body h3, body h4 {
  margin: 0;
}
body a {
  text-decoration: none;
  display: inline-block;
  color: #333;
}
body figure {
  max-width: 100%;
  width: 100%;
  margin: 0;
}
body img {
  max-width: 100%;
  width: 100%;
}
body h2 {
  font-size: 2.5em;
  letter-spacing: 3.2px;
  position: relative;
}
body h2:before {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  color: #e5791b;
  z-index: -1;
}
body h2:after {
  font-family: "Caveat", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #e5791b;
  display: block;
}
@media (max-width: 1023px) {
  body h2 {
    font-size: 2em;
  }
}
@media (max-width: 599px) {
  body h2 {
    font-size: 1.5em;
  }
}
body p {
  letter-spacing: 1.28px;
  margin: 0;
}
body p + p {
  margin-top: 2em;
}
@media (max-width: 599px) {
  body .is_pc {
    display: none;
  }
}
@media (min-width: 600px) {
  body .is_sp {
    display: none;
  }
}
body .content_inner {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 3em);
}
body .common_btn {
  text-align: center;
  width: 306px;
  position: relative;
}
body .common_btn a, body .common_btn input, body .common_btn span {
  font-weight: bold;
  padding: 0.9em 2.9em;
  border-radius: 35px;
  border: 2px solid;
  width: calc(100% - 5.8em - 4px);
}
@media (min-width: 600px) {
  body .common_btn a, body .common_btn input, body .common_btn span {
    font-size: 1.25em;
  }
}
body .common_btn:after {
  content: "〉";
  position: absolute;
  font-size: 0.9em;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  color: #fff;
}
body .common_btn.entry_btn a, body .common_btn.entry_btn input {
  color: #fff;
  background-color: #e5791b;
}
body .common_btn:hover {
  opacity: 0.7;
}
body header {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 1023px) {
  body header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 999;
  }
}
body header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1024px) {
  body header .header_inner {
    padding-left: 1.25em;
  }
}
@media (max-width: 1023px) {
  body header .header_inner {
    justify-content: center;
    padding: 0.75em;
  }
}
body header .header_inner h1 {
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  body header .header_inner h1 {
    display: flex;
    align-items: center;
  }
}
body header .header_inner h1 img {
  max-width: 177px;
  width: 100%;
}
@media (min-width: 1200px) {
  body header .header_inner h1 img {
    margin-right: 16px;
  }
}
body header .header_inner h1 span {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 1199px) {
  body header .header_inner h1 span {
    display: block;
  }
}
@media (max-width: 1023px) {
  body header .header_inner nav.pc_menu {
    display: none;
  }
}
body header .header_inner nav.pc_menu ul {
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  body header .header_inner nav.pc_menu ul li {
    font-size: 1.25em;
  }
}
body header .header_inner nav.pc_menu ul li + li {
  margin-left: 2.8em;
}
body header .header_inner nav.pc_menu ul li a {
  letter-spacing: 4px;
  line-height: 39px;
}
body header .header_inner nav.pc_menu ul li:hover a {
  color: #e5791b;
}
body header .header_inner nav.pc_menu ul li:last-child {
  background-color: #e5791b;
  padding: 1.4em 1.6em;
  margin-left: 1.6em;
}
body header .header_inner nav.pc_menu ul li:last-child a {
  color: #fff;
  width: 100%;
  height: 100%;
}
body header .header_inner nav.pc_menu ul li:last-child:hover {
  opacity: 0.7;
}
body header .header_inner .hamburger {
  display: block;
  height: 60px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 60px;
  border: none;
  background-color: transparent;
}
@media (min-width: 1024px) {
  body header .header_inner .hamburger {
    display: none;
  }
}
body header .header_inner .hamburger.-active .hamburger__line {
  background-color: transparent;
}
body header .header_inner .hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
body header .header_inner .hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
body header .header_inner .hamburger.-active .hamburger__text::before {
  content: "閉じる";
}
body header .header_inner .hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #172e59;
  transition: 0.4s;
}
body header .header_inner .hamburger__line:before,
body header .header_inner .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #172e59;
  transition: inherit;
}
body header .header_inner .hamburger__line:before {
  top: -6px;
}
body header .header_inner .hamburger__line:after {
  top: 6px;
}
body header .header_inner .hamburger__text {
  position: absolute;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
body header .header_inner .hamburger__text::before {
  content: "メニュー";
  text-align: center;
  color: #172e59;
  font-size: 10px;
  font-weight: 900;
}
body header .header_inner .header {
  width: 300px;
}
body header .header_inner .header__nav-area {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9;
  height: 100vh;
  width: 300px;
  visibility: hidden;
  padding-top: 60px;
  background-color: #fff;
  transition: 0.4s;
}
@media (min-width: 1024px) {
  body header .header_inner .header__nav-area {
    display: none;
  }
}
body header .header_inner .header__nav-area.-active {
  left: 0;
  visibility: visible;
}
body header .header_inner .global-navigation {
  padding-top: 40px;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}
body header .header_inner .global-navigation__list > li {
  padding-bottom: 20px;
  border-bottom: 2px solid #e7e9ee;
}
body header .header_inner .global-navigation__list > li + li {
  margin-top: 20px;
}
body header .header_inner .global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #172e59;
  font-weight: 900;
  transition: color 0.4s;
  font-size: 0.875rem;
}
body header .header_inner .global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
@media (max-width: 1023px) {
  body main {
    padding-top: 86.58px;
  }
}
body main .about_container {
  margin-top: 6.125em;
  margin-bottom: 7.5em;
  position: relative;
}
@media (min-width: 960px) {
  body main .about_container {
    background-image: url(../images/about_img.png);
    background-size: 62%;
    background-repeat: no-repeat;
    background-position-y: 7.5em;
    background-position-x: 128%;
  }
}
@media (min-width: 1441px) {
  body main .about_container {
    background-size: 48%;
    background-position-y: 50%;
    background-position-x: 100%;
  }
}
body main .about_container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../images/about_isome.png);
  background-repeat: no-repeat;
  background-size: 24%;
  z-index: -1;
  background-position: bottom left;
  bottom: -9%;
  left: 6%;
  max-width: 1440px;
}
@media (min-width: 1441px) {
  body main .about_container:before {
    background-size: 340px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1023px) {
  body main .about_container:before {
    background-size: 44%;
  }
}
@media (max-width: 599px) {
  body main .about_container:before {
    bottom: 0;
    left: 0;
    background-position: top right;
  }
}
@media (max-width: 599px) {
  body main .about_container {
    background-size: 90%;
    background-position-y: 94%;
  }
}
body main .about_container .content_inner .common_ttl {
  padding-top: 1.125em;
}
body main .about_container .content_inner .common_ttl:before {
  content: "ABOUT";
  font-size: 1.75em;
  margin-top: -0.825em;
}
body main .about_container .content_inner .about_inner {
  margin-top: 2.25em;
}
body main .about_container .content_inner .common_btn {
  margin: 6.75em auto 0;
}
@media (max-width: 599px) {
  body main .about_container .content_inner .common_btn {
    margin-top: 3.75em;
  }
}
body main .about_container .content_inner .common_btn a {
  border-color: #e5791b;
}
@media (max-width: 1023px) {
  body main #vision {
    padding-top: 86.58px;
  }
}
body main .vision_container {
  background-color: #fafafa;
  position: relative;
}
body main .vision_container:before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1440px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/vision_isome01.png), url(../images/vision_isome02.png);
  background-repeat: no-repeat;
  background-position: top 5.5em right 3em, bottom 10% left 8vw;
  background-size: 21vw, 12vw;
}
@media (min-width: 1441px) {
  body main .vision_container:before {
    background-size: 296px, 158px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1023px) {
  body main .vision_container:before {
    background-size: 30%, 20%;
    background-position: top 1em right 0, bottom 1em left 1em;
  }
}
@media (max-width: 599px) {
  body main .vision_container:before {
    background-size: 42%, 32%;
    background-position: top 1em right 0, bottom 4em left 1em;
    top: 0;
  }
}
body main .vision_container .content_inner {
  position: relative;
  padding: 9.5em 0 8.5em;
  display: flex;
}
@media (max-width: 1023px) {
  body main .vision_container .content_inner {
    padding: 7.5em 0 6.5em;
  }
}
@media (max-width: 599px) {
  body main .vision_container .content_inner {
    padding: 5em 0 4em;
  }
}
body main .vision_container .content_inner h2 {
  font-size: 4em;
  letter-spacing: 0.6em;
  writing-mode: vertical-rl;
  padding-left: 0.625em;
  line-height: 1;
}
@media (max-width: 1023px) {
  body main .vision_container .content_inner h2 {
    font-size: 3em;
  }
}
@media (max-width: 599px) {
  body main .vision_container .content_inner h2 {
    font-size: 2em;
    padding-left: 0.5em;
  }
}
body main .vision_container .content_inner h2 span {
  position: relative;
}
body main .vision_container .content_inner h2:before {
  content: "VISION";
  z-index: 0;
  font-size: 1.09375em;
  text-orientation: upright;
  letter-spacing: -0.25em;
  margin-top: -0.5em;
  transform: translateX(-0.6em);
}
body main .vision_container .content_inner .vision_inner {
  margin-left: 4.5em;
}
@media (max-width: 1023px) {
  body main .vision_container .content_inner .vision_inner {
    margin-left: 2em;
  }
}
@media (max-width: 599px) {
  body main .vision_container .content_inner .vision_inner {
    margin-left: 1.25em;
  }
}
body main .vision_container .content_inner .vision_inner ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5em;
  gap: calc((100% - 728px) / 3);
  justify-content: space-between;
}
@media (max-width: 599px) {
  body main .vision_container .content_inner .vision_inner ul {
    justify-content: flex-end;
    gap: calc((100% - 546px) / 2);
  }
}
body main .vision_container .content_inner .vision_inner ul li {
  width: 25%;
  max-width: 182px;
  text-align: center;
  margin-top: 1.5em;
}
@media (max-width: 599px) {
  body main .vision_container .content_inner .vision_inner ul li {
    width: 33%;
  }
}
body main .vision_container .content_inner .vision_inner ul li figure {
  width: 120px;
  margin: 0 auto;
}
body main .vision_container .content_inner .vision_inner ul li h3 {
  text-align: center;
  margin-top: 8px;
  font-weight: 500;
  font-size: 1em;
}
@media (min-width: 1200px) {
  body main .vision_container .content_inner .vision_inner ul li h3 {
    font-size: 1.25em;
  }
}
@media (max-width: 599px) {
  body main .vision_container .content_inner .vision_inner ul li h3 {
    font-size: 0.8em;
  }
}
body main .interview_container {
  margin-top: 7.5em;
  position: relative;
}
@media (min-width: 960px) {
  body main .interview_container {
    background-image: url(../images/interview_img.png);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position-x: -28%;
    background-position-y: 15em;
  }
}
@media (min-width: 1200px) {
  body main .interview_container {
    background-position-y: 8em;
  }
}
body main .interview_container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  top: -2%;
  right: 0;
  background-image: url(../images/interview_isome.png);
  background-repeat: no-repeat;
  background-position: top right 4%;
  background-size: 15%;
}
@media (min-width: 1441px) {
  body main .interview_container::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  body main .interview_container::before {
    background-size: 29%;
    z-index: -1;
  }
}
@media (min-width: 1441px) {
  body main .interview_container {
    background-size: 48%;
    background-position-x: 0;
  }
}
@media (max-width: 599px) {
  body main .interview_container {
    background-size: 90%;
    background-position-y: 100%;
  }
}
body main .interview_container .content_inner .interview_inner {
  max-width: 657px;
  margin-left: auto;
}
body main .interview_container .content_inner .interview_inner .common_ttl {
  font-size: 4em;
  letter-spacing: 5.12px;
  padding: 0.6em 0;
}
@media (max-width: 1023px) {
  body main .interview_container .content_inner .interview_inner .common_ttl {
    font-size: 3em;
  }
}
@media (max-width: 599px) {
  body main .interview_container .content_inner .interview_inner .common_ttl {
    font-size: 2em;
  }
}
body main .interview_container .content_inner .interview_inner .common_ttl:before {
  content: "INTERVIEW";
  font-size: 1.09375em;
  margin-top: -0.675em;
}
body main .interview_container .content_inner .interview_list {
  margin-top: 4em;
}
body main .interview_container .content_inner .interview_list .interview_item {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1.5em;
  box-shadow: 5px 10px 15px rgba(0, 0, 0, 0.04);
}
@media (min-width: 768px) {
  body main .interview_container .content_inner .interview_list .interview_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
body main .interview_container .content_inner .interview_list .interview_item + .interview_item {
  margin-top: 2em;
}
body main .interview_container .content_inner .interview_list .interview_item figure {
  width: 80%;
  margin: 0 auto 1.5em;
}
@media (min-width: 768px) {
  body main .interview_container .content_inner .interview_list .interview_item figure {
    width: 17%;
  }
}
@media (min-width: 768px) {
  body main .interview_container .content_inner .interview_list .interview_item .interview_content {
    width: 80%;
  }
}
body main .interview_container .content_inner .interview_list .interview_item .interview_content p.person {
  color: #fff;
  background: #e5a21b;
  display: inline-block;
  padding: 0 1em;
  border-radius: 15px;
}
body main .interview_container .content_inner .interview_list .interview_item .interview_content h3 {
  font-size: 1.25em;
  margin: 0.5em 0;
}
@media (min-width: 768px) {
  body main .interview_container .content_inner .interview_list .interview_item .interview_content h3 {
    font-size: 1.5em;
  }
}
body main .requirements_container {
  margin-top: 2em;
  padding-top: 7.25em;
  position: relative;
}
body main .requirements_container:before {
  position: absolute;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  background-image: url(../images/requirements_isome.png);
  background-repeat: no-repeat;
  background-position: top 2% left 6%;
  background-size: 27%;
}
@media (min-width: 1441px) {
  body main .requirements_container:before {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 1023px) {
  body main .requirements_container:before {
    background-position: top 5% left 2%;
    background-size: 47%;
  }
}
body main .requirements_container .content_inner h2 {
  text-align: center;
}
body main .requirements_container .content_inner h2:after {
  content: "REQUIREMENT";
  font-size: 0.65em;
}
body main .requirements_container .content_inner p {
  margin-top: 2.25em;
}
@media (min-width: 768px) {
  body main .requirements_container .content_inner p {
    text-align: center;
  }
}
body main .requirements_container .content_inner .requirements_inner {
  margin-top: 5em;
}
@media (max-width: 767px) {
  body main .requirements_container .content_inner .requirements_inner {
    margin-top: 2.5em;
  }
}
@media (min-width: 768px) {
  body main .requirements_container .content_inner .requirements_inner ul {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  body main .requirements_container .content_inner .requirements_inner ul .common_btn + .common_btn {
    margin-left: 1em;
  }
}
body main .requirements_container .content_inner .requirements_inner ul .common_btn span {
  color: #e5a21b;
  display: inline-block;
}
@media (max-width: 1199px) {
  body main .requirements_container .content_inner .requirements_inner ul .common_btn span {
    font-size: 1em;
  }
}
@media (max-width: 1023px) {
  body main .requirements_container .content_inner .requirements_inner ul .common_btn span {
    width: 100%;
    padding: 0.9em 0;
    font-size: 0.8em;
  }
}
@media (max-width: 767px) {
  body main .requirements_container .content_inner .requirements_inner ul .common_btn span {
    font-size: 1em;
  }
}
body main .requirements_container .content_inner .requirements_inner ul .common_btn.active span {
  color: #fff;
  background-color: #e5a21b;
}
body main .requirements_container .content_inner .requirements_inner ul .common_btn.active:after {
  color: #fff;
}
body main .requirements_container .content_inner .requirements_inner ul .common_btn:last-child {
  width: 415px;
}
@media (max-width: 1023px) {
  body main .requirements_container .content_inner .requirements_inner ul .common_btn:last-child {
    width: 32%;
  }
}
@media (max-width: 767px) {
  body main .requirements_container .content_inner .requirements_inner ul .common_btn:last-child {
    width: 100%;
  }
}
body main .requirements_container .content_inner .requirements_inner ul .common_btn:hover, body main .requirements_container .content_inner .requirements_inner ul .common_btn.current {
  opacity: 1;
}
body main .requirements_container .content_inner .requirements_inner ul .common_btn:hover span, body main .requirements_container .content_inner .requirements_inner ul .common_btn.current span {
  color: #fff;
  background-color: #e5a21b;
}
body main .requirements_container .content_inner .requirements_inner ul .common_btn:hover:after, body main .requirements_container .content_inner .requirements_inner ul .common_btn.current:after {
  color: #fff;
}
@media (max-width: 767px) {
  body main .requirements_container .content_inner .requirements_inner ul .common_btn + .common_btn {
    margin-top: 0.5em;
  }
}
@media (max-width: 1023px) {
  body main .requirements_container .content_inner .requirements_inner ul .common_btn {
    width: 32%;
  }
}
@media (max-width: 767px) {
  body main .requirements_container .content_inner .requirements_inner ul .common_btn {
    width: 100%;
  }
}
body main .requirements_container .content_inner .requirements_inner ul .common_btn:after {
  color: #e5a21b;
  transform: rotate(90deg);
  top: 40%;
  right: 2em;
}
@media (max-width: 1023px) {
  body main .requirements_container .content_inner .requirements_inner ul .common_btn:after {
    right: 4%;
    top: 38%;
  }
}
body main .requirements_container .content_inner .requirements_inner .requirement_table {
  display: none;
  max-width: 748px;
  margin: 4em auto 0;
}
body main .requirements_container .content_inner .requirements_inner .requirement_table.current {
  display: table;
}
@media (max-width: 767px) {
  body main .requirements_container .content_inner .requirements_inner .requirement_table {
    margin-top: 2em;
  }
}
body main .requirements_container .content_inner .requirements_inner .requirement_table tr th, body main .requirements_container .content_inner .requirements_inner .requirement_table tr td {
  padding: 1em 1.5em;
  border-bottom: 1px solid #e5a21b;
}
@media (max-width: 767px) {
  body main .requirements_container .content_inner .requirements_inner .requirement_table tr th, body main .requirements_container .content_inner .requirements_inner .requirement_table tr td {
    padding: 0.5em;
  }
}
body main .requirements_container .content_inner .requirements_inner .requirement_table tr th {
  min-width: 100px;
  text-align: left;
}
@media (max-width: 767px) {
  body main .requirements_container .content_inner .requirements_inner .requirement_table tr th {
    min-width: 80px;
  }
}
body main .requirements_container .content_inner .requirements_inner > .common_btn {
  margin: 4.5em auto 0;
}
@media (max-width: 767px) {
  body main .requirements_container .content_inner .requirements_inner > .common_btn {
    margin-top: 2em;
  }
}
body main .entry_container {
  margin-top: 3.5em;
}
body main .entry_container .content_inner {
  margin-top: 6em;
}
@media (max-width: 767px) {
  body main .entry_container .content_inner {
    width: calc(100% - 1em);
  }
}
body main .entry_container .content_inner .entry_inner {
  background-color: #fafafa;
  padding: 5.75em 2em 7.5em;
  position: relative;
}
body main .entry_container .content_inner .entry_inner:before {
  position: absolute;
  content: "";
  top: -6em;
  left: 0;
  background-image: url(../images/entry_isome01.png);
  background-repeat: no-repeat;
  background-position: top right 4%;
  background-size: 26%;
  width: 100%;
  height: 100%;
}
@media (max-width: 1023px) {
  body main .entry_container .content_inner .entry_inner:before {
    top: -2%;
  }
}
@media (max-width: 767px) {
  body main .entry_container .content_inner .entry_inner:before {
    background-size: 40%;
  }
}
body main .entry_container .content_inner .entry_inner:after {
  position: absolute;
  content: "";
  top: 0;
  left: -5em;
  background-image: url(../images/entry_isome02.png);
  background-repeat: no-repeat;
  background-position: bottom 1% left;
  background-size: 20%;
  width: 100%;
  height: 100%;
}
@media (max-width: 1439px) {
  body main .entry_container .content_inner .entry_inner:after {
    left: 1em;
  }
}
@media (max-width: 767px) {
  body main .entry_container .content_inner .entry_inner:after {
    display: none;
  }
}
@media (max-width: 767px) {
  body main .entry_container .content_inner .entry_inner {
    padding: 4em 1em 5.5em;
  }
}
body main .entry_container .content_inner .entry_inner h2 {
  text-align: center;
}
body main .entry_container .content_inner .entry_inner h2:after {
  content: "ENTRY";
  font-size: 0.65em;
}
body main .entry_container .content_inner .entry_inner > p {
  margin-top: 2.25em;
  position: relative;
}
@media (min-width: 768px) {
  body main .entry_container .content_inner .entry_inner > p {
    text-align: center;
  }
}
body main .entry_container .content_inner .entry_inner .form_wrapper {
  max-width: 748px;
  background-color: #fff;
  margin: 4.25em auto 0;
  padding: 5.125em 4.5em 6.25em;
}
@media (max-width: 767px) {
  body main .entry_container .content_inner .entry_inner .form_wrapper {
    margin-top: 2.5em;
    padding: 1em 1.5em 2em;
  }
}
body main .entry_container .content_inner .entry_inner .form_wrapper form {
  position: relative;
  z-index: 9;
}
body main .entry_container .content_inner .entry_inner .form_wrapper form small {
  margin: 0.5em 0;
}
body main .entry_container .content_inner .entry_inner .form_wrapper form input[type=text], body main .entry_container .content_inner .entry_inner .form_wrapper form input[type=tel], body main .entry_container .content_inner .entry_inner .form_wrapper form input[type=email], body main .entry_container .content_inner .entry_inner .form_wrapper form input[type=checkbox], body main .entry_container .content_inner .entry_inner .form_wrapper form textarea, body main .entry_container .content_inner .entry_inner .form_wrapper form .pp_txt {
  padding: 0.5em;
  line-height: 1.7;
  border: 1px solid #dedede;
  border-radius: 5px;
}
body main .entry_container .content_inner .entry_inner .form_wrapper form dd + dt {
  margin-top: 3.5em;
}
@media (max-width: 767px) {
  body main .entry_container .content_inner .entry_inner .form_wrapper form dd + dt {
    margin-top: 1.5em;
  }
}
body main .entry_container .content_inner .entry_inner .form_wrapper form dd.pp p {
  display: inline-block;
  margin-left: 0.5em;
}
body main .entry_container .content_inner .entry_inner .form_wrapper form dd.email input {
  width: 100%;
}
@media (max-width: 767px) {
  body main .entry_container .content_inner .entry_inner .form_wrapper form dd.email input {
    width: calc(100% - 1em - 2px);
  }
}
body main .entry_container .content_inner .entry_inner .form_wrapper form dd.tel input {
  width: 50%;
}
@media (max-width: 767px) {
  body main .entry_container .content_inner .entry_inner .form_wrapper form dd.tel input {
    width: calc(100% - 1em - 2px);
  }
}
body main .entry_container .content_inner .entry_inner .form_wrapper form dd.name input {
  width: calc((98% - 4px - 2em) / 2);
}
body main .entry_container .content_inner .entry_inner .form_wrapper form dd.name input + input {
  margin-left: 2%;
}
body main .entry_container .content_inner .entry_inner .form_wrapper form dd textarea {
  width: 100%;
}
@media (max-width: 767px) {
  body main .entry_container .content_inner .entry_inner .form_wrapper form dd textarea {
    width: calc(100% - 1em - 2px);
  }
}
body main .entry_container .content_inner .entry_inner .form_wrapper form dt + dd {
  margin-top: 0.5em;
}
body main .entry_container .content_inner .entry_inner .form_wrapper form dt span {
  background-color: #af3d3d;
  padding: 0 0.5em;
  font-size: 0.8em;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  margin-left: 0.75em;
}
body main .entry_container .content_inner .entry_inner .form_wrapper form dt.pp .pp_txt {
  padding: 1em;
  height: 320px;
  overflow: scroll;
}
body main .entry_container .content_inner .entry_inner .form_wrapper form .common_btn {
  margin: 3.75em auto 0;
}
body main .entry_container .content_inner .entry_inner .form_wrapper form .common_btn input {
  width: 100%;
  line-height: 1.7;
}
body main .content_inner .confirm .formTable {
  width: 100%;
  margin: 2em auto;
}
@media (min-width: 1023px) {
  body main .content_inner .confirm .formTable {
    width: 50%;
  }
}
@media (max-width: 767px) {
  body main .content_inner .confirm .formTable {
    width: 100%;
  }
}
body main .content_inner .confirm .formTable tr + tr {
  margin-top: 0.25em;
}
body main .content_inner .confirm .formTable th, body main .content_inner .confirm .formTable td {
  padding: 0.5em 1em;
}
@media (max-width: 767px) {
  body main .content_inner .confirm .formTable th, body main .content_inner .confirm .formTable td {
    display: block;
    width: 100%;
  }
}
body main .content_inner .confirm .formTable th {
  background-color: #fafafa;
}
@media (min-width: 768px) {
  body main .content_inner .confirm .formTable td {
    text-align: left;
  }
}
body main .content_inner .error, body main .content_inner .confirm {
  margin-top: 5em;
  text-align: center;
}
body main .content_inner .error h2 + p, body main .content_inner .confirm h2 + p {
  margin-top: 3em;
}
body main .content_inner .error p.error_messe, body main .content_inner .confirm p.error_messe {
  color: #af3d3d;
}
body main .content_inner .error p.error_messe + .error_messe, body main .content_inner .confirm p.error_messe + .error_messe {
  margin-top: 1em;
}
body main .content_inner .error p + div, body main .content_inner .confirm p + div {
  margin-top: 2.5em;
}
body main .content_inner .error .mail_submit,
body main .content_inner .error .return, body main .content_inner .confirm .mail_submit,
body main .content_inner .confirm .return {
  margin: 2.5em auto;
}
body main .content_inner .error .mail_submit input,
body main .content_inner .error .return input, body main .content_inner .confirm .mail_submit input,
body main .content_inner .confirm .return input {
  width: 100%;
}
body main .content_inner .error .mail_submit input:hover,
body main .content_inner .error .return input:hover, body main .content_inner .confirm .mail_submit input:hover,
body main .content_inner .confirm .return input:hover {
  cursor: pointer;
  opacity: 0.7;
}
body main .content_inner .error .return input, body main .content_inner .error .return a, body main .content_inner .confirm .return input, body main .content_inner .confirm .return a {
  color: #e5791b;
  background-color: #fff;
}
body main .content_inner .error .return:after, body main .content_inner .confirm .return:after {
  color: #e5791b;
  right: calc(100% - 2em);
  transform: translateY(-50%) rotate(-180deg);
}
body footer {
  margin-top: 7em;
  text-align: center;
  background-color: #e5791b;
  color: #fff;
  font-size: 0.8em;
  padding: 0.5em;
}/*# sourceMappingURL=style.css.map */