@charset "UTF-8";
/* 共通 */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #3d2e2a;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin: 0;
  width: 100vw;
  overflow-x: hidden;
}

main {
  background: linear-gradient(180deg, #fffae3 0%, #effff8 49.48%, #eefcff 100%);
  position: relative;
  padding-top: 135px;
}

.main_entry {
  background: linear-gradient(180deg, #eefcff 0%, #effff8 49.48%, #fffae3 100%);
  position: relative;
  padding-top: 135px;
}

img {
  width: 100%;
  height: auto;
}

a {
  transition: all 0.3s;
}
a:hover {
  transition: all 0.3s;
  opacity: 0.6;
}

.text_center {
  text-align: center;
}

.mg_auto {
  margin: auto;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .mb_20 {
    margin-bottom: 10px;
  }
}

.mb_30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
  .mb_30 {
    margin-bottom: 15px;
  }
}

.mb_40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .mb_40 {
    margin-bottom: 20px;
  }
}

.mb_50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .mb_50 {
    margin-bottom: 25px;
  }
}

.mb_60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .mb_60 {
    margin-bottom: 30px;
  }
}

.mb_70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  .mb_70 {
    margin-bottom: 35px;
  }
}

.mb_80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1023px) {
  .mb_80 {
    margin-bottom: 40px;
  }
}

.mb_100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .mb_100 {
    margin-bottom: 50px;
  }
}

.mb_140 {
  margin-bottom: 140px;
}
@media screen and (max-width: 1023px) {
  .mb_140 {
    margin-bottom: 70px;
  }
}

.pd_20 {
  padding: 20px;
}
@media screen and (max-width: 1023px) {
  .pd_20 {
    padding: 10px;
  }
}

.pd_30 {
  padding: 30px;
}
@media screen and (max-width: 1023px) {
  .pd_30 {
    padding: 15px;
  }
}

.font_red {
  color: #f51a1a;
}

.font_l {
  font-size: 18px;
}

.font_s {
  font-size: 15px;
}

.d_flex {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .pc_display {
    display: none;
  }
}

.tab_display {
  display: none;
}
@media screen and (max-width: 1023px) {
  .tab_display {
    display: block;
  }
}

.sp_display {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_display {
    display: block;
  }
}

.content_inner {
  width: 90%;
  max-width: 1040px;
  margin: auto;
}

.indent_inner {
  padding-left: 34px;
}

.to_top {
  width: 76px;
  position: fixed;
  bottom: 50px;
  right: 50px;
}
@media screen and (max-width: 767px) {
  .to_top {
    width: 42px;
    position: fixed;
    bottom: 25px;
    right: 25px;
  }
}

.top_circle,
.top_sun,
.top_kumo,
.mv_bg_yamaL,
.mv_bg_kumoR {
  position: absolute;
  width: 24%;
  height: auto;
  z-index: 0;
}
.top_circle img,
.top_sun img,
.top_kumo img,
.mv_bg_yamaL img,
.mv_bg_kumoR img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1023px) {
  .top_circle,
  .top_sun,
  .top_kumo,
  .mv_bg_yamaL,
  .mv_bg_kumoR {
    width: 20%;
  }
}

.top_circle {
  top: 0;
  left: 0;
}

.top_kumo {
  bottom: 0;
  right: 0;
}

.top_sun {
  top: 0;
  right: 0;
}

/* タイトル */
.subp_ttl {
  position: relative;
  margin-bottom: 120px;
}
.subp_ttl h2 {
  position: relative;
  width: fit-content;
  margin-top: 190px;
  padding: 0 100px;
  font-size: 36px;
  font-weight: 500;
  line-height: 66px;
  color: #000;
}
.subp_ttl h2::before {
  content: "";
  display: inline-block;
  width: 71px;
  height: 66px;
  background: url(../images/h2_icon.png) no-repeat;
  background-size: contain;
  margin-right: 8px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.subp_ttl h2::after {
  content: "";
  display: inline-block;
  width: 71px;
  height: 66px;
  background: url(../images/h2_icon.png) no-repeat;
  background-size: contain;
  margin-left: 8px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.subp_ttl .subp_ttl_p {
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-size: 160px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 8px;
  line-height: 1.1em;
  text-align: right;
  background: linear-gradient(95deg, rgba(255, 203, 129, 0.3) 4.92%, rgba(253, 227, 144, 0.3) 77.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .subp_ttl {
    margin-bottom: 60px;
  }
  .subp_ttl h2 {
    margin-top: 90px;
    padding: 0 70px;
    font-size: 26px;
  }
  .subp_ttl h2::before {
    content: "";
    display: inline-block;
    width: 57px;
    height: 53px;
    margin-right: 6px;
    bottom: -5px;
    left: 0;
  }
  .subp_ttl h2::after {
    width: 57px;
    height: 53px;
    margin-left: 6px;
    right: 0;
  }
  .subp_ttl .subp_ttl_p {
    font-size: 80px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 767px) {
  .subp_ttl h2 {
    margin-top: 0;
    padding: 0 50px;
    font-size: 20px;
  }
  .subp_ttl h2::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 48px;
    margin-right: 6px;
    bottom: -5px;
    left: 0;
  }
  .subp_ttl h2::after {
    width: 50px;
    height: 48px;
    margin-left: 6px;
    right: 0;
  }
  .subp_ttl .subp_ttl_p {
    font-size: 80px;
    letter-spacing: 4px;
  }
}

.entry_ttl {
  display: flex;
  align-items: center;
}
.entry_ttl .entry_ttl_logo {
  width: 100px;
  height: auto;
}
.entry_ttl .entry_ttl_logo img {
  width: 100%;
  height: auto;
}
.entry_ttl .entry_ttl_text {
  font-size: 36px;
  line-height: normal;
  margin-left: 10px;
}
.entry_ttl .entry_ttl_text span {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .entry_ttl {
    display: flex;
    align-items: center;
  }
  .entry_ttl .entry_ttl_logo {
    width: 60px;
    height: auto;
  }
  .entry_ttl .entry_ttl_logo img {
    width: 100%;
    height: auto;
  }
  .entry_ttl .entry_ttl_text {
    font-size: 20px;
    line-height: normal;
    margin-left: 10px;
  }
  .entry_ttl .entry_ttl_text span {
    font-size: 14px;
  }
}

.ttl_h3 {
  margin-bottom: 50px;
}
.ttl_h3 h3 {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 3.2px;
  color: #3d2e2a;
  background: #3d2e2a;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
}
.ttl_h3 h3 span {
  position: relative;
  font-family: "Titillium Web", sans-serif;
  font-size: 52px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 2.6px;
  background: linear-gradient(91deg, #fabe00 6.87%, #fabe00 85.24%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ttl_h3 h3 span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 54px;
  background: url(../images/h3_icon.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: -33px;
}
@media screen and (max-width: 767px) {
  .ttl_h3 {
    margin-bottom: 40px;
  }
  .ttl_h3 h3 {
    font-size: 14px;
    letter-spacing: 2.2px;
  }
  .ttl_h3 h3 span {
    font-size: 30px;
    letter-spacing: 1.6px;
  }
  .ttl_h3 h3 span::before {
    width: 18px;
    height: 43px;
    top: 5px;
    left: -24px;
  }
}

/* --- コンタクトエリア -------- */
.p_contact {
  position: relative;
  padding: 70px 0;
  border-radius: 20px;
}
.p_contact .p_contact_wrap {
  background: #fffaf8;
  width: 84%;
  margin: auto;
}
.p_contact .p_contact_inner {
  position: relative;
  padding: 60px 8% 50px;
  background: radial-gradient(circle at 20% 0, #fff7df 0, transparent 30%), radial-gradient(circle at 80% 100%, #fff7df 0, transparent 30%);
}
@media screen and (max-width: 1023px) {
  .p_contact .p_contact_inner {
    padding: 60px 8% 100px;
  }
}
@media screen and (max-width: 767px) {
  .p_contact {
    padding: 35px 0;
  }
}

.p_contact_icon {
  position: absolute;
  width: 8%;
  bottom: 0;
  right: 5%;
}
@media screen and (max-width: 767px) {
  .p_contact_icon {
    width: 14%;
  }
}

.p_contact_box {
  display: flex;
  justify-content: center;
  line-height: 2em;
}
.p_contact_box .p_contact_tel {
  padding-right: 60px;
}
.p_contact_box .p_contact_tel img {
  width: 42px;
}
.p_contact_box .p_contact_tel span {
  font-family: "Titillium Web", sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 4.2px;
}
.p_contact_box .p_contact_mail {
  padding-left: 60px;
  border-left: #f18d00 1px solid;
}
.p_contact_box .p_contact_mail img {
  width: 32px;
  margin-bottom: 2px;
  margin-right: 2px;
}
@media screen and (max-width: 1023px) {
  .p_contact_box .p_contact_tel {
    padding-right: 30px;
  }
  .p_contact_box .p_contact_tel img {
    width: 32px;
  }
  .p_contact_box .p_contact_tel span {
    font-size: 26px;
    letter-spacing: 3.2px;
  }
  .p_contact_box .p_contact_mail {
    padding-left: 30px;
  }
  .p_contact_box .p_contact_mail img {
    width: 32px;
    margin-bottom: 2px;
    margin-right: 2px;
  }
}
@media screen and (max-width: 767px) {
  .p_contact_box {
    display: block;
    line-height: 2em;
  }
  .p_contact_box .p_contact_tel {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .p_contact_box .p_contact_tel p {
    margin-bottom: 0;
    justify-content: center;
  }
  .p_contact_box .p_contact_mail {
    padding-left: 0;
    border-left: none;
    text-align: center;
  }
  .p_contact_box .p_contact_mail p {
    margin-bottom: 5px;
  }
}

.contact_kumoR,
.contact_kumoL {
  position: absolute;
  width: 26%;
}

.contact_kumoR {
  top: 0;
  right: 0;
}

.contact_kumoL {
  bottom: 0;
  left: 0;
}

/* ------ リンクリスト ------ */
.pageLink_nav {
  background-color: #fff;
  border-radius: 99999px;
  margin: 80px auto;
}
.pageLink_nav ul {
  display: flex;
  justify-content: center;
}
.pageLink_nav ul li {
  color: #f18d00;
  margin-left: 66px;
  font-weight: 500;
  padding: 25px 0;
}
.pageLink_nav ul li:nth-of-type(1) {
  margin-left: 0;
}
.pageLink_nav ul li span {
  color: #3d2e2a;
}
@media screen and (max-width: 767px) {
  .pageLink_nav {
    margin: 80px auto;
    border-radius: 20px;
  }
  .pageLink_nav ul {
    display: block;
  }
  .pageLink_nav ul li {
    width: fit-content;
    margin: auto;
    padding: 10px 0;
  }
  .pageLink_nav ul li:nth-of-type(1) {
    margin-left: auto;
  }
}

/* 投稿一覧 */
.archive_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .archive_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.topics_item .topics_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.topics_item .topics_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.topics_item .topics_img:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.topics_item time {
  line-height: 40px;
}
.topics_item h3 {
  line-height: 1.5em;
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .topics_item time {
    font-size: 14px;
    line-height: 2em;
  }
  .topics_item h3 {
    font-size: 14px;
    margin: 0.5em 0;
  }
}

ul.post-categories {
  display: flex;
  list-style: none;
}
ul.post-categories li {
  border-radius: 9999px;
  border: 1px solid #f18d00;
  background: #fff;
  color: #f18d00;
  font-size: 11px;
  line-height: 1em;
  padding: 4px 10px;
  margin-right: 5px;
}

/* ボタン */
.btn_og {
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 9999px;
  background: linear-gradient(92deg, #ff8a00 7.48%, #fcbf00 100%);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  border-radius: 9999px;
  background: linear-gradient(92deg, #ff8a00 7.48%, #fcbf00 100%);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .btn_og {
    padding: 5px 20px;
    border-radius: 9999px;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

.a_position-right {
  padding: 15px 50px 15px 30px;
  font-size: 15px;
}
.a_position-right::after {
  position: absolute;
  content: "→";
  top: calc(50% - 0.8em);
  right: 20px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .a_position-right {
    padding: 10px 30px 10px 20px;
    font-size: 14px;
  }
  .a_position-right::after {
    position: absolute;
    content: "→";
    top: calc(50% - 0.8em);
    right: 10px;
    color: #fff;
    display: block;
  }
}

.btn_square {
  border-radius: 5px;
  border: 1px solid #f18d00;
  padding: 6px 30px 6px 20px;
  margin: 6px auto;
  background: #fff;
}

.btn_circle {
  border-radius: 9999px;
  border: 1px solid #f18d00;
  padding: 6px 30px 6px 20px;
  margin: 6px auto;
  background: #fff;
}

.btn_r {
  text-align: right;
}

.btn_recruitEntry {
  position: relative;
  display: inline-block;
  margin: auto;
  text-align: center;
  padding: 24px 146px;
  border-radius: 9999px;
  background: linear-gradient(92deg, #ff8a00 7.48%, #fcbf00 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 3px;
}
.btn_recruitEntry span {
  font-family: "Titillium Web", sans-serif;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 4.6px;
}
.btn_recruitEntry::after {
  position: absolute;
  content: "→";
  top: 50%;
  transform: translateY(-50%);
  font-size: 21px;
  right: 20px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .btn_recruitEntry {
    padding: 12px 73px;
    border-radius: 9999px;
    font-size: 12px;
    letter-spacing: 2px;
  }
  .btn_recruitEntry span {
    font-size: 36px;
    letter-spacing: 2.3px;
  }
  .btn_recruitEntry::after {
    font-size: 15px;
    right: 20px;
  }
}

.btn_eventEntry {
  padding: 20px 90px 20px 60px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 3.6px;
}
.btn_eventEntry::after {
  position: absolute;
  content: "→";
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .btn_eventEntry {
    padding: 10px 45px 10px 30px;
    font-size: 16px;
    letter-spacing: 1.8px;
  }
  .btn_eventEntry::after {
    right: 10px;
    font-weight: 800;
  }
}

.btn_submit {
  border-radius: 9999px;
  color: #fff;
  background: #f18d00;
  padding: 18px 32px;
  letter-spacing: 3.2px;
}

.btn_back {
  border-radius: 9999px;
  color: #fff;
  background: #38a3a5;
  padding: 18px 40px;
  letter-spacing: 3.2px;
  margin-left: 50px;
}

/* header */
header {
  width: 100%;
  position: fixed;
  z-index: 999;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  header {
    padding: 0 40px;
  }
}

header.active_position {
  padding: 0 40px;
  background: rgba(255, 250, 227, 0.8588235294);
}

.header_inner {
  width: 100%;
  max-width: 1300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: revert;
}

.header_logo {
  width: 304px;
}
@media screen and (max-width: 767px) {
  .header_logo {
    width: 64%;
  }
}

.global_nav #menu-mainmenu {
  display: flex;
  list-style: none;
}
.global_nav #menu-mainmenu li.entry_menu > a {
  background-color: rgba(255, 216, 133, 0.7607843137);
}
.global_nav #menu-mainmenu li {
  position: relative;
  padding-left: 25px;
}
.global_nav #menu-mainmenu li a {
  font-family: "Inter", sans-serif;
  display: block;
  padding: 2px 6px;
}
.global_nav #menu-mainmenu li:hover ul.sub-menu {
  display: block;
  transition: all 0.3s;
  background-color: rgba(255, 216, 133, 0.7607843137);
  color: #4c4c4c;
}
.global_nav #menu-mainmenu ul.sub-menu {
  position: absolute;
  display: none;
  list-style: none;
  transition: all 0.3s;
}
.global_nav #menu-mainmenu ul.sub-menu li.menu-item {
  padding: 10px 10px;
  white-space: nowrap;
}
.global_nav #menu-mainmenu ul.sub-menu li.menu-item:hover {
  background-color: rgba(242, 165, 57, 0.5882352941);
  color: #fff;
  transition: all 0.3s;
}
.global_nav #menu-item-59::after {
  position: absolute;
  display: inline-block;
  position: absolute;
  content: "\f107";
  top: 0;
  right: -18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: rgba(255, 216, 133, 0.7607843137);
  padding: 2px;
}
@media screen and (max-width: 1023px) {
  .global_nav {
    display: none;
  }
}

.hamburger {
  display: none;
}

@media screen and (max-width: 1023px) {
  .hamburger {
    display: block;
    position: fixed;
    z-index: 999;
    right: 20px;
    top: 20px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
  }
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp_global_nav {
  display: none;
  height: 100vh;
  overflow: auto;
  position: fixed;
  background: #eefcff;
  z-index: 555;
  top: 0;
  right: 0;
  color: #3d2e2a;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  padding: 60px 5%;
  font-size: 16px;
}
.sp_global_nav > ul {
  list-style: none;
}
.sp_global_nav > ul > li {
  padding: 15px 0;
  border-bottom: #555 dotted 3px;
}
.sp_global_nav > ul > li:nth-child(1) {
  border-top: #555 dotted 3px;
}
.sp_global_nav > ul > li ul.sub-menu {
  list-style: none;
}
.sp_global_nav > ul > li ul.sub-menu li.menu-item {
  padding: 5px 0 5px 20px;
  color: #f18d00;
}
@media screen and (max-width: 1023px) {
  .sp_global_nav {
    display: block;
  }
}

.sp_global_nav.active {
  overflow: auto;
  z-index: 555;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

/* footer */
footer {
  background: linear-gradient(94deg, #fff6d8 3.92%, #cff4e3 57.97%, #d9f5fc 100%);
  padding: 120px 0 0;
}
footer .footer_inner {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 60px 0 0;
  }
  footer .footer_inner {
    display: block;
  }
}

.footer_left p,
.footer_naka p {
  line-height: 1.7em;
  margin-bottom: 10px;
  letter-spacing: 3.2px;
}
.footer_left .footer_logo,
.footer_naka .footer_logo {
  width: 306px;
  margin-bottom: 36px;
}
.footer_left .footer_logo p,
.footer_naka .footer_logo p {
  margin-left: 70px;
  letter-spacing: 2px;
}
.footer_left .footer_add,
.footer_naka .footer_add {
  margin-bottom: 25px;
}
.footer_left .btn_circle img,
.footer_naka .btn_circle img {
  width: 13px;
  height: auto;
  margin-bottom: 2px;
  margin-right: 2px;
}
.footer_left .footer_naka_p,
.footer_naka .footer_naka_p {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .footer_left,
  .footer_naka {
    margin-top: 30px;
  }
}

.footer_naka {
  padding: 10px;
  height: fit-content;
  border: #f18d00 1px solid;
  background-color: rgba(255, 255, 255, 0.5176470588);
}

.footer_right {
  margin-top: auto;
}
.footer_right .footer_nav_wrap {
  display: flex;
}
.footer_right .footer_nav {
  list-style: none;
  width: fit-content;
  margin-left: 30px;
  margin-bottom: 36px;
}
.footer_right .footer_nav li {
  line-height: 2em;
}
@media screen and (max-width: 767px) {
  .footer_right {
    margin-top: 20px;
  }
  .footer_right .footer_nav_wrap {
    display: block;
    margin: auto;
  }
  .footer_right .footer_nav {
    margin-bottom: 18px;
    margin-right: auto;
    margin-left: 0;
  }
  .footer_right p {
    font-size: 12px;
  }
}

.footer_b_text {
  width: 100%;
}

/* top トップページ */
.main_top {
  padding-top: 188px;
}
@media screen and (max-width: 1023px) {
  .main_top {
    padding-top: 100px;
  }
}

.top_mv_mask svg {
  display: block;
}

.top_mv {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  .top_mv {
    padding-bottom: 60px;
  }
}

.mv_bg_yamaL {
  bottom: 0;
  left: 0;
}

.mv_bg_kumoR {
  bottom: 0;
  right: 0;
}

.top_mv_inner {
  position: relative;
  width: 80%;
  margin: auto;
}

.top_mv_mask {
  width: 73%;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .top_mv_mask {
    width: 90%;
  }
}

.top_catchCopy {
  position: absolute;
  top: 5%;
  left: 0;
}
.top_catchCopy p:nth-of-type(1) {
  -webkit-text-stroke-width: 2;
  -webkit-text-stroke-color: #ff8a00;
  font-family: "Titillium Web", sans-serif;
  font-size: 100px;
  font-style: italic;
  font-weight: 600;
  line-height: 0.9em;
  letter-spacing: 5px;
  background: linear-gradient(101deg, #f18d00 -1.59%, #fabe00 70.42%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_catchCopy p span {
  padding: 0 10px;
  background: linear-gradient(100deg, #ffedb4 8.98%, #fef7e2 88.25%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_catchCopy p:nth-of-type(2) {
  color: #3d2e2a;
  text-shadow: 1px 1px 2px #fff;
  font-family: "Zen Kaku Gothic New";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
  letter-spacing: 4px;
}
@media screen and (max-width: 1023px) {
  .top_catchCopy p:nth-of-type(1) {
    -webkit-text-stroke-width: 2;
    font-size: 70px;
    letter-spacing: 4px;
  }
  .top_catchCopy p span {
    padding: 0 5px;
  }
  .top_catchCopy p:nth-of-type(2) {
    font-size: 18px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .top_catchCopy p:nth-of-type(1) {
    -webkit-text-stroke-width: 2;
    font-size: 35px;
    letter-spacing: 3px;
  }
  .top_catchCopy p span {
    padding: 0 3px;
  }
  .top_catchCopy p:nth-of-type(2) {
    font-size: 14px;
    letter-spacing: 2px;
  }
}

.top_topics {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .top_topics {
    padding-bottom: 80px;
  }
}

.top_h2_ttl h2 {
  width: fit-content;
  font-family: "Titillium Web", sans-serif;
  font-size: 72px;
  font-style: italic;
  font-weight: 700;
  line-height: 0.67em;
  letter-spacing: 3.6px;
  background: linear-gradient(95deg, #f18d00 9.42%, #fabe00 91.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top_h2_ttl h2 span {
  color: #3d2e2a;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 4px;
  background: none;
  -webkit-text-fill-color: #3d2e2a;
}
@media screen and (max-width: 1023px) {
  .top_h2_ttl h2 {
    font-size: 60px;
    letter-spacing: 3.6px;
  }
  .top_h2_ttl h2 span {
    font-size: 18px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 767px) {
  .top_h2_ttl h2 {
    font-size: 30px;
    letter-spacing: 2px;
  }
  .top_h2_ttl h2 span {
    font-size: 14px;
    letter-spacing: 3px;
  }
}

.topics_pagenav {
  display: flex;
  align-items: center;
  justify-content: right;
  margin-bottom: 30px;
}
.topics_pagenav .swiper_link_nav {
  position: relative;
  display: flex;
  align-items: center;
  width: 100px;
  justify-content: center;
}
.topics_pagenav .swiper-button-prev {
  display: block;
}
.topics_pagenav .swiper-button-prev::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-image: url(../images/arrow_left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.topics_pagenav .swiper-button-next {
  display: block;
}
.topics_pagenav .swiper-button-next::after {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-image: url(../images/arrow_right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.topics_link {
  width: fit-content;
  border-left: #f18d00 solid 1px;
  padding: 15px 50px 15px 30px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .topics_link {
    padding: 10px 0px 10px 15px;
    margin-left: 15px;
  }
}

.swiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .swiper {
    width: 80%;
  }
}

.top_company {
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .top_company {
    padding-bottom: 80px;
  }
}

.top_company_bgYama,
.top_company_bgKumo,
.top_company_bgMaru {
  position: absolute;
  width: 24%;
}
.top_company_bgYama img,
.top_company_bgKumo img,
.top_company_bgMaru img {
  width: 100%;
  height: auto;
}

.top_company_bgKumo {
  top: 0;
  left: 0;
  transform: translateY(-50%);
}

.top_company_bgYama {
  top: 0;
  right: 0;
  z-index: 0;
}

.top_company_bgMaru {
  bottom: 0;
  left: 0;
  z-index: 0;
}

.top_company_ttl {
  margin-bottom: 30px;
}
.top_company_ttl h2 {
  position: relative;
  font-size: 64px;
  line-height: 1em;
}
.top_company_ttl h2 span {
  font-size: 22px;
}
@media screen and (max-width: 1023px) {
  .top_company_ttl {
    margin-bottom: 20px;
  }
  .top_company_ttl h2 {
    position: relative;
    font-size: 50px;
    line-height: 1em;
  }
  .top_company_ttl h2 span {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top_company_ttl {
    margin-bottom: 20px;
  }
  .top_company_ttl h2 {
    position: relative;
    font-size: 30px;
    line-height: 1em;
  }
  .top_company_ttl h2 span {
    font-size: 14px;
  }
}

.top_company_textL {
  width: 50%;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .top_company_textL {
    width: 80%;
  }
}

.top_company_textR {
  width: 50%;
  margin-left: auto;
}
.top_company_textR p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_company_textR {
    width: 80%;
  }
  .top_company_textR p {
    margin-bottom: 30px;
  }
}

.top_company_chart {
  width: 100%;
  height: auto;
}
.top_company_chart img {
  width: 100%;
  height: auto;
}

.top_company_imgArea {
  position: relative;
}

.top_company_imgList {
  display: flex;
}

.top_company_img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top_company_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.top_company_img::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.nami_dec {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -1px;
}

.top_recruit {
  position: relative;
  padding: 110px 0 180px;
}
.top_recruit .top_h2_ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .top_recruit {
    padding: 60px 0 100px;
  }
  .top_recruit .top_h2_ttl {
    margin-bottom: 40px;
  }
}

.top_recruit_bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 26%;
  height: auto;
  z-index: 0;
}
.top_recruit_bg img {
  width: 100%;
  height: auto;
}

.top_recruit_box {
  display: flex;
}
.top_recruit_box .top_recruit_text {
  width: 234px;
}
.top_recruit_box .top_recruit_text p {
  margin-bottom: 10px;
}
.top_recruit_box .top_recruit_text p:nth-of-type(2) {
  margin-bottom: 60px;
}
.top_recruit_box .top_recruit_img {
  position: relative;
  width: calc(100% - 234px);
}
.top_recruit_box .top_recruit_img .top_recruit_img01 {
  width: 46%;
  position: absolute;
  bottom: -40%;
  left: 0;
}
.top_recruit_box .top_recruit_img .top_recruit_img02 {
  width: 38%;
  position: absolute;
  top: -100%;
  left: 40%;
}
.top_recruit_box .top_recruit_img .top_recruit_img03 {
  width: 31%;
  position: absolute;
  bottom: -50%;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .top_recruit_box .top_recruit_img .top_recruit_img01 {
    bottom: -24%;
    left: 10px;
  }
  .top_recruit_box .top_recruit_img .top_recruit_img02 {
    top: -70%;
  }
  .top_recruit_box .top_recruit_img .top_recruit_img03 {
    bottom: -30%;
  }
}
@media screen and (max-width: 767px) {
  .top_recruit_box {
    display: block;
  }
  .top_recruit_box .top_recruit_text p:nth-of-type(2) {
    margin-bottom: 40px;
  }
  .top_recruit_box .top_recruit_img {
    width: 100%;
    height: 200px;
  }
  .top_recruit_box .top_recruit_img .top_recruit_img02 {
    top: 10px;
  }
  .top_recruit_box .top_recruit_img .top_recruit_img03 {
    bottom: -40%;
  }
}

.namiL_dec {
  position: absolute;
  width: 100%;
  bottom: 0;
}

/* company 会社概要 */
.our_business .p_heartful {
  color: #f18d00;
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 3.2px;
}
.our_business h4 {
  margin: 20px;
  padding-bottom: 10px;
  color: #f18d00;
  font-size: 22px;
  letter-spacing: 4.4px;
  border-bottom: 2px solid #f18d00;
}
@media screen and (max-width: 767px) {
  .our_business .p_heartful {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .our_business .p_heartful_sub {
    font-size: 14px;
  }
  .our_business h4 {
    margin: 20px;
    padding-bottom: 10px;
    color: #f18d00;
    font-size: 18px;
    letter-spacing: 2.4px;
    border-bottom: 2px solid #f18d00;
  }
}

.company_imgs {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.company_imgs .company_imgs_item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.company_imgs .company_imgs_item img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.company_imgs .company_imgs_item::before {
  content: "";
  display: block;
  padding-top: 75%;
}
@media screen and (max-width: 767px) {
  .company_imgs {
    grid-template-columns: repeat(2, 1fr);
    gap: 0px;
  }
}

.message .message_box {
  display: flex;
  justify-content: center;
}
.message .message_box .message_img {
  width: 27%;
}
.message .message_box .message_text {
  width: 70%;
}
.message .message_box .message_text h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 4.8px;
  margin-bottom: 30px;
}
.message .message_box .message_text p {
  font-size: 15px;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 3px;
}
.message .message_box .message_text .message_img_name {
  width: fit-content;
  margin-left: auto;
  margin-top: 30px;
}
.message .message_box .message_text .message_img_name p {
  line-height: 1.2em;
}
.message .message_box .message_text .message_img_name p:nth-of-type(2) {
  font-size: 22px;
  font-weight: 400;
}
.message .message_box .message_text .message_img_name p:nth-of-type(2) span {
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .message .message_box .message_img .message_img_name {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .message .message_box {
    display: block;
  }
  .message .message_box .message_img {
    width: 80%;
    margin: auto;
  }
  .message .message_box .message_text {
    width: 100%;
  }
  .message .message_box .message_text h4 {
    font-size: 20px;
    letter-spacing: 2.4px;
    margin-bottom: 20px;
  }
  .message .message_box .message_text p {
    font-size: 15px;
  }
}

.c_profile table {
  width: 100%;
}
.c_profile table th {
  padding-top: 30px;
  width: 15%;
  background-color: #e9f8f5;
  text-align: center;
  border-bottom: 1px solid #ececec;
}
.c_profile table td {
  width: 85%;
  padding: 30px;
  border-bottom: 1px solid #ececec;
  background: rgba(255, 255, 255, 0.55);
}
.c_profile table tr:nth-of-type(7) td {
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .c_profile table {
    display: block;
    width: 100%;
  }
  .c_profile table th {
    display: block;
    padding-top: 10px;
    padding: 10px;
    width: 100%;
    text-align: left;
    border-bottom: none;
  }
  .c_profile table td {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #ececec;
    background: rgba(255, 255, 255, 0.55);
  }
  .c_profile table tr:nth-of-type(7) td {
    padding-left: 30px;
  }
}

.kanren,
.torihiki {
  padding: 45px 35px;
  border-radius: 10px;
  background: #fff;
}
.kanren h4,
.torihiki h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 175% */
  letter-spacing: 4.8px;
  border-bottom: 1px solid #f18d00;
  border-image: linear-gradient(to right, #f18d00 0%, #fabe00 100%) 1;
  margin-bottom: 20px;
}
.kanren h4::before,
.torihiki h4::before {
  content: "";
  display: inline-block;
  background: linear-gradient(151deg, #f18d00 -27.32%, #fabe00 146.87%);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 20px;
}
.kanren h5,
.torihiki h5 {
  border-radius: 5px;
  background: linear-gradient(94deg, #f18d00 5.84%, #ffc200 104.96%);
  width: 156px;
  padding: 6px;
  text-align: center;
  color: #fff;
  letter-spacing: 3.2px;
  margin-bottom: 10px;
}
.kanren p,
.torihiki p {
  margin-bottom: 10px;
}

.torihiki_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 40px;
  gap: 30px;
}
.torihiki_box .torihiki_img {
  width: 100%;
  height: 100%;
}
.torihiki_box .torihiki_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .torihiki_box {
    grid-template-columns: repeat(2, 1fr);
  }
}

.access_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
}
.access_box .access_map p {
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 3.2px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .access_box {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* recruit 募集要項 */
.recruit_content {
  padding: 80px 90px;
  border-radius: 8px;
  background: #fff;
}
.recruit_content h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75em; /* 175% */
  letter-spacing: 4.4px;
  border-bottom: 1px solid #f18d00;
  border-image: linear-gradient(to right, #f18d00 0%, #fabe00 100%) 1;
  margin-bottom: 20px;
}
.recruit_content h4::before {
  content: "";
  display: inline-block;
  background: linear-gradient(151deg, #f18d00 -27.32%, #fabe00 146.87%);
  border-radius: 50%;
  width: 15px;
  height: 15px;
  margin-right: 20px;
}
.recruit_content p {
  line-height: 1.6em;
  letter-spacing: 3.2px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .recruit_content {
    padding: 40px 10px;
  }
  .recruit_content h4 {
    font-size: 18px;
    letter-spacing: 2.2px;
    margin-bottom: 20px;
  }
  .recruit_content h4::before {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }
  .recruit_content p {
    letter-spacing: 2.2px;
    margin-bottom: 40px;
  }
}

.company_banner {
  width: fit-content;
  margin: 0 auto 80px;
  padding: 30px 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(156, 155, 154, 0.06);
}
.company_banner p:nth-of-type(1) {
  font-size: 22px;
  letter-spacing: 5.5px;
  text-align: center;
}
.company_banner p:nth-of-type(2) {
  margin-left: 30px;
  margin-right: 10px;
  padding-left: 30px;
  border-left: #ececec 1px solid;
  font-size: 14px;
  letter-spacing: 2.8px;
}
.company_banner p:nth-of-type(2) span {
  color: #f18d00;
  font-family: "Titillium Web", sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 3px;
}
.company_banner .c_banner_logo {
  width: 100px;
}
@media screen and (max-width: 767px) {
  .company_banner {
    width: fit-content;
    padding: 20px 20px;
  }
  .company_banner p:nth-of-type(1) {
    font-size: 16px;
    letter-spacing: 2.5px;
  }
  .company_banner p:nth-of-type(2) {
    margin-left: 15px;
    margin-right: 5px;
    padding-left: 15px;
    font-size: 12px;
    letter-spacing: 1.8px;
  }
  .company_banner p:nth-of-type(2) span {
    font-size: 18px;
    letter-spacing: 2px;
  }
  .company_banner .c_banner_logo {
    width: 60px;
  }
}

/* archive */
.entry_list h3.entry-title {
  line-height: 2em;
}

/* single */
.single_h3 {
  font-size: 28px;
  letter-spacing: 5.6px;
  line-height: 1.5em;
}

.topics_time {
  display: flex;
  align-items: center;
}
.topics_time time {
  color: #787878;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.3em;
  letter-spacing: 3.6px;
  margin-right: 40px;
}
.topics_time p span {
  border-radius: 9999px;
  border: 1px solid #f18d00;
  background: #fff;
  color: #f18d00;
  font-size: 11px;
  padding: 0 6px;
  margin-right: 5px;
}

.single_content {
  min-height: 500px;
  padding: 70px 0;
  margin-bottom: 46px;
  border-top: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
}

.latest_articles {
  padding: 100px 0;
  background: #fff;
}

.single_p .previous_link {
  display: flex;
  align-items: center;
  margin-bottom: 200px;
}

/* contact お問い合わせ */
.contact {
  padding-bottom: 136px;
}
@media screen and (max-width: 767px) {
  .contact {
    padding-bottom: 68px;
  }
}

.contact_form {
  width: 80%;
  max-width: 960px;
  margin: auto;
}
.contact_form table {
  width: 100%;
  margin-bottom: 100px;
}
.contact_form table th {
  width: 20%;
  padding: 15px 0 0;
}
.contact_form table th p {
  padding: 15px 0;
  position: relative;
}
.contact_form table td {
  padding: 15px 0;
}
.contact_form table td input::placeholder,
.contact_form table td textarea::placeholder {
  color: #d9d9d9;
}
.contact_form table td input,
.contact_form table td textarea {
  background-color: #fff;
  padding: 15px;
}
.contact_form table td select {
  background-color: #fff;
  padding: 6px 15px;
  border-radius: 4px;
  border: 1px solid #231815;
}
.contact_form table td input.add_form {
  padding: 6px 15px;
}
.contact_form table td input:focus,
.contact_form table td textarea:focus,
.contact_form table td select:focus {
  outline: none;
}
.contact_form table td.inquiry_item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.contact_form table td.inquiry_item span.horizontal-item {
  margin-left: 0;
  display: inline-block;
}
.contact_form table td.input_width input[type=text],
.contact_form table td.input_width input[type=email],
.contact_form table td.input_width textarea {
  width: 92%;
}
.contact_form table td.radio_pd {
  padding: 30px 0;
}
.contact_form .required {
  position: relative;
}
.contact_form .required::after {
  position: absolute;
  content: "※必須";
  display: inline-block;
  font-size: 13px;
  color: #f51a1a;
  top: 32px;
  left: 0;
}
@media screen and (max-width: 1023px) {
  .contact_form {
    width: 90%;
  }
  .contact_form table th {
    width: 25%;
  }
  .contact_form table td.inquiry_item {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .contact_form table td.inquiry_item span.horizontal-item {
    margin-left: 0;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .contact_form {
    width: 90%;
  }
  .contact_form table {
    width: 100%;
    margin-bottom: 60px;
  }
  .contact_form table th {
    display: block;
    width: 100%;
    padding: 6px 0 0;
  }
  .contact_form table th p {
    padding: 6px 0;
  }
  .contact_form table td {
    display: block;
    padding: 6px 0;
  }
  .contact_form table td input,
  .contact_form table td textarea {
    padding: 6px;
  }
  .contact_form table td select {
    padding: 6px 15px;
  }
  .contact_form table td input.add_form {
    padding: 6px 15px;
  }
  .contact_form table td.input_width input[type=text],
  .contact_form table td.input_width input[type=email],
  .contact_form table td.input_width textarea {
    width: 92%;
  }
  .contact_form table td.radio_pd {
    padding: 15px 0;
  }
  .contact_form .required {
    position: relative;
  }
  .contact_form .required::after {
    position: relative;
    content: "※必須";
    display: inline-block;
    font-size: 13px;
    color: #f51a1a;
    top: 0;
  }
}

.required2 {
  position: relative;
}
.required2::after {
  position: absolute;
  content: "水泳を選択された方 ※必須";
  display: inline-block;
  font-size: 13px;
  color: #f51a1a;
  top: 32px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .required2::after {
    position: relative;
    top: 0;
  }
}

.page-id-35 .contact_form {
  width: 90%;
}

.eventEntry_form {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.eventEntry_form .event_tb_wrap th {
  padding: 15px 5px;
}
.eventEntry_form .event_tb_wrap td {
  padding: 15px;
}
.eventEntry_form td.input_width input[type=text],
.eventEntry_form td.input_width input[type=email],
.eventEntry_form td.input_width textarea {
  width: 100%;
}

.event_tb_wrap {
  background: #fff8d2;
  padding: 55px 64px 110px;
  margin-bottom: 80px;
}
.event_tb_wrap table {
  background: #fff;
  margin-bottom: 24px;
}
.event_tb_wrap table td input,
.event_tb_wrap table td textarea,
.event_tb_wrap table td select {
  background-color: #ececec;
}
.event_tb_wrap table td input[type=text] {
  width: 100%;
}
.event_tb_wrap table td.swimming_text input[type=text] {
  width: 90px;
  padding: 6px;
  margin-bottom: 6px;
}
.event_tb_wrap table td.event_tb_width {
  width: 400px;
}

.event_form {
  padding: 0 110px;
}
.event_form table th {
  width: 22%;
}
.event_form table td.input_width input[type=text],
.event_form table td.input_width input[type=email],
.event_form table td.input_width textarea {
  width: 100%;
}
.event_form table td.input_width input.school_form {
  width: 40%;
  margin-right: 10px;
}
.event_form table td.input_width .school_select {
  margin-right: 10px;
}
@media screen and (max-width: 1023px) {
  .event_form {
    padding: 0;
  }
}

.privacy_policy_box {
  height: 280px;
  padding: 2em;
  border: 1px solid #111;
  overflow-y: scroll;
}
.privacy_policy_box ol {
  padding: revert;
}
@media screen and (max-width: 767px) {
  .privacy_policy_box {
    padding: 1em;
  }
  .privacy_policy_box h2 {
    font-size: 20px;
  }
  .privacy_policy_box p {
    font-size: 14px;
  }
  .privacy_policy_box ol {
    margin-left: 1em;
  }
  .privacy_policy_box ol li {
    font-size: 14px;
  }
}

.privacy_wrap {
  width: 800px;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  .privacy_wrap {
    width: 90%;
  }
}

.submit_area {
  display: flex;
  justify-content: center;
}

.mw_wp_form_confirm .reset-button {
  display: none;
}

.mw_wp_form_confirm .privacy_wrap {
  display: none;
}

.mw_wp_form_confirm table td {
  padding: 30px 15px;
}

.input_display,
.confirm_display,
.complete_display {
  display: none;
}

.mw_wp_form_input .input_display {
  display: block;
}

.mw_wp_form_confirm .confirm_display {
  display: block;
}

.mw_wp_form_complete .complete_display {
  display: block;
}

.contact_form table.dis_tb {
  width: 80%;
  display: block;
  margin: auto;
}
.contact_form table.dis_tb th,
.contact_form table.dis_tb td {
  width: 100%;
  display: block;
}

.input_minwidth input[type=text] {
  width: 150px;
}