@charset "UTF-8";

/* /////////////////////////////////////////////////////////////

INDEX

※ブロックスタイルは、mystyle/my-code.php=ブロックエディター関連と連動

=エディタースタイル
=基本見出しスタイル
=ブロックスタイル
/* 引用
/* ボタン
/* テーブル
/* コンテンツ枠
/* 見出し
/* リストマーク
/* 画像
/* スペーサー
/* カラム

=ブロック適用

=コンテンツ
/* PC・モバイルの表示制御
/* 波グラデーション
/* ホーム
/* ウェルディの目指すもの
/* 最下部コンテンツ
=カラーパレット関連

///////////////////////////////////////////////////////////// */


/* ==============================================================

=エディタースタイル

============================================================== */

/* エディター幅 */
html :where(.wp-block){
  max-width: 1100px;
}
.is-root-container{
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1100px;
}
.editor-styles-wrapper .is-root-container {
  margin-top: 50px!important;
  margin-left: auto!important;
  margin-right: auto!important;
  margin-bottom: 50px!important;
}

/* タイトル */
.edit-post-visual-editor__post-title-wrapper{
  border: solid 1px #eee;
  padding: 10px;
  margin-bottom: 50px;
}

/* エディタータイトル */
.editor-post-title__input {
  font-size: 1.8em;
  word-break: break-word;
  margin-bottom: 30px;
}

/* エディターツールバー */
.block-editor-block-contextual-toolbar{
  background-color:#eee;
}


/* ==============================================================

=基本見出しスタイル

============================================================== */

/* フォントスタイル */
.f-midashi{
	font-family: serif;
  font-weight: normal;
}
/* .f-mincho{
	font-family: serif;
  font-weight: normal;
} */
.f-gothic{
	font-family: sans-serif;
  font-weight: normal;
}
.f-fplusmds{
	font-family: sans-serif;
  font-weight: normal;
}

/* 見出しフォントサイズ */
h1{
  font-size:1.6em;
}
h2{
  font-size:1.5em;
}
h3{
  font-size:1.3em;
}
h4{
  font-size:1.2em;
}
h5{
  font-size:1.1em;
}
h6{
  font-size:1em;
}

/* 見出しスタイル */
h1, h2, h3, h4, h5, h6 {
  color: #222;
  margin: 1.2em 0;
  line-height:1.3;
}

/* コンテンツタイトル */
h1.entry-title-contents{
  font-size:1.6em;
  margin: 0 0 0 0;
}
@media screen and (min-width: 768px) {
  h1.entry-title-contents{
    font-size:1.8em;
  }
}
@media screen and (min-width: 992px) {
  h1.entry-title-contents{
    font-size:2em;
  }
}
@media screen and (min-width: 1280px) {
  h1.entry-title-contents{
    font-size:2.2em;
  }
}


/* ホーム本文行間 */
.line-h53{
  line-height: 2.5em!important;
}
.line-h24{
  line-height: 2.4em!important;
}
.line-h18{
  line-height: 1.8em!important;
}
.line-h15{
  line-height: 1.5em!important;
}
.line-h12{
  line-height: 1.2em!important;
}

.line-h53.lineset-list li{
  line-height: 2.5em!important;
}
.line-h24.lineset-list li{
  line-height: 2.4em!important;
}
.line-h18.lineset-list li{
  line-height: 1.8em!important;
}
.line-h15.lineset-list li{
  line-height: 1.5em!important;
}
.line-h12.lineset-list li{
  line-height: 1.2em!important;
}


/* ==============================================================

=ブロックスタイル

============================================================== */

/* コード
-------------------------------------------------------------- */

.wp-block-code code{
  padding: 10px;
}
.block-editor-block-list__block.wp-block-code code{
  border: 1px solid lightgray;
}

/* 引用
-------------------------------------------------------------- */

/* 引用：blue-quote */
.wp-block-quote.is-style-blue-quote { 
  color: blue; 
}

/* ボタン
-------------------------------------------------------------- */

.block-editor-block-list__block.wp-block-buttons,
.wp-block-buttons{
  margin-top: 2em;
  margin-bottom: 2em;
}

.wp-block-buttons.is-content-justification-left{
  display: flex;
  justify-content: flex-start!important;
}
.wp-block-buttons.is-content-justification-center{
  display: flex;
  justify-content: center!important;
}
.wp-block-buttons.is-content-justification-right{
  display: flex;
  justify-content: flex-end!important;
}

.wp-block-button.is-style-fill a{
  background-color: #000000;
  color: #ffffff;
}

.wp-admin .is-style-btm-type1 .wp-block-button__link,
.is-style-btm-type1 a{
  color: #fff!important;
  width: 100%;
  font-size: 1.3em;
  text-align: center;
  background-color: #2678e6;
  border: solid 2px #2678e6;
  transition: all 0.3s;
  position: relative;
  padding-right: 50px;
  text-align: left;
  font-size: 1.1em;
  box-sizing: border-box;
  

}
.wp-admin .is-style-btm-type1 .wp-block-button__link::after,
.is-style-btm-type1 a::after{
  content: '';
  position: absolute;
  display: block;
  width: 1em;
  height: 1em;
  top:calc(50% - 0.5em);
  right: 20px;
  background-image: url("img/mblist-icon5.png");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
}
.wp-admin .is-style-btm-type1 .wp-block-button__link:hover::after,
.is-style-btm-type1 a:hover::after{
  right: 10px;
  background-image: url("img/mblist-icon6.png");
  transition: all 0.3s;
}
.wp-admin .is-style-btm-type1 .wp-block-button__link:hover,
.is-style-btm-type1 a:hover{
  color: #2678e6!important;
  background-color: #ffffff;
  transition: all 0.3s;
}

.wp-admin .is-style-btm-type1 .wp-block-button__link,
.wp-block-button.is-style-btm-type1{
  width: 100%;
  max-width: 600px;
}

.wp-block-button.is-style-btm-type1.btm-max-aoto{
  width: inherit!important;
  max-width: 80%!important;
}
.wp-block-button.is-style-btm-type1.btm-max-aoto a{
  padding-right: 3em!important;
}

.wp-admin .is-style-btm-type1.btm-type-s .wp-block-button__link,
.wp-block-button.is-style-btm-type1.btm-max-200{
  max-width: 200px;
}
.wp-admin .is-style-btm-type1.btm-type-s .wp-block-button__link,
.wp-block-button.is-style-btm-type1.btm-max-300{
  max-width: 300px;
}
.wp-admin .is-style-btm-type1.btm-type-m .wp-block-button__link,
.wp-block-button.is-style-btm-type1.btm-max-400{
  max-width: 400px;
}
.wp-admin .is-style-btm-type1.btm-type-m .wp-block-button__link,
.wp-block-button.is-style-btm-type1.btm-max-500{
  max-width: 500px;
}
.wp-admin .is-style-btm-type1.btm-type-l .wp-block-button__link,
.wp-block-button.is-style-btm-type1.btm-max-700{
  max-width: 700px;
}

.wp-admin .is-style-btm-type1.btm-set90 .wp-block-button__link,
.wp-block-button.is-style-btm-type1.btm-set90{
  width: 90%;
}
.wp-admin .is-style-btm-type1.btm-set80 .wp-block-button__link,
.wp-block-button.is-style-btm-type1.btm-set80{
  width: 80%;
}
.wp-admin .is-style-btm-type1.btm-set70 .wp-block-button__link,
.wp-block-button.is-style-btm-type1.btm-set70{
  width: 70%;
}

.is-style-btm-type2 a{
  color: #fff!important;
  font-size: 1.1em;
  min-width: 200px;
  text-align: center;
  background: rgb(0,140,190);
  background: linear-gradient(180deg, rgba(0,140,190,1) 0%, rgba(16,53,103,1) 100%);
}

.is-style-btm-type2 a:hover{
  opacity: 0.8;
}


/* ハイライトスタイル */
.highlights-block mark{
  color: #3e3e3e;
  background: linear-gradient(0deg, #F8F3D4 0%, #F8F3D4 50%, transparent 50%, transparent 100%);
}
/*
mark{
  color: #3e3e3e!important;
  background: linear-gradient(0deg, #F8F3D4 0%, #F8F3D4 50%, transparent 50%, transparent 100%);
}
*/

/* 3つの安心　タイトル */
.midashi-block3 .wp-block-group__inner-container {
  display: flex;
  align-items:flex-end;
}
.midashi-block3 .wp-block-group__inner-container figure{
  margin-bottom: 0.5em;
}

/* 基本・追加クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* コンタクトフォーム共通調整 */
.fm-btm {
  padding-top: 30px ;
  text-align: center;
  position: relative;
}
.fm-btm .wp-block-button__link,
.fm-btm a,
.fm-btm input {
  background-image: none;
  background-color: #2678e6;
  color: #fff!important ;
  border: 0;
  margin: 0 5px;
  padding: 15px 20px;
  cursor: pointer;
  transition: .3s;
  font-size: 1em;
}
.fm-btm a:hover,
.fm-btm input:hover {
  background-image: none;
  opacity: 0.7;
}

/* テーブル
-------------------------------------------------------------- */

/* --- テーブル（既存）：デフォルト --- */
.wp-block-table.is-style-regular table{
  
}
.wp-block-table.is-style-regular table thead{
  border: solid 1px #c2d8f2;
  background-color: #fffbe8;
}
.wp-block-table.is-style-regular table thead th{
  border: solid 1px #c2d8f2;
  font-weight: normal;
}
.wp-block-table.is-style-regular table th,
.block-editor-block-list__block.wp-block-table.is-style-regular table th,
.block-editor-block-list__block.wp-block-table.is-style-regular table thead th{
  border: solid 1px #c2d8f2;
}

.wp-block-table.is-style-regular tbody tr:nth-child(even) {
  background-color: #f2feff;
}
.wp-block-table.is-style-regular table td,
.block-editor-block-list__block.wp-block-table.is-style-regular table td{
  border: solid 1px #c2d8f2;
  background-color: #ffffff;
}
.wp-block-table.is-style-regular table tfoot td,
.block-editor-block-list__block.wp-block-table.is-style-regular table tfoot td{
  border: solid 1px #c2d8f2;
}

/* --- テーブル（既存）：ストライプ --- */
.wp-block-table.is-style-stripes {
  background-color: initial;
  border-bottom: 1px solid #f2feff;
  border-collapse: inherit;
  border-spacing: 0;
}
.wp-block-table.is-style-stripes table thead{
  border-bottom: solid 2px #c2d8f2;
  font-weight: normal;
}
.wp-block-table.is-style-stripes table thead th{
  font-weight: normal;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f2feff;
}

/* テーブル：基本 */
.wp-block-table.is-style-normal-table table {
  border-spacing: 0;
  border-collapse: collapse;
}

.wp-block-table.is-style-normal-table table thead{
  border: solid 1px #c2d8f2;
  background-color: #fffbe8;
}
.wp-block-table.is-style-normal-table table thead th{
  border: solid 1px #c2d8f2;
  font-weight: normal;
}
.wp-block-table.is-style-normal-table table th,
.block-editor-block-list__block.wp-block-table.is-style-normal-table table th,
.block-editor-block-list__block.wp-block-table.is-style-normal-table table thead th{
  border: solid 1px #c2d8f2;
}

.wp-block-table.is-style-normal-table td {
  border: solid 1px #c2d8f2;
  box-sizing: border-box;
  background-color: #ffffff;
}

/* テーブル：可変 */
.wp-block-table.is-style-rsp-table table {
  border-spacing: 0;
  border-collapse: collapse;
  
}
.wp-block-table.is-style-rsp-table th {
  box-sizing: border-box;
}
.wp-block-table.is-style-rsp-table td{
  background-color: #ffffff;
  border: solid 1px #c2d8f2;
  box-sizing: border-box;
  
}
.wp-block-table.is-style-rsp-table td:empty{
  display: none;
}
@media screen and (max-width: 640px) {

  .wp-block-table.is-style-rsp-table th {
    display: block;
    width: 100%;
  }
  .wp-block-table.is-style-rsp-table tr:first-child td:first-child {
    border-top: solid 1px #c2d8f2;
  }
  .wp-block-table.is-style-rsp-table td{
    border-top: 0;
    display: block;
    width: 100%;
    border-bottom: solid 1px #c2d8f2;
  }

  
  
  
}

/* テーブル下余白 */
.wp-block-table.is-style-regular table,
.wp-block-table.is-style-stripes,
.wp-block-table.is-style-normal-table table,
.wp-block-table.is-style-rsp-table table {
  margin-bottom: 1em;
}

/* セル背景 */
.wp-block-table.tr-base-even tr:nth-child(even),
.wp-block-table.tr-base-odd tr:nth-child(odd),
.wp-block-table.tr-base-5 tr:nth-child(5),
.wp-block-table.tr-base-4 tr:nth-child(4),
.wp-block-table.tr-base-3 tr:nth-child(3),
.wp-block-table.tr-base-2 tr:nth-child(2),
.wp-block-table.tr-base-1 tr:nth-child(1){
  background: #f2f6f8;
}

.wp-block-table.td-base-even td:nth-child(even),
.wp-block-table.td-base-odd td:nth-child(odd),
.wp-block-table.td-base-5 td:nth-child(5),
.wp-block-table.td-base-4 td:nth-child(4),
.wp-block-table.td-base-3 td:nth-child(3),
.wp-block-table.td-base-2 td:nth-child(2),
.wp-block-table.td-base-1 td:nth-child(1){
  background: #f2f6f8;
}

/* 左項目時：セル最低幅 */
.wp-block-table.hd-w3 td:first-child {
  min-width: 3em;
}
.wp-block-table.hd-w5 td:first-child {
  min-width: 5em;
}
.wp-block-table.hd-w10 td:first-child {
  min-width: 10em;
}

/* テーブル余白 */
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-normal-table td,
.wp-block-table.is-style-normal-table th,
.wp-block-table.is-style-rsp-table td,
.wp-block-table.is-style-rsp-table th{
  padding:5px;
}
@media screen and (min-width: 768px) {
  .wp-block-table.is-style-stripes td,
  .wp-block-table.is-style-stripes th,
  .wp-block-table.is-style-normal-table td,
  .wp-block-table.is-style-normal-table th,
  .wp-block-table.is-style-rsp-table td,
  .wp-block-table.is-style-rsp-table th{
    padding:7px;
  }
}
@media screen and (min-width: 992px) {
  .wp-block-table.is-style-stripes td,
  .wp-block-table.is-style-stripes th,
  .wp-block-table.is-style-normal-table td,
  .wp-block-table.is-style-normal-table th,
  .wp-block-table.is-style-rsp-table td,
  .wp-block-table.is-style-rsp-table th{
    padding:10px;
  }
}

/* 基本・追加クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --- テーブル基本ベース --- */
.edit-post-visual-editor table td,
.site-content table td,
.edit-post-visual-editor table th,
.site-content table th{
  word-break: break-all;
}

/* コンテンツ枠
-------------------------------------------------------------- */

/* 全画面背景用 */
.wp-admin .is-style-fullarea{
  background-color: rgba(0, 0, 0, 0.1);
}

/* グループベース */
.wp-admin .wp-block-group{
  border:dotted 1px #ccc;
  padding:5px;
}
/* グループ：ホーム全幅用背景 */
.is-style-fullarea{
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 20px 0;
  background-color: #eee;
}
@media screen and (max-width: 767px) {
  .is-style-fullarea{
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .is-style-fullarea{
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 50px 0;
  }
}

/* グループ：ホーム全幅 */
.is-style-fullbox1{
  max-width:1280px;
  margin: 0 auto;
}
.all-full .is-style-fullbox1{
  max-width:90%;
}
.all-full2 .is-style-fullbox1{
  max-width:1280px;
  padding-left: 20px;
  padding-right: 20px;
}
.home .all-full2 .is-style-fullbox1{
  box-sizing: inherit;
}

/* グループ：ページ全幅背景 */
.is-style-fullbox2{
  width:100%;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
}
.block-editor-block-list__block.is-style-fullbox2{
  padding: 50px 20px;
  background-color: #eee;
}
.page.sideclm2 .is-style-fullbox2,
.page.full-width .is-style-fullbox2{
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .page.sideclm2 .is-style-fullbox2,
  .page.full-width .is-style-fullbox2{
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .page.sideclm2 .is-style-fullbox2,
  .page.full-width .is-style-fullbox2{
    padding: 50px 0;
  }
}

.is-style-fullbox2::after{
  content: '';
  position: absolute;
  top:0;
  left: 0;
  height: 100%;
  width:100%;
  background-color: #eee;
  z-index: -1;
}

/* ページ全幅背景カラー */
.block-editor-block-list__block.is-style-fullbox2.fb2-colset1,
.is-style-fullbox2.fb2-colset1::after{
  background-color:#F5D2ED;
}
.block-editor-block-list__block.is-style-fullbox2.fb2-colset2,
.is-style-fullbox2.fb2-colset2::after{
  background-color:#CCFFE6;
}
.block-editor-block-list__block.is-style-fullbox2.fb2-colset3,
.is-style-fullbox2.fb2-colset3::after{
  background-color:#AEC7FB;
}
.block-editor-block-list__block.is-style-fullbox2.fb2-colset4,
.is-style-fullbox2.fb2-colset4::after{
  background-color:#DEB8FF;
}
.block-editor-block-list__block.is-style-fullbox2.fb2-colset5,
.is-style-fullbox2.fb2-colset5::after{
  background-color:#FFE4B1;
}

.full-width .is-style-fullbox2::after,
.sideclm2 .is-style-fullbox2::after{
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.block-editor-block-list__block.is-style-fullbox3,
.is-style-fullbox3{
  max-width: 800px;
  margin: 0 auto;
}

/* グループ：ページ全幅波背景 */
.is-style-fullbox4{
  width:100%;
  margin: 0 auto;
  padding: 50px 20px;
  position: relative;
}
.block-editor-block-list__block.is-style-fullbox4{
  padding: 50px 20px;
}
.page.sideclm2 .is-style-fullbox4,
.page.full-width .is-style-fullbox4{
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .page.sideclm2 .is-style-fullbox4,
  .page.full-width .is-style-fullbox4{
    padding: 40px 0;
  }
}
@media screen and (min-width: 992px) {
  .page.sideclm2 .is-style-fullbox4,
  .page.full-width .is-style-fullbox4{
    padding: 50px 0;
  }
}

.is-style-fullbox4::after{
  content: '';
  position: absolute;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 150px;
  width:100vw;
  background-image: url("img/zennami-bs.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}

.wp-admin .is-style-fullbox4::after{
  content: none!important;
  position: relative!important;
}

.wp-admin .is-style-fullbox4{
  background-image: url("img/zennami-bs.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 300px;
}
@media screen and (min-width: 992px) {
  .is-style-fullbox4::after{
    height: 220px;
  }
}
@media screen and (min-width: 1280px) {
  .is-style-fullbox4::after{
    height: 300px;
  }
}

/* 基本・追加クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* グループ（カラムタイプ）
-------------------------------------------------------------- */

.clmbox-4>.wp-block-group__inner-container,
.clmbox-3>.wp-block-group__inner-container,
.clmbox-2l>.wp-block-group__inner-container,
.clmbox-2r>.wp-block-group__inner-container,
.clmbox-2>.wp-block-group__inner-container{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 4%;
  margin-bottom: 20px;
}
.clmbox-4>.wp-block-group__inner-container>div,
.clmbox-3>.wp-block-group__inner-container>div,
.clmbox-2l>.wp-block-group__inner-container>div,
.clmbox-2r>.wp-block-group__inner-container>div,
.clmbox-2>.wp-block-group__inner-container>div{
  width: 100%;
}

@media screen and (max-width: 599px) {
  .clmbox-4.clmsp2>.wp-block-group__inner-container>div,
  .clmbox-3.clmsp2>.wp-block-group__inner-container>div,
  .clmbox-2.clmsp2>.wp-block-group__inner-container>div{
    width: 48%;
  }
  .clmbox-2l.clmsp2>.wp-block-group__inner-container>div:nth-child(odd){
    width: 38%;
  }
  .clmbox-2l.clmsp2>.wp-block-group__inner-container>div:nth-child(even){
    width: 58%;
  }
  .clmbox-2r.clmsp2>.wp-block-group__inner-container{
    flex-direction: row-reverse;
  }
  .clmbox-2r.clmsp2>.wp-block-group__inner-container>div:nth-child(odd){
    width: 38%;
  }
  .clmbox-2r.clmsp2>.wp-block-group__inner-container>div:nth-child(even){
    width: 58%;
  }
}

@media screen and (min-width: 600px) {
  
  .clmbox-2>.wp-block-group__inner-container>div{
    width: 48%;
  }
  .clmbox-2l>.wp-block-group__inner-container>div:nth-child(odd){
    width: 38%;
  }
  .clmbox-2l>.wp-block-group__inner-container>div:nth-child(even){
    width: 58%;
  }
  .clmbox-2r>.wp-block-group__inner-container{
    flex-direction: row-reverse;
  }
  .clmbox-2r>.wp-block-group__inner-container>div:nth-child(odd){
    width: 38%;
  }
  .clmbox-2r>.wp-block-group__inner-container>div:nth-child(even){
    width: 58%;
  }
  .clmbox-3>.wp-block-group__inner-container>div{
    width: 48%;
  }
  .clmbox-4>.wp-block-group__inner-container>div{
    width: 48%;
  }
}

@media screen and (min-width: 992px) {
  .clmbox-3>.wp-block-group__inner-container>div{
    width: 30.66%;
  }
  .clmbox-4>.wp-block-group__inner-container>div{
    width: 22%;
  }
}


/* 見出し
-------------------------------------------------------------- */


/* アーカイブ見出し */
.error404 h1.page-title,
.search h1.page-title,
.ufaq-title-box h2.ufaq-title-contents,
.archive-header h1.archive-title,
.archive-header{
  margin: 0 0 1.2em 0;
}
.error404 h1.page-title,
.search h1.page-title span,
.ufaq-title-box h2.ufaq-title-contents span,
.archive-header h1.archive-title a,
.archive-header h1.archive-title span{
  text-decoration: none;
}

/* アーカイブ見出しクリア */
.error404 h1.page-title span,
.search h1.page-title span,
.ufaq-title-box h2.ufaq-title-contents span,
.archive-header h1.archive-title a,
.archive-header h1.archive-title span{
  display:inherit;
  text-decoration: none;
  color: #000;
  line-height: 1.2em;
  background-color:none;
  padding: 0;
  font-weight: normal;
  margin: 0;
}

/* タイトル上書き */
/*
.search h1.page-title,
.ufaq-title-box h2.ufaq-title-contents,
.archive-header h1.archive-title{
  background-color: #eeeeee;
}
*/
.error404 h1.page-title span,
.search h1.page-title span,
.ufaq-title-box h2.ufaq-title-contents span,
.archive-header h1.archive-title a,
.archive-header h1.archive-title span{
  display: block;
  text-decoration: none;
  font-size:0.94em;
  color: #1835ad;
  padding: 0 0 0.5em 0;
  font-weight: normal;
  border-bottom: 1px solid #1835ad;
  margin: 0 0 1em 0;

}

/* サブタイトル */
.is-style-orgtitle{
  font-size:1.2em;
  color: #1835ad;
  padding: 0 0 0 0;
  font-weight: normal;
  margin: 1em 0 0.2em 0;
  
}

/* 大見出し（サブタイトル有り） */
.is-style-midashi01 {
  font-size:1.6em;
  color: #1835ad;
  padding: 0 0 0.5em 0;
  font-weight: normal;
  border-bottom: 1px solid #1835ad;
  margin: 0 0 1em 0;
}

/* 大見出し */
.is-style-midashi02 {
  font-size:1.6em;
  color: #1835ad;
  padding: 0 0 0.5em 0;
  font-weight: normal;
  border-bottom: 1px solid #1835ad;
  margin: 1em 0;
}

/* 中見出し */
.is-style-midashi03 {
  text-align: center;
  font-size:1.2em;
  color: #1835ad;
  padding: 0 0 0 0;
  font-weight: normal;
  margin: 1em 0;
}

/* 小見出し */
.is-style-midashi04 {
  font-size:1em;
  color: #1835ad;
  background-color: #f2f6f8;
  padding: 0.8em;
  font-weight: normal;
  margin: 1em 0;
}

/* MISSION見出しG */
.is-style-midashi05 {
  font-size:1.2em;
  color: #1835ad;
  font-family: 'Zen Kaku Gothic Antique', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-feature-settings: 'palt';
  font-weight: 500;
}

/* MISSION見出しM */
.is-style-midashi06 {
  font-size:1.4em;
  line-height: 1.5;
  color: #1835ad;
  /*
  font-family: 'Zen Old Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
  font-feature-settings: 'palt';
  font-weight: 600;
  */
  font-family: "FOT-筑紫Aオールド明朝 Pr6N D";
}

/* リストマーク
-------------------------------------------------------------- */

/* リストマーク：基本リスト */
ul.is-style-mdlist04 {
  padding: 0px;
  padding-left: 0px!important;
  margin: 0 0 10px 0;
  list-style: none;
}
ul.is-style-mdlist04 > li {
  position: relative;
  margin:0 0 0 0;
  list-style-type: none;
  text-indent: 0;
  padding-left: 1.2em;
}
ul.is-style-mdlist04 > li::before{
  position: absolute;
  display: inline;
  content: "●";
  color: #ace3ff;
  top: 0;
  left: 0;
}

/* リストマーク：三角マーク */
.is-style-mdlist01 {
  padding: 0px;
  padding-left: 0px!important;
  margin: 0 0 10px 0;
  list-style: none;
}
.is-style-mdlist01 > li {
  position: relative;
  padding: 0px 0px 0px 1em;
  list-style: none;
}
.is-style-mdlist01 > li::before{
  position: absolute;
  top: 0.5em;
  left: 4px;
  width: 0px;
  height: 0px;
  border: 0.3em solid transparent;
  border-left: 0.4em solid #ace3ff;
  content: "";
}

/* リストマーク：※印マーク */
ul.is-style-mdlist02 {
  padding: 0px;
  padding-left: 0px!important;
  margin: 0 0 10px 0;
  list-style: none;
}
ul.is-style-mdlist02 > li {
  position: relative;
  margin:0 0 0 0;
  list-style-type: none;
  text-indent: 0;
  padding-left: 1.2em;
}
ul.is-style-mdlist02 > li::before{
  position: absolute;
  display: inline;
  content: "※";
  top: 0;
  left: 0;
}

/* リストスタイル ：※番号 */
ol.is-style-mdlist02{
  padding:0;
  padding-left: 0px!important;
  counter-reset: number;
  list-style: none;
}
ol.is-style-mdlist02 li{
  position: relative;
  margin:0 0 0 0;
  padding:0;
  padding-left: 2em;
  text-indent: 0;
}
ol.is-style-mdlist02 li:before {
  position: absolute;
  display: inline;
  counter-increment: number;
  content: "※"counter(number)" ";
  top: 0;
  left: 0;
}

/* リストマーク：帯リスト */
.is-style-mdlist03 {
  padding: 0px;
  padding-left: 0px!important;
  margin: 0px;
  list-style: none;
}
.is-style-mdlist03 > li {
  margin:0 0 0.5em 0;
  list-style-type: none;
  padding: 0.5em;
  background: #f2f6f8;
}

/* リストスタイル ：※数字つきボックス */
ul.is-style-mdlist05{
  margin: 0;
  padding:0!important;
  counter-reset: number;
  list-style: none;
}
ul.is-style-mdlist05 li{
  position: relative;
  margin:0 0 0.5em 0;
  padding:1.5em 1.5em 1.5em 5em;
  text-indent: 0;
  background: #f2f6f8;
  background-image: url("img/mdlist05-line.png");
  background-size: 1px calc(100% - 20px);
  background-repeat: no-repeat;
  background-position: left 4em top 10px;
  border-radius: 1em;
}
ul.is-style-mdlist05 li img{
  float: right;
  width: 200px!important;
  max-width: 50%;
  height: auto;
  margin: 0 0 10px 10px;
  vertical-align: middle;
    
  object-fit: cover;
  /* ここにアスペクト比を入れる */
  /*aspect-ratio: 4 / 3;*/
}
@media only screen and (max-width:599px){
  ul.is-style-mdlist05 li img{
    width: 100%!important;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
}
ul.is-style-mdlist05 li {
  clear: both;
}
ul.is-style-mdlist05 li:before {
  position: absolute;
  display: block;
  counter-increment: number;
  content: ""counter(number)" ";
  top: 50%;
  left: 0.7em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 2em;
  color: #2678e6;
}


/* リストスタイル ：※流れボックス */
ul.is-style-mdlist06{
  margin: 0;
  padding:0!important;
  counter-reset: number;
  list-style: none;
}
ul.is-style-mdlist06 li{
  position: relative;
  margin:0 0 30px 0;
  padding:1.5em 1.5em 1.5em 5em;
  text-indent: 0;
  background: #f2f6f8;
  background-image: 
    url("img/mdlist05-line.png"),
    url("img/mdlist06-step.png");
  background-size: 
    1px calc(100% - 20px),
    32px 16px;
  background-repeat: 
    no-repeat,
    no-repeat;
  background-position:
    left 4em top 10px,
    left 1em top calc(50% - 1.1em);
  border-radius: 1em;
}
ul.is-style-mdlist06 li strong{
  color: #1835AD;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
ul.is-style-mdlist06 li img{
  float: right;
  width: 200px!important;
  max-width: 50%;
  height: auto;
  margin: 0 0 10px 10px;
  vertical-align: middle;
    
  object-fit: cover;
  /* ここにアスペクト比を入れる */
  /*aspect-ratio: 4 / 3;*/
}
@media only screen and (max-width:599px){
  ul.is-style-mdlist06 li img{
    width: 100%!important;
    max-width: 100%;
    margin: 0 0 10px 0;
  }
}
ul.is-style-mdlist06 li {
  clear: both;
}
ul.is-style-mdlist06 li:before {
  position: absolute;
  display: block;
  counter-increment: number;
  content: ""counter(number)"";
  top: calc(50% + 0.3em);
  left: 0.7em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 2em;
  color: #2678e6;
}
ul.is-style-mdlist06>li span.flowimg {
  content: '';
  position:absolute;
  display: block;
  width: 32px;
  height: 16px;
  background-image: url("img/mdlist06-flow.png");
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -25px;
  left: calc(50% - 16px);
}

ul.is-style-mdlist06>li:last-child span.flowimg,
ul.is-style-mdlist06>li.flowimg-none span.flowimg{
  content:none;
  display: none;
}

.img-flort-left img{
  float: left!important;
  margin: 0 10px 10px 0!important;
}
.img-flort-right img{
  float: right!important;
  margin: 0 0 10px 10px!important;
}

/* 画像
-------------------------------------------------------------- */

/* 画像下マージンクリア */
figure{
  margin-bottom: 0;
}

/* 画像：正方形 */
.is-style-mdimg01{
  width: 100%;
  position: relative;
}
.is-style-mdimg01::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.is-style-mdimg01 img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
/* 画像：正方形（エディター） */
.is-style-mdimg01,
.is-style-mdimg01 .components-resizable-box__container{
  display: block;
  position: relative;
}
.is-style-mdimg01 .components-resizable-box__container::before {
  content: "";
  width: auto;
  display: block;
  padding-top: 100%;
  margin-top: -100%;
}
.is-style-mdimg01 .components-resizable-box__container img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.wp-block-image.is-style-mdimg01>figcaption.block-editor-rich-text__editable{
  display: block;
  width: 100%;
}

/* 画像：固定横長70 */
.is-style-mdimg02 {
  width: 100%;
  position: relative;
}
.is-style-mdimg02::before {
  content: "";
  display: block;
  padding-top: 70%;
}
.is-style-mdimg02 img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}

/* 画像：固定横長70（エディター） */
.is-style-mdimg02,
.is-style-mdimg02 .components-resizable-box__container {
  display: block;
  position: relative;
}
.is-style-mdimg02 .components-resizable-box__container::before {
  content: "";
  width: auto;
  display: block;
  padding-top: 70%;
  margin-top: -70%;
}
.is-style-mdimg02 .components-resizable-box__container img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.wp-block-image.is-style-mdimg02>figcaption.block-editor-rich-text__editable{
  display: block;
  width: 100%;
}

/* 画像：固定横長50 */
.is-style-mdimg03 {
  width: 100%;
  position: relative;
}
.is-style-mdimg03::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.is-style-mdimg03 img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
/* 画像：固定横長50（エディター） */
.is-style-mdimg03,
.is-style-mdimg03 .components-resizable-box__container {
  display: block;
  position: relative;
}
.is-style-mdimg03 .components-resizable-box__container::before {
  content: "";
  width: auto;
  display: block;
  padding-top: 50%;
  margin-top: -50%;
}
.is-style-mdimg03 .components-resizable-box__container img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.wp-block-image.is-style-mdimg03>figcaption.block-editor-rich-text__editable{
  display: block;
  width: 100%;
}

/* 画像：固定横長35 */
.is-style-mdimg04 {
  width: 100%;
  position: relative;
}
.is-style-mdimg04::before {
  content: "";
  display: block;
  padding-top: 35%;
}
.is-style-mdimg04 img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}

/* 画像：固定横長35（エディター） */
.is-style-mdimg04,
.is-style-mdimg04 .components-resizable-box__container {
  display: block;
  position: relative;
}
.is-style-mdimg04 .components-resizable-box__container::before {
  content: "";
  width: auto;
  display: block;
  padding-top: 35%;
  margin-top: -35%;
}
.is-style-mdimg04 .components-resizable-box__container img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.wp-block-image.is-style-mdimg04>figcaption.block-editor-rich-text__editable{
  display: block;
  width: 100%;
}

/* 画像：固定横長35-60 */
.is-style-mdimg05 {
  width: 100%;
  position: relative;
}
.is-style-mdimg05::before {
  content: "";
  display: block;
  padding-top: 35%;
}
@media only screen and (max-width:767px){
  .is-style-mdimg05::before {
    padding-top: 60%;
  }
}
.is-style-mdimg05 img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}

/* 画像：固定横長35-60（エディター） */
.is-style-mdimg05,
.is-style-mdimg05 .components-resizable-box__container {
  display: block;
  position: relative;
}
.is-style-mdimg05 .components-resizable-box__container::before {
  content: "";
  width: auto;
  display: block;
  padding-top: 35%;
  margin-top: -35%;
}
@media only screen and (max-width:767px){
  .is-style-mdimg05 .components-resizable-box__container::before {
    padding-top: 60%;
    margin-top: -60%;
  }
}
.is-style-mdimg05 .components-resizable-box__container img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:0;
  object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.wp-block-image.is-style-mdimg05>figcaption.block-editor-rich-text__editable{
  display: block;
  width: 100%;
}

/* 画像：角丸*/
.is-style-mdimg06 img,
.is-style-mdimg06 .components-resizable-box__container img{
  border-radius: 10px;
}
.radset10 img,
.radset10 .components-resizable-box__container img,
.is-style-mdimg06.radset10 img,
.is-style-mdimg06.radset10 .components-resizable-box__container img{
  border-radius: 10px;
}
.radset20 img,
.radset20 .components-resizable-box__container img,
.is-style-mdimg06.radset20 img,
.is-style-mdimg06.radset20 .components-resizable-box__container img{
  border-radius: 20px;
}
.radset30 img,
.radset30 .components-resizable-box__container img,
.is-style-mdimg06.radset30 img,
.is-style-mdimg06.radset30 .components-resizable-box__container img{
  border-radius: 30px;
}
.radset40 img,
.radset40 .components-resizable-box__container img,
.is-style-mdimg06.radset40 img,
.is-style-mdimg06.radset40 .components-resizable-box__container img{
  border-radius: 40px;
}
.radset50 img,
.radset50 .components-resizable-box__container img,
.is-style-mdimg06.radset50 img,
.is-style-mdimg06.radset50 .components-resizable-box__container img{
  border-radius: 50px;
}


/* 基本・追加クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* 画像基本設定 */
img{
  margin:0;
  padding:0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* 画像キャプション */
figcaption{
  text-align: center;
  position: relative;
  z-index: 2;
  padding: 10px;
}

/* ノーイメージスタイル */
.noimg-text{
  position: relative;
}
/*
.noimg-text::after{
  content: 'No Image';
  position: absolute;
  display: block;
  color: #fff;
  font-size: 1.3em;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index: 2;
}
*/
/* ノーイメージスタイル（エディター） */
.block-editor-block-list__block.noimg-text{
  content: none;
  position: relative;
}
/*
.block-editor-block-list__block.noimg-text div::after{
  content: 'No Image';
  position: absolute;
  display: block;
  color: #fff;
  font-size: 1.3em;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  z-index: 2;
}
*/
/* 画像サイズ（サイズ指定） */
.myimgsize-30,
.wp-block-image.myimgsize-30 figure,
figure.wp-block-image.myimgsize-30{
  max-width: 30%;
}
.myimgsize-50,
.wp-block-image.myimgsize-50 figure,
figure.wp-block-image.myimgsize-50 {
  max-width: 50%;
}
.myimgsize-70,
.wp-block-image.myimgsize-70 figure,
figure.wp-block-image.myimgsize-70 {
  max-width: 70%;
}
.myimgsize-s,
.wp-block-image.myimgsize-s figure,
figure.wp-block-image.myimgsize-s {
  max-width: 200px;
}
.myimgsize-m,
.wp-block-image.myimgsize-m figure,
figure.wp-block-image.myimgsize-m{
  max-width: 400px;
}
.myimgsize-l,
.wp-block-image.myimgsize-l figure,
figure.wp-block-image.myimgsize-l{
  max-width: 600px;
}
@media only screen and (max-width:767px){
  .myimgsize-s,
  .wp-block-image.myimgsize-s figure,
  figure.wp-block-image.myimgsize-s{
    max-width: 50%;
  }
  .myimgsize-m,
  .wp-block-image.myimgsize-m figure,
  figure.wp-block-image.myimgsize-m{
    max-width: 70%;
  }
  .myimgsize-l,
  .wp-block-image.myimgsize-l figure,
  figure.wp-block-image.myimgsize-l{
    max-width: 90%;
  }
}

.wp-block-image.bd-round10{
  border-radius: 10px;
  overflow: hidden;
}
.wp-block-image.bd-round20{
  border-radius: 20px;
  overflow: hidden;
}
.wp-block-image.bd-round30{
  border-radius: 30px;
  overflow: hidden;
}

/* スペーサー
-------------------------------------------------------------- */

/* スペース：余白30-50 */
.is-style-mdspacer01{
  height: 30px!important;
}
/* スペース：余白15-25 */
.is-style-mdspacer02{
  height: 15px!important;
}
.is-style-mdspacer01 .components-resizable-box__container{
  height: auto!important;
  min-height: 30px!important;
}
.is-style-mdspacer02 .components-resizable-box__container{
  height: auto!important;
  min-height: 15px!important;
}
@media only screen and (min-width:768px){
  .is-style-mdspacer01{
    height: 40px!important;
  }
  .is-style-mdspacer02{
    height: 20px!important;
  }
  .is-style-mdspacer01 .components-resizable-box__container{
    min-height: 40px!important;
  }
  .is-style-mdspacer02 .components-resizable-box__container{
    min-height: 20px!important;
  }
}
@media only screen and (min-width:992px){  
  .is-style-mdspacer01{
    height: 50px!important;
  }
  .is-style-mdspacer02{
    height: 25px!important;
  }
  .is-style-mdspacer01 .components-resizable-box__container{
    min-height: 50px!important;
  }
  .is-style-mdspacer02 .components-resizable-box__container{
    min-height: 25px!important;
  }
}

/* カラム
-------------------------------------------------------------- */

/* 基本・追加クラス
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.wp-block-columns {
  gap:2em 2em;
}
.wp-block-columns.wrap-gap1 {
  gap:1em 2em;
}
.wp-block-columns.wrap-gap0 {
  gap:0 2em;
}

/* 逆読み：基本カラムにクラス付与 */
@media screen and (max-width: 781px) {
  .reverse-set{
    flex-wrap:wrap-reverse!important;
  }
}

/* カラム間隔調整：基本カラムにクラス付与 */
.wp-block-columns.culumn-space{
  margin-bottom: 0;
}
.wp-block-columns.culumn-space .wp-block-column{
  margin-bottom: 20px;
}



/* ==============================================================

=ブロック適用

============================================================== */


/* 文字サイズ
-------------------------------------------------------------- */

.has-small-font-size{
  font-size: 13px;
}

.has-medium-font-size{
  font-size: 20px;
}

.has-large-font-size{
  font-size: 36px;
}

.has-x-large-font-size{
  font-size: 36px;
}



/* ==============================================================

=コンテンツ

============================================================== */


/* PC・モバイルの表示制御
-------------------------------------------------------------- */

@media only screen and (max-width:599px){
  .only-view-mb{
    display: block!important;
  }
  .only-view-pc{
    display: none!important;
  }
}
@media only screen and (min-width:600px){
  .only-view-mb{
    display: none!important;
  }
  .only-view-pc{
    display: block!important;
  }
}
.wp-admin .only-view-mb{
  display: block!important;
}
.wp-admin .only-view-pc{
  display: block!important;
}

/* 波グラデーション
-------------------------------------------------------------- */


.namigurade-box{
  margin-right: -20px!important;
  margin-left: -20px!important;
  padding: 10px 20px 20px 20px;
}
.namigurade-box.grade-end{
  margin-bottom: -50px!important;
  border-radius: 0 0 20px 20px!important;
}

.namigurade-box.grade-pd-allnon{
  padding-right: 0!important;
  padding-left: 0!important;
}
.namigurade-box.grade-pd-leftnon{
  padding-left: 0!important;
}
.namigurade-box.grade-pd-rightnon{
  padding-right: 0!important;
}

.namigurade-box.grade-set1{
  background-color: #ffffff;
  min-height: 200px;
}
.namigurade-box.grade-set1.grade-img1{
  background-image: url("img/namigurade1.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100px;
}
.namigurade-box.grade-set2{
  background-color: #F4F8FF;
  min-height: 200px;
}
.namigurade-box.grade-set2.grade-img2{
  background-image: url("img/namigurade2.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100px;
}
.namigurade-box.grade-set3{
  background-color: #EAF0FA;
  min-height: 200px;
}
.namigurade-box.grade-set3.grade-img3{
  background-image: url("img/namigurade3.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100px;
}
.namigurade-box.grade-set4{
  background-color: #E6E6F4;
  min-height: 200px;
}

.namigurade-box.grade-img-end{
  background-image: url("img/namigurade4.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 100px;
}
.namigurade-box.grade-img-end,
.namigurade-box.grade-set1.grade-img3,
.namigurade-box.grade-set1.grade-img2,
.namigurade-box.grade-set1.grade-img1{
  background-size: auto 50px;
}

@media screen and (max-width: 781px) {
  .mezasu-clm-right{
    padding-left: 30px!important;
  }
}
@media screen and (min-width: 380px) {
  .namigurade-box{
    margin-right: -30px!important;
    margin-left: -30px!important;
    padding: 10px 30px 30px 30px;
  }
  .namigurade-box.grade-end{
    margin-bottom: -60px!important;
    border-radius: 0 0 25px 25px!important;
  }
}
@media screen and (min-width: 782px) {
  .namigurade-box.grade-img-end,
  .namigurade-box.grade-set1.grade-img3,
  .namigurade-box.grade-set1.grade-img2,
  .namigurade-box.grade-set1.grade-img1{
    background-size: auto 70px;
  }
  .namigurade-box{
    margin-right: -30px!important;
    margin-left: -30px!important;
    padding: 10px 30px 30px 30px;
  }
  .namigurade-box.grade-end{
    margin-bottom: -80px!important;
    border-radius: 0 0 25px 25px!important;
  }
}
@media screen and (min-width: 992px) {
  .namigurade-box.grade-img-end,
  .namigurade-box.grade-set1.grade-img3,
  .namigurade-box.grade-set1.grade-img2,
  .namigurade-box.grade-set1.grade-img1{
    background-size: auto 100px;
  }
  .namigurade-box{
    margin-right: -50px!important;
    margin-left: -50px!important;
    padding: 10px 50px 50px 50px;
  }
  .namigurade-box.grade-end{
    margin-bottom: -120px!important;
    border-radius: 0 0 30px 30px!important;
  }

}
@media screen and (min-width: 1280px) {
  .namigurade-box{
    margin-right: -80px!important;
    margin-left: -80px!important;
    padding: 10px 80px 80px 80px;
  }
  .namigurade-box.grade-end{
    margin-bottom: -120px!important;
    border-radius: 0 0 30px 30px!important;
  }
}



/* ホーム
-------------------------------------------------------------- */

.home h1.home-titledm{
  font-size: 0;
}

.wp-admin .top-nami2-bs,
.home .top-nami2-bs{
  background-color: #f2f6f8;
  background-image: url("img/top-nami2.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100px;
}

/* 白枠ボックス */
.home-textbox{
  background-color: #ffffff;
  box-sizing: border-box;
  padding: 30px!important;
  width: 90%;
  border-radius: 30px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .home-textbox{
    padding: 40px 100px 50px 100px !important;
  }
}
@media screen and (min-width: 1280px) {
  .home-textbox{
    padding: 50px 110px 60px 110px !important;
  }
}


/* サブタイトル */
.home-subtitle{
  font-size:1.2em;
  color: #1835ad;
  padding: 0 0 0 0;
  font-weight: normal;
  margin: 1em 0 0.2em 0;
}

/* メインタイトル */

.home-subtitle01 {
  font-size:1.5em;
  color: #1835ad;
  padding: 0 0 0.5em 0;
  font-weight: normal;
  margin: 0 0 1em 0;
}
.home-subtitle02 {
  font-size:1.5em;
  color: #1835ad;
  padding: 0 0 0.5em 0;
  font-weight: normal;
  margin: 1em 0;
}

.home-subtitle02,
.home-subtitle01 {
  font-size:31px!important;
}

@media screen and (min-width: 992px) {
  .home-subtitle02,
  .home-subtitle01 {
    font-size:38px!important;
  }
}
@media screen and (min-width: 1280px) {
  .home-subtitle02,
  .home-subtitle01 {
    font-size:45px!important;
  }
}

/* 外観イメージ */
.shisetsu-gaikan img{
  position: relative;
  z-index: 0;
  width: 100vw;
  height: 500px;
  object-fit: cover;
  margin: -50px auto;
}
@media screen and (min-width: 992px) {
  .shisetsu-gaikan img{
    height: 700px;
  }
}
@media screen and (min-width: 1280px) {
  .shisetsu-gaikan img{
    height: 1000px;
  }
}

/* アイコンボタン3 */
@media screen and (max-width: 781px) {
  ul.anshin3-btm{
    margin: 2em 0 0 0!important;
    padding: 0!important;
    list-style-type: none;
    display: block;
  }
  ul.anshin3-btm li{
    margin-bottom: 10px;
  }
  ul.anshin3-btm li a{
    position: relative;
    background-color: #ffffff;
    display: block;
    padding: 30px 40px 30px 80px;
    border: solid 1px #c2d8f2;
    border-radius: 20px;
    color: #1835ad;
    line-height: 1.5;
  }
  ul.anshin3-btm li a:hover{
    background-color: #fffbe8;
  }
  
  
  ul.anshin3-btm li a::before{
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    left:20px;
    top:calc(50% - 15px);
    background-image: url("img/mainsub-icon01.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  ul.anshin3-btm li a::after{
    content: '';
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    right:20px;
    top:calc(50% - 0.5em);
    background-image: url("img/mblist-icon3.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  ul.anshin3-btm li a br{
    display: none;
  }
}
@media screen and (max-width: 392px) {
  ul.anshin3-btm li.anshin3-icon1 a br,
  ul.anshin3-btm li.anshin3-icon2 a br{
    display: block;
  }
}
@media screen and (min-width: 782px) {
  
  ul.anshin3-btm{
    margin: 2em 0 0 0!important;
    padding: 0!important;
    list-style-type: none;
    display: flex;
    gap:1em 2%;
  }
  ul.anshin3-btm li{
    width: 33.3%;
  }
  ul.anshin3-btm li a{
    line-height: 1.5;
    background-color: #ffffff;
    display: block;
    padding: 20px 20px 75px 20px;
    border: solid 1px #c2d8f2;
    border-radius: 20px;
    color: #1835ad;
    text-align: center;
    position: relative;
    transition: all 0.3s;
  }
  ul.anshin3-btm li a:hover{
    background-color: #fffbe8;
    transition: all 0.3s;
  }
  ul.anshin3-btm li a::before{
    content: '';
    display: block;
    width: 76px;
    height: 76px;
    margin: 0 auto 0 auto;
    background-image: url("img/mainsub-icon01.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  ul.anshin3-btm li a::after{
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 0.5em);
    bottom: 20px;
    width: 1em;
    height: 1em;
    background-image: url("img/mblist-icon3.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s;
  }
  ul.anshin3-btm li a:hover::after{
    margin-left: 10px;
    transition: all 0.3s;
  }
}
ul.anshin3-btm li.anshin3-icon1 a::before{
  background-image: url("img/mainsub-icon01.png");
}
ul.anshin3-btm li.anshin3-icon2 a::before{
  background-image: url("img/mainsub-icon02.png");
}
ul.anshin3-btm li.anshin3-icon3 a::before{
  background-image: url("img/mainsub-icon03.png");
}

/* 呉でウェルディ暮らし */

.kurede-welldybox-area{
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 781px) {
  .kurede-welldybox-area{
    margin: 0;
    gap:0.5em;
    width: 100%;
  }
  .kurede-welldybox-left img{
    max-width: 200px;
  }
}

@media screen and (min-width: 992px) {
  .kurede-welldybox-kamome{
    background-size: 160px 160px;
  }
}

.kure-welldy-waku{
  text-align: left;
  margin-top:0;
  padding: 0!important;
  position: relative;
  min-height: 450px;
  
  background-image: url("img/kurede-welldybox-kamome-h.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 135px 135px;
}

@media screen and (max-width: 781px) {
  
  .kure-welldy-base{
    width: 100vw;
    margin-top: 0;
    padding: 0 20px;

    background-color: #ace3ff;
    background-image: 
      url("img/kure-welldy-basemb1.png"),
      url("img/kure-welldy-basemb2.png");
    background-repeat:
      no-repeat,
      no-repeat;
    background-position:
      top center,
      bottom center;
    background-size:
      auto 265px,
      auto 265px;
  }
  
  .kure-welldy-waku .kure-welldy-img{
    width: 60%;
    margin: 0 0 -50px auto;
    height: auto;
  }
}
@media screen and (min-width: 782px) {
  
  .kure-welldy-base{
    width: 100vw;
    margin-top: 0;
    padding: 0 20px;

    /*background-color: #ace3ff;*/
    background-image: 
      url("img/kure-welldy-base1.png"),
      url("img/kure-welldy-base2.png");
    background-repeat:
      no-repeat,
      no-repeat;
    background-position:
      top center,
      bottom -1px center;
    background-size:
      auto 265px,
      auto 265px;
  }
  
  .kure-welldy-waku{
    background-position: left top;
    background-size: 135px 135px;
  }
  .kure-welldy-waku .kure-welldy-img{
    margin: 0;
    position: absolute;
    top:50%;
    right: 20px;
    width: 45%;
    height: auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}

.kure-welldy-btmwaku .wp-block-columns{
  gap:0 1em!important;
}
.kure-welldy-btmwaku .wp-block-buttons{
  margin: 0!important;
}

.kure-welldy-btmwaku .wp-block-button__link{
  margin-bottom: 1em!important;
}

.wp-admin .kure-welldy-btmwaku .block-editor-block-list__block{
  margin: 0 0 0 0!important;
}

.kure-welldy-btmwaku{
  margin: 0!important;
  padding-top: 100px;
  width: 100%;
}
@media screen and (min-width: 782px) {
  .kure-welldy-btmwaku{
    margin: 0!important;
    padding-top: 120px;
    width: 49%;
  }
}


/* ウェルディについて詳しく知る */
.syousai-list-block{
  margin-bottom: 0;
}

ul.syousai-list{
  margin: 0!important;
  padding: 0!important;
  display: flex;
  flex-wrap: wrap;
  gap:10px 10px;
  list-style-type: none;
}
ul.syousai-list li{
  display: block;
  text-align: center;
  width: 75px;
  height: 75px;
  border: solid 1px #c2d8f2;
  line-height: 1.5;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
}
ul.syousai-list li strong{
  color:#222222;
  display: block;
  position: absolute;
  width: 100%;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

ul.syousai-list.syousai-list-blue li strong{
  color:#316bb9;
}
ul.syousai-list.syousai-list-orange li strong{
  color:#f07601;
}

@media screen and (min-width: 350px) {
  ul.syousai-list li{
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 786px) {
  .syousai-list-block .wp-block-column:nth-child(1){
    flex-basis: 230px!important;
  }
  .syousai-list-block .wp-block-column:nth-child(2){
    flex-basis: calc(100% - 230px)!important;
  }
  
  ul.syousai-list{
    display: flex;
    flex-wrap: wrap;
    gap:10px 10px;
  }
  ul.syousai-list li{
    width: 100px;
    height: 100px;
  }
}
@media screen and (min-width: 992px) {
  .syousai-list-block .wp-block-column:nth-child(1){
    flex-basis: 280px!important;
  }
  .syousai-list-block .wp-block-column:nth-child(2){
    flex-basis: calc(100% - 280px)!important;
  }
  ul.syousai-list li{
    font-size: 1.1em;
    width: 120px;
    height: 120px;
  }
  
}
@media screen and (min-width: 1280px) {
  .syousai-list-block .wp-block-column:nth-child(1){
    flex-basis: 330px!important;
  }
  .syousai-list-block .wp-block-column:nth-child(2){
    flex-basis: calc(100% - 330px)!important;
  }
  ul.syousai-list li{
    font-size: 1.2em;
    width: 135px;
    height: 135px;
  }
  
}

/* 医療ニーズへの対応 */

ul.needs-list{
  margin: 0;
  padding: 0!important;
  list-style-type: none;
}
@media screen and (min-width: 992px) {
  ul.needs-list{
    display: flex;
    gap:1em;
    justify-content: center;
  }
}

/* 入居者様に優しいご利用料金：ボディー */
@media screen and (min-width: 992px) {
  .pay-copy-body{
    width: 80%;
    margin: 0 auto;
  }

}

/* 入居者様に優しいご利用料金：表（赤文字・赤枠） */
p.kanrihi-p{
  margin-top: 0!important;
  padding-top: 8px;
  padding-left: 40px;
  position: relative;
}
p.kanrihi-p::before{
  content: '';
  display: block;
  position: absolute;
  top:0;
  left: 20px;
  width: 12px;
  height: 22px;
  background-image: url("img/kanrihi-yajirushi1.png");
  background-size: cover;
  background-position: bottom left;
}
.kanrihi-table table{
  margin-bottom: 0!important;
}
.kanrihi-table table tr:nth-child(4){
  border-top: solid 2px #D92321;
  border-left: solid 2px #D92321;
  border-right: solid 2px #D92321;
}
.kanrihi-table table tr:nth-child(5){
  border-bottom: solid 2px #D92321;
  border-left: solid 2px #D92321;
  border-right: solid 2px #D92321;
}
.wp-admin .kanrihi-mb-waku,
.kanrihi-mb-waku{
  border: solid 2px #D92321;
  margin-bottom: 0;
}


/* 入居者様に優しいご利用料金：表（モバイル成型） */
.kanrihi-mb-header{
  margin: 0!important;
  padding: 5px;
  display: block;
  text-align: center;
  background-color: #f2fdff;
  border-top: solid 1px #c2d8f2;
  border-left: solid 1px #c2d8f2;
  border-right: solid 1px #c2d8f2;
}
.kanrihi-mb-header p{
  margin: 0!important;
}
.kanrihi-mb-table{
  margin-top: 0;
}
.kanrihi-mb-table table{
  margin-bottom: 10px;
}
.kanrihi-mb-table.kanrihi-mb-table-last,
.kanrihi-mb-table.kanrihi-mb-table-last table{
  margin-bottom: 0;
}
.kanrihi-mb-table table td:first-child{
  width: 60%;
  background-color: #fefbe8;
}

/* 入居者様に優しいご利用料金 */
.nyukyoinfo-block{
  padding: 0;
  gap:0;
}
.nyukyoinfo-block .nyukyoinfo-img{
  min-height: 350px;
  background-image: url("img/nyukyo-info-img.jpg");
  background-size: cover;
}
.nyukyoinfo-block .nyukyoinfo-text{
  padding: 0 20px 20px 20px;
}
.nyukyo-icon{
  margin-top: -40px;
}

@media screen and (min-width: 782px) {
  .nyukyoinfo-block .nyukyoinfo-img{
    min-height: 400px;
  }

  .nyukyoinfo-block .nyukyoinfo-text{
    padding: 30px;
  }
  .nyukyo-icon{
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .nyukyoinfo-block .nyukyoinfo-img{
    min-height: 450px;
  }

  .nyukyoinfo-block .nyukyoinfo-text{
    padding: 40px;
  }
}
@media screen and (min-width: 1280px) {
  .nyukyoinfo-block .nyukyoinfo-img{
    min-height: 500px;
  }

  .nyukyoinfo-block .nyukyoinfo-text{
    padding: 50px;
  }
}


/* ウェルディの目指すもの
-------------------------------------------------------------- */

.mezasu-box{
  margin-left: -20px!important;
}

.mezasu-clm-right{
  padding-left: 20px!important;
}

.mezasu-txt-eng{
  margin: 0!important;
}
@media screen and (min-width: 380px) {
  .mezasu-box{
    margin-left: -30px!important;
  }
  .mezasu-clm-right{
    padding-left: 30px!important;
  }
}
@media screen and (min-width: 782px) {
  .mezasu-box{
    margin-left: -30px!important;
  }
  .mezasu-clm-right{
    padding-left: 0!important;
  }
}
@media screen and (min-width: 992px) {
  .mezasu-box{
    margin-left: -50px!important;
  }
}
@media screen and (min-width: 1280px) {
  .mezasu-box{
    margin-left: -80px!important;
  }
}


/* 最下部コンテンツ
-------------------------------------------------------------- */

.saikabu-illustbox{
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  height: auto;
}
.saikabu-illustbox-mb{
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.naname-line-box{
  text-align: center;
}
.naname-line{
  position: relative;
  display: inline-block;
  padding: 1em 25px;
}
.naname-line::before{
  content: '';
  position: absolute;
  top:50%;
  left: 0;
  width: 22px;
  height: 40px;
  background-image: url("img/naname-line-left.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.naname-line::after{
  content: '';
  position: absolute;
  top:50%;
  right: 0;
  width: 22px;
  height: 40px;
  background-image: url("img/naname-line-right.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 350px) {
  .naname-line{
    padding: 1em 30px;
  }
}
@media screen and (min-width: 782px) {
  
  .saikabu-illustbox{
    width: 80%;
  }
  .naname-line{
    padding: 1em 50px;
  }
  .naname-line br{
    display: none;

  }
}


ul.foot-skb-contact{
  display: flex;
  flex-wrap: wrap;
  gap:0.5em 1em;
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0 0 0 0!important;
  justify-content: center;
  align-items: center;
}

ul.foot-skb-contact li.skb-contact-tel a{
  display: block;
  font-size: 1.5em;
  color: #ffffff;
  position: relative;
  padding-left: 1.3em;
  margin-top: -0.2em;
}
ul.foot-skb-contact li.skb-contact-tel a::before{
  content: '';
  position: absolute;
  display: block;
  width: 1.4em;
  height: 1.4em;
  top:calc(50% - 0.6em);
  left: 0;
  background-image: url("img/header-icon-tel2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
ul.foot-skb-contact li.skb-contact-time{
  
}

ul.saikabu-contact{
  width: 100%;
  max-width: 800px;
  font-weight: bold!important;
  display: block;
  margin: 0 auto;
  padding: 0 0 0 0!important;
  list-style-type: none;
}
ul.saikabu-contact li{
  width: 100%;
  margin-bottom: 0.5em;
  text-align: center;
}
ul.saikabu-contact li a{
  position: relative;
  display: block;
  background-color: #777777;
  color: #ffffff;
  padding: 1em 1em 1em 2.5em;
  border-radius: 10px;
  border: solid 2px #f07601;
}
ul.saikabu-contact li a::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  margin-right: 0.3em;
  margin-top: -0.2em;
  background-image: url("img/header-icon-contact.png");
  background-repeat: no-repeat;
  background-size: contain;
}
ul.saikabu-contact li:nth-child(1) a{
  background-color: #f07601;
  color: #ffffff;
}
ul.saikabu-contact li:nth-child(1) a::before{
  background-image: url("img/header-icon-contact.png");
}
ul.saikabu-contact li:nth-child(2) a{
  background-color: #ffffff;
  color: #f07601;
}
ul.saikabu-contact li:nth-child(2) a::before{
  background-image: url("img/header-icon-shiryou.png");
}

@media screen and (min-width: 992px) {
  /*
  ul.saikabu-contact{
    display: flex;
    gap: 10px 1em;
  }
  ul.saikabu-contact li{
    width: 50%;
  }
  */
}

.yokuaru-qa{
  display: inline-block;
  position: relative;
}
.yokuaru-qa::before{
  content:'';
  display: block;
  width: 76px;
  height: 76px;
  margin: 0 auto 0.5em auto;
  background-image: url("img/mainsub-icon06.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.yokuaru-qa-left{
  text-align: center;
  border-bottom: solid 1px #2678e6;
}
.yokuaru-qa-right{
  text-align: center;
}
.yokuaru-qa-right a{
  position: relative;
  display: block;
  padding: 1em 1em 2em 1em;
}
.yokuaru-qa-right a::after{
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 0.6em);
  bottom: 0;
  width: 1.2em;
  height: 1.2em;
  background-image:url("img/mblist-icon3.png");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 782px) {
  .yokuaru-qa{
    padding-left: 85px!important;
  }
  .yokuaru-qa::before{
    content:'';
    display: block;
    position: absolute;
    left: 0;
    top:calc(50% - 38px);
    width: 76px;
    height: 76px;
    margin: 0 0 0 0;
  }
  .yokuaru-qa-left{
    text-align: left;
    border-bottom: 0;
    border-right: solid 1px #2678e6;
  }
  .yokuaru-qa-right{
    text-align: left;
  }
  .yokuaru-qa-right a{
    display: block;
    padding: 1em 2em 1em 1em;
  }
  .yokuaru-qa-right a::after{
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 0.6em);
    right: 10px;
    bottom: auto;
    left: auto;
    width: 1.2em;
    height: 1.2em;
    background-image:url("img/mblist-icon3.png");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s;
  }
  .yokuaru-qa-right a:hover::after{
    right: 0px;
    transition: all 0.3s;
  }
}

/* 採用情報 */
.saiyou-jyouhou-area{
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.saiyou-jyouhou-box{
  position: relative;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 3px 16px rgba(0,0,0,0.16);
}
.saiyou-jyouhou-box p,
.saiyou-jyouhou-box h2{
  position: relative;
  z-index: 10;
}
.saiyou-jyouhou-img{
  position: absolute;
  top:-10%;
  right: 3%;
  width: 58%;
}
@media screen and (min-width: 782px) {
  .saiyou-jyouhou-area{
    padding: 30px;
  }
  .saiyou-jyouhou-box{
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  .saiyou-jyouhou-area{
    padding: 40px!important;
  }
  .saiyou-jyouhou-box{
    padding: 50px!important;
  }
  .saiyou-jyouhou-img{
    width: 52%;
  }
}

/* ==============================================================

=カラーパレット関連（mystyle/my-code.phpと連動）

============================================================== */

/* 基本カラー設定（mystyle/my-code.phpの「カラーパレット関連（基本カラー設定 ）」と合わせる） */
.has-black-color{color:#000;}
.has-black-background-color{background-color:#000;}
.has-dark-gray-color{color:#333;}
.has-dark-gray-background-color{background-color:#333;}
.has-medium-gray-color{color:#999;}
.has-medium-gray-background-color{background-color:#999;}
.has-light-gray-color{color:#d3d3d3;}
.has-light-gray-background-color{background-color:#d3d3d3;}
.has-ghost-white-color{color:#f8f8ff;}
.has-ghost-white-background-color{background-color:#f8f8ff;}
.has-white-color{color:#FFF;}
.has-white-background-color{background-color:#FFF;}
.has-mycola-color{color:#0a76b9;}
.has-mycola-background-color{background-color:#0a76b9;}
.has-mycolb-color{color:#ff0000;}
.has-mycolb-background-color{background-color:#ff0000;}
.has-mycolc-color{color:#0000ff;}
.has-mycolc-background-color{background-color:#0000ff;}
.has-mycold-color{color:#0693e3;}
.has-mycold-background-color{background-color:#0693e3;}
.has-mycole-color{color:#008000;}
.has-mycole-background-color{background-color:#008000;}
.has-mycolf-color{color:#00d084;}
.has-mycolf-background-color{background-color:#00d084;}

/* サイトカラー設定（mystyle/my-code.phpの「カラーパレット関連（サイトカラー設定 ）」と合わせる） */
.has-sitecola-color{color:#bbaaa4;}
.has-sitecola-background-color{background-color:#bbaaa4;}
.has-sitecolb-color{color:#a08980;}
.has-sitecolb-background-color{background-color:#a08980;}
.has-sitecolc-color{color:#85685b;}
.has-sitecolc-background-color{background-color:#85685b;}
.has-sitecold-color{color:#6d4f43;}
.has-sitecold-background-color{background-color:#6d4f43;}
.has-sitecole-color{color:#4f352c;}
.has-sitecole-background-color{background-color:#4f352c;}
.has-sitecolf-color{color:#32221c;}
.has-sitecolf-background-color{background-color:#32221c;}
