@charset "UTF-8";
.page-top-btn {
  position: fixed;
  bottom: 5%;
  right: 5%;
}
.page-top-btn .page-top {
  width: 121px;
  height: 121px;
  display: block;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 91px;
  background-color: rgba(239, 238, 228, 0.5);
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  display: grid;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  grid-template-columns: 0fr 1fr 7fr;
  padding: 0 2%;
}
header img {
  max-width: 300px;
  width: 100%;
}
header .header-nav {
  margin-left: 3%;
}
header .header-nav ul {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px;
  align-items: center;
  justify-items: center;
}
header .header-nav ul a {
  color: #002333;
  text-align: center;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
}
header .header-nav ul a.b-back {
  border-radius: 5px;
  background-color: #5cb2e4;
  display: block;
  color: #fff;
  padding: 5%;
}
header .header-nav ul a.b-back:hover {
  background-color: #fff;
  color: #4a9dd1;
}
header .header-nav ul a.y-back {
  border-radius: 5px;
  background-color: #f09f26;
  display: block;
  color: #fff;
  padding: 5%;
}
header .header-nav ul a.y-back:hover {
  background-color: #fff;
  color: #f09f26;
}

.title-set h2 {
  letter-spacing: 0.5rem;
  color: #002333;
}

.top-section {
  position: relative;
  background-color: #5cb2e4;
  padding-top: 53px;
  height: 941px;
  background: url(../image/photo/top.png) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10%;
}
.top-section .top-section-title {
  max-width: 780px;
  color: #fff;
}
.top-section .top-section-title h1 {
  margin-bottom: 10px;
  border-bottom: 5px solid #fff;
  text-shadow: 0px 4px 8.2px rgba(0, 0, 0, 0.55);
  letter-spacing: 0.3em;
}
.top-section .top-section-title .small {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  text-shadow: 0px 4px 8.2px rgba(0, 0, 0, 0.55);
  letter-spacing: 0.4em;
  line-height: 1.8rem;
}

.gap-back {
  padding: 20px 0%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(36, 36, 36, 0) 51.92%, rgba(0, 0, 0, 0.1)), #d5d5c2;
}

.b-btn {
  max-width: 964px;
  width: 100%;
  max-height: 155px;
  height: 100%;
  padding: 4%;
  margin: auto;
  position: relative;
  border-radius: 80px;
  background-color: #068fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 20px 0;
}
.b-btn:hover {
  background-color: #fff;
  color: #068fff;
}

.btn-set {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 40px 10%;
  background-color: #d5d5c2;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1), rgba(36, 36, 36, 0) 51.92%, rgba(0, 0, 0, 0.1)), #d5d5c2;
}
.btn-set.colom {
  flex-direction: column;
}
.btn-set.colom .large {
  color: #068fff;
  font-family: ヒラギノ角ゴ ProN W6;
}
.btn-set.colom .b-btn {
  margin-top: 2%;
  font-family: ヒラギノ角ゴ ProN W6;
}
.btn-set .btn-a {
  text-decoration: none;
  border-radius: 5px;
  color: #6a6a6a;
  background-color: #eaeaca;
  min-height: 67px;
  width: 100%;
  display: flex;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  max-width: 350px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.btn-set .btn-a:hover {
  color: #fff;
  background-color: #6a6a6a;
}
.btn-set .b-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5%;
  margin: auto;
  position: relative;
  border-radius: 80px;
  background-color: #068fff;
  max-width: 964px;
  width: 100%;
  max-height: 155px;
  height: 100%;
  padding: 4%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.btn-set .b-btn.up-text {
  margin-top: -10%;
}
.btn-set .b-btn:hover {
  background-color: #fff;
  color: #068fff;
}

.btn .b-btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5%;
  margin: auto;
  position: relative;
  border-radius: 80px;
  background-color: #068fff;
  max-width: 964px;
  width: 100%;
  max-height: 155px;
  height: 100%;
  padding: 4%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.btn .b-btn.up-text {
  margin-top: -3vw;
}
.btn .b-btn:hover {
  background-color: #fff;
  color: #068fff;
}

.comic-section {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 5%;
  background-color: #f6f2ea;
  gap: 5%;
}
.comic-section .comic-section-title {
  width: 45%;
  display: grid;
  grid-auto-rows: auto;
  align-items: center;
  gap: 2rem;
}
.comic-section .comic-section-title .title-set {
  margin-bottom: 10%;
}
.comic-section .comic-section-title .title-set span {
  color: #1254b1;
}
.comic-section .comic-section-title .comic-section-text {
  margin-bottom: 3%;
}
.comic-section .comic-section-title .comic-section-text h3 {
  background-color: #1254b1;
  display: inline-block;
  padding: 0 2%;
  margin-bottom: 2%;
  color: #f6f2ea;
}
.comic-section .comic-section-title .comic-section-text .text {
  margin-bottom: 2%;
}
.comic-section .comic-section-title .comic-section-text .b-gray {
  background-color: #c9c9c9;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
  margin-bottom: 2%;
}
.comic-section .comic-section-content {
  width: 55%;
}
.comic-section .comic-section-content img {
  width: 100%;
  height: auto;
}
.comic-section.le {
  flex-direction: row-reverse;
}
.comic-section.last {
  align-items: center;
}
.comic-section.last .caption {
  text-shadow: 0px 4px 8.2px rgba(0, 0, 0, 0.25);
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-weight: bold;
  border-bottom: 5px solid black;
  margin-bottom: 5%;
  letter-spacing: 1rem;
}
.comic-section.last .small {
  text-shadow: 0px 4px 8.2px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.1rem;
}
.comic-section.last .comic-section-title {
  padding: 0 5%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 1%;
  gap: 0;
}
.comic-section.last .b-btn {
  max-width: 614px;
  max-height: 99px;
}

.check-section {
  background-color: #e8dcb1;
  padding: 5% 0;
}
.check-section .caption {
  text-align: center;
  margin-bottom: 2%;
  letter-spacing: 0.6rem;
  color: #002333;
}
.check-section .check-box {
  justify-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  max-width: 864px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  gap: 20px;
  margin-bottom: 100px;
  flex-direction: column;
}
.check-section .check-box .check-box-in {
  margin: 10px 0;
}
.check-section .check-box .check-box-in .check-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  margin: 0;
  text-align: center;
}
.check-section .check-box .check-box-in input[type=checkbox] {
  display: none;
}
.check-section .check-box .check-box-in label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 38px;
  position: relative;
  width: auto;
  font-weight: 700;
  color: #f09f26;
}
.check-section .check-box .check-box-in label::before {
  border: 3px solid #f09f26;
  background-color: #f6f2ea;
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  left: 0px;
  margin-top: -13px;
  position: absolute;
  top: 44%;
}
.check-section .check-box .check-box-in label::after {
  border-right: 6px solid #f09f26;
  border-top: 4px solid #f09f26;
  content: "";
  display: block;
  height: 25px;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 44%;
  width: 18px;
  transform-origin: left top;
  transform: scaleX(-1) rotate(135deg);
}
.check-section .check-box .check-box-in input[type=checkbox]:checked + label::after {
  opacity: 1;
  animation: check 0.8s;
}
@keyframes check {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 18px;
  }
  50% {
    height: 25px;
    width: 18px;
  }
}

.recruit-section {
  background-color: #f6f2ea;
  padding: 40px 0;
}
.recruit-section .title-set {
  text-align: center;
}
.recruit-section .title-set span {
  color: #1254b1;
}
.recruit-section .custom-select {
  position: relative;
  font-family: sans-serif;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  margin: 3vw 10vw;
}
.recruit-section .selected {
  padding: 10px;
  color: black;
  border: 1px solid #1254b1;
  background-color: #fff;
}
.recruit-section .selected::before {
  content: "";
  position: absolute;
  background-image: url(../image/down-b.png);
  background-size: contain;
  height: 35px;
  width: 35px;
  right: 2%;
  bottom: 25%;
}
.recruit-section .options {
  position: absolute;
  width: 100%;
  border: 1px solid #1254b1;
  background: white;
  display: none;
  z-index: 1;
}
.recruit-section .options li {
  padding: 10px;
  color: #1254b1;
  background: white;
}
.recruit-section .options li:hover {
  background-color: #ffe6cc;
}
.recruit-section .bl_selectCont .recruit-content ul li {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr;
  gap: 20px;
  margin-bottom: 1%;
}
@media (max-width: 768px) {
  .recruit-section .bl_selectCont .recruit-content ul li {
    gap: 0px;
    margin-bottom: 1%;
    grid-template-columns: 1fr;
  }
}
.recruit-section .bl_selectCont .recruit-content ul li p {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 3%;
  display: flex;
  align-items: center;
}
.recruit-section .bl_selectCont .recruit-content ul li:nth-child(even) p {
  background-color: rgba(185, 228, 255, 0.9);
}

.select-wrapper {
  margin: 40px auto;
  text-align: center;
}

.bl_selectCont {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 5%;
  background-color: #f6f2ea;
  margin-bottom: 100px;
  display: none;
}

.bl_selectCont.is_active {
  display: revert;
}

.bl_selectToggle {
  font-size: 1.5rem;
  margin: 2rem;
  border: 2px solid #1254b1;
  background-color: white !important;
  color: #1254b1;
  padding: 0.5rem 2rem;
  width: 100%;
  max-width: 900px;
  margin: 1rem auto;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("../image/icon/arrow-s.png");
  background-repeat: no-repeat;
  background-size: 24px auto;
  background-position: right 12px center;
}
.bl_selectToggle:focus {
  border: 2px solid #1254b1;
}
@media (max-width: 768px) {
  .bl_selectToggle {
    font-size: 1rem;
    max-width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    background-size: 10px auto;
  }
}

.ceo-message-section {
  background-color: #efeee4;
  padding-top: 40px;
}
.ceo-message-section .title-set {
  text-align: center;
}
.ceo-message-section .title-set span {
  color: #1254b1;
}
.ceo-message-section .message {
  position: relative;
  max-width: 1448px;
  margin-bottom: 35px;
  padding: 40px;
  background-color: #068fff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  border-radius: 30px;
  margin: 5% auto;
  color: #fff;
}
.ceo-message-section .message .mediun {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-weight: normal;
}
.ceo-message-section .ceo-content {
  color: #002333;
}
.ceo-message-section .ceo-content ul li {
  margin-bottom: 0.5rem;
}
.ceo-message-section .ceo-content ul li p {
  font-family: ヒラギノ角ゴ ProN W3;
}
.ceo-message-section .message::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  border-style: solid;
  border-width: 35px 25px 0 0;
  border-color: #068fff transparent transparent;
  translate: -50% 100%;
  transform: skew(-25deg);
  transform-origin: top;
}
.ceo-message-section .photo-set {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  align-items: center;
}
.ceo-message-section .ceo-name {
  display: flex;
  align-items: flex-end;
  flex-direction: row;
  margin-bottom: 10%;
  padding-bottom: 1%;
  gap: 3%;
  border-bottom: dotted 6px black;
  color: #002333;
}
.ceo-message-section .ceo-name .large-title {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-weight: normal;
}
.ceo-message-section .ceo-name .caption {
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}
.ceo-message-section .ceo-name .f-en {
  font-family: "Square Peg", cursive;
  font-weight: 400;
  font-style: normal;
  color: #9b4d00;
}

.gallery-section {
  padding-top: 5%;
  margin-bottom: -10%;
}
.gallery-section h3 {
  text-align: center;
  margin-bottom: 5%;
}

.contact-section {
  background: url(../image/photo/f-back.png) no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 20vw 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-section p {
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}

footer {
  background-color: #068fff;
  color: #fff;
}
footer .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5%;
}
footer .footer-logo img {
  width: 300px;
  height: auto;
}
footer .footer-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
}
footer .footer-nav ul {
  display: flex;
  gap: 20px;
}
footer .footer-nav ul li {
  list-style: none;
}
footer .footer-nav ul li a {
  color: #fff;
  text-decoration: none;
}
footer .copyright {
  width: 100%;
  text-align: center;
  display: block;
  color: #fff;
  background-color: black;
}

.comic-section-video {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.comic-section-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .page-top-btn {
    position: fixed;
    bottom: 10px;
    right: 10px;
  }
  .page-top-btn .page-top {
    width: 50px;
    height: 50px;
  }
  .header-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 50%;
    height: 100vh;
    background: #dbb82e;
    transition: all 0.6s;
  }
  .header-nav.panelactive {
    right: 0;
  }
  .header-nav ul {
    position: absolute;
    z-index: 1000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -moz-max-content;
    width: max-content;
  }
  .header-nav ul li {
    list-style: none;
    text-align: center;
  }
  .header-nav ul li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: inline-block; /*block*/
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin: auto;
  }
  .header-nav ul li a:hover {
    color: #fff;
  }
  .openbtn {
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    z-index: 9999; /*ボタンを最前面に*/
    float: right;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
  }
  .openbtn .nav-line {
    display: block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    height: 3px;
    padding: auto;
    border-radius: 2px;
    background: #000;
    transform: translate(0, 0);
    transition: all 0.22s ease 0s;
  }
  .openbtn .nav-line:nth-child(1) {
    top: 15px;
    width: 45%;
  }
  .openbtn .nav-line:nth-child(2) {
    top: 23px;
    width: 45%;
  }
  .openbtn .nav-line:nth-child(3) {
    top: 31px;
    width: 45%;
  }
  .openbtn.active .nav-line:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }
  .openbtn.active .nav-line:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active .nav-line:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }
  header {
    height: 50px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  header img {
    max-width: 200px;
    padding-left: 10px;
  }
  header .header-nav {
    height: 100vh;
    width: 100%;
  }
  header .header-nav ul {
    display: grid;
    grid-template-columns: auto;
    gap: 10px;
    align-items: center;
  }
  header .header-nav ul a {
    color: #000;
    text-align: center;
  }
  header .header-nav ul a.b-back {
    border-radius: 5px;
    background-color: #5cb2e4;
    display: block;
    color: #fff;
    padding: 5%;
  }
  header .header-nav ul a.y-back {
    border-radius: 5px;
    background-color: #f09f26;
    display: block;
    color: #fff;
    padding: 5%;
  }
  .top-section {
    height: 480px;
  }
  .comic-section {
    flex-direction: column;
    align-items: center;
  }
  .comic-section .comic-section-title {
    width: 100%;
    display: block;
  }
  .comic-section .comic-section-title .title-set {
    margin-bottom: 10%;
    text-align: center;
  }
  .comic-section .comic-section-title .title-set h2 {
    font-size: 30px;
  }
  .comic-section .comic-section-title .title-set span {
    font-size: 16px;
  }
  .comic-section .comic-section-title .comic-section-text {
    margin-bottom: 3%;
  }
  .comic-section .comic-section-title .comic-section-text h3 {
    font-size: 20px;
    display: block;
    text-align: center;
    letter-spacing: 0.1rem;
  }
  .comic-section .comic-section-title .comic-section-text .text {
    font-size: 16px;
  }
  .comic-section .comic-section-content {
    width: 100%;
  }
  .comic-section .comic-section-content img {
    width: 100%;
    height: auto;
  }
  .comic-section.le {
    flex-direction: column;
  }
  .comic-section.le .comic-section-title {
    width: 100%;
  }
  .comic-section.le .comic-section-title .comic-section-text {
    margin-bottom: 3%;
  }
  .comic-section.le .comic-section-title .comic-section-text h3 {
    font-size: 20px;
  }
  .comic-section.le .comic-section-title .comic-section-text .text {
    font-size: 16px;
  }
  .comic-section.last .caption {
    letter-spacing: 0.5rem;
  }
  .ceo-message-section .message {
    padding: 20px;
    margin: 5%;
  }
  .ceo-message-section .message::after {
    left: 50%;
    transform: skew(15deg);
  }
  .ceo-message-section .photo-set {
    grid-template-columns: auto;
    align-items: center;
    justify-items: center;
    margin-bottom: 20px;
  }
  .ceo-message-section .photo-set img {
    width: 400px;
    height: 400px;
    -o-object-position: top center;
       object-position: top center;
  }
  .ceo-message-section .photo-set .photo-text {
    width: 100%;
  }
  .ceo-message-section .photo-set .photo-text .ceo-name {
    flex-direction: column;
    align-items: flex-start;
    padding: 5%;
    position: relative;
  }
  .ceo-message-section .photo-set .photo-text .ceo-name .f-en {
    position: absolute;
    bottom: 10%;
    left: 40%;
  }
  .ceo-message-section .photo-set .photo-text .ceo-content {
    padding: 0 5%;
  }
  .check-section .caption {
    font-size: 20px;
    letter-spacing: normal;
  }
  .check-section .check-box {
    padding: 0 5%;
    margin-bottom: 20px;
  }
  .btn-set {
    flex-direction: column;
    padding: 40px 0%;
  }
  .btn-set .b-btn {
    font-size: 24px;
    min-height: auto;
  }
  .btn-set .b-btn.up-text {
    font-size: 24px;
  }
  .btn {
    padding: 0 10%;
  }
  .btn .b-btn.up-text {
    font-size: 24px;
  }
  .recruit-section .content-box {
    padding-bottom: 20px;
    margin-bottom: 0px;
  }
  .recruit-section .content-box .recruit-content ul li {
    display: grid;
    grid-template-columns: auto;
    gap: 0px;
    margin-bottom: 3%;
  }
  footer .footer-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr) repeat(3, 0);
    grid-template-rows: repeat(3, 1fr) repeat(2, 0);
    gap: 5px;
    justify-items: center;
    padding: 0 5%;
  }
  footer .footer-nav ul .a {
    grid-area: 1/1/2/3;
  }
  footer .footer-nav ul .b {
    grid-area: 2/1/3/2;
  }
  footer .footer-nav ul .c {
    grid-area: 2/2/3/3;
  }
  footer .footer-nav ul .d {
    grid-area: 3/1/4/2;
  }
  footer .footer-nav ul .e {
    grid-area: 3/2/4/3;
  }
  footer .copyright {
    font-size: 7px;
  }
}
.under-line {
  font-weight: bold;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}/*# sourceMappingURL=main.css.map */