@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;
}

/* グローバルメニュー */
body{
  -webkit-text-size-adjust: 100%;
}
.l-header {
  height: 75px;
  display: contents;
}
@media screen and (max-width: 780px) {
  .l-header {
    height: 60px;
    display: block;
  }
}
.l-header__inner{
  z-index: 10;
}
.-series .l-header__logo {
  padding-left: 8px;
}
.is-style-btn_line a {
  white-space: nowrap;
}
.w-header__inner .swell-block-column:nth-of-type(2){
  padding-left: 15px;
}
.c-gnav>.menu-item>a .ttl {
  font-weight: 700;
}
.c-smallNavTitle {
  display: none;
}
.c-gnav>.menu-item>a:after {
  transition: 0s;
}
.c-gnav>.menu-item:first-of-type,.c-gnav>.menu-item:last-of-type{
  padding-right: 1px;
}
/* ▽ */
.c-gnav>.menu-item:nth-of-type(2)::after,.c-gnav>.menu-item:last-of-type::after{
  position: absolute;
  content: "";
  display: inline-block;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #a49f9f transparent transparent transparent;
}
.c-gnav>.menu-item>.sub-menu {
  display: none;
}
.c-gnav>.menu-item:hover>.sub-menu {
  position: fixed;
  width: calc(100% - 60px);
  max-width: 960px;
  top: 55px;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  padding: 20px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #a49f9f;
  border-radius: 5px;
  box-shadow: 2px 2px 7px 0 rgba(0,0,0,.35);
}
.c-gnav .sub-menu li {
  width: calc(50% - 10px);
  font-weight: 700;
}
.c-gnav .sub-menu li:nth-child(n+3){
  margin-top: 20px;
}
.c-gnav .sub-menu a {
  background-color: #fff;
  border-radius: 5px;
  color: inherit;
  display: block;
  padding: 0.5em 0.75em;
  position: relative;
  padding-left: 35px;
}
.c-gnav .sub-menu 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-gnav > li:nth-child(2):hover > a::after,.c-gnav > li:last-child:hover > a::after, .c-gnav > .-current > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 14px 6px;
  border-color: transparent transparent #a49f9f transparent;
  top: 57px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-gnav a::after {
  background:transparent;
}
@media (min-width: 800px) {
  .menu-item>.sub-menu{
    transition: all .2s ease;
    animation: slideIn .2s ease-out forwards;
  }
  @keyframes slideIn {
    0% {
      -webkit-transform: translate(-50%, 20px);
      transform: translate(-50%, 20px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translate(-50%, 15px);
      transform: translate(-50%, 15px);
    }
    0%,100% {
      opacity: 1;
    }
  }
}
/* メニュー幅調整 */
#header .l-container{
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1200px) {
  #header .l-container{
    padding-left: 16px;
    padding-right:16px;
  }
}
@media screen and (max-width: 780px) {
  #header .l-container{
    padding-left: 8px;
    padding-right: 8px;
  }
}
#header .l-container .c-gnavWrap{
  margin-left: 0;
}
#header .c-gnav>.menu-item>a {
  padding: 0 15px;
}
@media screen and (max-width: 1000px) {
  #header .c-gnav>.menu-item>a {
    padding: 0 8px;
  }
}
/* 追従メニュー幅調整 */
#fix_header .l-container{
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 1200px) {
  #fix_header .l-container{
    padding-left: 16px;
    padding-right:16px;
  }
}
@media screen and (max-width: 780px) {
  #fix_header .l-container{
    padding-left: 8px;
    padding-right: 8px;
  }
}
#fix_header .l-container .w-header{
  margin-left: 50px;
}
#fix_header .c-gnav>.menu-item>a {
  padding: 0 15px;
}
@media screen and (max-width: 1000px) {
  #fix_header .c-gnav>.menu-item>a {
    padding: 0 8px;
  }
}
/* コンテンツ */
.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 ;
}