/* common */
.common__heading {
  text-align: center;
  margin-bottom: 5rem;
}

.common__title {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 2.9rem;
  letter-spacing: .05em;
  padding-bottom: 2.3rem;
  width: max-content;
  margin: 0 auto;
  position: relative;
}

@media(max-width:768px) {
  .common__title {
    font-size: max(24px, 2.9rem);
  }
}

.common__title::after {
  content: "";
  background-color: #0065BB;
  width: 12rem;
  height: .1rem;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
}

.common__title--en {
  font-size: 1.4rem;
  letter-spacing: .05em;
  color: #0065BB;
  margin-top: 2.3rem;
}

@media(max-width:768px) {
  .common__title--en {
    font-size: max(12px, 1.4rem);
  }
}

/* common */

/* hero */
#hero {
  width: 100%;
  padding: 8rem 0 6rem;
}

.hero__inner {
  width: 90%;
  max-width: 1340px;
  margin: 5rem auto 0;
}

@media(max-width:768px) {
  .hero__inner {
    margin: 7rem auto 0;
  }
}

.hero__heading {
  display: flex;
  align-items: center;
  color: #0065BB;
  margin-bottom: 7.2rem;
}

.hero__title {
  font-size: 4rem;
  letter-spacing: .05em;
  margin-right: 2rem;
}

@media(max-width:768px) {
  .hero__title {
    font-size: max(24px, 4rem);
  }
}

.hero__title--en {
  font-size: 1.8rem;
  letter-spacing: .05em;
}

@media(max-width:768px) {
  .hero__title--en {
    font-size: max(12px, 1.8rem);
  }
}

.hero__nav {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1rem;
}

@media(max-width:768px) {
  .hero__nav {
    font-size: max(14px, 1.4rem);
  }
}

.hero__list-item:first-of-type {
  display: flex;
  align-items: center;
  margin-right: 27px;
  position: relative;
}

.hero__list-item:first-of-type:after {
  content: "";
  background-image: url("../images/icon_arrow.svg");
  width: 6.98px;
  height: 11.3px;
  position: absolute;
  transform: translateX(100%);
  right: -10px;
}

.hero__list-icon {
  width: 2.121rem;
  height: auto;
  margin-right: .54rem;
}

@media(max-width:768px) {
  .hero__list-icon {
    width: max(16px, 2.121rem);
  }
}

.hero__list-link {
  color: #0065BB;
  text-decoration: underline;
  letter-spacing: .05em;
}

.hero__list-text {
  letter-spacing: .05em;
}

/* hero */


/* company */

/* greeting */
.greeting__inner {
  width: 80%;
  max-width: 1340px;
  margin: 0 auto 11rem;
  display: flex;
}

@media(max-width:768px) {
  .greeting__inner {
    flex-direction: column-reverse;
  }
}

.greeting__contents {
  font-size: 1.5rem;
  text-align: center;
  margin: 0 auto;
}

@media(max-width:768px) {
  .greeting__contents {
    width: 100%;
    font-size: max(14px, 1.5rem);
    margin: 0;
  }
}

.greeting__text {
  font-weight: 400;
  letter-spacing: .05em;
  line-height: calc(28/15);
  margin-bottom: 2.8rem;
}

.greeting__name {
  text-align: right;
  text-align: center;
  margin-top: 6rem;
}

.greeting__name-text {
  font-size: 1.8rem;
  letter-spacing: .05em;
}

@media(max-width:768px) {
  .greeting__name-text {
    font-size: max(16px, 1.8rem);
  }
}

.greeting__name-text:first-of-type {
  margin-bottom: 2.2rem;
}

.greeting__name--small {
  font-size: 1.5rem;
  margin: 0 1.6rem .2rem 0;
}

@media(max-width:768px) {
  .greeting__name--small {
    font-size: max(14px, 1.5rem);
  }
}

/* greeting */

/* overview */
#overview {
  padding-bottom: 10rem;
}

.overview__list {
  width: 79rem;
  margin: 0 auto;
  font-size: 1.5rem;
  letter-spacing: .05em;
}

@media(max-width:768px) {
  .overview__list {
    width: 80%;
    font-size: max(14px, 1.5rem);
  }
}

.overview__list-item {
  display: flex;
  padding: 2rem;
}

.overview__list-item dt {
  padding-right: 2rem;
  min-width: 175px;
}

@media(max-width:768px) {
  .overview__list-item dt {
    width: 100%;
    padding-right: 0;
    min-width: auto;
  }
}

@media(max-width:768px) {
  .overview__list-item {
    flex-direction: column;
  }
}

.overview__list-item:nth-of-type(odd) {
  background-color: #F5F5F5;
}

.overview__list-title {
  width: 17.5rem;
}

@media(max-width:768px) {
  .overview__list-title {
    margin-bottom: 1.6rem;
  }
}

.overview__list-text {
  font-weight: 400;
}

.overview__list-desc .overview__list-text:not(:last-of-type) {
  margin-bottom: .8rem;
}

/* overview */

/* record */
#record {
  text-align: center;
}

.record__text {
  font-size: 1.8rem;
  letter-spacing: .05em;
  margin-bottom: 3rem;
}

@media(max-width:768px) {
  .record__text {
    font-size: max(14px, 1.8rem);
  }
}

.record__img {
  width: 60rem;
  height: 81.5rem;
  margin: 0 auto 5rem;
}

/* record */

/* company */


/* works */

/* work */
.work__inner {
  width: 95%;
  max-width: 1420px;
  padding-top: 9.2rem;
  position: relative;
}

@media(max-width:768px) {
  .work__inner {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 0;
    margin: 0 auto;
  }
}

.work__contents {
  background-color: #E5F1FE;
  width: 71rem;
  margin: 0 0 8rem auto;
  padding: 6rem;
}

@media(max-width:768px) {
  .work__contents {
    width: 100%;
  }
}

.work__title {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 2.8rem;
  letter-spacing: .05em;
  margin-bottom: 3rem;
}

@media(max-width:768px) {
  .work__title {
    font-size: max(16px, 2.8em);
  }
}

.work__text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: calc(28/15);
}

@media(max-width:768px) {
  .work__text {
    font-size: max(14px, 1.5rem);
  }
}

.work__text:not(:last-of-type) {
  margin-bottom: 3rem;
}

.work__img {
  width: 56%;
  max-width: 79rem;
  height: 50rem;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media(max-width:768px) {
  .work__img {
    position: static;
    width: 100%;
  }
}

.work__inner--center {
  width: 85%;
  max-width: 1220px;
  margin: 0 auto;
}

.work__title-sub {
  font-size: 2.4rem;
  letter-spacing: .05em;
  color: #0065BB;
  width: max-content;
  margin: 0 auto 2.9rem;
  position: relative;
}

@media(max-width:768px) {
  .work__title-sub {
    font-size: max(18px, 2.4rem);
  }
}

.work__title-sub::before,
.work__title-sub::after {
  content: "";
  background-color: #0065BB;
  width: 8rem;
  height: .1rem;
  position: absolute;
  top: 50%;
}

.work__title-sub::before {
  transform: translateX(-100%);
  left: -2rem;
}

.work__title-sub::after {
  transform: translateX(100%);
  right: -2rem;
}

.work__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}

@media(max-width:768px) {
  .work__list {
    flex-wrap: wrap;
    margin-bottom: -6rem;
  }
}

.work__list-item {
  background-color: #F5F5F5;
  width: 32%;
  min-height: 60.6rem;
  padding: 3rem;
}

@media(max-width:768px) {
  .work__list-item {
    width: 100%;
    margin-bottom: 6rem;
  }
}

.work__list-img {
  width: 100%;
  height: 21.6rem;
}

@media(max-width:768px) {
  .work__list-img {
    height: auto;
  }
}

.work__list-title {
  font-size: 2rem;
  letter-spacing: .05em;
  margin: 2rem 0 1.5rem;
}

@media(max-width:768px) {
  .work__list-title {
    font-size: max(16px, 2rem);
  }
}

.work__list-text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: calc(25/15);
  margin-bottom: 3rem;
}

@media(max-width:768px) {
  .work__list-text {
    font-size: max(14px, 1.5rem);
  }
}

/* work */

/* other-works */
#other-works {
  padding: 11rem 0;
}

.other-works__inner {
  margin-left: auto;
}

.other-works__contents {
  height: 48.8rem;
  margin: 0 auto 8rem 0;
}

@media(max-width:768px) {
  .other-works__contents {
    height: auto;
  }
}

.other-works__img {
  right: 0;
}

.other-works__list {
  flex-wrap: wrap;
}

.other-works__list-item {
  height: 53.2rem;
}

@media(max-width:768px) {
  .other-works__list-item {
    height: auto;
  }
}

.other-works__list-item:first-of-type {
  margin-bottom: 5rem;
}

/* other-works */

/* equipment */
#equipment {
  padding-bottom: 11rem;
}

.equipment__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -6rem;
}

.equipment__list-item {
  width: 23%;
  margin-bottom: 6rem;
}

@media(max-width:768px) {
  .equipment__list-item {
    width: 48%;
  }
}

.equipment__list-img {
  width: 100%;
  height: 21rem;
  overflow: hidden;
}

.equipment__list-img img {
  transition: .3s;
}

@media (hover: hover) and (pointer: fine) {
  .equipment__list-img:hover img {
    transform: scale(1.05);
  }
}

.equipment__list-title {
  font-size: 1.8rem;
  letter-spacing: .05em;
  color: #0065BB;
  line-height: calc(23/18);
  margin: 1.5rem 0;
}

@media(max-width:768px) {
  .equipment__list-title {
    font-size: max(16px, 1.8rem);
  }
}

.equipment__list-text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: calc(25/15);
}

@media(max-width:768px) {
  .equipment__list-text {
    font-size: max(14px, 1.5rem);
  }
}

/* equipment */

/* areas */
#areas {
  padding-bottom: 4.97rem;
}

@media(max-width:768px) {
  #areas {
    padding: 0;
  }
}

.areas__inner {
  width: 80%;
  max-width: 1160px;
  margin: 10.4rem auto 0;
  display: flex;
  justify-content: space-between;
}

@media(max-width:768px) {
  .areas__inner {
    flex-direction: column;
  }
}

.areas__img {
  width: 59.7rem;
  height: auto;
  margin-right: 8rem;
}

@media(max-width:768px) {
  .areas__img {
    width: 80%;
    margin: 0 auto 6rem;
  }
}

.areas__contents {
  width: 47.5rem;
}

@media(max-width:768px) {
  .areas__contents {
    width: 100%;
  }
}

.areas__title {
  line-height: calc(44/28);
}

.areas__text {
  margin-bottom: 4rem;
  line-height: calc(28/15);
}

/* areas */

/* works */


/* news */
.news__inner {
  width: 85%;
  max-width: 1220px;
  margin: 0 auto;
}

.news__list {
  padding: 5rem 6rem 7rem;
}

.news__list:nth-of-type(odd) {
  background-color: #F5F5F5;
}

.news__heading {
  margin-bottom: 3rem;
}

.news__time {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: .05em;
  margin-bottom: .2rem;
}

@media(max-width:768px) {
  .news__time {
    font-size: max(14px, 1.6rem);
  }
}

.news__title {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 2.8rem;
  letter-spacing: .05em;
  line-height: calc(44/28);
}

@media(max-width:768px) {
  .news__title {
    font-size: max(16px, 2.8rem);
  }
}

.news__contents {
  display: flex;
  justify-content: space-between;
}

.news__contents a {
  overflow: hidden;
}

.news__contents a img {
  transition: all .3s ease-in-out;
}

.news__contents a:hover img {
  transform: scale(1.1);
}

@media(max-width:768px) {
  .news__contents a:hover img {
    transform: scale(1);
  }
}

@media(max-width:768px) {
  .news__contents {
    flex-direction: column-reverse;
  }
}

.news__text-wrapper {
  flex-basis: 100%;
  margin-bottom: -3rem;
}

.news__text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: calc(28/15);
  margin-bottom: 3rem;
  padding-right: 30px;
}

@media(max-width:768px) {
  .news__text {
    font-size: max(14px, 1.5rem);
    padding: 15px 0 0 0;
  }
}

.news__img {
  display: block;
  flex-basis: 37%;
  min-width: 37%;
  height: 27.1rem;
  margin-left: 3%;
  overflow: hidden;
}

.news__img img {
  transition: .3s;
}

@media (hover: hover) and (pointer: fine) {
  .news__img:hover img {
    transform: scale(1.05);
  }
}

@media(max-width:768px) {
  .news__img {
    width: 100%;
    margin: 0 0 5rem;
  }
}

/* news */


/* recruit */

/* message */
.message__inner {
  width: 90%;
  max-width: 1360px;
  padding-top: 9.2rem;
  position: relative;
}

@media(max-width:768px) {
  .message__inner {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
    margin: 0 auto;
  }
}

.message__contents {
  background-color: #fff;
  width: 60.9rem;
  padding: 6rem 0 6rem 6.9rem;
  margin: 0 0 11rem auto;
}

@media(max-width:768px) {
  .message__contents {
    width: 100%;
    margin: 0;
    padding: 6rem 0;
  }
}

.message__title {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 2.8rem;
  letter-spacing: .05em;
  line-height: calc(44/28);
  margin-bottom: 3rem;
}

@media(max-width:768px) {
  .message__title {
    font-size: max(16px, 2.8rem);
  }
}

.message__text {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: calc(28/15);
  margin-bottom: 3rem;
}

@media(max-width:768px) {
  .message__text {
    font-size: max(14px, 1.5rem);
  }
}

.message__img {
  width: 72%;
  max-width: 99rem;
  height: 50rem;
  position: absolute;
  top: 0;
  z-index: -1;
}

@media(max-width:768px) {
  .message__img {
    position: static;
    width: 100%;
  }
}

/* message */

/* voice */
#voice {
  padding-bottom: 11rem;
}

.voice__inner {
  width: 85%;
  max-width: 1220px;
  margin: 0 auto;
}

.voice__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -5rem;
}

.voice__list-item {
  width: 32%;
  max-width: 38rem;
  margin-bottom: 5rem;
}

@media(max-width:768px) {
  .voice__list-item {
    width: 48%;
  }
}

.voice__list-img {
  width: 9.029rem;
  height: auto;
  margin: 0 auto 3.92rem;
}

.voice__text {
  font-size: 1.8rem;
  letter-spacing: .05em;
  line-height: calc(28/18);
  background-color: #F5F5F5;
  border-radius: 3rem;
  width: 100%;
  min-height: 20rem;
  padding: 4rem 3rem 5rem;
  position: relative;
}

@media(max-width:768px) {
  .voice__text {
    font-size: max(14px, 1.8rem);
  }
}

.voice__text::before {
  content: "";
  border-right: 1.94rem solid transparent;
  border-bottom: 3.728rem solid #F5F5F5;
  border-left: 1.94rem solid transparent;
  position: absolute;
  transform: translate(-50%, -50%);
  top: -.5rem;
  left: 50%;
}

/* voice */

/* event */
.event__inner {
  width: 85%;
  max-width: 1220px;
  margin: 0 auto;
}

.event__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media(max-width:768px) {
  .event__list {
    margin-bottom: -5rem;
  }
}

.event__list-item {
  width: 23%;
  max-width: 27.5rem;
}

@media(max-width:768px) {
  .event__list-item {
    width: 80%;
    max-width: none;
    margin: 0 auto 5rem;
  }
}

.event__list-img {
  width: 100%;
  height: 21rem;
  overflow: hidden;
}

.event__list-img img {
  transition: .3s;
}

@media (hover: hover) and (pointer: fine) {
  .event__list-img:hover img {
    transform: scale(1.05);
  }
}

@media(max-width:768px) {
  .event__list-img {
    height: 42rem;
  }
}

.event__text {
  font-size: 1.8rem;
  letter-spacing: .05em;
  color: #0065BB;
  background-color: #F5F5F5;
  padding: 1.5rem 1.5rem 3rem;
}

@media(max-width:768px) {
  .event__text {
    font-size: max(16px, 1.8rem);
  }
}

/* event */

/* application */
#application {
  padding: 11rem 0 5rem;
}

.application__title {
  font-size: 1.8rem;
  letter-spacing: .05em;
  color: #fff;
  background-color: #0065BB;
  width: 100%;
  max-width: 79rem;
  margin: 0 auto;
  padding: 1rem 2rem;
}

@media(max-width:768px) {
  .application__title {
    font-size: max(16px, 1.8rem);
    width: 80%;
    padding: 2rem;
  }
}

.application__title:last-of-type {
  margin-top: 6rem;
}

.application__list .overview__list-item:nth-of-type(even) {
  background-color: #F5F5F5;
}

.application__list .overview__list-item:nth-of-type(odd) {
  background-color: #fff;
}

.application__text-wrapper {
  margin-bottom: 3rem;
}

.application__btn {
  background-color: #61CED8;
  width: 26.3rem;
  height: 6.3rem;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 4rem auto 0;
  transition: .3s;
}

@media(max-width:768px) {
  .application__btn {
    width: 80%;
    height: 8rem;
    margin: 6rem auto 15rem;
  }

  .application__btn:last-of-type {
    margin: 6rem auto 2rem;
  }
}

@media (hover: hover) and (pointer: fine) {
  .application__btn:hover {
    background-color: #0065BB;
    color: #fff;
  }
}

.application__btn-text {
  font-size: 1.8rem;
  letter-spacing: .05em;
}

@media(max-width:768px) {
  .application__btn-text {
    font-size: max(14px, 2rem);
  }
}

/* application */

/* recruit */


/* contact */

/* contact */
.contact__contents {
  color: #fff;
  background-color: #0065BB;
  width: 78rem;
  padding: 4rem 2rem;
  margin: 0 auto;
}

@media(max-width:768px) {
  .contact__contents {
    width: 90%;
  }
}

.contact__text {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 1.8rem;
  letter-spacing: .15em;
  line-height: calc(30/18);
  text-align: center;
  margin: 0 0 1.2rem 1.9rem;
}

@media(max-width:768px) {
  .contact__text {
    font-size: max(14px, 1.8rem);
    margin: 0 0 2rem 1.9rem;
  }
}

.contact__tel {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact__icon {
  width: 3.987rem;
  height: auto;
  margin-right: 1rem;
}

.contact__number {
  font-size: 4.3rem;
  pointer-events: none;
}

@media(max-width:768px) {
  .contact__number {
    pointer-events: all;
  }
}

.contact__name {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .15em;
  width: 38.4rem;
  text-align: end;
  margin: -.2rem auto;
}

@media(max-width:768px) {
  .contact__name {
    font-size: max(14px, 1.6rem);
  }
}

/* contact */

/* form */
#form {
  font-size: 1.5rem;
  padding: 11rem 0 5rem;
}

@media(max-width:768px) {
  #form {
    font-size: max(14px, 1.5rem);
  }
}

.form__inner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

.form__explanation {
  font-weight: 400;
  letter-spacing: .05em;
  line-height: calc(28/15);
  text-align: center;
  margin-bottom: 4.9rem;
}

@media(max-width:768px) {
  .form__explanation {
    text-align: left;
  }
}

.form__list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem;
}

@media(max-width:768px) {
  .form__list-item {
    flex-direction: column;
    align-items: flex-start;
  }
}

.form__list-item:first-of-type {
  align-items: flex-start;
}

.form__list-item:last-of-type {
  align-items: flex-start;
  margin-bottom: .3rem;
}

.form__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 20%;
}

@media(max-width:1180px) {
  .form__title-wrapper {
    min-width: 19rem;
  }
}

@media(max-width:768px) {
  .form__title-wrapper {
    width: clamp(170px ,40% ,20rem);
    margin-bottom: 2rem;
  }
}

.form__title {
  letter-spacing: .1em;
}

.form__required {
  font-size: 1.3rem;
  letter-spacing: .05em;
  color: #fff;
  background-color: #001362;
  width: 4.6rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width:768px) {
  .form__required {
    font-size: max(12px, 1.3rem);
    min-width: 38px;
    min-height: 21px;
  }
}

.form__contents-wrapper {
  width: 76%;
  margin-bottom: -1.8rem;
}

@media(max-width:768px) {
  .form__contents-wrapper {
    width: 100%;
    margin-bottom: -3rem;
  }
}

.form__contents-inner {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
}
 
@media(max-width:768px) {
  .form__contents-inner {
    width: 100%;
    justify-content: space-between;
  }
}

.form__label {
  cursor: pointer;
}

@media(max-width:768px) {
  .form__label {
    width: 48%;
    font-size: 16px;
  }
}

@media(max-width:500px) {
  .form__label {
    width: 100%;
  }
}

.form__label:nth-of-type(odd) {
  margin-right: 4rem;  
}

@media(max-width:768px) {
  .form__label:nth-of-type(odd) {
    margin-right: 0;  
  }
}

.form__contents-radio {
  width: 18.6rem;
  margin-bottom: 1.8rem;
  letter-spacing: .05em;
}

@media(max-width:768px) {
  .form__contents-radio {
    width: 100%;
    margin-bottom: 3rem;
  }
}

.form__radio {
  width: 2rem;
  height: 2rem;
  margin-right: .8rem;
  accent-color: #001362;
  cursor: pointer;
  position: relative;
}

.form__radio:checked.form__radio::before{
  z-index: -1;
}

.form__radio::before {
  content: "";
  background-color: #F1F5FB;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

@media(max-width:768px) {
  .form__radio {
    min-width: 12px;
    min-height: 12px;
  }
}

.form__title-wrapper--top {
  margin-top: 1.9rem;
}

.form__contents {
  width: 76%;
}

@media(max-width:768px) {
  .form__contents {
    width: 100%;
  }
}

.form__text {
  font-weight: 400;
  letter-spacing: .1em;
  background-color: #F5F5F5;
  width: 100%;
  height: 6.6rem;
  padding-left: 2rem;
}

@media(max-width:768px) {
  .form__text {
    font-size: 16px;
  }
}

::placeholder {
  color: #AFAFAF;
}

.form__textarea {
  letter-spacing: .1em;
  line-height: 1.5;
  background-color: #F5F5F5;
  width: 100%;
  height: 28.6rem;
  padding: 2rem;
}

@media(max-width:768px) {
  .form__textarea {
    font-size: 16px;
  }
}

.form__policy-title {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: .1em;
  margin: .3rem 0 1.9rem;
}

@media(max-width:768px) {
  .form__policy-title {
    font-size: max(14px, 1.6rem);
    margin: 2rem 0 1.9rem;
  }
}

.form__policy-wrapper {
  background-color: #F1F7FE;
  width: 100%;
  height: 32.6rem;
  padding: 4.7rem 3.2rem 3.9rem 4rem;
  margin-bottom: 2.2rem;
}

@media(max-width:768px) {
  .form__policy-wrapper {
    height: 35rem;
    margin-bottom: 4rem;
  }
}

.form__policy-contents {
  width: 100%;
  max-width: 92.5rem;
  height: 100%;
  padding-right: 2.5rem;
  overflow-y: scroll;
}

.form__policy-contents::-webkit-scrollbar {
  width: 7px;
}

.form__policy-contents::-webkit-scrollbar-track {
  background-color: #D2D3D1;
}

.form__policy-contents::-webkit-scrollbar-thumb {
  background-color: #001362;
}

.form__policy-contents-text {
  font-weight: 400;
  letter-spacing: .05em;
  line-height: calc(26/15);
  margin-bottom: 3.5rem;
}

.form__policy-contents-title {
  letter-spacing: .05em;
}

#form__checkbox {
  display: none;
}

.form__check {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 0 auto;
  position: relative;
}

.form__check::before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  border: solid 1px #333;
  position: absolute;
  transform: translate(-100%, -50%);
  top: 50%;
  left: 0;
}

#form__checkbox:checked + .form__check::after {
  content: "done";
  font-family: Material Icons Outlined;
  font-size: 3rem;
  color: #001362;
  position: absolute;
  transform: translate(-100%, -50%);
  top: 50%;
  left: .3rem;
}

@media(max-width:768px) {
  .form__check::before {
    min-width: 18px;
    min-height: 18px;
  }
  
  #form__checkbox:checked + .form__check::after {
    font-size: max(20px, 3rem);
  }
}

.form__checkbox-title {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: .1em;
  margin-left: 2.3rem;
}

@media(max-width:768px) {
  .form__checkbox-title {
    font-size: max(14px, 1.6rem);
  }
}

.form__btn {
  background-color: #61CED8;
  width: 26.3rem;
  height: 6.3rem;
  border-radius: 1rem;
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-align: center;
  display: block;
  margin: 4.2rem auto 0;
  transition: .3s;
}

@media (hover: hover) and (pointer: fine) {
  .form__btn:hover {
    background-color: #0065BB;
    color: #fff;
  }
}

@media(max-width:768px) {
  .form__btn {
  font-size: max(14px, 1.8rem);
    width: 100%;
    height: 8rem;
    margin: 8rem auto 0;
  }
}

/* form */

/* contact */


/* -------------------------------------------------------------------------------
  CMS組み込み時追加修正
-------------------------------------------------------------------------------- */
.work__list-img a:nth-of-type(n + 2) img, .equipment__list-img a:nth-of-type(n + 2) img,.news__contents a:nth-of-type(n + 2) img, .event__list-img a:nth-of-type(n + 2) img {
  display: none;
}

.form-wrapper {
  margin: 60px 0 100px;
} 

@media(max-width:768px) {
  .form-wrapper {
    margin: 30px auto 0px;
  }
}

.form-inner .form-table {
  border-spacing: 0px 3.5rem;
}

@media(max-width:768px) {
  .form-inner .form-table {
    width: 100%;
  }
}


.form-inner .form-table tr th {
  display: flex;
  justify-content: space-between;
  padding-right: 40px;
  min-width: 240px;
  align-items: center;
}

@media(max-width:768px) {
  .form-inner .form-table tr th {
    min-width: auto;
    width: 70%;
  }
}


.form-inner .form-table tr th label {
  padding: 24px 0 24px 0px;
}

@media(max-width:768px) {
  .form-inner .form-table tr th label {
    padding: 15px 0;
  }
}

.form-inner .form-table tr td {
  width: 100%;
}

@media(max-width:768px) {
  .form-inner .form-table tr td {
    display: block;
  }
}


.form-inner .form-table tr td input {
  width: 100%;
  padding: 24px 2rem 24px 2rem;
  font-weight: 400;
  background-color: #F5F5F5;
}

@media(max-width:768px) {
  .form-inner .form-table tr td input {
    padding: 20px 2rem 20px 2rem;
  }
}

.form-inner .form-table tr:first-of-type td {
  background-color: #fff;
  padding: 24px 2rem 24px 0rem;
}

@media(max-width:768px) {
  .form-inner .form-table tr:first-of-type td {
    padding: 20px 2rem 20px 2rem;
  }
}

@media(max-width:768px) {
  .form-inner .form-table tr:first-of-type td {
    padding: 20px 2rem 20px 2rem;
  }
}

@media(max-width:768px) {
  .form-inner .form-table tr:first-of-type td {
    padding: 0px;
  }
}

.form-inner .form-table tr:first-of-type td input {
  width: auto;
}

.form-inner .form-table tr td textarea {
  width: 100%;
  height: 280px;
  background-color: #F5F5F5;
  padding: 24px 2rem 24px 2rem;
}

@media(max-width:768px) {
  .form-inner .form-table tr td textarea {
    height: 28.6rem;
    padding: 20px 2rem 20px 2rem;
  }
}

.form-inner .form-table tr td .radio-area {
  display: flex;
  width: 400px;
  flex-wrap: wrap;
  row-gap: 1.8rem;
}

@media(max-width:768px) {
  .form-inner .form-table tr td .radio-area {
    width: 100%;
    display: block;
  }
}

@media(max-width:768px) {
  .form-inner .form-table tr td .radio-area .form-item_radio {
    display: block;
    margin-top: 10px;
  }
}


.form-inner .form-table tr td .radio-area span {
  width: 50%;
}

@media(max-width:768px) {
  .form-inner .form-table tr td .radio-area span {
    width: 100%;
  }
}


.attached-text {
  font-size: 1.3rem;
  letter-spacing: .05em;
  color: #fff;
  background-color: #001362;
  width: 4.6rem;
  height: 2.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media(max-width:768px) {
  .attached-text {
    width: 7rem;
    height: 4.5rem;
    font-size: 2.5rem;
  }
}


.unit-privacy .privacy-title {
  margin: 0 0 1.9rem;
}

.unit-privacy .privacy-title span {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: .1em;
}

@media(max-width:768px) {
  .unit-privacy .privacy-title span {
    font-size: 14px;
  }
}

.privacy-contents {
  background-color: #F1F7FE;
  padding: 4.7rem 3.2rem 3.9rem 4rem;
  overflow-y: scroll;
  height: 326px;
}

@media(max-width:768px) {
  .privacy-contents {
    overflow-y: scroll;
    height: 35rem;
  }
}

.privacy-contents::-webkit-scrollbar {
  width: 7px;
  padding: 30px 25px 30px 0;
} 

.privacy-contents::-webkit-scrollbar-track {
  background: #D2D3D1;
}

.privacy-contents::-webkit-scrollbar-thumb {
  background: #001362;
} 

.privacy-contents span {
  width: 925px;
}

@media(max-width:768px) {
  .privacy-contents span {
    width: 100%;
  }
}

.privacy-contents .privacy-text {
  margin-top: 3.5rem;
  font-weight: 400;
}

.privacy-contents .text-highlight01 {
  margin-top: 3.5rem;
  font-weight: 700;
  display: block;
}

.privacy-agree {
  margin-top: 2.2rem;
  text-align: center;
}

.privacy-agree .form-item_checkbox span {
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: .1em;
  margin-left: 2.3rem;
}

@media(max-width:768px) {
  .privacy-agree .form-item_checkbox span {
    font-size: 14px;
    margin-left: 0;
  }
}

.form_btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4.2rem auto 0;
}

@media(max-width:768px) {
  .form_btn-area {
    display: block;
  }
}

.form_btn-area .contact_btn span {
  background-color: #61CED8;
  width: 26.3rem;
  height: 6.3rem;
  border-radius: 1rem;
  font-size: 1.8rem;
  letter-spacing: .05em;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .3s;
}

@media(max-width:768px) {
  .form_btn-area .contact_btn span {
    height: 8rem;
    width: 100%;
    font-size: max(14px, 1.8rem);
  }
}

.form_btn-area .contact_btn span:hover {
  background-color: #0065BB;
  color: #fff;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + span {
  font-size: 15;
  font-weight: 500;
  letter-spacing: 0.1em;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 14px 13px 12px 50px;
  position: relative;
  line-height: 1;
} 

@media(max-width:768px) {
  input[type="checkbox"] + span {
    padding: 14px 13px 12px 35px;
  } 
}

input[type="checkbox"] + span::after {
  content: "done";
  font-family: Material Icons Outlined;
  color: #fff;
  display: block;
  font-size: 3rem;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 7px;
  left: 6px;
  opacity: 0;
}

@media(max-width:768px) {
  input[type="checkbox"] + span::after {
    font-size: 20px;
    top: 11px;
    left: 4px;
  }
}

input[type="checkbox"] + span::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #fff;
  border: 1px solid #333;
  margin: 4px;
  transform: scale(1);
  transition: all ease-out 250ms;
  position: absolute;
  top: 6px;
  left: 5px;
} 

@media(max-width:768px) {
  input[type="checkbox"] + span::before {
    width: 20px;
    height: 20px;
    top: 8px;
    left: 0px;
  } 
}

input[type="checkbox"]:checked + span::after {
  color: #001362;
  opacity: 1;
}

.box_cmn_form_no-input {
  text-align: center;
  margin-top: 30px;
}

.box_cmn_form_no-input span {
  color: #e40000;
}


.phase-confirm.phase-confirm .form-inner .form-table {
  border-spacing: 0px 1.5rem;
}

@media(max-width:768px) {
  .phase-confirm.phase-confirm .form-inner .form-table {
    border-spacing: 0px 3.5rem;
  }
}

.phase-confirm .form-inner .form-table td {
  padding: 24px 0 24px 0px;
}

@media(max-width:768px) {
  .phase-confirm .form-inner .form-table td {
    padding: 0px;
  }
}

.phase-confirm .form_btn-area {
  gap: 10vw;
}

@media(max-width:768px) {
  .phase-confirm .form_btn-area .is-send {
    display: block;
    margin-top: 30px;
  }
}

.contact-thanks .form-compleat_unit {
  text-align: center;
}

.contact-thanks .form-compleat_unit .form_title {
  font-size: 20px;
  text-align: center;
}

@media(max-width:768px) {
  .contact-thanks .form-compleat_unit .form_title {
    font-size: 18px;
  }
}

.contact-thanks .form-compleat_unit .form_text {
  font-weight: 400;
  margin-top: 30px;
}