@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

.wp-block-table.is-style-recruit {
	border-collapse: collapse;
}
.wp-block-table.is-style-recruit th,
.wp-block-table.is-style-recruit td {
	border: solid 2px opacity;
}

.wp-block-table.is-style-recruit td{
	background-color:#ffffff;
	opacity:0.9;
	padding:20px;
}

/* グローバルメニュー */
@media (min-width: 960px) {
  .-parallel-bottom .l-header__logo {
    padding: 16px 30px;
  }
}
@media (min-width: 960px) {
  .-parallel .l-header__logo{
    text-align: left;
  }
}

@media (min-width: 960px) {
  .-parallel .l-header__gnav .c-gnav {
      justify-content: center;
  }
}
.c-gnav {
  width: 1220px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  height: 100%;
  justify-content: space-between!important;
  align-items: center;
  gap: 20px 0;
  padding: 0 0 10px 0;
  text-align: center;
}
.c-gnav>.menu-item{
  display: flex;
  flex: auto;
  justify-content: center;
  position: relative;
}
.c-gnav>.menu-item:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 60%;
  background: #c3cdcf;
  top: 20%;
  right: 0;
}

.c-gnav>.menu-item>a{
  font-weight: 600;
  position: relative;
  padding-right: 40px!important;
}
.c-gnav>.menu-item>a:after{
  background-color: transparent;
  content: "";
  position: absolute;
  inset: unset;
  top: 30%;
  right: 12px;
  pointer-events: none;
  width: 10px;
  height: 10px!important;
  border: 0;
  border-bottom: solid 2px #333;
  border-right: solid 2px #333;
  transform: rotate(45deg);
  margin: auto;
}

.c-gnav>.menu-item>a:hover{
  color: var(--color_main);
}

/* サブメニュー */
.c-gnav>.menu-item:hover>.sub-menu {
  padding: 20px 20px;
}
.c-gnav>.menu-item>.sub-menu {
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-gnav .sub-menu {
  color: #333;
  background: #def1f6;
  border-radius: 8px;
  padding: 0px 20px;
  box-shadow: 0px 4px 10px -2px rgba(0, 0, 0, 0.1);
  transition: all .25s;
}
.c-gnav .sub-menu {
  text-align: left;
  width: 15em;
}

/* ２列表示 */
.c-gnav>.menu-item:nth-of-type(1):hover>.sub-menu,.c-gnav>.menu-item:nth-of-type(2):hover>.sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.c-gnav>.menu-item:nth-of-type(1):hover>.sub-menu {
  left: 120%;
}
@media screen and (max-width: 1200px) {
  .c-gnav>.menu-item:nth-of-type(1):hover>.sub-menu {
  left: 150%;
}
}
.c-gnav>.menu-item:nth-of-type(2):hover>.sub-menu {
  left: 100%;
}
.c-gnav>.menu-item:nth-of-type(1):hover>.sub-menu{
  width: 30em;
}
.c-gnav>.menu-item:nth-of-type(2):hover>.sub-menu{
  width: 39em;
}

.c-gnav .sub-menu a{
  padding-right: 40px;
}
.c-gnav .sub-menu a:hover{
  color: var(--color_main);
}
.c-gnav .sub-menu a:after{
  background-color: transparent;
  content: "";
  position: absolute;
  inset: unset;
  top: 40%;
  right: 12px;
  pointer-events: none;
  width: 10px;
  height: 10px!important;
  border: 0;
  border-top: solid 2px var(--color_main);
  border-right: solid 2px var(--color_main);
  transform: rotate(45deg);
  margin: auto;
}

/* コンテンツ */
.top #content {
  padding-top: 0em;
}
/* カラー */
.main_color{
  color: #2072be;
}
.sub_color{
  color: #ce4242;
}
/* フォント */
.bold{
  font-weight: bold;
}
/* 青背景ブロック */
.bottom-line{
  border-bottom: 1px solid #fff;
}
/* 青背景cta */
@media screen and (max-width: 780px) {
  .function_cta{
    padding-top: 42px!important;
    padding-bottom: 42px!important;
  }
}
@media screen and (max-width: 780px) {
  .function_cta>.swell-block-fullWide__inner{
    padding-top: 0px!important;
    padding-bottom: 0px!important;
  }
}
/* CTAブロック */
.future{
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 780px) {
  .future{
    padding: 32px 20px!important;
  }
}
.future h3{
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}
@media screen and (max-width: 780px) {
  .future h3{
    font-size: 25px;
  }
}
@media screen and (max-width: 780px) {
  .future .swell-block-fullWide__inner{
    padding: 0;
  }
}
.future .future_subtitle{
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
}
@media screen and (max-width: 780px) {
  .future .future_subtitle{
    font-size: 16px;
  }
}
.future_content{
  max-width: 1000px;
  margin: 0 auto;
}
.future_item{
  border-radius: 8px;
  width: calc((100% - 35px)/2);
}
.future_item p{
  font-weight: 700;
  font-size: 17px;
}
.future_btn a{
  font-weight: 700;
  font-size: 20px;
  width: 360px;
  height: 60px;
}
@media screen and (max-width: 780px) {
  .future_btn{
    width: 100%;
  }
  .future_btn .wp-block-button{
    width: 100%;
  }
  .future_btn a{
    width: 100%;
  }
}
/* ハンバーガーメニュー */
.p-spMenu__inner{
  width: 100vw;
}
.c-spnav {
  text-align: center;
  padding: 0 6.6666666667vw;
  margin-bottom: 8vw;
}
.c-spnav .menu-item {
  width: 79vw;
}
.c-spnav .menu-item a{
  padding: 3.2vw 0;
  font-size: 3.7333333333vw;
  font-weight: 700;
  border-bottom: 1px solid #2072be;
  transition: all .2s ease;
}
.c-listMenu .sub-menu.is-opened {
  display: contents;
  width: calc(100% - 60px);
  max-width: 960px;
  background-color: #a49f9f;
  border-radius: 5px;
  box-shadow: 2px 2px 7px 0 rgba(0,0,0,.35);
  padding: 2.6666666667vw;
}
.c-listMenu .sub-menu.is-opened>.menu-item {
  width: 100%;
  margin-left: 0;
  background-color: #a49f9f;
  padding: 10px;
  width: 88vw;
  margin: 0 calc(50% - 50vw);
  -webkit-transform: translateX(7%);
  transform: translateX(7%);
}
.c-listMenu .sub-menu.is-opened>.menu-item:first-child {
  border-radius: 5px 5px 0 0;
  margin-top: 15px;
  position: relative;
}
.c-listMenu .sub-menu.is-opened>.menu-item:last-child{
  border-radius: 0 0 5px 5px;
}
.c-listMenu .sub-menu.is-opened>.menu-item a{
  border-bottom: 0;
  background-color: #fff;
  text-align: left;
  border-radius: 5px;
  padding-left: 35px;
  position: relative;
}
.c-listMenu .sub-menu.is-opened>.menu-item a::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
  width: 14px;
  height: 14px;
  background-color:#2072be;
  border-radius: 50%;
}
.c-submenuToggleBtn:after {
  border: none;
}
/* ▲ */
.c-listMenu .sub-menu.is-opened>.menu-item:first-child::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 14px 6px;
  border-color: transparent transparent #a49f9f transparent;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-listMenu .sub-menu.is-opened>.menu-item:last-child::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 14px 6px;
  border-color: transparent transparent #a49f9f transparent;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* spメニューボタン */
/* #sp_menu_bottom{
  display: flex;
} */
.p-spMenu__bottom {
  margin-top: 1em;
}
#custom_html-6,#custom_html-7{
  display: inline-block;
  width: 60%;
  height: 37px;
  font-weight: 700;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
  line-height: 1.2;
}
#custom_html-6{
  color: #006ebc;
  background-color: #fff;
  border: 1px solid #006ebc;
}
#custom_html-7{
  margin-top: 20px;
  color: #fff;
  background-color: #006ebc;
  border: 1px solid #006ebc;
}

/* この記事の執筆者ブロック */
.p-authorBox__name{
  color: #2072be;
}
.p-authorBox__position{
  color: #000;
  font-style: normal;
  opacity: 1;
}
.p-authorBox__desc{
  font-size: 14px;
}
@media screen and (max-width: 780px) {
  .p-authorBox__desc{
    font-size: 12px;
  }
}

/* 投稿ページサイドバー修正 */
#sidebar #media_image-2,#sidebar #media_image-3,#sidebar #media_image-4,#sidebar #media_image-5{
  text-align: center;
}
#sidebar #media_image-3 img,#sidebar #media_image-4 img,#sidebar #media_image-5 img{
  box-shadow: 10px 10px 4px #ccc ;
}

/* 固定ページタイトル */
.c-pageTitle{
  background-color: unset;
  color: #fea3c8;
  text-align: center;
  font-size: revert;
}
@media (min-width: 600px) {
  .c-pageTitle {
    font-size: revert;
  }
}

/* 投稿ページタイトル */
.l-topTitleArea__body{
  color: #fea3c8;
}
.c-postTitle__ttl {
  font-size: revert;
  text-align: center;
}
@media (min-width: 600px) {
  .c-postTitle__ttl {
    font-size: revert;
    }
}

/* パンクズリスト */
.p-breadcrumb__list {
    flex-wrap: wrap;
}
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
    display: block!important;
    opacity: 1;
    white-space: pre-wrap;
}