@charset "UTF-8";
/*
theme Name: WithU
Description: 共通テンプレート
version： 1.0.0
*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
input,
textarea,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 400;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: 0.3s;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* =========================================== */
/* 定義 */
/* =========================================== */
/* =========================================== */
/* 共通設定 */
/* =========================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-size: 15px;
  color: #333333;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  body {
    font-size: 13px;
  }
}

.base {
  width: 100%;
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.base-100 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

.base-sub {
  width: 100%;
  max-width: 960px;
  padding: 0px 20px;
  margin: 0 auto;
  clear: both;
  position: relative;
}

p {
  line-height: 1.8;
}
@media (max-width: 1024px) {
  p {
    line-height: 1.6;
  }
}

a {
  color: #ffffff;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

img[src$=".svg"] {
  width: 100%;
}

.wrp-block {
  margin: 120px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .wrp-block {
    margin: 60px 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* =========================================== */
/* 共通クラス */
/* =========================================== */
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #000000;
  opacity: 0.8;
}
#page_top:hover {
  background: #666666;
}
@media (max-width: 1024px) {
  #page_top {
    display: none !important;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
#page_top a::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f106";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.is-fixed {
  position: fixed !important;
  right: 0px !important;
  top: 100px !important;
}

.hover:hover {
  opacity: 0.7 !important;
  cursor: pointer;
}

.bgimg {
  background-position: center center;
  background-size: cover;
}

.pc {
  display: inline-block !important;
}
@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 1024px) {
  .sp {
    display: inline-block !important;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 1024px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.wrp-iframe {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.wrp-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no-scroll {
  overflow: hidden;
}

/* =========================================== */
/* テキストホバー */
/* =========================================== */
/* ライン */
.line-hover {
  position: relative;
  display: inline-block;
  transition: 0.3s;
  padding: 0 0 5px 0;
}
.line-hover::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #333333;
  transition: 0.3s;
}
.line-hover:hover::after {
  width: 100%;
}

/* ライン(下から) */
.line-under {
  position: relative;
}
.line-under::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 3px;
  background: #ffffff;
  bottom: 10px; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.line-under:hover::after {
  visibility: visible;
  bottom: 0px; /*アニメーションが止まる位置*/
  opacity: 1;
}

/* =========================================== */
/* フェードイン */
/* =========================================== */
.fadein-bottom {
  transform: translateY(20px);
}

.fadein-top {
  transform: translateY(-20px);
}

.fadein-right {
  transform: translateX(20px);
}

.fadein-left {
  transform: translateX(-20px);
}

.fadein-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
}

.fadein {
  opacity: 0;
  transition: all 1s;
}

.fadein.isPlay {
  opacity: 1;
  transform: translate(0);
}

/* =========================================== */
/* マスクアニメーション */
/* =========================================== */
.maskimg {
  overflow: hidden;
  position: relative;
}
.maskimg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ecf2f0;
  transition: 0.7s;
  z-index: 1;
}

.isPlay-left:before {
  transform: translate(100%, 0);
}

.isPlay-right:before {
  transform: translate(-100%, 0);
}

.isPlay-top:before {
  transform: translate(0, 100%);
}

.isPlay-bottom:before {
  transform: translate(0, -100%);
}

/* =========================================== */
/* パンクズ */
/* =========================================== */
.pan {
  padding: 15px 0 50px;
}
@media (max-width: 1024px) {
  .pan {
    padding: 10px 0 10px;
  }
}
.pan ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 1024px) {
  .pan ul {
    justify-content: flex-start;
  }
}
.pan ul li {
  font-size: 14px;
  line-height: 1.4;
  color: #595959;
}
@media (max-width: 1024px) {
  .pan ul li {
    font-size: 12px;
  }
}
.pan ul li:last-child a:after {
  content: none;
}
.pan ul li a {
  color: #595959;
}
.pan ul li a:hover {
  opacity: 0.6;
}
.pan ul li a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  padding-left: 10px;
}

/* =========================================== */
/* ページャ       */
/* =========================================== */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0 40px;
  position: relative;
  font-size: 13px;
}

.pagination span,
.pagination a {
  display: block;
  width: auto;
  margin: 4px;
  padding: 8px 13px;
  text-decoration: none;
  text-align: center;
  line-height: 16px;
  border: 1px solid #fff;
  mix-blend-mode: darken;
}
.pagination span i,
.pagination a i {
  font-size: 1.7em;
}

/* ページ番号 */
.pagination .pager {
  display: inline;
}

/* ホバー時 & 現在のページ */
.pagination a:hover,
.pagination .current {
  border: 1px solid #707070;
}

/* 前へ */
.pagination a.prev {
  margin-right: 16px;
}

/* 次へ */
.pagination a.next {
  margin-left: 16px;
}

/* 最初へ */
.pagination a.first {
  display: none;
}

/* 最後へ */
.pagination a.last {
  display: none;
}

/* Page x / y */
.pagination span.page_num {
  display: none;
}

/* ===============================================
    scroll
=============================================== */
@keyframes scroll-bar {
  0% {
    transform-origin: top left;
    transform: scaleY(0);
  }
  50% {
    transform-origin: top left;
    transform: scaleY(1);
  }
  75% {
    transform-origin: bottom left;
    transform: scaleY(1);
  }
  95% {
    transform-origin: bottom left;
    transform: scaleY(0);
  }
  100% {
    transform-origin: top left;
    transform: scaleY(0);
  }
}
/* =============================================================================================== */
/* WPクラシックテキストエディター */
/* =============================================================================================== */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
}

.side-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 112px;
  height: 100%;
  background-color: #013241;
  color: #ffffff;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .side-bar {
    width: 50px;
  }
}
.side-bar .kv-logo03 {
  display: block;
  width: 70px;
  margin: 20px auto 0;
  transition: 0.5;
}
.side-bar .kv-logo03:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .side-bar .kv-logo03 {
    width: 40px;
    margin: 10px auto 0;
  }
}

.home .side-bar {
  opacity: 0;
  transition: 0.5s;
}
.home .side-bar.open {
  opacity: 1;
}

.wrp-trigger04 {
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  width: 112px;
  height: 73px;
  background-color: rgba(1, 50, 65, 0.2);
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .wrp-trigger04 {
    width: 50px;
    height: 40px;
  }
}
.wrp-trigger04:hover {
  background-color: rgb(1, 50, 65);
}
.wrp-trigger04 .menu-trigger04 {
  width: 60%;
  height: 13px;
  vertical-align: middle;
  transform: translateX(0);
  transition: transform 0.5s;
}
@media (max-width: 1024px) {
  .wrp-trigger04 .menu-trigger04 {
    width: 70%;
    height: 10px;
  }
}
.wrp-trigger04 .menu-trigger04 span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.5s;
}
.wrp-trigger04 .menu-trigger04 span:nth-of-type(1) {
  top: 0;
}
.wrp-trigger04 .menu-trigger04.open span:nth-of-type(1) {
  transform: translateY(5.5px) rotate(-25deg);
}
@media (max-width: 1024px) {
  .wrp-trigger04 .menu-trigger04.open span:nth-of-type(1) {
    transform: translateY(4.2px) rotate(-25deg);
  }
}
.wrp-trigger04 .menu-trigger04 span:nth-of-type(2) {
  bottom: 0;
}
.wrp-trigger04 .menu-trigger04.open span:nth-of-type(2) {
  transform: translateY(-5.5px) rotate(25deg);
}
@media (max-width: 1024px) {
  .wrp-trigger04 .menu-trigger04.open span:nth-of-type(2) {
    transform: translateY(-4.2px) rotate(25deg);
  }
}

.wrp-modal {
  position: fixed;
  inset: 0;
  background-image: url(images/bg.jpg);
  background-size: cover;
  background-color: rgba(1, 50, 65, 0.7);
  background-blend-mode: multiply;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 96px;
  opacity: 0;
  padding: 0 7% 0 7%;
  margin: 0 0 0 112px;
  pointer-events: none;
  z-index: 98;
  transition: opacity 0.5s ease;
}
@media (max-width: 1024px) {
  .wrp-modal {
    gap: 50px;
    padding: 0 7% 0 7%;
    margin: 0 0 0 50px;
  }
}
.wrp-modal.open {
  opacity: 1;
  pointer-events: auto;
}
.wrp-modal .modal-nav {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media (max-width: 1024px) {
  .wrp-modal .modal-nav {
    gap: 25px;
  }
}
.wrp-modal .modal-nav li {
  list-style: none;
}
.wrp-modal .modal-nav li a {
  font-family: "Montserrat", sans-serif;
  font-size: 64px;
  font-weight: 600;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .wrp-modal .modal-nav li a {
    font-size: 40px;
  }
}
.wrp-modal .modal-sns {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .wrp-modal .modal-sns {
    gap: 14px;
  }
}
.wrp-modal .modal-sns li a {
  display: block;
  width: 42px;
  transition: 0.5s;
}
@media (max-width: 1024px) {
  .wrp-modal .modal-sns li a {
    width: 36px;
  }
}
.wrp-modal .modal-sns li a:hover {
  opacity: 0.6;
}

.kv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("images/bg.jpg");
  background-size: cover;
  background-position: center center;
}
.kv .kv-logo01 {
  width: 10%;
  position: relative;
  z-index: 2;
  transition: 0.5s;
}
@media (max-width: 768px) {
  .kv .kv-logo01 {
    width: 25%;
  }
}
.kv .kv-logo01.open {
  opacity: 0;
}
.kv .kv-logo02 {
  width: 155px;
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 2;
}
@media (max-width: 768px) {
  .kv .kv-logo02 {
    width: 25%;
    top: 15px;
    right: 20px;
  }
}

.container {
  background-color: rgba(1, 50, 65, 0.6);
  min-height: 100vh;
  padding: 60px 7% calc(150px + 7%) 7%;
  width: calc(100% - 112px);
  margin: 0 0 0 112px;
  color: #ffffff;
  position: relative;
}
@media (max-width: 768px) {
  .container {
    padding: 15px 5% calc(150px + 5%) 5%;
    width: calc(100% - 50px);
    margin: 0 0 0 50px;
  }
}
.container .tit {
  font-size: 64px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 40px 0;
}
@media (max-width: 1024px) {
  .container .tit {
    font-size: 30px;
    margin: 0 0 20px 0;
  }
}
.container .main-box {
  background-color: rgba(1, 50, 65, 0.7);
  padding: 50px;
}
@media (max-width: 1024px) {
  .container .main-box {
    padding: 10px;
  }
}

.footer-box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 150px;
  padding: 0 7% 0 7%;
  background-color: rgba(1, 50, 65, 0.2);
}
@media (max-width: 1024px) {
  .footer-box {
    height: 140px;
    flex-direction: column;
    padding: 15px 0;
  }
}
.footer-box .wrp-nav {
  display: flex;
  align-items: center;
  gap: 7%;
}
@media (max-width: 1024px) {
  .footer-box .wrp-nav {
    flex-direction: column;
    gap: 10px;
  }
}
.footer-box .wrp-nav .wrp-logo {
  width: 206px;
}
.footer-box .wrp-nav .wrp-logo:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .footer-box .wrp-nav .wrp-logo {
    width: 100px;
  }
}
.footer-box .wrp-nav .modal-nav {
  display: flex;
  gap: 20px;
}
@media (max-width: 1024px) {
  .footer-box .wrp-nav .modal-nav {
    gap: 18px;
  }
}
.footer-box .wrp-nav .modal-nav li {
  list-style: none;
}
.footer-box .wrp-nav .modal-nav li a {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .footer-box .wrp-nav .modal-nav li a {
    font-size: 14px;
  }
}
.footer-box .modal-sns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.footer-box .modal-sns li a {
  display: block;
  width: 35px;
  transition: 0.5s;
}
.footer-box .modal-sns li a:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .footer-box .modal-sns li a {
    width: 30px;
  }
}

.c-table {
  width: 100%;
}
.c-table .box {
  display: flex;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  .c-table .box {
    padding: 15px 0;
  }
}
.c-table .box:nth-child(odd) {
  background-color: #013241;
}
.c-table .box dt,
.c-table .box dd {
  line-height: 1.8;
}
.c-table .box dt {
  width: 200px;
  padding: 0 0 0 50px;
}
@media (max-width: 1024px) {
  .c-table .box dt {
    width: 100px;
    padding: 0 0 0 20px;
  }
}
.c-table .box dd {
  flex: 1;
}

.news-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .news-list {
    gap: 10px;
  }
}
.news-list .box {
  display: flex;
  min-height: 88px;
}
@media (max-width: 1024px) {
  .news-list .box {
    flex-direction: column;
  }
}
.news-list .box .date {
  font-family: "Montserrat", sans-serif;
  background-color: #013241;
  text-align: center;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1024px) {
  .news-list .box .date {
    flex-direction: row;
    gap: 5px;
    width: 100%;
    padding: 10px 0;
  }
}
.news-list .box .date .sub {
  color: #c3c3c3;
}
.news-list .box .tit-news {
  background-color: rgba(1, 50, 65, 0.7);
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 30px;
}
@media (max-width: 1024px) {
  .news-list .box .tit-news {
    padding: 10px 20px;
  }
}
.news-list .box .tit-news a {
  color: #ffffff;
  line-height: 1.6;
}
.news-list .box .tit-news a:hover {
  text-decoration: underline;
}

.wrp-single01 .tit-box-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wrp-single01 .tit-box-post .cate {
  min-width: 130px;
  text-align: center;
  padding: 5px 0;
  background-color: #333333;
  color: #ffffff;
  margin: 0 40px 0 0;
  display: inline-block;
}
@media (max-width: 1024px) {
  .wrp-single01 .tit-box-post .cate {
    margin: 0 20px 0 0;
  }
}
.wrp-single01 .tit-box-post .tit-post {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .wrp-single01 .tit-box-post .tit-post {
    font-size: 18px;
  }
}
.wrp-single01 .txt-box P {
  padding: 30px 0 0;
}
@media (max-width: 1024px) {
  .wrp-single01 .txt-box P {
    padding: 20px 0 0;
  }
}
.wrp-single01 .txt-box img {
  padding: 40px 0 0;
  display: block;
  margin: auto;
}
@media (max-width: 1024px) {
  .wrp-single01 .txt-box img {
    padding: 30px 0 0;
  }
}
.wrp-single01 .txt-box b {
  font-weight: bold;
}
.wrp-single01 .txt-box ul,
.wrp-single01 .txt-box ol {
  padding: 30px 0 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 1024px) {
  .wrp-single01 .txt-box ul,
  .wrp-single01 .txt-box ol {
    padding: 20px 0 0;
  }
}
.wrp-single01 .txt-box ul li,
.wrp-single01 .txt-box ol li {
  display: flex;
  gap: 10px;
  line-height: 1.5;
}
.wrp-single01 .txt-box ul li::before,
.wrp-single01 .txt-box ol li::before {
  content: "・";
}
.wrp-single01 .txt-box h2 {
  margin: 40px 0 0;
  font-weight: 500;
  font-size: 21px;
  line-height: 1.6;
  padding: 5px 0 5px 16px;
  border-left: 3px solid #ffffff;
}
@media (max-width: 1024px) {
  .wrp-single01 .txt-box h2 {
    font-size: 15px;
    margin: 30px 0 0;
    padding: 4px 0 4px 14px;
  }
}
.wrp-single01 .txt-box h3 {
  padding: 40px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .wrp-single01 .txt-box h3 {
    font-size: 15px;
    padding: 30px 0 0;
  }
}
.wrp-single01 .txt-box a {
  text-decoration: underline;
}
.wrp-single01 .block-single-btn01 {
  display: flex;
  justify-content: center;
  margin: 100px 0 40px;
}
@media (max-width: 1024px) {
  .wrp-single01 .block-single-btn01 {
    margin: 40px 0 20px;
  }
}
.wrp-single01 .block-single-btn01 .btn {
  width: 200px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #01222c;
  border: 1px solid #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
.wrp-single01 .block-single-btn01 .btn:hover {
  background-color: transparent;
  color: #ffffff;
}

.wrp-talent {
  display: flex;
  gap: 60px;
}
@media (max-width: 1024px) {
  .wrp-talent {
    flex-direction: column;
    gap: 20px;
  }
}
.wrp-talent .wrp-img {
  width: 35%;
}
@media (max-width: 1024px) {
  .wrp-talent .wrp-img {
    width: 100%;
  }
}
.wrp-talent .wrp-txt {
  width: 65%;
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 30px 0 0;
}
@media (max-width: 1024px) {
  .wrp-talent .wrp-txt {
    width: 100%;
    gap: 30px;
    padding: 0 0 0;
  }
}
.wrp-talent .wrp-txt .name {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wrp-talent .wrp-txt .name .tit-talent {
  font-size: 28px;
}
@media (max-width: 1024px) {
  .wrp-talent .wrp-txt .name .tit-talent {
    font-size: 21px;
  }
}
.wrp-talent .wrp-txt .name .en {
  color: rgba(255, 255, 255, 0.5);
}
.wrp-talent .wrp-txt .table {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.wrp-talent .wrp-txt .table .box {
  display: flex;
}
.wrp-talent .wrp-txt .table .box dt {
  width: 120px;
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1024px) {
  .wrp-talent .wrp-txt .table .box dt {
    width: 90px;
  }
}
.wrp-talent .wrp-txt .modal-sns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.wrp-talent .wrp-txt .modal-sns li a {
  display: block;
  width: 35px;
}
@media (max-width: 1024px) {
  .wrp-talent .wrp-txt .modal-sns li a {
    width: 30px;
  }
}
.wrp-talent .wrp-txt .wrp-btn .btn {
  width: 174px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  color: #01222c;
  border: 1px solid #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .wrp-talent .wrp-txt .wrp-btn .btn {
    width: 150px;
    height: 35px;
    margin: 0 auto 20px;
  }
}
.wrp-talent .wrp-txt .wrp-btn .btn:hover {
  background-color: transparent;
  color: #ffffff;
}

.list-talent {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}
@media (max-width: 1024px) {
  .list-talent {
    gap: 10px;
  }
}
.list-talent .talent-box {
  display: flex;
  flex-direction: column;
  width: calc(25% - 13.5px);
}
@media (max-width: 1024px) {
  .list-talent .talent-box {
    width: calc(50% - 5px);
  }
}
.list-talent .talent-box .wrp-img {
  display: block;
  width: 100%;
  background-color: #ffffff;
  transition: 0.5;
}
.list-talent .talent-box .wrp-img:hover {
  opacity: 0.7;
}
.list-talent .talent-box .wrp-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 15px;
  background-color: #013241;
}
@media (max-width: 1024px) {
  .list-talent .talent-box .wrp-txt {
    gap: 15px;
  }
}
.list-talent .talent-box .wrp-txt .name {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1024px) {
  .list-talent .talent-box .wrp-txt .name {
    gap: 10px;
  }
}
.list-talent .talent-box .wrp-txt .name .tit-talent {
  font-size: 21px;
}
@media (max-width: 1024px) {
  .list-talent .talent-box .wrp-txt .name .tit-talent {
    font-size: 15px;
  }
}
.list-talent .talent-box .wrp-txt .name .en {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  .list-talent .talent-box .wrp-txt .name .en {
    font-size: 11px;
  }
}
@media (max-width: 1024px) {
  .list-talent .talent-box .wrp-txt .name .team {
    font-size: 11px;
  }
}
.list-talent .talent-box .wrp-txt .modal-sns {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 1024px) {
  .list-talent .talent-box .wrp-txt .modal-sns {
    gap: 8px;
  }
}
.list-talent .talent-box .wrp-txt .modal-sns li a {
  display: block;
  width: 30px;
  opacity: 0.8;
}
@media (max-width: 1024px) {
  .list-talent .talent-box .wrp-txt .modal-sns li a {
    width: 22px;
  }
}
.list-talent .talent-box .wrp-txt .wrp-btn .btn {
  width: 174px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
  color: #01222c;
  border: 1px solid #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .list-talent .talent-box .wrp-txt .wrp-btn .btn {
    width: 150px;
    height: 35px;
    margin: 0 auto 20px;
  }
}
.list-talent .talent-box .wrp-txt .wrp-btn .btn:hover {
  background-color: transparent;
  color: #ffffff;
}

.form-area01 .txt {
  text-align: right;
  padding: 0 0 5px 0;
}
.form-area01 .txt .must {
  color: #fe0004;
}
.form-area01 dl {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 1024px) {
  .form-area01 dl {
    gap: 25px;
  }
}
.form-area01 dl .wrp-list {
  display: flex;
  flex-wrap: wrap;
}
.form-area01 dl .wrp-list.txt-tit {
  align-items: flex-start;
}
.form-area01 dl .wrp-list dt {
  font-weight: 500;
  width: 20%;
  display: flex;
  gap: 3px;
}
.form-area01 dl .wrp-list dt .must {
  color: #be0000;
  font-size: 1.2em;
}
@media (max-width: 1024px) {
  .form-area01 dl .wrp-list dt {
    width: 100%;
    margin-right: 0%;
    padding: 0 0 10px 0;
  }
}
.form-area01 dl .wrp-list dd {
  width: 80%;
}
@media (max-width: 1024px) {
  .form-area01 dl .wrp-list dd {
    width: 100%;
  }
}
.form-area01 .wrp-chek {
  margin: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .form-area01 .wrp-chek {
    margin: 30px 0;
  }
}
.form-area01 .wrp-chek .personal-info {
  padding-bottom: 30px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .form-area01 .wrp-chek .personal-info {
    font-size: 12px;
  }
}
.form-area01 .wrp-chek .personal-info a {
  text-decoration: underline;
  color: #0071bd;
}
.form-area01 .wrp-chek02 {
  margin: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  .form-area01 .wrp-chek02 {
    margin: 30px 0;
  }
}
.form-area01 .year {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-area01 .year input {
  max-width: 100px !important;
}
.form-area01 .wrp-add {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1024px) {
  .form-area01 .wrp-add {
    gap: 20px;
  }
}
.form-area01 .wrp-add .box {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .form-area01 .wrp-add .box {
    gap: 10px;
  }
}
.form-area01 .wrp-add .box.yubin input {
  max-width: 100px !important;
}
.form-area01 .wrp-add .box.yubin .note {
  font-size: 12px;
}
@media (max-width: 1024px) {
  .form-area01 .wrp-add .box.yubin .note {
    font-size: 10px;
  }
}

.form-area01 {
  /* 入力ボックス*/
  /* 送信ボタン*/
}
.form-area01 input,
.form-area01 textarea {
  color: #ffffff;
}
.form-area01 input::-moz-placeholder, .form-area01 textarea::-moz-placeholder {
  color: #bdbdbd;
}
.form-area01 input::placeholder,
.form-area01 textarea::placeholder {
  color: #bdbdbd;
}
.form-area01 .input-style input {
  width: 100%;
  padding: 0px 10px;
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 40px;
}
@media (max-width: 1024px) {
  .form-area01 .input-style input {
    line-height: 35px;
    border-radius: 3px;
  }
}
.form-area01 .input-style input:focus {
  border: 1px solid #f0f0f0;
  outline: none;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}
.form-area01 .textarea-style textarea {
  width: 100%;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.3);
  line-height: 1.8;
  height: 165px;
}
@media (max-width: 1024px) {
  .form-area01 .textarea-style textarea {
    height: 150px;
    border-radius: 3px;
  }
}
.form-area01 .textarea-style textarea:focus {
  border: 1px solid #f0f0f0;
  outline: none;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}
.form-area01 input[type=submit] {
  padding: 13px 100px;
  border-radius: 26px;
  position: relative;
  display: block;
  cursor: pointer;
  margin: 80px auto 20px;
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: 500;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #01222c;
}
@media (max-width: 1024px) {
  .form-area01 input[type=submit] {
    margin: 25px auto 25px;
  }
}
.form-area01 input[type=submit]:hover {
  background-color: rgba(1, 50, 65, 0.3);
  color: #ffffff;
  transition: 0.3s;
}
.form-area01 input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}/*# sourceMappingURL=style.css.map */