@charset "UTF-8";
input, textarea, select, button {
  all: unset;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, textarea {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

input:focus, textarea:focus {
  border-color: #19a9be;
  box-shadow: 0 0 5px rgba(25, 169, 190, 0.5);
}

button {
  cursor: pointer;
  padding: 0.5em 1em;
  border-radius: 4px;
  background-color: #19a9be;
  color: white;
  text-align: center;
}

button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/*
Color Settings
テキスト黒：#231815
キーカラー：#10AEC9（ブルー）
差し色：???

*/
.page-title {
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.page-title span.jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  padding-bottom: 1.6em;
  margin-left: 30px;
}
.page-title span.en {
  font-family: "Monomakh", sans-serif;
  font-size: 6rem;
}
@media screen and (max-width: 860px) {
  .page-title {
    display: block;
  }
  .page-title span.jp {
    font-size: 1.3rem;
    padding-bottom: 0;
    margin-left: 2px;
  }
  .page-title span.en {
    font-size: 4.8rem;
  }
}

#about.contents {
  padding-top: 200px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 860px) {
  #about.contents {
    padding-top: 160px;
  }
}
#about.contents .area-title {
  text-align: center;
  font-weight: 500;
}
#about.contents .area-title span.jp {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  position: relative;
  padding: 0 23px;
  margin-top: 5px;
}
#about.contents .area-title span.jp:before, #about.contents .area-title span.jp:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #2a2e33;
  position: absolute;
}
#about.contents .area-title span.jp:before {
  top: 50%;
  left: 0;
}
#about.contents .area-title span.jp:after {
  top: 50%;
  right: 0;
}
#about.contents .area-title span.en {
  font-family: "Monomakh", sans-serif;
  font-size: 4rem;
  display: block;
}
#about.contents .section1 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
#about.contents .section1 .mission {
  margin-top: 6em;
}
#about.contents .section1 .mission-catch {
  font-family: serif;
  font-weight: 400;
  font-size: 4em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1em;
}
@media screen and (max-width: 860px) {
  #about.contents .section1 .mission-catch {
    font-size: 7vw;
  }
}
#about.contents .section1 .col2 {
  display: flex;
  margin-top: 12rem;
}
@media screen and (max-width: 860px) {
  #about.contents .section1 .col2 {
    display: block;
    margin-top: 6rem;
  }
}
#about.contents .section1 .col2 .alpha {
  width: 50%;
  padding-right: 30px;
}
@media screen and (max-width: 860px) {
  #about.contents .section1 .col2 .alpha {
    width: 100%;
    padding: 0px;
  }
}
#about.contents .section1 .col2 .alpha .description {
  display: inline-block;
  border-top: solid 1px #2a2e33;
  border-left: solid 1px #2a2e33;
  padding: 30px;
  font-size: 1.6rem;
  line-height: 1.6em;
}
@media screen and (max-width: 860px) {
  #about.contents .section1 .col2 .alpha .description {
    display: block;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    border-right: solid 1px #2a2e33;
  }
}
#about.contents .section1 .col2 .alpha .img {
  margin-top: 3rem;
  max-width: 420px;
  padding: 0 30px;
}
@media screen and (max-width: 860px) {
  #about.contents .section1 .col2 .alpha .img {
    padding: 0 20px;
    margin: 3rem auto 0;
  }
}
#about.contents .section1 .col2 .beta {
  width: 50%;
}
@media screen and (max-width: 860px) {
  #about.contents .section1 .col2 .beta {
    width: 100%;
    margin-top: 30px;
  }
}
#about.contents .section1 .col2 .beta p {
  font-size: 1.6rem;
  line-height: 2em;
  color: #2a2e33;
}
#about.contents .section1 .img2 {
  max-width: 740px;
  margin: 6rem auto 0;
}
@media screen and (max-width: 860px) {
  #about.contents .section1 .img2 {
    margin: 3rem auto 0;
  }
}
#about.contents .section1 .company {
  margin-top: 12rem;
}
#about.contents .section1 .company-profile {
  background: #FFF;
  padding: 30px;
  border-radius: 10px;
  margin: 15px auto 0;
  text-align: left;
}
@media screen and (max-width: 860px) {
  #about.contents .section1 .company-profile {
    padding: 0;
  }
}
#about.contents .section1 .company-profile th, #about.contents .section1 .company-profile td {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 10px;
  vertical-align: top;
  letter-spacing: 0.05em;
  color: #363636;
  line-height: 1.6em;
}
@media screen and (max-width: 860px) {
  #about.contents .section1 .company-profile th, #about.contents .section1 .company-profile td {
    font-size: 1.4rem;
  }
}
#about.contents .section1 .company-profile th {
  width: 5.5em;
}
#technology.contents {
  padding-top: 200px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 860px) {
  #technology.contents {
    padding-top: 160px;
  }
}
#technology.contents .area-title {
  text-align: center;
  font-weight: 500;
}
#technology.contents .area-title span.jp {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  position: relative;
  padding: 0 23px;
  margin-top: 5px;
}
#technology.contents .area-title span.jp:before, #technology.contents .area-title span.jp:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #2a2e33;
  position: absolute;
}
#technology.contents .area-title span.jp:before {
  top: 50%;
  left: 0;
}
#technology.contents .area-title span.jp:after {
  top: 50%;
  right: 0;
}
#technology.contents .area-title span.en {
  font-family: "Monomakh", sans-serif;
  font-size: 4rem;
  display: block;
}
#technology.contents .whatsion {
  background: #e6f3f8;
  padding: 50px 30px;
  margin: 6em 0;
}
@media screen and (max-width: 860px) {
  #technology.contents .whatsion {
    margin: 30px 0;
    padding: 30px;
  }
}
#technology.contents .whatsion-inner {
  padding: 50px;
  border-radius: 10px;
  background: #FFF;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #technology.contents .whatsion-inner {
    padding: 30px;
  }
}
#technology.contents .whatsion-title {
  color: #13a9df;
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  #technology.contents .whatsion-title {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
#technology.contents .whatsion-body {
  position: relative;
}
#technology.contents .whatsion-body .img-ion {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
}
#technology.contents .whatsion-body p {
  font-size: 1.6rem;
  line-height: 2em;
}
@media screen and (max-width: 860px) {
  #technology.contents .whatsion-body p {
    font-size: 1.4rem;
  }
}
#technology.contents .section1 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
#technology.contents .section1 h3.catch {
  margin-bottom: 1em;
  font-size: 2.1em;
}
#technology.contents .section1 p {
  font-size: 1.6rem;
  line-height: 2em;
  margin-top: 1em;
}
#technology.contents .section1 .col1 {
  padding: 0 40px;
}
@media screen and (max-width: 860px) {
  #technology.contents .section1 .col1 {
    padding: 0;
  }
}
#technology.contents .section1 .col2 {
  display: flex;
  margin-top: 12rem;
}
@media screen and (max-width: 860px) {
  #technology.contents .section1 .col2 {
    flex-direction: column;
    margin-top: 6rem;
  }
}
#technology.contents .section1 .col2 .alpha {
  width: 45%;
  padding-right: 30px;
}
@media screen and (max-width: 860px) {
  #technology.contents .section1 .col2 .alpha {
    width: 100%;
    padding-right: 0;
  }
}
#technology.contents .section1 .col2 .alpha .description {
  display: inline-block;
  border-top: solid 1px #2a2e33;
  border-left: solid 1px #2a2e33;
  padding: 30px;
  font-size: 1.6rem;
  line-height: 1.6em;
}
#technology.contents .section1 .col2 .alpha .img {
  max-width: 420px;
  padding: 0 30px;
}
#technology.contents .section1 .col2 .beta {
  width: 55%;
}
@media screen and (max-width: 860px) {
  #technology.contents .section1 .col2 .beta {
    width: 100%;
    margin-top: 30px;
  }
}
#technology.contents .section1 .col2 .beta .description {
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 2em;
}
@media screen and (max-width: 860px) {
  #technology.contents .section1 .col2 .beta .description {
    margin-bottom: 1em;
  }
}
#technology.contents .section1 .col2 .beta p {
  font-size: 1.6rem;
  line-height: 2em;
  color: #2a2e33;
}
#technology.contents .section1 .img2,
#technology.contents .section1 .img3 {
  margin: 6rem auto;
}
@media screen and (max-width: 860px) {
  #technology.contents .section1 .img2,
#technology.contents .section1 .img3 {
    margin: 30px auto 0;
  }
}

#products.contents {
  padding-top: 200px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 860px) {
  #products.contents {
    padding-top: 160px;
  }
}
#products.contents .area-title {
  text-align: center;
  font-weight: 500;
}
#products.contents .area-title span.jp {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  position: relative;
  padding: 0 23px;
  margin-top: 5px;
}
#products.contents .area-title span.jp:before, #products.contents .area-title span.jp:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #2a2e33;
  position: absolute;
}
#products.contents .area-title span.jp:before {
  top: 50%;
  left: 0;
}
#products.contents .area-title span.jp:after {
  top: 50%;
  right: 0;
}
#products.contents .area-title span.en {
  font-family: "Monomakh", sans-serif;
  font-size: 4rem;
  display: block;
}
#products.contents .section1 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
#products.contents .section1 .product {
  display: flex;
  margin-top: 12rem;
}
@media screen and (max-width: 860px) {
  #products.contents .section1 .product {
    flex-direction: column;
    margin-top: 6rem;
  }
}
#products.contents .section1 .product-img {
  width: 50%;
}
@media screen and (max-width: 860px) {
  #products.contents .section1 .product-img {
    width: 100%;
  }
}
#products.contents .section1 .product-img .description {
  display: inline-block;
  border-top: solid 1px #2a2e33;
  border-left: solid 1px #2a2e33;
  font-size: 1.6rem;
  line-height: 1.6em;
}
#products.contents .section1 .product .message {
  border: solid 1px #f33236;
  padding: 1.5em 1.8em;
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 140px auto 0;
  width: 80%;
}
@media screen and (max-width: 860px) {
  #products.contents .section1 .product .message {
    margin: 0 auto;
    width: 100%;
  }
}
#products.contents .section1 .product .message strong {
  color: #f33236;
  font-weight: 400;
}
#products.contents .section1 .product-text {
  width: 50%;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 860px) {
  #products.contents .section1 .product-text {
    width: 100%;
    padding: 30px;
  }
}
#products.contents .section1 .product-text p {
  font-size: 1.6rem;
  line-height: 2em;
  color: #2a2e33;
}
#products.contents .section1 .product-name {
  font-size: 2.1rem;
  letter-spacing: 0.05em;
  margin-bottom: 2em;
}
@media screen and (max-width: 860px) {
  #products.contents .section1 .product-name {
    padding: 0 30px;
    margin-bottom: 1.8em;
  }
}
#products.contents .section1 .product-name .en {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1em;
}
#products.contents .section1 .product-name .sub {
  font-size: 1.4rem;
  font-weight: 400;
  padding-left: 15px;
  display: inline-block;
}
@media screen and (max-width: 860px) {
  #products.contents .section1 .product-name .sub {
    display: block;
    padding-left: 0;
    margin-top: 0.5em;
  }
}
#products.contents .section1 .product:nth-child(2n-1) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 860px) {
  #products.contents .section1 .product:nth-child(2n-1) {
    flex-direction: column-reverse;
  }
}
#products.contents .section1 .product:nth-child(2n-1) .product-text {
  padding: 60px 0 0 60px;
}
@media screen and (max-width: 860px) {
  #products.contents .section1 .product:nth-child(2n-1) .product-text {
    padding: 30px 0px;
    border-top: solid 1px #2a2e33;
  }
}
#products.contents .section1 .product:nth-child(2n-1) .product-text:before, #products.contents .section1 .product:nth-child(2n-1) .product-text:after {
  content: "";
  display: block;
  background: #2a2e33;
  position: absolute;
  top: 0;
  left: 0;
}
#products.contents .section1 .product:nth-child(2n-1) .product-text:before {
  width: 380px;
  height: 1px;
}
@media screen and (max-width: 860px) {
  #products.contents .section1 .product:nth-child(2n-1) .product-text:before {
    width: 1px;
    height: 8em;
    left: auto;
    right: 0;
  }
}
#products.contents .section1 .product:nth-child(2n-1) .product-text:after {
  width: 1px;
  height: 130px;
}
@media screen and (max-width: 860px) {
  #products.contents .section1 .product:nth-child(2n-1) .product-text:after {
    height: 8em;
  }
}
#products.contents .section1 .product:nth-child(2n) {
  flex-direction: row;
}
@media screen and (max-width: 860px) {
  #products.contents .section1 .product:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
#products.contents .section1 .product:nth-child(2n) .product-text {
  padding: 60px 60px 0 0;
}
@media screen and (max-width: 860px) {
  #products.contents .section1 .product:nth-child(2n) .product-text {
    padding: 30px 0px;
    border-top: solid 1px #2a2e33;
  }
}
#products.contents .section1 .product:nth-child(2n) .product-text:before, #products.contents .section1 .product:nth-child(2n) .product-text:after {
  content: "";
  display: block;
  background: #2a2e33;
  position: absolute;
  top: 0;
  right: 0;
}
#products.contents .section1 .product:nth-child(2n) .product-text:before {
  width: 380px;
  height: 1px;
}
@media screen and (max-width: 860px) {
  #products.contents .section1 .product:nth-child(2n) .product-text:before {
    width: 1px;
    height: 8em;
    left: 0;
    right: auto;
  }
}
#products.contents .section1 .product:nth-child(2n) .product-text:after {
  width: 1px;
  height: 130px;
}
@media screen and (max-width: 860px) {
  #products.contents .section1 .product:nth-child(2n) .product-text:after {
    height: 8em;
  }
}
#products.contents .section1 .img2 {
  max-width: 740px;
  margin: 6rem auto 0;
}
@media screen and (max-width: 860px) {
  #products.contents .section1 .img2 {
    margin: 30px auto 0;
  }
}
#products.contents .section1 .company {
  margin-top: 12rem;
}
#products.contents .section1 .company-profile {
  border: solid 1px #FFF;
  background: #FFF;
  padding: 30px;
  border-radius: 10px;
  margin: 15px auto 0;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #products.contents .section1 .company-profile {
    padding: 15px 20px;
  }
}
#products.contents .section1 .company-profile th, #products.contents .section1 .company-profile td {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 10px;
  vertical-align: top;
  letter-spacing: 0.05em;
  color: #363636;
  line-height: 1.6em;
}
#products.contents .section1 .company-profile th {
  width: 5.5em;
}
#team.contents {
  padding-top: 200px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 860px) {
  #team.contents {
    padding-top: 160px;
  }
}
#team.contents .area-title {
  text-align: center;
  font-weight: 500;
}
#team.contents .area-title span.jp {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  position: relative;
  padding: 0 23px;
  margin-top: 5px;
}
#team.contents .area-title span.jp:before, #team.contents .area-title span.jp:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background: #2a2e33;
  position: absolute;
}
#team.contents .area-title span.jp:before {
  top: 50%;
  left: 0;
}
#team.contents .area-title span.jp:after {
  top: 50%;
  right: 0;
}
#team.contents .area-title span.en {
  font-family: "Monomakh", sans-serif;
  font-size: 4rem;
  display: block;
}
#team.contents .member {
  display: flex;
  margin-top: 10rem;
  max-width: 960px;
  padding: 0 30px;
}
@media screen and (max-width: 860px) {
  #team.contents .member {
    flex-direction: column;
  }
}
#team.contents .member-img {
  width: 32%;
}
@media screen and (max-width: 860px) {
  #team.contents .member-img {
    width: 100%;
    max-width: 380px;
  }
}
#team.contents .member-text {
  width: 68%;
  padding-left: 5rem;
}
@media screen and (max-width: 860px) {
  #team.contents .member-text {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
#team.contents .member#member2 {
  margin-left: auto;
  flex-direction: row-reverse;
}
@media screen and (max-width: 860px) {
  #team.contents .member#member2 {
    flex-direction: column;
  }
}
#team.contents .member#member2 .member-text {
  padding-left: 0;
  padding-right: 5rem;
}
@media screen and (max-width: 860px) {
  #team.contents .member#member2 .member-text {
    padding-right: 0;
  }
}
#team.contents .member#member3 .member-text {
  padding-left: 0;
}
#team.contents .member-name {
  margin-bottom: 3rem;
}
#team.contents .member-name span {
  display: block;
}
#team.contents .member-name span.job {
  font-size: 1.3rem;
  font-weight: 400;
  padding-left: 3px;
  letter-spacing: 0.05em;
}
#team.contents .member-name span.jp {
  font-size: 3.2rem;
  font-family: serif;
  font-weight: 400;
  margin: 5px 0;
  letter-spacing: 0.05em;
}
#team.contents .member-name span.en {
  font-size: 1.6rem;
  font-weight: 400;
  padding-left: 4px;
  letter-spacing: 0.05em;
}
#team.contents .member p {
  font-size: 1.4rem;
  line-height: 2em;
}
#team.contents .supported {
  margin-top: 10rem;
  padding-bottom: 10rem;
  padding-top: 6rem;
  border-top: solid 1px #e8e4d7;
}
#team.contents .supported .area-title {
  text-align: left;
  font-family: serif;
  font-size: 3.2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 860px) {
  #team.contents .supported .area-title {
    text-align: center;
  }
}
#team.contents .supported-company {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 800px;
  margin: 6rem auto 0;
}
#team.contents .supported-company-name {
  display: block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6em;
  padding-top: 1em;
  letter-spacing: 0.05em;
  color: #2a2e33;
}
@media screen and (max-width: 860px) {
  #team.contents .supported-company-name {
    font-size: 1.1rem;
  }
}
#team.contents .section1 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
#team.contents .section1 .mission {
  margin-top: 6em;
}
#team.contents .section1 .mission-catch {
  font-family: serif;
  font-weight: 400;
  font-size: 4em;
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 1em;
}
#team.contents .section1 .col2 {
  display: flex;
  margin-top: 12rem;
}
#team.contents .section1 .col2 .alpha {
  width: 50%;
  padding-right: 30px;
}
#team.contents .section1 .col2 .alpha .description {
  display: inline-block;
  border-top: solid 1px #2a2e33;
  border-left: solid 1px #2a2e33;
  padding: 30px;
  font-size: 1.6rem;
  line-height: 1.6em;
}
#team.contents .section1 .col2 .alpha .img {
  margin-top: 4rem;
  max-width: 420px;
  padding: 0 30px;
}
#team.contents .section1 .col2 .beta {
  width: 50%;
}
#team.contents .section1 .col2 .beta p {
  font-size: 1.6rem;
  line-height: 2em;
  color: #2a2e33;
}
#team.contents .section1 .img2 {
  max-width: 740px;
  margin: 6rem auto 0;
}
#team.contents .section1 .company {
  margin-top: 12rem;
}
#team.contents .section1 .company-profile {
  border: solid 1px #FFF;
  background: #FFF;
  padding: 30px;
  border-radius: 10px;
  margin: 15px auto 0;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #team.contents .section1 .company-profile {
    padding: 15px 20px;
  }
}
#team.contents .section1 .company-profile th, #team.contents .section1 .company-profile td {
  font-size: 1.6rem;
  font-weight: 400;
  padding: 10px;
  vertical-align: top;
  letter-spacing: 0.05em;
  color: #363636;
  line-height: 1.6em;
}
#team.contents .section1 .company-profile th {
  width: 5.5em;
}
#recruit.contents {
  padding-top: 200px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 860px) {
  #recruit.contents {
    padding-top: 160px;
  }
}
#recruit.contents .section1 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
#recruit.contents .section1 .comingsoon {
  min-height: 360px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
}
#recruit.contents .block {
  max-width: 760px;
  margin: 30px auto 0;
  border: solid 1px #DEDEDE;
  border-radius: 3px;
  letter-spacing: 0.05em;
}
#recruit.contents .block-outer {
  margin: 50px 0;
}
#recruit.contents .block-inner {
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}
#recruit.contents .block-inner:first-child {
  margin: 0 auto;
}
@media screen and (max-width: 860px) {
  #recruit.contents .block-inner {
    padding: 0 15px;
  }
}
#recruit.contents .block h2 {
  font-size: 1.8rem;
  padding: 30px 20px;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
  transition: background 0.3s;
}
#recruit.contents .block h2::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #333;
  transform: translateY(-50%);
  font-size: 1.2em;
  transition: transform 0.3s;
}
#recruit.contents .block h2::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 16px;
  height: 2px;
  background: #333;
  transform: translateY(-50%) rotateZ(90deg);
  font-size: 1.2em;
  transition: transform 0.3s;
}
#recruit.contents .block h3 {
  font-size: 1.4rem;
  margin: 1em auto 0;
  color: #1d6671;
}
#recruit.contents .block h3:first-child {
  margin: 0 auto;
}
#recruit.contents .block h4 {
  font-size: 1.4rem;
  margin: 1em auto 0;
}
#recruit.contents .block h4.nobold {
  font-weight: 400;
}
#recruit.contents .block p {
  font-size: 1.4rem;
  padding: 0 1em;
  margin: 1em auto 0;
}
#recruit.contents .block ul {
  font-size: 1.4rem;
  margin: 1em auto 1.5em;
  padding: 0 1em;
}
#recruit.contents .block ul li {
  list-style-type: disc;
  margin-left: 1.4em;
}
#recruit.contents .block.open h2 {
  background: #F1F1F1;
}
#recruit.contents .block.open h2::before {
  transform: translateY(-50%) rotateZ(0deg);
}
#recruit.contents .block.open .block-inner {
  max-height: 2000px; /* 十分な高さにしておく */
  opacity: 1;
  padding: 30px;
}

#contact.contents {
  padding-top: 200px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 860px) {
  #contact.contents {
    padding-top: 160px;
  }
}
#contact.contents .section1 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
  /*input[type=checkbox] {
      width: 20px;
      height: 20px;
  }*/
  /* チェックボックスの基本スタイル */
  /* デフォルトのチェックボックスを隠す */
  /* カスタムチェックボックスのスタイル */
  /* チェックマーク（✓） */
  /* チェックが入った時に表示 */
}
#contact.contents .section1 p {
  font-size: 1.4rem;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #363636;
  text-align: center;
  margin: 0 auto 5rem;
}
#contact.contents .section1 p .require {
  color: #F33;
  padding-right: 3px;
}
@media screen and (max-width: 640px) {
  #contact.contents .section1 p {
    text-align: left;
    font-size: 1.3rem;
    margin: 0 auto 2.2rem;
  }
}
#contact.contents .section1 .intro {
  margin-top: 60px;
}
#contact.contents .section1 .form-table {
  width: 760px;
  background: #f6f3e8;
  padding: 50px 70px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #contact.contents .section1 .form-table {
    padding: 15px 30px 40px;
    width: 100%;
  }
}
#contact.contents .section1 .form-table dl {
  display: flex;
  margin-top: 2em;
}
#contact.contents .section1 .form-table dl dt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #363636;
  width: 10em;
  padding: 7px 0;
}
@media screen and (max-width: 640px) {
  #contact.contents .section1 .form-table dl dt {
    font-size: 1.4rem;
  }
}
#contact.contents .section1 .form-table dl dt .require {
  color: #F33;
  padding-left: 3px;
}
#contact.contents .section1 .form-table dl dd {
  width: calc(100% - 10em);
}
@media screen and (max-width: 640px) {
  #contact.contents .section1 .form-table dl {
    display: block;
  }
  #contact.contents .section1 .form-table dl dt,
#contact.contents .section1 .form-table dl dd {
    width: 100%;
  }
}
#contact.contents .section1 .form-table .form-footer {
  text-align: center;
  margin: 20px auto 0;
}
#contact.contents .section1 .form-table .form-footer p {
  margin: 4rem auto 2rem;
}
@media screen and (max-width: 640px) {
  #contact.contents .section1 .form-table .form-footer p {
    margin: 0 auto 2rem;
  }
}
#contact.contents .section1 input[type=text],
#contact.contents .section1 input[type=email],
#contact.contents .section1 input[type=tel],
#contact.contents .section1 textarea {
  background: #FFF;
  border: solid 1px #e2ddcf;
  border-radius: 3px;
  font-size: 1.4rem;
  padding: 8px 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  #contact.contents .section1 input[type=text],
#contact.contents .section1 input[type=email],
#contact.contents .section1 input[type=tel],
#contact.contents .section1 textarea {
    width: 100%;
  }
}
#contact.contents .section1 input[type=text]::-moz-placeholder, #contact.contents .section1 input[type=email]::-moz-placeholder, #contact.contents .section1 input[type=tel]::-moz-placeholder, #contact.contents .section1 textarea::-moz-placeholder {
  color: #9999AA;
}
#contact.contents .section1 input[type=text]::placeholder,
#contact.contents .section1 input[type=email]::placeholder,
#contact.contents .section1 input[type=tel]::placeholder,
#contact.contents .section1 textarea::placeholder {
  color: #9999AA;
}
#contact.contents .section1 input[type=text],
#contact.contents .section1 input[type=email],
#contact.contents .section1 input[type=tel] {
  max-width: 300px;
}
#contact.contents .section1 .custom-checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
  color: #363636;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-left: 30px;
  margin: 10px 0 30px;
}
@media screen and (max-width: 640px) {
  #contact.contents .section1 .custom-checkbox {
    margin: 0px 0 30px;
  }
}
#contact.contents .section1 .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
#contact.contents .section1 .checkmark {
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #19a9be;
  border-radius: 3px;
  transition: background-color 0.2s, border-color 0.2s;
}
#contact.contents .section1 .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid #19a9be;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#contact.contents .section1 .custom-checkbox input:checked ~ .checkmark::after {
  display: block;
}
#contact.contents .section1 input[type=submit] {
  width: 200px;
  padding: 10px;
  background: #19a9be;
  font-size: 1.6rem;
  border: solid 1px #19a9be;
  color: #FFF;
  transition: all 0.3s;
  border-radius: 3px;
  cursor: pointer;
}
#contact.contents .section1 input[type=submit]:hover {
  background: #FFF;
  border: solid 1px #19a9be;
  color: #19a9be;
}
#contact.contents .section1 textarea {
  height: 120px;
}
@media screen and (max-width: 640px) {
  #contact.contents .section1 textarea {
    width: 100%;
  }
}
#contact.contents .section1 .wpcf7-spinner {
  display: none;
}
#contact.contents .section1 .wpcf7-not-valid-tip {
  font-size: 1.3rem;
  margin-top: 5px;
  display: block;
}
#contact.contents .section1 .wpcf7-response-output {
  background-color: #FFF;
  color: #333;
  border: 2px solid #19a9be;
  padding: 15px;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 5px;
  margin-top: 30px;
}

#page.contents {
  padding-top: 200px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 860px) {
  #page.contents {
    padding-top: 160px;
  }
}
#page.contents .section1 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
#page .page-inner {
  width: 100%;
  padding: 3rem 20px 100px;
  margin: 0 auto;
  max-width: 860px;
}
@media screen and (max-width: 860px) {
  #page .page-inner {
    padding: 30px 0;
  }
}
#page .page-inner dl {
  margin-top: 4em;
}
#page .page-inner dt {
  font-size: 1.4rem;
  font-weight: 700;
}
#page .page-inner dd {
  font-size: 1.4rem;
}
#page .page-inner ul,
#page .page-inner ol {
  margin: 1.4em;
}
#page .page-inner ul li,
#page .page-inner ol li {
  list-style-type: disc;
  margin: 0 0 5px;
  padding: 0;
}
#page .page-inner ul li:first-child,
#page .page-inner ol li:first-child {
  margin: 0;
}
#page .page-inner ul ol,
#page .page-inner ol ol {
  list-style-type: lower-alpha;
}
#page .page-inner ul ol ol,
#page .page-inner ol ol ol {
  list-style-type: lower-roman;
}
#page .page-inner p {
  font-size: 1.4rem;
  line-height: 1.7em;
  letter-spacing: 0.05em;
  color: #363636;
  text-align: left;
  margin: 1.4em auto 0;
}
@media screen and (max-width: 640px) {
  #page .page-inner p {
    text-align: left;
  }
  #page .page-inner p br {
    display: none;
  }
}

#news.contents {
  padding-top: 200px;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 640px) {
  #news.contents {
    padding-top: 160px;
  }
}
#news.contents .section1 {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 30px;
}
#news .news-inner {
  width: 100%;
  padding: 3rem 20px 100px;
  margin: 0 auto;
  max-width: 860px;
}
@media screen and (max-width: 640px) {
  #news .news-inner {
    padding: 30px 0px 80px;
  }
}
#news .news-entry {
  position: relative;
  width: 100%;
  padding: 3rem 20px 100px;
  margin: 0 auto;
  max-width: 760px;
}
@media screen and (max-width: 640px) {
  #news .news-entry {
    padding: 3rem 0 100px;
  }
}
#news .news-entry-title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8em;
  padding-top: 3em;
  position: relative;
}
#news .news-entry-title span.date {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.2rem;
  font-weight: 400;
  width: 7em;
  color: #2a2e33;
}
#news .news-entry-title span.date:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e2ddcf;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 860px) {
  #news .news-entry-title span.date:before {
    bottom: auto;
    top: 0;
  }
}
#news .news-entry-title span.date:after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #19a9be;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 860px) {
  #news .news-entry-title span.date:after {
    bottom: auto;
    top: 0;
  }
}
#news .news-entry-body {
  padding-top: 5em;
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  word-break: break-word;
  overflow-wrap: break-word;
  word-wrap: break-word; /* 古いブラウザ対応 */
}
#news .news-entry-body p {
  font-size: 1.4rem;
  line-height: 2em;
  letter-spacing: 0.05em;
}
#news .news-footer .btn {
  margin: 0 auto;
  width: 180px;
}
@media screen and (max-width: 640px) {
  #news .news-footer .btn {
    margin: 0 auto 0 0;
  }
}
#news .news-list {
  max-width: 640px;
  margin: 30px auto 0;
  margin-top: 30px;
}
#news .news-list li {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-top: 3.2em;
}
#news .news-list li a {
  color: #2a2e33;
  position: relative;
  padding-left: 9em;
  display: block;
}
@media screen and (max-width: 640px) {
  #news .news-list li a {
    padding-left: 0;
  }
}
#news .news-list li a span.date {
  display: block;
  width: 7em;
  padding-bottom: 1em;
  margin-right: 1em;
  font-size: 1.2rem;
  letter-spacing: 0.035em;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 860px) {
  #news .news-list li a span.date {
    display: block;
    padding: 0.5em 0;
    position: relative;
  }
}
#news .news-list li a span.date:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e2ddcf;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 860px) {
  #news .news-list li a span.date:before {
    bottom: auto;
    top: 0;
  }
}
#news .news-list li a span.date:after {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  background: #19a9be;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 860px) {
  #news .news-list li a span.date:after {
    bottom: auto;
    top: 0;
  }
}