@charset "UTF-8";
/* CSS Document */

.section {
  padding: 64px 0;
}

@media screen and (max-width: 1040px){
.section {
  padding: 64px 20px;
}
}
@media screen and (max-width: 768px){
.section {
  padding: 60px 20px;
}
}

.fs_15{
	font-size: 15px;
}

.bread_list{
  margin-top: 80px;
}

/*------------------------------------------------------
contact form
------------------------------------------------------*/
.page_h1_title {
  font-size: min(4.5vw,50px);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  margin-bottom: 72px;
}
.page_h1_title::after {
  content: "";
  width: 80px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(90deg,#018dc5 0%,#018dc5 50%,#fff 50%,#fff 100%);
  border: solid 1px #018dc5;
}
.page_h1_title span {
  font-size: 18px;
  color: #018dc5;
  display: block;
  font-weight: normal;
  margin-top: -6px;
  padding-bottom: 4px;
}
.page_h1_title h1 {
  font-size: 18px;
  color: #018dc5;
  display: block;
  font-weight: normal;
  margin-top: -6px;
  padding-bottom: 4px;
}
.from .page_h1_title::after {
  content: "";
  width: 40px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border: solid 1px #018dc5;
}
.to .page_h1_title::after {
  content: "";
  width: 40px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #018dc5;
  border: solid 1px #018dc5;
}


@media screen and (max-width:768px){
.page_h1_title {
  font-size: 40px;
}
}

@media screen and (max-width:414px){
.page_h1_title {
  font-size: 32px;
  margin-bottom: 37px;
  line-height: 1.2;
}	
.page_h1_title span {
  font-size: 15px;
  margin-top: 5px;
}
.page_h1_title h1 {
  font-size: 15px;
  margin-top: 5px;
}
}


/*------------------------------------------------------
contact form
------------------------------------------------------*/
.po-canentryform table {
  width: 100%;
  border-spacing: 0 16px;
}
.contact_wrap {
  max-width: 800px;
  margin: 0 auto;
}
.contact_lead {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 40px;
}
.contact_lead_attention {
  margin-top: 1em;
  padding: 12px 16px;
  background-color: #f9f4e6; /* やさしい黄色系。目に優しく注意を引く */
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.contact_lead_attention a {
  color: #000;
  text-decoration: underline;
}

.po-canentryform table {
  width: 100%;
}
.contact_wrap th {
  font-size: 16px;
  width: 42% !important;
  padding: 0 0 0 16px !important;
  box-sizing: border-box;
  border-left: solid 4px #018dc5;
}
.contact_wrap id {
  padding: 0 0 10px 20px !important;
}
.po-label.po-normal.po-not-required {
  font-size: 16px;
}
.contact_wrap input {
  width: 100%;	
  border: solid 1px #ccc;
  font-size: 16px;
  padding: 10px;
  border-radius: 6px;
}
.contact_wrap .po-normal {
  padding: 0 0 10px 0;
  width: auto;	
}
.contact_wrap textarea {
  border: solid 1px #ccc;
  border-radius: 6px;
  width: 100%;
  min-height: 160px;
  padding: 10px;
  font-size: 15px;
  line-height: 1.6;	
  box-sizing: border-box;
}
.contact_wrap .po-file input {
  border: none;
  padding: 0;
}
.po-privacy-policy {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  padding: 20px;
  border: solid 1px #ccc;
  max-height: 120px;
  overflow-y: scroll;
  margin-bottom: 40px;	
}
.po-input.po-dropdown select {
  border: solid 1px #ccc;
  background: #fff;
  font-size: 16px;
  padding: 10px;
  border-radius: 4px;
  width: 100%;
}
.contact_wrap input[type="file"] {
/*  opacity: 0;*/
  z-index: 1;
  position: relative;
}
.contact_wrap input[type="radio"] {
  width: auto;
}
.contact_wrap .po-input span {
  padding: 0 20px 0 5px;
  font-size: 14px;
  letter-spacing: normal;	
}
.contact_wrap input {
  width: 100%;
  border: solid 1px #ccc;
  font-size: 16px;
  padding: 10px;
  border-radius: 6px;
   box-sizing: border-box;	
}
.po-file{
  position: relative;
}
/*.po-file::after {
  content: "ファイルを選択";
  width: 100%;
  height: 32px;
  background: #018dc5;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  max-width: 160px;
  border-radius: 50px;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 14px;
}*/
.po-input {
  letter-spacing: -0.4em;
}
.po-year {
  display: inline-block;
  width: 20% !important;
  letter-spacing: normal;
}
.po-month {
  display: inline-block;
  width: 20% !important;
  margin-left: 10px;	
  letter-spacing: normal;
}
.po-day {
  display: inline-block;
  width: 20% !important;
  margin-left: 10px;
  letter-spacing: normal;
}
.po-checkbox-parent {
  width: auto !important;
}
.po-button-send {
  font-size: 14px;
  background: #ff7d33;
  padding: 0 10px;
  border-radius: 50px;
  color: #fff;
  height: 50px;
  border: solid 2px #fff;
  max-width: 320px;
  width: 100%;
  box-sizing: border-box;
}
.po-required {
  position: relative;
}
.po-required::after {
  content: "必須";
  background: #018dc5;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  position: absolute;
  top: 0;
  right: 20px;
  border-radius: 2px;
}
.contact_wrap tr:nth-child(1) th{
	position: relative;
}
.contact_wrap tr:nth-child(1) th::after {
  content: "必須";
  background: #018dc5;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  position: absolute;
  top: 0;
  right: 20px;
  border-radius: 2px;
}
.main_contact_button {
  font-size: 14px;
  background: #ff7d33;
  padding: 0 10px;
  border-radius: 50px;
  color: #fff;
  height: 50px;
  border: solid 2px #fff;
  max-width: 320px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;	
}
/** チェックOFFなら非表示 */
.message{ 
  opacity: 0.3;
  pointer-events: none;
}
/** チェックONなら表示 */
input:checked ~ .message{
  opacity: 1;
  pointer-events: visible;	
}
.contact_btn_wrap .toggle {
  width: 40px !important;
  display: inline-block;	
}
.contact_btn_wrap a {
  display: inline-block;
  font-size: 14px;
  color: #018dc5;;	
}
.contact_btn_wrap {
  font-size: 14px;
  margin-top: 40px;	
}


@media screen and (max-width:768px){
.contact_wrap th {
  font-size: 16px;
  width: 100% !important;
  padding: 0 0 0 16px !important;
  box-sizing: border-box;
  border-left: solid 4px #018dc5;
  display: block;
}
.contact_wrap td {
  display: block;
  width: 100% !important;
}	
.po-required::after {
  content: "必須";
  font-size: 11px;
  padding: 2px 6px;
  right: 0;
}	
.contact_wrap th {
  font-size: 16px;
  width: 100% !important;
  padding: 0 0 6px 0 !important;
  box-sizing: border-box;
  border-left: none;
  display: block;
}
.po-year {
  width: 28% !important;
  letter-spacing: normal;
}
.po-month {
  width: 28% !important;
  margin-left: 10px;	
  letter-spacing: normal;
}
.po-day {
  width: 28% !important;
  margin-left: 10px;
  letter-spacing: normal;
}	
.po-button-send {
  font-size: 13px;
	}
.main_contact_button {
  max-width: 240px;
	}

  .contact_wrap tr:nth-child(1) th::after {
  right: 0px;
}
}

/*------------------------------------------------------
google form
------------------------------------------------------*/
.contact_lead span {
  font-size: 40px;
  display: block;
}
.contact_lead {
  font-size: 18px;
  text-align: left;
}
.back a {
  font-size: 16px;
  width: 240px;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
  color: #018dc5;
  border: solid 2px #018dc5;
  text-decoration: none;
  background-image: url(../img/arrow_btn_bl_r.png);
  background-repeat: no-repeat;
  background-position: 92% center;
  background-size: 33px 9px;
}
.back:hover a {
  background-color: #018dc5;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
  color: #fff;
  border: solid 2px #018dc5;
  text-decoration: none;
  background-image: url(../img/arrow_btn_wh_r.png);
  background-repeat: no-repeat;
  background-position: 97% center;
  background-size: 33px 9px;
  transition: 0.5s;
}

/*------------------------------------------------------
news
------------------------------------------------------*/
.news_wrap {
  max-width: 1040px;
  margin: 0 auto;
}
.update {
  color: #018dc5;
  font-size: 20px;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 6px;
}
.news_dl {
  font-size: 16px;
  display: flex;
  align-content: flex-start;
  padding: 16px 0;
  border-bottom: solid 1px #d2d2d2;
}
.news_dl a {
  text-decoration: none;
  color: #000;
  width: 100%;
  text-align: left;	
}

.news_dl a {
  color: #000;	
}
.news_dt {
  color: #7d7d7d;
  padding-right: 75px;
  position: relative;
  margin-right: 18px;
  text-align: left;
  display: inline-block;	
}
.new-txt {
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 20px;
  background: #ff5d00;
  border-radius: 50px;
  text-align: center;
}
/*------------------------------------------------------
プライバシー・規約
------------------------------------------------------*/
.dl_txt_wrap,.dl_txt_wrap.terms {
  max-width: 1040px;
  margin: 0 auto;
  text-align: left;
}
.dl_lead {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.dl_list_dl {
  line-height: 1.6;
  margin-bottom: 40px;	
}
.bl_list_dt {
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 8px;
  border-left: solid 5px #018dc5;
  padding-left: 10px;	
}
.dl_txt_wrap.terms .bl_list_dt {
  font-size: 18px;
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc;
  padding-bottom: 8px;
  border-left: none;
  padding-left: 0;	
}
.bl_list_dd {
  font-size: 14px;
  line-height: 1.6;
}
.bl_list_ul {
  padding: 10px 0 10px 20px;
}
.bl_list_in_ul {
  padding: 5px 0 5px 20px;
}
.bl_list_li {
  margin-bottom: 10px;
}
.bl_list_li:last-child {
  margin-bottom: 0;
}
.align_right {
  text-align: right;
}
.fs_14 {
  font-size: 14px;
}
.mb_40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px){
.bl_list_ul {
  padding: 10px 0;
}
}

/*------------------------------------------------------
share
------------------------------------------------------*/
.sns_share {
  display: flex;
  justify-content: end;
  margin-bottom: 40px;
}
.sns_share_li {
  margin-right: 8px;
}
.sns_share_li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px){
.sns_share_li img {
  width: 32px;
}	
}


/*------------------------------------------------------
求人
------------------------------------------------------*/
#sec03{
    font-family: "LINE Seed JP_OTF";
}
.job_details_title {
  padding: 8px;
  border-left: solid 4px #018dc5;
  border-bottom: solid 1px #018dc5;
  margin-bottom: 20px;
  font-size: 18px;
}
.job_details {
  text-align: left;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 40px;
}
.job_intro {
  border: solid 1px #018dc5;
  padding: 20px;
  border-radius: 16px;
  font-size: 16px;
  text-align: left;
  line-height: 1.6;
  margin-bottom: 40px;	
}
.job_intro_title {
  font-weight: 500;
  color: #018dc5;
  margin-bottom: 10px;
  text-align: left;
}
.job .col02_bl_dt {
  width: 21%;
  white-space: nowrap;
}
.job .col02_bl_dd {
  width: 78%;
}
.job .page_event_main .col02_bl_dl {
  font-size: 16px;
}
.link_list_title {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}
.link_list_wrap .link_list_url {
  text-align: left;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
}

@media screen and (max-width:768px){
.job .page_event_main .col02_bl_dl {
  margin-bottom: 4px;
}
.job .page_event_main .col02_bl_dl:nth-child(2n) {
  background: #f7f7f7;
}	
.h2_title_page_event {
  font-size: 21px;
	}
.page_event_img img {
  max-width: 120px;
  margin: 0 auto;
}	
}


/*------------------------------------------------------
フリーページ
------------------------------------------------------*/
.h2_title_page_event {
  font-size: 26px;
  letter-spacing: 0.04em;
  text-align: left;
  padding-left: 10px;
  border-bottom: solid 2px #018dc5;
  padding-bottom: 8px;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
}
.h2_title_page_event.type_job {
  margin-bottom: 40px;
}
.page_event_main {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.page_event_l img {
  width: 100%;
}
.page_event_l {
  width: 18%;
}
.page_event_r {
  width: 78%;
}
.event .page_event_l {
  width: 40%;
}
.s_event .page_event_main {
  display: block;
}
.s_event .page_event_l {
  width: 100%;
}
.s_event .page_event_r {
  width: 100%;
}
.page_event_img {
  margin-bottom: 10px;
}
/*.page_event_r {
  width: 58%;
}*/
.page_event_main .col02_bl_dl {
  text-align: left;
  display: flex;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000;
  font-weight: normal;
  letter-spacing: 0.05em;
}


@media screen and (max-width: 768px){
.page_event_main {
  display: block;
  margin-bottom: 60px;
}
.page_event_l {
  width: 100%;
}
.page_event_r {
  width: 100%;
}
.s_event .page_event_l {
  width: 100%;
}
.s_event .page_event_r {
  width: 100%;
}
.page_event_img {
  margin-bottom: 20px;
}	
.page_event_img img {
    max-width: 100%;
    width: 100%;
    height: auto;
}	
.page_event_main .col02_bl_dl {
  display: block;
	}
.job .col02_bl_dt {
  width: 100%;
}
.job .col02_bl_dd {
  width: 100%;
}	
.event .page_event_l {
  width: 100%;
}	
.event .page_event_img img {
  max-width: 100%;
  margin: 0 auto;
}	
}

/*------------------------------------------------------
フリーページ
------------------------------------------------------*/
.page_pickup_img{
  max-width: 700px;
  margin: 0 auto 50px;
}

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

.pickup_free {
  text-align: left;
  margin-bottom: 40px;	
}

.pickup_btn a {
  font-size: 16px;
  text-decoration: none;
  max-width: 320px;
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 56px;
  line-height: 56px;
  color: #fff;
  border-radius: 50px;
  border: solid 1px #018dc5ed;
}

.pickup_btn.to a {
  background: #018dc5ed;
}

.pickup_btn.from a {
  background: #fff;
  color: #018dc5ed;	
}

@media screen and (max-width: 768px){
.page_pickup_img {
  margin-bottom: 60px;
}
}

/*------------------------------------------------------
サイトマップ
------------------------------------------------------*/
.site_wrap {
  max-width: 1040px;
  margin: 0 auto;
}
.sitemap_ul {
  text-align: left;
}
.sitemap_ul a {
  text-decoration: none;
  color: #018dc5;
}
.sitemap_li a {
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: solid 1px #018dc5;
  margin-bottom: 16px;
  width: 100%;
  display: block;
}
.sitemap_in_li a {
  font-size: 16px;	
  border: none;
  padding: 0 0 0 1em;
  margin-bottom: 10px;
}
.sitemap_in_ul {
  margin-bottom: 40px;
}


@media screen and (max-width: 768px){
.sitemap_li a {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: solid 1px #018dc5;
  margin-bottom: 16px;
  width: 100%;
  display: block;
}
.sitemap_in_li a {
  font-size: 14px;	
  border: none;
  padding: 0 0 0 1em;
  margin-bottom: 10px;
}	
}

/*----------------------------------------
シングルページ共通
----------------------------------------*/
@media screen and (max-width: 768px){
.to .banner_from {
    display: none;
}	
.from .banner_to {
    display: none;
}	
.s_pickup #sec01{
	padding: 60px 20px 160px 20px;
}	
.s_pickup.from .f_banner {
    padding: 0;
}
.s_event #sec01{
	padding: 60px 20px 160px 20px;
}	
.s_event.from .f_banner {
    padding: 0;
}	
}

/*----------------------------------------
  ニュースページ
----------------------------------------*/
.button {
	display: inline-block;
	max-width: 600px;
	margin: 10px 5px;
	padding: 15px 60px;
	border-radius: 5px;
	text-align: center;
	font-size: 20px;
	text-decoration: none;
}
/*ボタン（白）*/
.button-01 {
	min-width: 240px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	color: #018dc5;
    padding: 10px 20px;
	border-radius: 50px;
	margin: 0 auto;
	font-size: 14px;
	border: solid 1px #018dc5;
}
.button.button-01 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #018dc5;
  font-size: 14px;
}
.button-01:hover {
	min-width: 240px;
	height: 32px;
	line-height: 32px;
	background: #018dc5;
	color: #fff;
    padding: 10px 20px;
	border-radius: 50px;
	margin: 0 auto;
	font-size: 14px;
	border: solid 1px #018dc5;
	transition: 0.5s;
}
.button.button-01:hover a {
  color: #fff;
	transition: 0.5s;
}
/*ボタン（青）*/
.button-02 {
	min-width: 240px;
	height: 32px;
	line-height: 32px;
	background: #018dc5;
	color: #fff;
    padding: 10px 20px;
	border-radius: 50px;
	margin: 0 auto;
	border: solid 1px #018dc5;
	font-size: 14px;
}.button-02:hover {
	min-width: 240px;
	height: 32px;
	line-height: 32px;
	background: #fff;
	color: #018dc5;
    padding: 10px 20px;
	border-radius: 50px;
	border: solid 1px #018dc5;
	margin: 0 auto;
	font-size: 14px;
	transition: 0.5s;
}
.button.button-02 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.button.button-02:hover a {
  color: #018dc5;
  transition: 0.5s;
}
/*ボタン（黄色）*/
.button-03 {
	background: #ffbe1e;
	box-shadow: 0px 5px 0px #d89005;
	color: #fff;
}
.single_page_bold_big{
	font-size: 21px;
	font-weight: bold;
	line-height: 1.68;
	text-align: left;
}
.single_page_bold_big_b{
	font-size: 21px;
	font-weight: bold;
    color: #018dc5;	
	line-height: 1.68;
	text-align: left;
}
.single_page_text_l{
	font-size: 16px;
	line-height: 1.68;
	text-align: left;
}
.single_page_text_c{
	font-size: 16px;
	line-height: 1.68;
	text-align: center;
}
.single_page_note_b{
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
}
.single_page_note_g{
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	color: #a0a0a0;
}
.single_page_sectitle{
	margin-bottom: 20px;
	padding: 8px;
	border-left: solid 6px #018dc5;
	border-bottom: solid 1px #018dc5;
	font-size: 18px;
	text-align: left;
}
.page_event_free p {
  font-size: 16px;
  line-height: 1.6;
  text-align: left;
}


/*------------------------------------------------------
  240614追加分_ピックアップ：コンテンツ
------------------------------------------------------*/
/* PC */
.pickup_content {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  display: flow-root;
  padding: 0 0 40px;
  text-align: left;
}

.pickup_content:after {
  content: "";
  display: block;
  clear: both;
}

.pickup_content > * {
  margin-bottom: 30px;
}

.pickup_content > :first-child,
.pickup_content div > :first-child {
  margin-top: 0 !important;
}

.pickup_ttl {
  font-size: 26px;
  letter-spacing: 0.04em;
  text-align: left;
  padding-left: 10px;
  border-bottom: solid 2px #018dc5;
  padding-bottom: 8px;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
}

.pickup_content h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin: 60px 0 30px;
  padding: 10px;
  color: #000;
  border-left: solid 6px #018dc5;
  border-bottom: solid 1px #018dc5;
}

.pickup_content h3 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin: 40px 0 20px;
  color: #222;
}

.pickup_content h4 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  margin: 30px 0 20px;
  padding: 0 0 0 15px;
  color: #018dc5;
  border-left: 4px solid #018dc5;
}

.pickup_content p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #000;
}

.pickup_content figure {
  text-align: center;
}

.pickup_content figcaption {
  display: block;
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

.pickup_content img{
  max-width: 700px;
  width: 100%;
  height: auto;
  transition: .3s;
}

.pickup_content blockquote {
  padding: 25px 36px;
  font-size: 14px;
  line-height: 2;
  background-color: #f5f8fa;
  text-align: left;
}

.pickup_content mark {
  background-color: #fffcb6;
}

.pickup_content strong {
  font-weight: bold;
}

.pickup_content a {
  color: #097cf2;
  text-decoration: underline;
}

.pickup_content a[target="_blank"]:hover img{
  opacity: 0.7;
}

.pickup_content a:hover {
  text-decoration: none;
  opacity: 1;
}

.pickup_content .wp-block-button .wp-block-button__link {
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  background-color: #018dc5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pickup_content .wp-block-button .wp-block-button__link:hover {
  opacity: 0.8;
}

.pickup_content ul {
  padding: 0 0 0 20px;
  list-style: disc;
}

.pickup_content ul li {
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
  color: #333;
}

.pickup_content ol {
  padding: 0 0 0 20px;
}

.pickup_content ol li {
  font-size: 15px;
  line-height: 1.9;
  font-weight: 500;
}

.pickup_content table {
  margin: 15px 0;
}

.pickup_content table tr:last-of-type td {
  border-bottom: 1px solid #b7bfc1;
}

.pickup_content table th {
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
  padding: 10px !important;
  vertical-align: middle;
  background-color: #dee7ea;
  border: 1px solid #b7bfc1 !important;
}

.pickup_content table td {
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
  padding: 10px !important;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #b7bfc1 !important;
}

.pickup_content table thead {
  border-bottom: none;
}

.pickup_content .wp-block-table table {
  margin: 15px 0;
}

.pickup_content .wp-block-table table tr:last-of-type td {
  border-bottom: 1px solid #b7bfc1;
}

.pickup_content .wp-block-table table th {
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
  padding: 10px !important;
  vertical-align: middle;
  background-color: #dee7ea;
  border: 1px solid #b7bfc1 !important;
}

.pickup_content .wp-block-table table td {
  font-size: 13px;
  line-height: 2;
  font-weight: 500;
  padding: 10px !important;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #b7bfc1 !important;
}

.pickup_content .wp-block-table table thead {
  border-bottom: none;
}

.pickup_content .wp-block-flexible-table-block-table table {
  margin: 15px 0;
}

.pickup_content .wp-block-flexible-table-block-table table tr:last-of-type td {
  border-bottom: 1px solid #b7bfc1;
}

.pickup_content .wp-block-flexible-table-block-table table th {
  font-size: 15px;
  line-height: 1.9;
  font-weight: 700;
  padding: 10px !important;
  vertical-align: middle;
  background-color: #dee7ea;
  border: 1px solid #b7bfc1 !important;
}

.pickup_content .wp-block-flexible-table-block-table table td {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  padding: 10px !important;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #b7bfc1 !important;
}

.pickup_content .wp-block-flexible-table-block-table table thead {
  border-bottom: none;
}

.pickup_content .wp-block-image {
  text-align: center;
}

.pickup_content .is-provider-youtube {
  margin: 30px 0;
}

.pickup_content .is-provider-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.pickup_content .is-provider-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.pickup_content .wp-block-video {
  margin: 30px 0;
}

.pickup_content .wp-block-video video {
  vertical-align: middle;
  width: 100%;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .pickup_content {
    font-size: 15px;
    padding: 0 0 30px;
  }

  .pickup_content > * {
    margin-bottom: 20px;
  }

  .pickup_ttl {
    font-size: 20px;
  }

  .pickup_content h2 {
    font-size: 20px;
    margin: 40px 0 30px;
    padding: 10px;
  }

  .pickup_content h3 {
    font-size: 18px;
    margin: 30px 0 20px;
  }

  .pickup_content h4 {
    font-size: 16px;
    margin: 25px 0 20px;
    padding: 0 0 0 15px;
  }

  .pickup_content p {
    font-size: 15px;
    line-height: 2;
    font-weight: 500;
    color: #000;
  }

  .pickup_content figcaption {
    margin-top: 20px;
    font-size: 12px;
  }

  .pickup_content blockquote {
    padding: 20px;
    font-size: 14px;
  }

  .pickup_content ul {
    padding: 0 0 0 20px;
  }

  .pickup_content table {
    margin: 15px 0;
  }
}


/* ----------------------------------------------------------------------------------------------------
*  目次
* --------------------------------------------------------------------------------------------------*/
#toc_container {
  width: auto;
  margin: 50px auto;
  padding: 30px 55px;
  background-color: #f5f8fa;
}

#toc_container .toc_title {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin: 0 0 25px 0;
}


#toc_container .toc_list{
  padding: 0;
  border: none;
  counter-reset: number 0;
}

#toc_container .toc_list li{
  margin: 15px 0;
}

#toc_container .toc_list > li{
  position: relative;
  padding-left: 30px;
  list-style: none;
}

#toc_container .toc_list > li:before{
  content: counter(number) " ";
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  font-weight: bold;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background-color: #018dc5;
  border-radius: 50%;
  counter-increment: number 1;
}

#toc_container .toc_list > li a{
  position: relative;
  display: inline-block;
  margin: 0 0 0 5px;
}

#toc_container .toc_list a{
  text-decoration: none;
}

#toc_container .toc_list a:hover{
  text-decoration: none;
}

#toc_container .toc_list > li ul{
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
}

#toc_container .toc_list > li a{
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#toc_container .toc_list > li a:hover{
  opacity: 0.7;
}

#toc_container .toc_list > li > a{
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #225486;
}

#toc_container .toc_list > li > li > a{
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  font-weight: bold;
  color: #3a3a3a;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#toc_container .toc_list > li > li > a:hover{
  opacity: 0.7;
}

#toc_container .toc_list > li li{
  position: relative;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
#toc_container .toc_list > li li:before{
  display: none;
}

#toc_container .toc_list > li li a{
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-weight: bold;
  position: relative;
  padding-left: 0.7em;
  color: #222;
  text-indent: -0.7em;
}

#toc_container .toc_list > li li a::before{
  font-size: 14px;
  content: "-";
  left: -0.2em;
  margin-right: 4px;
  font-weight: bold;
  color: #3a3a3a;
}

#toc_container .toc_list > li li li{
  padding-left: 1em;
}

@media screen and (max-width: 767px) {
  #toc_container {
    margin: 40px auto;
    padding: 30px 20px;
  }

  #toc_container .toc_title {
    font-size: 18px;
    margin: 0 0 25px 0;
  }

  #toc_container .toc_list > li{
    position: relative;
    padding-left: 30px;
    list-style: none;
  }

  #toc_container .toc_list > li:before{
    width: 23px;
    height: 23px;
    line-height: 23px;
  }

  #toc_container .toc_list > li a{
    font-size: 15px;
  }

  #toc_container .toc_list > li > a{
    font-size: 15px;
  }

  #toc_container .toc_list > li > li > a{
    font-size: 15px;
  }

  #toc_container .toc_list > li li a{
    font-size: 15px;
  }

  #toc_container .toc_list > li li a::before{
    font-size: 14px;
  }
}

/* ピックアップ：関連記事 */
/* PC */
.related-from__column{
  margin: 50px 0 100px;
}

.related-from__column-ttl{
  position: relative;
  margin-bottom: 72px;
  text-align: center;
}


.related-from__column-ttl:after{
  content: "";
  width: 40px;
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border: solid 1px #018dc5;
}

.related-from__column-ttl span.en{
  font-size: min(4.5vw,50px);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: inline-block;
  position: relative;
  margin: 0 0 10px;
}

.related-from__column-ttl span.ja{
  font-size: 18px;
  color: #018dc5;
  display: block;
  font-weight: normal;
  margin-top: -6px;
  padding-bottom: 8px;
}

.related-from__column-list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.related-from__column-list-item{
  width: calc((100% - 80px) / 3);
  margin: 0 40px 70px 0;
}

.related-from__column-list-item:nth-of-type(3n){
  margin: 0 0 70px;
}

.related-from__column-list-item-link{
  text-decoration: none;
  color: #000;
}

.related-from__column-list-item-link:hover{
  opacity: 0.7;
  transition: 0.5s;
}

.related-from__column-list-item-pic{
  width: 100%;
  height: auto;
  margin: 0 0 15px;
}

.related-from__column-list-item-pic img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.related-from__column-list-item-ttl{
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 20px;	
  letter-spacing: 0.04em; 	
}

.related-from__column-list-item-txt{
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width:768px){
  .related-from__column{
    margin: 50px 0 0;
  }

  .related-from__column-ttl{
    margin-bottom: 35px;
  }

  .related-from__column-ttl:after{
    content: "";
    width: 40px;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    border: solid 1px #018dc5;
  }

  .related-from__column-ttl span.en{
    font-size: 32px;
    line-height: 1.2;
  }

  .related-from__column-ttl span.ja{
    font-size: 15px;
    margin-top: 5px;
  }

  .related-from__column-list{
    flex-direction: column;
  }

  .related-from__column-list-item{
    width: 100%;
    margin: 0 0 40px;
  }

  .related-from__column-list-item:nth-of-type(3n){
    margin: 0 0 40px;
  }
}


.article_date_singlepage{
  text-align: right;
  font-size: 1rem;
}
