@charset "UTF-8";
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
}

/*                reset
======================================================= */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #000000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1;
  font-size: 16px;
  -webkit-text-size-adjust: 100%; /*iphoneの勝手に文字拡大を防ぐ*/
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
  width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
}

/*                leyout
======================================================= */
body {
  color: #003670;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  background-image: url("/media/images/common/wall.webp");
  background-repeat: repeat;
  position: relative;
}

#wrapper {
  overflow: hidden;
  position: relative;
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}
@media only screen and (max-width: 1279px) {
  .main_width {
    padding: 0 50px;
  }
}
@media only screen and (max-width: 1023px) {
  .main_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .main_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 427px) {
  .main_width {
    padding: 0 15px;
  }
}

.cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.cont_width .cont_in {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}

/*                タイトル装飾
======================================================= */
/*                共通パーツ
======================================================= */
.section__ttl {
  text-align: center;
}

.section__ttl_jp {
  font-size: 40px;
  text-align: center;
  position: relative;
  display: inline-block;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.section__ttl_jp::before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #bfcad6 0%, #bfcad6 36%, #003670 36%, #003670 64%, #bfcad6 64%);
  height: 4px;
  width: 180px;
  left: 50%;
  bottom: -24px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .section__ttl_jp::before {
    background: linear-gradient(to right, #bfcad6 0%, #bfcad6 32%, #003670 32%, #003670 68%, #bfcad6 68%);
    width: 140px;
    bottom: -21px;
  }
}
@media only screen and (max-width: 767px) {
  .section__ttl_jp {
    font-size: 30px;
  }
}

.section__ttl_en {
  color: #6a768b;
  margin-top: 37px;
  display: block;
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .section__ttl_en {
    margin-top: 34px;
  }
}

/*                テキスト装飾
======================================================= */
.text_right,
.alignright {
  text-align: right;
}

.text_left,
.alignleft {
  text-align: left;
}

.text_center,
.aligncenter {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

/*                pageTop
======================================================= */
.page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none;
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .page_top {
    bottom: 0px;
    right: 0;
  }
  .page_top img {
    width: 36px;
    height: 36px;
  }
}

.btn_fixed {
  display: block;
  position: relative;
  width: 60px;
  transition: 0.5s;
}
.btn_fixed:hover {
  opacity: 0.6;
}

#comment_fixed {
  width: 60px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
#comment_fixed.on {
  opacity: 1;
  visibility: visible;
}
#comment_fixed.bottom {
  opacity: 0;
  visibility: hidden;
}

.pagetop_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#pagetop {
  z-index: 999;
}

.comment_fixed__txt {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  line-height: 1.33;
  display: block;
}

.main_btn_top {
  position: fixed;
  bottom: 20px;
  right: 40px;
}
@media only screen and (max-width: 1439px) {
  .main_btn_top {
    right: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .main_btn_top {
    display: none !important;
  }
}

/*                カラム
======================================================= */
.row {
  margin-left: -14px;
  margin-right: -14px;
  overflow: hidden;
  margin-bottom: -14px;
}
@media only screen and (max-width: 1023px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}
@media only screen and (max-width: 767px) {
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.row img {
  width: 100%;
}
.row .col1,
.row .col2,
.row .col3,
.row .col4,
.row .col5,
.row .col6,
.row .col7,
.row .col8,
.row .col9,
.row .col10,
.row .col11,
.row .col12 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1023px) {
  .row .col1,
  .row .col2,
  .row .col3,
  .row .col4,
  .row .col5,
  .row .col6,
  .row .col7,
  .row .col8,
  .row .col9,
  .row .col10,
  .row .col11,
  .row .col12 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .row .col1,
  .row .col2,
  .row .col3,
  .row .col4,
  .row .col5,
  .row .col6,
  .row .col7,
  .row .col8,
  .row .col9,
  .row .col10,
  .row .col11,
  .row .col12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.row .tab1,
.row .tab2,
.row .tab6 {
  float: left;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
}
@media only screen and (max-width: 1023px) {
  .row .tab1,
  .row .tab2,
  .row .tab6 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .row .tab1,
  .row .tab2,
  .row .tab6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.square {
  overflow: hidden;
}
.square .col1,
.square .col2,
.square .col3,
.square .col4,
.square .col5,
.square .col6,
.square .col7,
.square .col8,
.square .col9,
.square .col10,
.square .col11,
.square .col12 {
  float: left;
  min-height: 1px;
  padding: 0;
  margin-bottom: 0;
}

.col12 {
  width: 100%;
}

.col11 {
  width: 91.66666667%;
}

.col10 {
  width: 83.33333333%;
}

.col9 {
  width: 75%;
}

.col8 {
  width: 66.66666667%;
}

.col7 {
  width: 58.33333333%;
}

.col6 {
  width: 50%;
}

.col5 {
  width: 41.66666667%;
}

.col4 {
  width: 33.33333333%;
}

.col3 {
  width: 25%;
}

.col2 {
  width: 16.66666667%;
}

.col1 {
  width: 8.33333333%;
}

@media only screen and (max-width: 1023px) {
  .pc1023Col12 {
    width: 100%;
  }
  .pc1023Col6 {
    width: 50%;
  }
  .pc1023Col3 {
    width: 25%;
  }
  .pc1023Col2 {
    width: 16.66666667%;
  }
}
@media only screen and (max-width: 767px) {
  .tab12 {
    width: 100%;
  }
  .tab6 {
    width: 50%;
  }
  .tab4 {
    width: 33.33333333%;
  }
}
@media only screen and (max-width: 427px) {
  .sps12 {
    width: 100%;
  }
  .sps6 {
    width: 50%;
  }
}
/*                iframeのレスポン化
======================================================= */
.frame_respon .fb_iframe_widget,
.frame_respon .fb_iframe_widget span,
.frame_respon .fb_iframe_widget iframe[style] {
  width: 100% important;
}

.gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 899;
  width: 100%;
}

#header {
  width: 100%;
  height: 140px;
  padding: 25px 50px 0;
  transition: all 0.5s;
  background-color: transparent;
}
@media only screen and (max-width: 1023px) {
  #header {
    height: 80px;
    padding: 20px 24px 0;
  }
}
.is-scrolled #header {
  background-color: white;
}
#header.UpMove {
  background-image: none;
  background-color: transparent;
  height: 100px;
  padding-top: 20px;
  animation: UpAnime 1s forwards;
}
@media only screen and (max-width: 1023px) {
  #header.UpMove {
    transform: translateY(-100%);
  }
}
#header.UpMove.form_header {
  background-image: none;
  background-color: transparent;
  background-image: none;
  padding-top: 20px;
}
#header.DownMove {
  animation: DownAnime 1s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
/*　下に下がる動き　*/
@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header__inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
@media only screen and (max-width: 1023px) {
  .header__inr {
    align-items: center;
  }
}

.hd__link h1 img {
  max-width: 150px;
}
@media only screen and (max-width: 1023px) {
  .hd__link h1 img {
    max-width: 118px;
  }
}

.hd__link--sub {
  display: block;
  font-size: 10px;
  line-height: 1.3;
}
@media only screen and (max-width: 1023px) {
  .hd__link--sub {
    display: none;
  }
}

#gnavi {
  transition: 0.5s;
  height: 35px;
}
@media only screen and (max-width: 1023px) {
  #gnavi {
    display: none;
  }
}

.gnavi_inr {
  height: 100%;
}

.sns__wrap {
  margin-left: 0px;
}

.sns__wrap_ul {
  display: flex;
  justify-content: center;
  transition: 0.5s;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .sns__wrap_ul {
    display: none;
  }
}

.sns__wrap_li {
  transition: 0.5s;
}
.sns__wrap_li:nth-child(n+2) {
  margin-left: 15px;
}
@media only screen and (max-width: 1279px) {
  .sns__wrap_li:nth-child(n+2) {
    margin-left: 10px;
  }
}

.sns__link {
  display: block;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .sns__link:hover {
    opacity: 0.6;
  }
}

.sns__icon {
  max-width: 34px;
}

.gnavi__menu_ul {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding-left: 11px;
}
@media only screen and (max-width: 1023px) {
  .gnavi__menu_ul {
    padding-left: 0;
  }
}

.gnavi__menu_li {
  color: #003670;
  font-weight: 600;
  display: flex;
  align-items: center;
  letter-spacing: 0.05em;
  transition: 0.5s;
  height: 100%;
}
.gnavi__menu_li:nth-child(n+2) {
  padding-left: 40px;
}
@media only screen and (max-width: 1279px) {
  .gnavi__menu_li:nth-child(n+2) {
    padding-left: 20px;
  }
}

.gnavi__menu_link {
  color: #003670;
  display: flex;
  align-items: center;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .gnavi__menu_link:hover {
    opacity: 0.6;
  }
}
.gnavi__menu_link img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  margin-top: -2px;
}

@media only screen and (max-width: 767px) {
  .gnavi__sub {
    margin-left: 8px;
  }
}

.gnavi__sub_inr {
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: end;
}

.sub__menu_ul {
  display: flex;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .sub__menu_ul {
    align-items: center;
  }
}

.sub__menu_li {
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sub__menu_li:nth-child(2) {
  padding-left: 10px;
}
@media only screen and (max-width: 1023px) {
  .sub__menu_li:nth-child(2) {
    padding-left: 8px;
  }
}
.sub__menu_li:nth-child(3) {
  padding-left: 10px;
}
@media only screen and (max-width: 1023px) {
  .sub__menu_li:nth-child(3) {
    padding-left: 4px;
  }
}
.sub__menu_li.after {
  margin-left: 5px;
  width: 130px;
}
.sub__menu_li.--point {
  flex-direction: row;
  align-items: center;
  gap: 6px;
}
@media only screen and (max-width: 1023px) {
  .sub__menu_li.--point {
    flex-direction: column;
  }
}

.sub__menu_link {
  display: block;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .sub__menu_link:hover {
    opacity: 0.6;
  }
}

.sub__menu_icon {
  max-width: 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.h_handle_name {
  font-size: 10px;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 表示したい行数を指定 */
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 767px) {
  .h_handle_name {
    padding-top: 0;
    line-height: 1.3;
  }
}

.spMenu-point {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.spMenu-point__figure {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.spMenu-point__number {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.spMenu-point__unit {
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.hov_mypage {
  transition: 0.5s;
}
.hov_mypage:hover .mypage__ul {
  opacity: 1;
  visibility: visible;
}

.mypage__ul {
  opacity: 0;
  visibility: hidden;
  width: 200px;
  background-color: #ffffff;
  padding: 30px;
  position: absolute;
  top: 50px;
  left: -65px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: 0.5s;
  z-index: 10000;
}

.mypage__li {
  font-size: 14px;
}
.mypage__li:first-child .mypage__link {
  padding-bottom: 20px;
}
.mypage__li:nth-child(2) {
  border-top: 1px solid #dbe1ea;
}
.mypage__li:nth-child(2) .mypage__link {
  padding-top: 20px;
  padding-bottom: 20px;
}
.mypage__li:last-child {
  border-top: 1px solid #dbe1ea;
}
.mypage__li:last-child .mypage__link {
  padding-top: 20px;
  padding-bottom: 0;
}

.mypage__link {
  display: block;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .mypage__link:hover {
    opacity: 0.6;
  }
}

.white_menu {
  background-color: #fff;
  padding: 0 50px;
  width: 760px;
  margin: 0 auto;
  border-radius: 40px;
  transition: 0.5s;
}
.white_menu.mega {
  opacity: 0;
  visibility: hidden;
}

.hov_menu {
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .hov_menu:hover .mega {
    opacity: 1;
    visibility: visible;
    transition: 0.5s;
  }
}

.mega {
  position: absolute;
  top: 35px;
  left: -230px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
}
.mega .white_menu__li {
  width: 33.3333333333%;
}
.mega .white_menu__li:first-child {
  padding-right: 30px;
}
.mega .white_menu__li:last-child {
  padding-left: 30px;
}
.mega .white_menu__li:nth-child(n+2) {
  position: relative;
}
.mega .white_menu__li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #dbe1ea;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}
.mega .white_menu__li .white_menu__link {
  margin: 0 auto;
  display: block;
  padding: 32px 0;
}

.white_menu__ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: -7px -7px;
}

.white_menu__li {
  font-weight: 600;
  text-align: center;
  padding: 7px 7px;
}

.white_menu__link {
  text-align: center;
  display: flex;
  align-items: baseline;
  transition: 0.5s;
  display: flex;
}
@media only screen and (min-width: 1024px) {
  .white_menu__link:hover {
    opacity: 0.6;
  }
}

@media only screen and (max-width: 1023px) {
  .inline {
    display: inline-block;
    flex-direction: column;
  }
}

.link_icon {
  margin-left: 6px;
  width: 16px;
  height: 14px;
}
@media only screen and (max-width: 767px) {
  .link_icon {
    margin-bottom: 4px;
  }
}

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

.sp_menu_btn {
  width: auto;
  height: 100%;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 40px;
  margin-left: 25px;
}
@media only screen and (max-width: 1023px) {
  .sp_menu_btn {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 374px) {
  .sp_menu_btn {
    margin-left: 10px;
  }
}
.sp_menu_btn:hover {
  cursor: pointer;
}

.sp_btn_cont {
  position: relative;
  width: 30px;
  height: 40px;
}
.sp_btn_cont span {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  background: #053670;
  transition: all 0.5s;
  border-radius: 8px;
  z-index: 1000;
}
.sp_btn_cont span:first-child {
  background: transparent;
  height: 0;
}
.sp_btn_cont span.border01 {
  top: 20px;
}
.sp_btn_cont span.border02 {
  top: 28px;
}
.sp_btn_cont span.border03 {
  top: 36px;
}

.menu__logo {
  display: block;
}
.menu__logo img {
  padding-left: 1px;
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                form_header
======================================================= */
#header.form_header {
  height: 100px;
  padding-top: 35px;
  padding-left: 68px;
}
@media only screen and (max-width: 1023px) {
  #header.form_header {
    height: 80px;
    padding: 0px 20px 0;
  }
}

.form_header.header__inr {
  height: 100%;
}
.form_header .header__inr {
  align-items: flex-start;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .form_header .header__inr {
    align-items: center;
  }
}
.form_header .gnavi__menu_ul {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: flex-start;
}
.form_header .gnavi__menu_li {
  color: #003670;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  letter-spacing: 0.05em;
  transition: 0.5s;
  height: 100%;
}
.form_header .gnavi__menu_li:nth-child(n+2) {
  padding-left: 40px;
}
@media only screen and (max-width: 1279px) {
  .form_header .gnavi__menu_li:nth-child(n+2) {
    padding-left: 20px;
  }
}

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

.entry__wrap_li {
  width: 80px;
  height: 30px;
  text-align: center;
  border: 1px solid #65aadd;
  line-height: 30px;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 600;
  color: #65aadd;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .entry__wrap_li {
    width: 70px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
}
.entry__wrap_li:nth-child(n+2) {
  margin-left: 10px;
  color: #fff;
  background-color: #65aadd;
}
@media only screen and (max-width: 767px) {
  .entry__wrap_li:nth-child(n+2) {
    margin-left: 5px;
  }
}

.entry__link {
  transition: 0.5s;
}
.entry__link:hover {
  opacity: 0.6;
}

/*                sp_menu_btn
======================================================= */
/*                sp_menu
======================================================= */
#sp_menu {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 359px;
  height: auto;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9998;
  transition: 400ms;
  padding-bottom: 50px;
  font-size: 15px;
  border-radius: 0px 0px 0px 40px;
  transform: translateX(100%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1023px) {
  #sp_menu {
    padding-bottom: 30px;
    width: 300px;
  }
}
@media only screen and (max-width: 374px) {
  #sp_menu {
    width: 100%;
  }
}
#sp_menu .sns__wrap {
  margin-top: 25px;
}
#sp_menu.scroll #sp_menu_area {
  padding-top: 20px;
  overflow: auto;
}
@media only screen and (max-width: 1023px) {
  #sp_menu .sns__wrap_ul {
    display: flex;
  }
}
#sp_menu .sns__link {
  border: 1px solid #dbe1ea;
  width: 34px;
  height: 34px;
  border-radius: 50%;
}

#sp_menu_area {
  transition: 0.5s;
  padding: 30px 50px 0;
}
@media only screen and (max-width: 1023px) {
  #sp_menu_area {
    padding: 20px 20px 0;
  }
}
@media only screen and (max-width: 374px) {
  #sp_menu_area {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .sp_musk {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 54, 112, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 900;
  }
}

.sp_menu_open .sp_musk {
  transition: 0.5s;
}
@media only screen and (max-width: 1023px) {
  .sp_menu_open .sp_musk {
    opacity: 1;
    visibility: visible;
  }
}

.sp_gnavi {
  margin-top: 20px;
}

.sp_gnavi__ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 16px;
  border-top: solid 1px #bfcad6;
}

.sp_gnavi__li {
  width: 100%;
  border-bottom: solid 1px #bfcad6;
}

.sp_gnavi__link {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 20px 0 16px;
  transition: 0.5s;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .sp_gnavi__link:hover {
    opacity: 0.6;
  }
}
.sp_gnavi__link img {
  margin-right: 10px;
  margin-top: -3px;
  width: 24px;
  height: 24px;
}

.nav-open {
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s;
}
.nav-open::before,
.nav-open ::after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #003670;
  right: 0;
  top: 50%;
  width: 17px;
  height: 3px;
  transform: translate(-50%, -50%);
}
.nav-open::before {
  transform: translate(-50%, -50%) rotate(90deg);
}
.nav-open.open::before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.nav-open:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .nav-open:hover {
    opacity: 0.6;
  }
}

.nav-open-active {
  display: none;
}

.movie__acc_ul {
  padding: 0px 0 0px 28px;
}

.movie__acc_li {
  padding-top: 25px;
}
.movie__acc_li:first-child {
  padding-top: 9px;
}
.movie__acc_li:last-child {
  padding-bottom: 25px;
}

.movie__acc_link {
  display: block;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .movie__acc_link:hover {
    opacity: 0.6;
  }
}

.sp_menu_info__ul {
  margin-top: 40px;
}

.sp_menu_info__li {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 400;
}

.sp_menu_info__link {
  display: flex;
  align-items: baseline;
  text-decoration: none;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .sp_menu_info__link:hover {
    transition: all 0.5s;
  }
}
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .sp_menu_info__link:hover {
    opacity: 0.6;
  }
}

.sp_menu_open #sp_menu {
  top: 0;
  right: 0;
  z-index: 9998;
  transform: translateX(0);
}
.sp_menu_open .sp_menu_btn .sp_btn_cont span.border01 {
  transform: translateY(6px) rotate(45deg);
}
.sp_menu_open .sp_menu_btn .sp_btn_cont span.border02 {
  opacity: 0;
}
.sp_menu_open .sp_menu_btn .sp_btn_cont span.border03 {
  transform: translateY(-10px) rotate(-45deg);
}

/*                sidebar
======================================================= */
/*                content
======================================================= */
.content_wrapper {
  padding: 110px 50px 100px;
}
@media only screen and (max-width: 767px) {
  .content_wrapper {
    padding: 60px 30px 110px;
  }
}
@media only screen and (max-width: 427px) {
  .content_wrapper {
    padding: 60px 15px 110px;
  }
}

.detail_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.detail_list ul li {
  width: 33.33333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .detail_list ul li {
    width: 100%;
  }
}
.detail_list ul li a {
  display: block;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .detail_list ul li a:hover {
    transition: all 0.5s;
    color: #4d7c2d;
  }
}
.detail_list ul li a .img {
  width: 100%;
}
.detail_list ul li a .img img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.detail_list ul li a .text_area {
  margin-top: 6px;
}
.detail_list ul li a .text_area .cate {
  margin-bottom: 8px;
}
.detail_list ul li a .text_area .cate span {
  padding: 4px 10px 2px;
  background-color: #4d7c2d;
  color: #fff;
  font-size: 12px;
  display: inline-block;
}
.detail_list ul li a .text_area .date {
  font-size: 12px;
}
.more_btn {
  margin-top: 34px;
  width: 100%;
}
.more_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: auto;
  background-color: #4d7c2d;
  width: 500px;
  height: 70px;
  text-decoration: none;
  font-weight: bold;
  border: solid 2px #4d7c2d;
  transition: all 0.5s;
  padding: 0 10px;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .more_btn a:hover {
    background-color: rgba(0, 0, 0, 0);
  }
  .more_btn a:hover span {
    color: #4d7c2d;
  }
}
@media only screen and (max-width: 767px) {
  .more_btn a {
    width: 100%;
  }
}
.more_btn a span {
  display: inline-block;
  color: #fff;
  transition: all 0.5s;
}

/*                投稿レイアウト設定
======================================================= */
.detail_cont_area {
  transition: all 0.5s;
}
.detail_cont_area > .wp-block-image,
.detail_cont_area > .wp-block-media-text,
.detail_cont_area > .wp-block-audio,
.detail_cont_area > .block-editor-block-list__layout,
.detail_cont_area > .wp-block-button,
.detail_cont_area > .wp-block-button__link,
.detail_cont_area > .wp-block-code,
.detail_cont_area > p {
  margin: 0 0 30px;
}
@media only screen and (max-width: 767px) {
  .detail_cont_area .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.detail_cont_area a {
  color: #008acb;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .detail_cont_area a:hover {
    text-decoration: none;
  }
}
.detail_cont_area .wp-block-image img {
  height: auto;
}

/*                pankuzu
======================================================= */
#bread {
  margin-bottom: 20px;
  padding: 0 50px;
}
@media only screen and (max-width: 767px) {
  #bread {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 427px) {
  #bread {
    padding: 0 15px;
  }
}
#bread .main_width ol {
  display: flex;
  flex-flow: row wrap;
}
#bread .main_width ol li {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 11px;
}
#bread .main_width ol li + li {
  padding-left: 1.75em;
}
#bread .main_width ol li + li:before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 4px;
  height: 4px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  transform: translateY(-50%) rotate(45deg);
}
#bread .main_width ol li a {
  position: relative;
}
#bread .main_width ol li a:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.1em;
  width: 0%;
  height: 1px;
  border-bottom: solid 1px #000000;
  opacity: 0;
  transition: all 0.5s;
}

/*                footer
======================================================= */
.breadcrumb {
  padding: 15px 50px 9px;
  overflow: auto;
}
@media only screen and (max-width: 1023px) {
  .breadcrumb {
    padding: 12px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    padding: 12px 20px 8px;
  }
}
@media only screen and (max-width: 374px) {
  .breadcrumb {
    padding: 12px 15px 8px;
  }
}

#breadcrumbs {
  font-size: 14px;
}
#breadcrumbs span {
  display: flex;
  align-items: center;
  line-height: 1;
}
#breadcrumbs span .return img {
  height: 14px;
  width: auto;
}
#breadcrumbs a {
  line-height: 1;
}

.return {
  padding-right: 25px;
  position: relative;
  flex-shrink: 0;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .return:hover {
    opacity: 0.6;
  }
}
.return::after, .return::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  background-color: #6a768b;
}
.return::before {
  transform: rotate(45deg);
  top: 3px;
  right: 8px;
}
.return::after {
  transform: rotate(-45deg);
  top: 8px;
  right: 8px;
}

#footer {
  background-color: #65aadd;
  height: 256px;
  padding: 50px 50px 38px 68px;
}
@media only screen and (max-width: 1023px) {
  #footer {
    padding: 50px 40px 38px;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    height: auto;
    padding: 30px;
  }
}
@media only screen and (max-width: 374px) {
  #footer {
    padding: 30px 15px 30px;
  }
}
#footer .white_menu__inr {
  width: 551px;
}
@media only screen and (max-width: 1023px) {
  #footer .white_menu__inr {
    width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .white_menu__inr {
    width: 100%;
  }
}
#footer .white_menu {
  width: 662px;
  height: 84px;
  padding-top: 2px;
}
@media only screen and (max-width: 1023px) {
  #footer .white_menu {
    width: 540px;
    padding: 18px 30px 14px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .white_menu {
    width: 100%;
    height: auto;
    padding: 0;
  }
}
#footer .white_menu__li {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #footer .white_menu__li {
    padding: 7px 7px;
  }
}

.footer__inr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .footer__inr {
    justify-content: center;
  }
}

.ft_logo a img {
  max-width: 150px;
  margin-top: 15px;
}
@media only screen and (max-width: 1023px) {
  .ft_logo a img {
    max-width: 130px;
    margin-top: 28px;
  }
}

.ft_menu {
  transition: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .ft_menu {
    padding: 16px 30px;
    width: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .ft_menu {
    padding: 0;
    background: transparent;
    width: 100%;
  }
}
.ft_menu .white_menu__ul {
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .ft_menu .white_menu__ul {
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .ft_menu .white_menu__li {
    width: 50%;
    text-align: center;
    font-size: 14px;
    flex-grow: 1;
  }
}
@media only screen and (max-width: 1023px) {
  .ft_menu .white_menu__li .white_menu__link {
    line-height: 1.28;
  }
}
@media only screen and (max-width: 767px) {
  .ft_menu .white_menu__li .white_menu__link {
    background: #ffffff;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    line-height: 1.28;
    padding-top: 2px;
  }
}

.ft_navi {
  margin-top: 35px;
  padding-right: 18px;
}
@media only screen and (max-width: 767px) {
  .ft_navi {
    margin-top: 36px;
    padding-right: 0;
  }
}

.ft_navi__ul {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
  .ft_navi__ul {
    justify-content: center;
  }
}

.ft_navi__li {
  font-size: 14px;
}
.ft_navi__li:nth-child(n+2) {
  padding-left: 28px;
}

.ft_navi__link {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .ft_navi__link:hover {
    opacity: 0.6;
  }
}
.ft_navi__link img {
  width: auto;
}

@media only screen and (max-width: 767px) {
  .ft_logo {
    display: none;
  }
}
.ft_logo a {
  display: inline-block;
}

.ft__link--sub {
  font-size: 10px;
  line-height: 1.3;
  color: #ffffff;
}
@media only screen and (max-width: 1023px) {
  .ft__link--sub {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .ft_cont_wrap {
    flex: 1;
  }
}

.copy {
  margin-top: 25px;
  padding-right: 20px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .copy {
    padding: 0;
    margin: 31px auto 0;
  }
}

.copy__txt {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .copy__txt {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
}

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

@media only screen and (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

.sp_show {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp_show {
    display: block !important;
  }
}

/*               フォームパーツ
======================================================= */
label {
  font-size: 14px;
  font-weight: 400;
}

.radio_label {
  display: block;
  padding: 20px 8px 13px;
}

textarea {
  word-break: break-all;
  line-height: 1.625;
}

.inputbox {
  width: 100%;
  height: 50px;
  margin: 8px 0 0;
  padding: 14px 20px 12px 20px;
  transition: 0.5s;
  border: 1px solid #bfcad6;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  color: #222124;
}
@media only screen and (max-width: 767px) {
  .inputbox {
    margin-top: 11px;
  }
}
.inputbox::-moz-placeholder {
  color: #bfcad6;
}
.inputbox::placeholder {
  color: #bfcad6;
}
.inputbox.passbox {
  margin-top: 11px;
  padding-top: 14px;
  padding-right: 45px;
}
.inputbox:hover {
  cursor: text;
}
.inputbox#mail {
  padding-top: 13px;
}

.input__label_note {
  margin-top: 3px;
  font-size: 12px;
  color: #6a768b;
  white-space: nowrap;
}

.eye_wrap {
  position: relative;
}

#buttonEye,
#buttonEye1,
#buttonEye2,
#buttonEye3 {
  position: absolute;
  top: 18%;
  right: 10px;
  padding: 17px 10px 14px;
}
#buttonEye:hover,
#buttonEye1:hover,
#buttonEye2:hover,
#buttonEye3:hover {
  cursor: pointer;
}

#buttonEye2 {
  top: 18%;
}

.fa-eye:before {
  content: url(/media/images/common/fa-eye.svg);
}
.fa-eye::after {
  content: "";
  position: absolute;
  top: 23px;
  left: 7px;
  width: 30px;
  height: 3px;
  background-color: #6a768b;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.5s;
  border: 1px solid #ffffff;
  border-radius: 2px;
}
.fa-eye.close {
  transform: rotateY(-0.5turn);
}
.fa-eye.close::after {
  opacity: 1;
  transform: rotate(-45deg);
  top: 23px;
  left: 6px;
}

.fa-eye-slash {
  top: 32% !important;
}

.radio__box {
  overflow: hidden;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .radio__box {
    margin-top: 10px;
  }
}
.radio__box--mtnone {
  margin-top: 0;
}
.radio__box--mypage {
  margin-top: 5px;
}
.radio__box--narrow {
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  .radio__box--narrow {
    margin-top: 6px;
  }
}

.radio__box_ul {
  display: flex;
}
@media only screen and (max-width: 374px) {
  .radio__box_ul {
    display: block;
  }
}
.radio__box_ul--license {
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .radio__box_ul--license {
    display: block;
  }
}
.radio__box_ul--center {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .radio__box_ul--center {
    display: flex;
  }
}

.radio__box_li {
  width: 50%;
  border: 1px solid #bfcad6;
  border-radius: 5px;
  text-align: center;
  color: #222124;
}
.radio__box_li:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .radio__box_li {
    width: 100%;
  }
}
.radio__box_li:nth-child(n+2) {
  margin-left: 10px;
}
@media only screen and (max-width: 374px) {
  .radio__box_li:nth-child(n+2) {
    margin-left: 0;
    margin-top: 10px;
  }
}
.radio__box_li--license {
  border: none;
  padding: 5px 0 5px 5px;
  text-align: left;
  width: 50%;
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-left: 0;
}
@media only screen and (max-width: 1279px) {
  .radio__box_li--license span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .radio__box_li--license span {
    font-size: 16px;
  }
}
.radio__box_li--license:nth-child(n+2) {
  margin-left: 0px;
}
@media only screen and (max-width: 767px) {
  .radio__box_li--license:nth-child(n+2) {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 374px) {
  .radio__box_li--license:nth-child(n+2) {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .radio__box_li--license {
    width: 50%;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .radio__box_li--license {
    width: 100%;
    margin-top: 0;
  }
}
.radio__box_li--license label {
  font-size: 16px;
}
.radio__box_li input {
  padding-left: 24px;
  position: relative;
}
.radio__box_li input::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #bfcad6;
  border-radius: 50%;
  top: -17px;
  left: -3px;
  background-color: #ffffff;
}
.radio__box_li input::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #65aadd;
  border-radius: 50%;
  top: -13px;
  left: 1px;
  opacity: 0;
  transition: 0.3s;
}

input[type=radio]:checked::after {
  opacity: 1;
}

.textarea_label input[type=text] {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .textarea_label input[type=text] {
    font-size: 14px;
  }
}

.check {
  background-color: #f5fafd;
}

.radio__box_txt {
  padding: 15px 0 0;
  font-size: 12px;
  text-align: center;
  color: #6a768b;
  display: block;
}

.form__subttl {
  margin-top: 46px;
}
@media only screen and (max-width: 767px) {
  .form__subttl {
    margin-top: 48px;
  }
}
.form__subttl--top {
  margin-top: 35px;
}
.form__subttl--mtnone {
  margin-top: 0;
}
.form__subttl--narrow {
  margin-top: 6px;
}
.form__subttl--sample {
  margin-top: 15px;
}
.form__subttl--flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form__subttl--mid10 {
  margin-top: 10px;
}
.form__subttl--middle {
  margin-top: 20px;
}
.form__subttl--regi {
  margin-top: 44px;
}
@media only screen and (max-width: 767px) {
  .form__subttl--regi {
    margin-top: 34px;
  }
}
.form__subttl--regilabel {
  margin-top: 50px;
}
.form__subttl--checkttl {
  margin-top: 27px;
}
.form__subttl--mypage {
  margin-top: 13px;
}
.form__subttl .required {
  display: inline-block;
}
.form__subttl + form {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .form__subttl + form {
    margin-top: 21px;
  }
}

.form__subttl_main {
  font-size: 18px;
  font-weight: 600;
}
.form__subttl_main + .form__subttl_label {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .form__subttl_main + .form__subttl_label {
    margin-top: 21px;
  }
}

.form__subttl_label {
  font-size: 14px;
  line-height: 1.5;
  color: #6a768b;
  display: inline-block;
}

.form__subttl_txt {
  font-size: 12px;
  line-height: 1.5;
  color: #6a768b;
}
.form__subttl_txt--under {
  margin-top: 8px;
}
.form__subttl_txt--ttlunder {
  margin-top: 6px;
}
.form__subttl_txt--fin {
  margin-top: 5px;
}
@media only screen and (max-width: 374px) {
  .form__subttl_txt {
    white-space: pre-wrap;
  }
}

.required {
  padding-left: 4px;
  font-size: 12px;
  color: #e33665;
  vertical-align: middle;
}

.input__form {
  position: relative;
}
.input__form--top {
  margin-top: 15px;
}
.input__form label {
  line-height: 1.28;
  color: #6a768b;
}
.input__form--pass {
  margin-top: 5px;
}
.input__form--logfirst {
  margin-top: 42px !important;
}
@media only screen and (max-width: 767px) {
  .input__form--logfirst {
    margin-top: 38px !important;
  }
}
.input__form--first {
  margin-top: 37px;
}
.input__form + .input__form {
  margin-top: 21px;
}
@media only screen and (max-width: 767px) {
  .input__form + .input__form {
    margin-top: 20px;
  }
}
.input__form--areattl {
  margin-top: 39px !important;
}
@media only screen and (max-width: 767px) {
  .input__form--areattl {
    margin-top: 30px !important;
  }
}
.input__form--mailset {
  margin-top: 21px !important;
}

.form_check {
  text-align: center;
  margin-top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}
.form_check--save {
  margin-top: 17px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .form_check--save {
    margin-top: 17px;
  }
}
.form_check--save label {
  color: #6a768b !important;
}
.form_check--left {
  justify-content: flex-start;
}
.form_check--narrow {
  justify-content: flex-start;
  margin-top: 5px;
}
.form_check--narrow:nth-child(even) {
  margin-left: 40px;
}
@media only screen and (max-width: 1023px) {
  .form_check--narrow:nth-child(even) {
    margin-left: 0;
    margin-top: 10px;
  }
}
.form_check label {
  color: #222124;
  position: relative;
  display: flex;
  align-items: center;
  height: 24px;
}
.form_check label:hover {
  cursor: pointer;
}
.form_check span {
  padding-left: 10px;
  display: inline-block;
}
@media only screen and (max-width: 374px) {
  .form_check span {
    padding-left: 5px;
  }
}

.form_check_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 8px;
}
@media only screen and (max-width: 1023px) {
  .form_check_wrap {
    display: block;
  }
}

.form_check input {
  width: 24px;
  height: 24px;
  transition: 0.5s;
  border: 1px solid #bfcad6;
  border-radius: 5px;
  position: relative;
}
.form_check input:checked {
  border: none;
  background-color: transparent;
}
.form_check input:hover {
  cursor: pointer;
}

#inputcheck,
#inputcheck2,
#inputcheck3,
.inputcheck,
.inputcheck2,
.inputcheck3 {
  width: 24px;
  height: 24px;
  transition: 0.5s;
  border: 1px solid #bfcad6;
  border-radius: 5px;
  position: relative;
}
#inputcheck:checked,
#inputcheck2:checked,
#inputcheck3:checked,
.inputcheck:checked,
.inputcheck2:checked,
.inputcheck3:checked {
  border: none;
  background-color: transparent;
}
#inputcheck:hover,
#inputcheck2:hover,
#inputcheck3:hover,
.inputcheck:hover,
.inputcheck2:hover,
.inputcheck3:hover {
  cursor: pointer;
}

input[type=checkbox]::after {
  content: url("/media/images/common/checked.svg");
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  transition: 0.5s;
  width: 24px;
  height: 24px;
}

input[type=checkbox]:checked::after {
  opacity: 1;
}

.info_check {
  margin-top: 38px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .info_check {
    margin-top: 18px;
    margin-bottom: 0;
  }
}

.consent {
  margin-top: 37px;
}
.consent + .submit_btn__wrap {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .consent {
    margin-top: 20px;
  }
}

.consent__inr {
  font-size: 12px;
  color: #6a768b;
  line-height: 1.5;
}

.consent_link {
  text-decoration: underline !important;
  text-decoration-color: #6a768b;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .consent_link:hover {
    opacity: 0.6;
  }
}

.submit_btn__wrap {
  text-align: center;
  margin: 40px auto 0;
}
@media only screen and (max-width: 767px) {
  .submit_btn__wrap {
    margin: 30px auto 0;
  }
}
.submit_btn__wrap--newpass {
  margin-top: 18px;
}
@media only screen and (max-width: 767px) {
  .submit_btn__wrap--newpass {
    margin-top: 15px;
  }
}
.submit_btn__wrap--narrow {
  margin-top: 16px;
}
.submit_btn__wrap--flex {
  display: flex;
  gap: 0 5px;
  justify-content: center;
}
@media only screen and (max-width: 374px) {
  .submit_btn__wrap--flex {
    display: block;
    gap: 5px 0;
  }
}
.submit_btn__wrap--regi {
  margin-top: 35px;
}
.submit_btn__wrap a {
  display: inline-block;
}

.submit_btn {
  max-width: 400px;
  width: 100%;
  color: #fff;
  background: #003670;
  text-align: center;
  font-weight: 600;
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  transition: 0.5s;
  white-space: nowrap;
}
.submit_btn.update {
  line-height: 62px;
}
.submit_btn.back {
  border: 1px solid #bfcad6;
  background-color: #ffffff;
  color: #6a768b;
  max-width: 195px;
}
.submit_btn.next {
  line-height: 62px;
}
.submit_btn.gray {
  background-color: #bfcad6;
}
@media only screen and (max-width: 767px) {
  .submit_btn {
    max-width: 100%;
  }
}
.submit_btn--nal {
  display: block;
  background: #003670;
}
.submit_btn--gray {
  background-color: #bfcad6;
}
.submit_btn--half {
  width: calc(50% - 10px);
}
@media only screen and (max-width: 1023px) {
  .submit_btn--half {
    width: calc(50% - 3px);
  }
}
@media only screen and (max-width: 374px) {
  .submit_btn--half {
    width: 100%;
  }
}
.submit_btn--modal {
  max-width: 195px;
}
.submit_btn--modal:nth-child(n+2) {
  transition: 0.5s;
}
@media only screen and (max-width: 767px) {
  .submit_btn--modal:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 374px) {
  .submit_btn--modal:nth-child(n+2) {
    margin-top: 10px;
  }
}
.submit_btn:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .submit_btn:hover {
    opacity: 0.6;
  }
}

.login_btn {
  border: 1px solid #6a768b;
  background-color: #ffffff;
  color: #003670;
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .login_btn:hover {
    opacity: 0.6;
  }
}

.entry_btn {
  transition: 0.5s;
}
@media only screen and (min-width: 1024px) {
  .entry_btn:hover {
    opacity: 0.6;
  }
}

.under {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  color: #6a768b;
}
.under--next {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .under--next {
    margin-top: 16px;
  }
}
.under--middle {
  margin-top: 19px !important;
}

.under_block__link {
  transition: 0.5s;
  position: relative;
  text-decoration: underline !important;
  text-decoration-color: #6a768b;
  line-height: 1.71;
}
@media only screen and (min-width: 1024px) {
  .under_block__link:hover {
    opacity: 0.6;
  }
}
@media only screen and (max-width: 374px) {
  .under_block__link {
    white-space: pre-wrap;
  }
}
.under_block__link span {
  display: inline-block;
  text-decoration: underline !important;
  text-decoration-color: #6a768b;
}

select {
  width: 100%;
  height: 50px;
  margin: 10px 0 0;
  padding: 17px 20px 12px;
  transition: 0.5s;
  border: 1px solid #bfcad6;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  color: #222124;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f5fafd;
}
select:hover {
  cursor: pointer;
}

select:invalid {
  background-color: #ffffff;
}

select option {
  background-color: #ffffff;
}

.select__form--middle {
  margin-top: 15px;
}
.select__form--narrow {
  margin-top: 10px;
}
.select__form .required {
  padding-top: 1px;
  display: inline-block;
}

.reset {
  font-size: 14px;
  position: relative;
  transition: 0.5s;
  color: #6a768b;
}
.reset:hover {
  opacity: 0.5;
  cursor: pointer;
}
.reset::before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #6a768b;
}

#prof {
  height: 150px;
  margin-bottom: 0;
  overflow: auto;
}

.prof_icon_ttl {
  display: block;
  margin-top: 12px;
}

.profbox {
  padding-top: 10px;
  display: block;
}

.icon_set {
  margin-top: 11px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: #6a768b;
}
.icon_set label {
  margin-left: 15px;
  text-decoration: underline;
  text-decoration-color: #6a768b;
  transition: 0.5s;
  margin-top: 3px;
}
.icon_set label:hover {
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .icon_set label:hover {
    opacity: 0.6;
  }
}

/*               フォームエラー
======================================================= */
.err {
  border-color: #e33665;
}

.err__box {
  margin-top: 12px;
}
.err__box + .recaptcha {
  margin-top: 18px;
}
.err__box + .input__form {
  margin-top: 12px;
}

.err__txt {
  color: #e33665;
  font-size: 14px;
  line-height: 1.28;
  text-indent: -1em;
  padding-left: 1em;
}

/*                新着記事サイド
======================================================= */
.article__side {
  width: 280px;
  margin-left: 80px;
  flex: 1;
}
@media only screen and (max-width: 1279px) {
  .article__side {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1023px) {
  .article__side {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .article__side {
    display: none;
  }
}

.article_side__ttl {
  height: 40px;
  line-height: 42px;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
  background-color: #6a768b;
  font-size: 18px;
}

.side__cat_list {
  margin-top: 20px;
  padding: 30px 27px 15px;
  background-color: #ffffff;
  color: #003670;
  border-radius: 10px;
}

.side__cat_li {
  border-bottom: 1px solid #bfcad6;
}
.side__cat_li:first-child .side__cat_link {
  padding-top: 0;
}
.side__cat_li:last-child {
  border-bottom: none;
}

.side__cat_link {
  padding: 20px 0 16px;
  display: flex;
  align-items: center;
  line-height: 1.42;
  font-size: 14px;
}

.side__cat_link_num {
  font-size: 12px;
  color: #6a768b;
}

.article_side_key {
  margin-top: 40px;
}

.side__key_list {
  margin-top: 20px;
}
.side__key_list .search__input {
  height: 60px;
  padding: 22px 42px 22px 16px;
}
.side__key_list .search__input::-moz-placeholder {
  font-size: 14px;
}
.side__key_list .search__input::placeholder {
  font-size: 14px;
}
.side__key_list .search__btn {
  right: 0;
}

.side__key_ul {
  display: inline-flex;
  flex-direction: column;
}

.side__key_li:nth-child(n+2) {
  margin-top: 9px;
}

.side__key_link {
  padding: 10px 15px;
  border: 1px solid #dbe1ea;
  background-color: #ffffff;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.42;
  display: inline-flex;
  align-items: center;
}

.select__company {
  margin-top: 40px;
}

.select__company_label {
  font-size: 14px;
  line-height: 1.71;
  color: #6a768b;
  display: flex;
  justify-content: space-between;
}

.select__company_box {
  margin-top: 6px;
  height: 50px;
  padding: 12px 20px 14px;
  background-color: #f5fafd;
  border-radius: 5px;
  border: 1px solid #dbe1ea;
  white-space: nowrap;
  overflow: hidden;
}

.select__company_box_txt {
  color: #222124;
  line-height: 1.625;
}

.select__company_address {
  margin-top: 10px;
}

.select__company_address_txt {
  font-size: 12px;
  line-height: 1.5;
  color: #6a768b;
}

/*               
======================================================= */
.management {
  text-decoration: underline !important;
}

#sp_menu .sns__wrap {
  margin: 25px auto 0;
}

.current {
  color: #003670;
}

.side__btn_link:nth-child(n+2) {
  margin-top: 10px;
  display: none;
}

.c-select-box {
  width: 100%;
  height: auto;
  margin: 4px 0 0;
  padding: 15px 20px 11px;
  transition: 0.5s;
  border: 1px solid #bfcad6;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
  color: #222124;
  overflow: hidden;
  text-overflow: none;
  white-space: pre-wrap;
  background-color: #f5fafd;
  line-height: 1.625;
}
.c-select-box:hover {
  cursor: pointer;
}
.c-select-box.err {
  border-color: #e33665;
}

.c-select-box:invalid {
  background-color: #ffffff;
}

.c-select-box option {
  background-color: #ffffff;
}