@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*レスポンシブ設定*/

@media only screen and (max-width: 1239px){
  #inner-content {
      display: block !important;
  }
  
  body {
      --wp--custom--wrap--content-width: 100% !important;
  }
  
  #main {
      width:100% !important;
      padding-right: 0;
  }
  
      
  }



/*全体の文字を指定
*/
body{
    color:#000 !important;
}


/*SNSボタン削除
* */
.sns-btn {
display: none;
}


/*フッターの何かしらを消している
* */
#footer-menu{
background-color:#000 !important;
}


#new_header {
/* background-image: linear-gradient(200deg, rgba(14, 244, 255, 1), rgba(76, 102, 221, 1)); */
   /*height: 73px;*/
background-color: #fff;
}

#new_header #header_wrap #header_btm .wrap #global_navi ul li a span {
color: #000;
font-weight: bold;
}


a:link {
color: white;
text-decoration: none;
}


/* 目次の幅設定 微妙かも*/
#sgb-css-id-1 #toc_container{
        max-width: 70% !important;
}



/*既存のヘッダーの設定*/

#inner-header{
    display: none;
}




/* ヘッダー 全般デザイン*/

@charset "UTF-8";
body, h1, h2, h3, h4, h5, table, th, td, ul, li, ol, dl, dt, dd, form, p, table, th, td {
  margin: 0px;
  padding: 0px;
  font-weight: 500;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 100%;
}

body {
  padding: 100px, 0px, 0px, 0px !important;
  color: #333333;
  background-color: #ffffff;
  /*font-family: "Noto Sans JP", serif;*/
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important; /*230921追加*/
  line-height: 1.3;
  font-size: 14px;
  -webkit-text-size-adjust: none;
}

dt, dd, li, th, td, p {
  line-height: 1.5;
}

/* for IE6 */
* html body {
  font-size: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  transition: 0.5s;
}

img {
  display: block;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

input, textArea, select, button {
  background: none;
  margin: 0px;
  outline: none;
  padding: 0px;
  font-weight: normal;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  list-style-type: none;
  font-size: 14px;
}

button {
  cursor: pointer;
}

* {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}


@media only screen and (min-width: 1030px){
	#header_btm .wrap{
		width:100%;
}
}



/*                link
======================================================= */
a:link {
  color: #000 !important;
  text-decoration: none;
}

a:visited {
  color: #000;
}

@media only screen and (min-width: 1025px) {
  a:hover {
    transition: 0.5s;
  }
  a:hover img {
    transition: 0.5s;
    opacity: 0.8;
  }
}

/*                common
======================================================= */
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

/*                common
  ======================================================= */
html.menu_open {
  overflow: hidden;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.clear_both {
  clear: both;
}

.hidden {
  overflow: hidden;
}

article, aside, footer, header, hgroup, main, nav, section {
  display: block;
}
















/*                以下header-article.phpに対応
======================================================= */


/*                link
======================================================= */
a:link {
    color: #000 ;
    text-decoration: none;
  }
  
  a:visited {
    color: #000;
  }
  
  @media only screen and (min-width: 1025px) {
    a:hover {
      transition: 0.5s;
    }
    a:hover img {
      transition: 0.5s;
      opacity: 0.8;
    }
  }


/* ヘッダー 全般デザイン*/


/*                common
======================================================= */
.header-article .clear:after {
  content: "";
  display: block;
  clear: both;
}

.header-article .clear_both {
  clear: both;
}

.header-article .hidden {
  overflow: hidden;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?1w0nv6");
  src: url("../fonts/icomoon.eot?1w0nv6#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?1w0nv6") format("truetype"), url("../fonts/icomoon.woff?1w0nv6") format("woff"), url("../fonts/icomoon.svg?1w0nv6#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*                common
  ======================================================= */
  .header-article html.menu_open {
  overflow: hidden;
}
.header-article .clear:after {
  content: "";
  display: block;
  clear: both;
}

.header-article .clear_both {
  clear: both;
}

.header-article .hidden {
  overflow: hidden;
}

.header-article article, aside, footer, header, hgroup, main, nav, section {
  display: block;
}


/*                header固定関連
======================================================= */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000 ;
    box-shadow: 0 0 5px rgb(0 12 66 / 15%);
  }


.header-article .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000 ;
}

.header-article #wrapper {
  overflow: hidden;
  padding-top: 170px;
}

@media only screen and (max-width: 1024px) {
  .header-article  #wrapper {
    padding-top: 60px;
  }
}
.header-article #wrapper #satori__popup_widget p {
  padding: 10px;
}

.header-article .main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

@media only screen and (max-width: 1300px) {
  .header-article .main_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header-article .main_width {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .header-article .main_width {
    padding: 0 15px;
  }
}
.header-article .cont_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

.header-article .cont_width .contIn {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
}


/*                pageTop
======================================================= */
.header-article #page_top {
  position: fixed;
  right: 22px;
  bottom: 60px;
  z-index: 900;
}
.header-article #page_top a {
  display: block;
  width: 50px;
  height: 50px;
}
@media only screen and (max-width: 640px) {
  .header-article #page_top a {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .header-article #page_top {
    right: 10px;
    bottom: 10px;
  }
}



/*                iframeのレスポン化
======================================================= */
.header-article .gmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.header-article .gmap iframe,
.gmap object,
.gmap embed {
  border: none ;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header-article .shadow {
  /*box-shadow: 0 0 4px 2px #eaeaea;*/
}


/*                ヘッダー
======================================================= */
.header-article #new_header {
  background-color: #fff;
  height: 175px;
}

@media only screen and (max-width: 1024px) {
    .header-article #new_header {
    border-bottom: 1px #E4E4E4 solid;
    height: 60px;
  }
}

.header-article #new_header .header_width {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
}
@media only screen and (max-width: 1300px) {
  .header-article #new_header .header_width {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-article #new_header .header_width {
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header-article #new_header .header_width {
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 640px) {
  .header-article #new_header .header_width {
    padding: 0 0 0 15px;
  }
}



.header-article #new_header #header_wrap #header_top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 11px 0 0px;
}
@media only screen and (max-width: 1024px) {
  .header-article #new_header #header_wrap #header_top {
    padding: 6px 0 6px;
  }
}

@media only screen and (max-width: 1025px) {
    .header-article #new_header #header_wrap #header_top #heder_logo {
      display: flex;
      max-width: 50%;
      margin-top: 0px;
    }
  }


@media only screen and (min-width: 1025px) {
  .header-article #new_header #header_wrap #header_top #heder_logo a {
    align-items: center;
    display: flex;
    width: 100%;
    margin: 0;
  }
}
.header-article #new_header #header_wrap #header_top #heder_logo a img {
  transition: unset;
  display: block;
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .header-article #new_header #header_wrap #header_top #heder_logo a img {
    width: 150px;
    /*width: 180px;*/
  }
}
.header-article #new_header #header_wrap #header_top #heder_logo h1, #new_header #header_wrap #header_top #heder_logo .title {
  color: #005e5b;
  font-size: 71.4%;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 400px) {
  .header-article #new_header #header_wrap #header_top #heder_logo h1, #new_header #header_wrap #header_top #heder_logo .title {
    font-size: 57.1%;
  }
}
.header-article #new_header #header_wrap #header_top #heder_logo h1 span, #new_header #header_wrap #header_top #heder_logo .title span {
  display: block;
  font-family: "Orbitron", sans-serif;
  font-size: 350%;
  line-height: 1;
  text-shadow: 0 1px 1px #005e5b;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1024px) {
  .header-article #new_header #header_wrap #header_top #heder_logo h1 span, #new_header #header_wrap #header_top #heder_logo .title span {
    font-size: 180%;
    margin-top: -2px;
    margin-bottom: 4px;
  }
}
.header-article #new_header #header_wrap #header_top #heder_logo p {
  font-weight: bold;
  white-space: normal;
  margin-left: 2em;
  margin-bottom: 0em;
}
@media only screen and (max-width: 1024px) {
  .header-article #new_header #header_wrap #header_top #heder_logo p {
    display: none;
    /*font-size: 78.6%;
    padding: 0;
    margin: 0;*/
  }
}
@media only screen and (max-width: 400px) {
  .header-article #new_header #header_wrap #header_top #heder_logo p {
    display: none;
    /*font-size: 71.4%;*/
  }
}
.header-article #new_header #header_wrap #header_top #sp_menu {
  display: flex;
  padding-top: 4px;
}
@media only screen and (min-width: 1025px) {
  .header-article #new_header #header_wrap #header_top #sp_menu {
    display: none;
  }
}
@media only screen and (max-width: 340px) {
  .header-article #new_header #header_wrap #header_top #sp_menu {
    transform: scale(0.9) translateY(0.5%);
  }
}
.header-article #new_header #header_wrap #header_top #sp_menu .menu_set + .menu_set {
  margin-left: 4px;
}

/*何故か下の文字色効かなくなった。。。*/
.header-article #new_header #header_wrap #header_top #sp_menu .menu_set a {
  display: block;
  flex-wrap: wrap;
  border-radius: 10px;
  color: #fff;
  font-size: 71.4%;
  text-align: center;
  position: relative;
  width: 60px;
  height: 40px;
  white-space: nowrap;
  padding-top: 3px;
}
@media only screen and (max-width: 400px) {
  .header-article #new_header #header_wrap #header_top #sp_menu .menu_set a {
    width: 50px;
  }
}

/* アイコン情報の設定 */
.header-article #new_header #header_wrap #header_top #sp_menu .menu_set a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 130%;
  display: block;
  font-size: 150%;
  position: relative;
  margin-bottom: 5px;
}
.header-article #new_header #header_wrap #header_top #sp_menu .menu_set a span {
  color: #fff ;
  display: block;
  transform: scale(0.8);
}
.header-article #new_header #header_wrap #header_top #sp_menu .menu_set.contact a {
  /*background-color: #38B6FF;*/
  background-color: #1dcd00;
}
@media only screen and (max-width: 400px) {
  .header-article #new_header #header_wrap #header_top #sp_menu .menu_set.contact a {
    /*width: 101%;*/
    width: 50px;
  }
}
.header-article #new_header #header_wrap #header_top #sp_menu .menu_set.contact a:before {
  font-family: "Font Awesome 5 Brands";
  content: "\f3c0"; /* Unicode for 'fa-line' */
  font-weight: 1000;
  color: #fff;
  font-size:175%;
  top: 4px;
}
.header-article #new_header #header_wrap #header_top #sp_menu .menu_set.mail a {
  background-color: #EF6C1B;
}
@media only screen and (max-width: 400px) {
  .header-article #new_header #header_wrap #header_top #sp_menu .menu_set.mail a {
    /*width: 102%;*/
    width: 50px;
  }
}
.header-article #new_header #header_wrap #header_top #sp_menu .menu_set.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: 1000;
  color: #fff;
  /*font-size:175%;
  top: 2px;*/
}



.header-article #new_header #header_wrap #header_top #sp_menu #sp_menu_btn {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 40px;
}
@media only screen and (max-width: 400px) {
 .header-article  #new_header #header_wrap #header_top #sp_menu #sp_menu_btn {
    width: 50px;
  }
}
.header-article #new_header #header_wrap #header_top #sp_menu #sp_menu_btn span {
  background-color: #222;
  display: block;
  width: 24px;
  height: 3px;
}
.header-article #new_header #header_wrap #header_top #sp_menu #sp_menu_btn span:first-child, #new_header #header_wrap #header_top #sp_menu #sp_menu_btn span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
}
.header-article #new_header #header_wrap #header_top #sp_menu #sp_menu_btn span:first-child {
  transform: translate(-50%, -10px);
}
.header-article #new_header #header_wrap #header_top #sp_menu #sp_menu_btn span:last-child {
  transform: translate(-50%, 7px);
}

/*---- ここから２段目のヘッダーデザイン ----*/

@media only screen and (max-width: 1024px) {
  .header-article #new_header #header_wrap #header_btm {
    transition: 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    padding-left: 55px;
    transform: translateX(100%);
  }
  .header-article #new_header #header_wrap #header_btm:before {
    transition: 0.5s;
    content: "";
    display: block;
    opacity: 0;
  }
  .header-article #new_header #header_wrap #header_btm.open {
    transform: translateX(0);
  }
  .header-article #new_header #header_wrap #header_btm.open:before {
    content: "";
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: -100%;
    width: 200%;
    height: 100%;
    z-index: 1;
  }
}
@media only screen and (max-width: 1024px) {
  .header-article #new_header #header_wrap #header_btm .wrap {
    background-color: #fff;
    height: 100%;
    width:100%;
    position: relative;
    z-index: 2;
    overflow-y: auto;
  }
}
.header-article #new_header #header_wrap #header_btm .wrap #global_navi #sp_menu_header {
  position: relative;
  height: 60px;
}

/*---- ここでモバイル時？で２段目が消えるようになっている ----*/
@media only screen and (min-width: 1025px) {
  .header-article #new_header #header_wrap #header_btm .wrap #global_navi #sp_menu_header {
    display: none;
  }
}
.header-article #new_header #header_wrap #header_btm .wrap #global_navi #sp_menu_header .menu_btn {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
}
.header-article #new_header #header_wrap #header_btm .wrap #global_navi #sp_menu_header .menu_btn span {
  background-color: #222;
  display: block;
  width: 34px;
  height: 3px;
  position: absolute;
  top: 50%;
}
.header-article #new_header #header_wrap #header_btm .wrap #global_navi #sp_menu_header .menu_btn span:first-child {
  transform: translateY(-50%) rotate(45deg);
}
.header-article #new_header #header_wrap #header_btm .wrap #global_navi #sp_menu_header .menu_btn span:nth-child(2) {
  transform: translateY(-50%) rotate(-45deg);
}
@media only screen and (min-width: 1025px) {
  .header-article #new_header #header_wrap #header_btm .wrap #global_navi ul {
    display: flex;
    align-items: center; /*ここ追記*/
    text-align: center; /*ここ追記*/
    justify-content: center;
    margin: 0;/*230803追記*/
  }
}
@media only screen and (max-width: 1024px) {
  .header-article #new_header #header_wrap #header_btm .wrap #global_navi ul {
    border-top: 1px #DEDEDE solid;
  }
}
.header-article #new_header #header_wrap #header_btm .wrap #global_navi ul li {
  font-size: 114.3%;
}
@media only screen and (max-width: 1200px) {
  .header-article.scrolled #new_header #header_wrap #header_btm .wrap #global_navi ul li {
    font-size: 107.1%;
  }
}
@media only screen and (max-width: 1100px) {
  .header-article.scrolled #new_header #header_wrap #header_btm .wrap #global_navi ul li {
    font-size: 92.9%;
  }
}
@media only screen and (max-width: 1024px) {
  .header-article #new_header #header_wrap #header_btm .wrap #global_navi ul li {
    border-bottom: 1px #DEDEDE solid;
  }
}
.header-article #new_header #header_wrap #header_btm .wrap #global_navi ul li a {
  display: block;
  padding: 0 1.5em;
}
@media only screen and (min-width: 1025px) {
  .header-article.scrolled #new_header #header_wrap #header_btm .wrap #global_navi ul li a {
    padding: 0 12px;
  }
}
@media only screen and (max-width: 1200px) {
  .header-article.scrolled #new_header #header_wrap #header_btm .wrap #global_navi ul li a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-article #new_header #header_wrap #header_btm .wrap #global_navi ul li a {
    position: relative;
  }
  .header-article #new_header #header_wrap #header_btm .wrap #global_navi ul li a:after {
    font-family: "Font Awesome 5 Free";
    content: '\f061';
    font-weight: 900;
    color: #38B6FF;
    font-size:170%;  
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}
.header-article #new_header #header_wrap #header_btm .wrap #global_navi ul li a span {
  display: block;
  position: relative;
  padding: 15px 0 15px;
}
@media only screen and (min-width: 1025px) {
  .header-article.scrolled #new_header #header_wrap #header_btm .wrap #global_navi ul li a span {
    padding: 29px 0 27px;
  }
  .header-article #new_header #header_wrap #header_btm .wrap #global_navi ul li a span:after {
    transition: 0.5s;
    background-color: #38B6FF;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-article #new_header #header_wrap #header_btm .wrap #global_navi ul li a:hover {
    transition: 0.5s;
    color: #38B6FF;
  }
  .header-article #new_header #header_wrap #header_btm .wrap #global_navi ul li a:hover span:after {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .header-article #new_header #header_wrap #header_btm .wrap #global_navi ul li.active a span {
    color: #38B6FF;
  }
  .header-article #new_header #header_wrap #header_btm .wrap #global_navi ul li.active a span:after {
    width: 100%;
  }
}
.header-article #new_header #header_wrap #header_btm .wrap #header_btn {
  position: absolute;
  top: 25px;
  right: 0;
}
@media only screen and (max-width: 1300px) {
  .header-article #new_header #header_wrap #header_btm .wrap #header_btn {
    right: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-article #new_header #header_wrap #header_btm .wrap #header_btn {
    position: static;
    padding: 24px 30px 50px;
  }
}
@media only screen and (min-width: 641px) {
  .header-article #new_header #header_wrap #header_btm .wrap #header_btn ul {
    display: flex;
  }
}
@media only screen and (min-width: 1025px) {
  .header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li {
    /*width: 200px;*/
  }
  .header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li + li {
    margin-left: 6px;
  }
	
/*-----Javascriptが効いていれば、スクロールしたら「.scrolled」って入ってそれを参照して小さくしたりする処理しているっぽい-----*/
	
	
  .header-article.scrolled  #new_header #header_wrap #header_btm .wrap #header_btn ul li {
    width: 50px;
    height: 50px;
  }
  .header-article.scrolled  #new_header #header_wrap #header_btm .wrap #header_btn ul li + li {
    margin-left: 4px;
  }
  .header-article.scrolled #new_header #header_wrap #header_btm .wrap #header_btn ul li a {
    align-items: center;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    font-size: 120%;
    padding: 0;
  }

  .header-article.scrolled #new_header #header_wrap #header_btm .wrap #header_btn ul li a:before {
    margin: 0;
    top: 0;
  }
  .header-article.scrolled #new_header #header_wrap #header_btm .wrap #header_btn ul li a span {
    display: none;
  }
  .header-article.scrolled #new_header #header_wrap #header_btm .wrap #header_btn ul li.contact a:before {
    top: 1px;
    font-size: 135%;
  }
}

@media only screen and (min-width: 1025px) and (-ms-high-contrast: none) {
  .header-article.scrolled #new_header #header_wrap #header_btm .wrap #header_btn ul li.contact a:before {
    font-size: 70%;
  }
}
@media only screen and (min-width: 1025px) {
  .header-article.scrolled #new_header #header_wrap #header_btm .wrap #header_btn ul li.mail a:before {
    top: -1px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li {
    width: 50%;
  }
  .header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li + li {
    margin-left: 6px;
  }
}
@media only screen and (max-width: 640px) {
  .header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li {
    width: 100%;
    font-size: 92.9%;
  }
  .header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li + li {
    margin-top: 15px;
    margin-left: 0;
  }
}
.header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li a {
  display: block;
  border-radius: 50px;
  color: #fff !important;
  font-weight: 500;
  /*font-weight: bold;*/
  text-align: center;
  position: relative;
  padding: 11px 1em 11px;
}
@media only screen and (max-width: 640px) {
  .header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li a {
    padding: 13px 1em 15px;
  }
}
.header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li a:before {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 150%;
  position: relative;
  margin-right: 10px;
}
@media only screen and (max-width: 1024px) {
  .header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li a:before {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li.contact a {
  background-color: #1dcd00;
  /*background-color: #05BFCD;*/
}

/*ここでアイコン入れてるっぽい*/
/*.header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li.contact a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f086';
  font-weight: 1000;
  color: #fff;
  font-size:175%;
  top: 4px;
}*/


.header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li.contact a:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f3c0"; /* Unicode for 'fa-line' */
    color: #ffffff;
    font-size: 175%;
    top: 4px;
}



@media only screen and (max-width: 1024px) {
  .header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li.contact a:before {
    top: 50% !important;
  }
}
@media only screen and (min-width: 1025px) {
  .header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li.contact a:hover {
    background-color: #4da09d;
  }
}
.header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li.mail a {
  background-color: #ff8228;
  /*background-color: #EF6C1B;*/  
}

/*ここでアイコン入れてるっぽい*/
.header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li.mail a:before {
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-weight: 900;
  color: #fff;
  font-size:150%;
  top: 3px;
}





@media only screen and (max-width: 1024px) {
  .header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li.mail a:before {
    top: 50%;
  }
}
@media only screen and (min-width: 1025px) {
  .header-article #new_header #header_wrap #header_btm .wrap #header_btn ul li.mail a:hover {
    background-color: #f49960;
  }
}
@media only screen and (min-width: 1025px) {
  .header-article.scrolled #new_header {
    border-bottom: 1px #E4E4E4 solid;
    height: 80px;
  }
  .header-article.scrolled #new_header #header_wrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 80px;
  }
  .header-article.scrolled #new_header #header_wrap #header_top {
    padding: 0;
  }
  .header-article.scrolled #new_header #header_wrap #header_top #heder_logo h1 img, .scrolled #new_header #header_wrap #header_top #heder_logo .title img {
    width: 241px;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .header-article.scrolled #new_header #header_wrap #header_top #heder_logo h1 img, .scrolled #new_header #header_wrap #header_top #heder_logo .title img {
    width: 200px;
  }
}
@media only screen and (min-width: 1025px) {
  .header-article.scrolled #new_header #header_wrap #header_top #heder_logo h1 span, .scrolled #new_header #header_wrap #header_top #heder_logo .title span {
    font-size: 230%;
  }
}
@media only screen and (min-width: 1025px) {
  .header-article.scrolled #new_header #header_wrap #header_top #heder_logo p {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .header-article.scrolled #new_header #header_wrap #header_btm .wrap {
    align-items: center;
    display: flex;
  }
  .header-article.scrolled #new_header #header_wrap #header_btm #header_btn {
    position: static;
    margin-left: 15px;
  }
}






/*試し*/


/* ヘッダー二段目の間の線 */
@media only screen and (min-width: 1025px){
	.header-article #new_header #header_wrap #header_btm .wrap #global_navi ul  li+li{
  position: relative;
	}
}

@media only screen and (min-width: 1025px){
	.header-article #new_header #header_wrap #header_btm .wrap #global_navi ul li+li::before{
    content: "";
    display: block;
    height: 1em;
    border-left: 1px solid #999;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
	}
}




/*背景色*/


body.custom-background {
  background-color: #f5f9fc !important;
}




/* 記事ページの調整 */

@media only screen and (min-width: 1025px)  {
  .single-post #content #inner-content {
        margin-top: 200px ;
       /*  padding: 0px; */
    }
    }




/* フッター 全般デザイン*/

/* フッターの基本設定 */

.custom-footer .entry-footer{
    display: none;
  }
  
  
.custom-footer {
    background-color: #000;
    color: #fff;
    padding: 30px 0;
    margin-top: 20px;
  }
  
  /* タイトルとリストのスタイリング */
  .custom-footer h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  
  .custom-footer ul {
    list-style-type: none;
    padding: 0;
    padding-bottom: 25px;
  }
  
  .custom-footer li {
    margin-bottom: 5px;
  }
  
  .custom-footer a:link {
    color: #fff !important;
    text-decoration: none;
  }
  
  .custom-footer a {
    color: #fff !important;
    text-decoration: none;
  }
  
  .custom-footer a:hover {
    text-decoration: underline;
  }
  
  .custom-footer h3 i {
    margin-right: 5px;
  }
  
  /* フッターブロックのレイアウト */
  .custom-footer .inner-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
  }
  
  .custom-footer .fblock {
    flex: 1;
    margin-bottom: 30px;
    min-width: 200px;
  }
  
  /* モバイル時にブロックが縦に並ぶように */
  @media (max-width: 767px) {
    .custom-footer .inner-footer {
      flex-direction: column;
    }
  
    .custom-footer .fblock {
      margin-bottom: 20px;
    }
  }
  
  /* フッターメニューのスタイリング */
  .custom-footer #footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
    border-top: 1px solid #fff;
    padding-top: 20px;
  }
  
  .custom-footer .footer-menu__btn {
    margin-bottom: 10px;
  }
  
  
  .custom-footer a.footer-menu__btn.dfont {
    display: none;
  }
  

  /* 固定記事ページデザイン */

  h1.page-title {
    margin: 40px -10px 10px;
    padding: 20px 10px 0;
    font-size: 2.0rem;
    color: #000;
    font-weight: 700;
}



  
#entry header{
    background-image: linear-gradient( -45deg, #fff 25%, #05a5ab 25%, #05a5ab 50%, #fff 50%, #fff 75%, #05a5ab 75%, #05a5ab );
    background-size: 4px 4px;
    background-repeat: repeat-x;


}



  /* 個別記事ページデザイン */

  .single-title{
    /*margin: 40px -10px 10px;*/
    padding: 20px 10px 0;
    font-size: 2.0rem;
    color: #000;

}


/*記事ページデザイン */

.entry-content h2 {
    font-weight: 700!important;
    position: relative;
    padding-left: 20px; /* テキストとボーダーの間隔調整 */
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    margin-top: 2.5em !important;
    margin-bottom: 2.5em !important;
    background: linear-gradient(transparent 60%, rgba(129, 236, 255, 50%) 60%); /* 230922追加 */

  }
  
  .entry-content h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 6px; /* ボーダーの幅調整 */
    /*background-color: #00a29a; /* ボーダーの色調整 *//* 230922非表示 */
  }
  

  .entry-content h3 {
    position: relative; /* ::after要素の位置の基準 */
    display: block; /* ブロックレベルに設定 */
    border-left-width: none;
    border-left-style: none;
    margin: 40px auto;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 1.3em;
    font-weight: 700;
  }
  
  .entry-content h3::after {
    content: ""; /* 空のコンテンツ */
    display: block; /* ブロックレベルに設定 */
    margin-top: 10px; /* h3と線との間隔（必要に応じて調整） */
    height: 3px; /* 線の高さ */
    background: #c2e5e2;
    background: -webkit-linear-gradient(left, #c2e5e2 0%, #c2e5e2 100%);
    background: linear-gradient(to left, #c2e5e2 0%, #c2e5e2 100%);
  }
  
  

  .entry-content h4{
    font-size: 18px;
    margin-top: 2.2em !important;
    margin-bottom: 2.2em !important;

    padding: 5px 15px;
    max-width: 80%;
    box-sizing: border-box;
    border-radius: 0px 5px 0px 0px;
    font-size: 15px;
    font-weight: bold;
    background-color: rgb(237, 248, 247);
    color: rgb(0, 162, 154);

  }



/*記事フッター*/

.footer-meta {
    line-height: 50px;
    text-align:left;
}



.footer-meta ul li:not(:last-child):after {
    padding: 0 0 0 8px;
    content: "";
}



.footer-meta ul li a{

    text-decoration: none;
    color: #00a29a;
    background: #edf8f7;
    padding: 8px 10px;
    border-radius: 20px;

}

.meta-tag a:before {
    padding-left: 3px;
    content: "";
}



.footer-meta_title:before {
    font-family: "Font Awesome 5 Free";
    content: "\f115";
}

.footer-meta_title:before {
    background: #00a29a;
    font-size: 20px;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    vertical-align: middle;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.footer-meta_title:after {
    content: "";  
    margin-left: 10px !important;
    margin-right: 10px !important;
    font-weight: 700;
}


.meta-tag .footer-meta_title:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f02c";
}

.meta-tag .footer-meta_title:before {
    background: #00a29a;
    font-size: 20px;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    vertical-align: middle;
    margin-left: 10px !important;
    margin-right: 10px !important;
}


/*トップページのファーストビュー設定*/

.top-image-container {
  display: block;
  margin: 0px auto;
  position: relative;
  width: var(--wp--custom--wrap--content-width);
  height: calc(40% + 180px);  /* ここで高さを設定します */
}


@media only screen and (max-width: 1239px) {
.top-image-container {
  width: 100% !important;
}

}


@media only screen and (max-width: 1024px) {
  .top-image  {
    margin-top: 75px !important;
  }
}
  




.top-image {
  /* position: absolute; を削除 */
  /* top, left, right, bottom の指定を削除 */
  background-image: url('/wp-content/uploads/first-view-2000×800-jpg.webp');
  background-size: cover;
  background-position: center center;
  max-width: 1200px;
  margin: 180px auto 0;
  padding-top: 40%; /* 5:2のアスペクト比 */
  height: 0; /* padding-topを使用する場合、heightを0に設定 */
}


/* モバイル用の設定 */
@media only screen and (max-width: 768px) {
  .top-image-container {
      width: 100%;
      height: auto; 
    }

  .top-image {
      background-image: url('/wp-content/uploads/first-view-mobile.png');
      /*height: calc(393 / 494 * 100vw); /* アスペクト比に基づいて高さを設定 */
      height: 494px;
      margin-top: 0; 
      /*max-width: 100%; /* これで全幅に広がります */
      max-width: 393px;
      margin: 70px auto 0;
  }

}


/* モバイル用の設定 */
@media only screen and (max-width: 375px) {
  .top-image-container {
      width: 100%;
      height: 494px; /* 追加: 高さを自動に設定 */
  }

  .top-image {
      background-image: url('/wp-content/uploads/first-view-mobile.png');
      height: 494px; /* アスペクト比に基づいて高さを設定 */
      margin-top: 0; 
      max-width: 500px; 
      margin: 70px auto 0;
  }
}



/*　footer content CSS　フッター無料カウンセリングボタン*/

#contact {
  /*background: url(../.jpg) no-repeat;*/
  background-size: cover;
  padding: 60px 0;
  text-align: center;
}

.contact-inner {
  width: 50%;
  margin: 0 auto;
  background: #fff;
  padding: 50px 0;
  box-shadow: 0 0 3px #999;
  line-height: 180%;
}

.contact-inner h2 {
  color: #FE7800;
  margin-bottom: 30px;
  font-size: 240%;
}

.contact-inner h2 span{
  display: inline-block;
  white-space: nowrap;
}


#contact .line a {
  position: relative;
  background-color: #11b453;
  background-image: none;
  padding: 35px 0;
  border: none;
  border-radius: 25px;
  margin-top: 30px;
  font-size: 150%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#contact .line a::before {
  content: "";
  position: relative;
  margin-left: 20px;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background: url(/wp-content/uploads/LINE_Brand_icon.png) no-repeat;
  background-size: contain;
}

#contact .line a span {
  margin: 0 20px;
}

#contact .line a i {
  margin-left: 20px;
  margin-right: 20px;
}

#contact .line a:hover {
  background-color: #00B63B;
  color: #fff;
}


.footer-contact-btn {
  display: flex;
  justify-content: center;
}

#contact .line a {
  box-shadow: 3px 5px 0 #11b453c2;

}


#contact .line a:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);  /* シャドウを強調 */
  transform: translateY(-3px);  /* 少し浮き上がるエフェクト */
}



/* Mobile CSS */
@media screen and (max-width: 600px) {

  .footer-contact-btn {
      display: block;
      justify-content: center;
  }


  #contact {
      padding: 30px 0;
  }
  .contact-inner {
      width: 90%;
      font-size: 90%;
      padding: 25px 10px;
  }
  #contact .contact-inner h2 {
      line-height: 1.5;
  }
  #contact .contact-inner p {
      font-size: 1.1rem;
  }
  #contact .footer-contact-btn a {
      background-position: 10% 50%;
      background-size: 20px 19px;
      padding-left: 5px;
      padding-right: 5px;
      font-size: 16px;  /* ボタンのテキストサイズを調整 */
      font-weight:bold;
  }

  #contact .line a {
      padding: 20px 0;
  }

  #contact .line a::before {
      width: 30px;  /* 画像の横幅を調整 */
      height: 30px;  /* 画像の縦幅を調整 */
      margin-left: 5px;
      margin-right: 1px;
  }

  #contact .line a span {
      margin: 0 15px;
  }

  #contact .line a i {
      font-size: 1.3rem;  /* FontAwesomeのアイコンのサイズを調整 */
      margin-left: 1px;
      margin-right: 5px;
  }
}







/* Existing Media Query */
@media screen and (min-width: 768px) {
  #contact .contact-inner {
      width: 900px;
  }
  #contact p .viewSp {
      display: none;
  }
}

@media screen and (max-width: 768px) {
.contact-inner h2 {
  font-size: 180%;
  font-weight: 700;
}
}


/* Existing Media Query */
@media screen and (max-width: 768px) {
  #contact .contact-inner {
      max-width: 768px;
  }
}



/*　footer content CSS　フッター無料カウンセリングボタン ここまで*/


/* 記事下の文章デザイン */

.article-footer-content{
  padding: 10px var(--wp--custom--wrap--mobile--padding) 0;
  margin-right: auto;
  margin-left: auto;
  
}


.article-footer-content h2 {
  background: linear-gradient(to bottom,#fff 0%,#fff 50%,#fff100 50%,#fff100 100%);
  margin: 0 0 1.9em;
  padding: 0 1em .5em;
  font-size: 1.4em;
  font-weight: 700!important;
  position: relative;
  padding-left: 20px;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}

@media screen and (max-width: 768px) {
  .article-footer-content h2 {
    background: linear-gradient(to bottom,#fff 0%,#fff 80%,#fff100 85%,#fff100 100%);
  }
}


.article-footer-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px; /* ボーダーの幅調整 */
  background-color: #00a29a; /* ボーダーの色調整 */
}


.article-footer-content p {
margin: 0 0 16px;
}


.markerYellow {
background: linear-gradient(transparent 50%,#ff8 50%);
}

.sc_designlist.fa_angle_o ul li:before {
margin-right: 20px;
font-family: "Font Awesome 5 Free";
content: '\f138'; /* 以前と同じアイコンコード */
font-weight: 900;
color: #ffa30d; /* こちらの色は元のCSSを参考にしましたが、必要に応じて変更してください */
font-size: 150%;
top: 3px;
position: relative;
}

.sc_frame {
  overflow: auto;
  border: 3px solid #ccc;
  padding: 1em 1.5em;
  position: relative;
  border-radius: 5px;
  background: #fff;
  color: #000;
}

.sc_frame_wrap {
  margin-bottom: 1.2em;
  position: relative;
}


sc_frame_text_bottom{
/*必要に応じて追記を*/
}



.button{
  justify-content: center;
  margin: 30px 0 1.2em;
  text-align: center;
}



.button a{
  padding: 0.6em 2em;
  display: inline-block;
  position: relative;
  background-color: #70b8f1;
  border-style: solid;
  border-width: 0;
  color: #fff;
  font-weight: 700;
  text-decoration: none !important;
  letter-spacing: 2px;
  border-radius: 3px;
}



.button.orange a {
  background-color: #ffa30d;
  color: #fff !important;
}

.button.solid.orange a {
  box-shadow: 0 5px 0 #d28900;
}

.button.solid a, .wp-block-buttons a {
  position: relative;
  box-shadow: 0 5px 0 #ccc;
  top: 0;
  text-shadow: 0 1px 1px rgba(0,0,0,.4);
}


.post-thumbnail img {
  width: initial;
  margin: 0 auto;
}

.toc h3 {
  margin: 0;
  font-weight: 600;
}

.toc ul {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out, padding 0.5s ease-in-out;
  padding: 0;
  border: none;
}

/* 
.toc ul li {
  position: relative; /* ●を表示するためのスタイルを追加 */
/* }/* 

/* liの前に"●"を追加するスタイル */
/* .toc ul li::before {
  content: "●";
  position: absolute;
  left: -1.5em; /* liの左側に●を配置 */
/*   top: 50%;
  transform: translateY(-50%);
}*/




.toc.open ul {
  padding: 1em 1em 1em 2.5em;
  border: solid 3px #e8e8e8;
}

/* モバイル表示時のスタイルの調整 */
@media (max-width: 768px) {
  .toc h3 {
    font-size: 0.9rem; /* 必要に応じてフォントサイズを調整 */
  }

  .toc ul li::before {
    left: -1.2em; /* liの左側に●の位置を調整 */
  }
}


:target:before {
  content: "";
  display: block;
  height: 100px;  /* ヘッダーの高さに応じて調整 */
  margin: -100px 0 0;  /* ヘッダーの高さのネガティブバージョンに設定 */
}






/*cardデザイン*/

@media only screen and (min-width: 481px){

.longc_img {
width: 45% !important;
}

}



/*contet上部デザイン*/

.media-career-support-page #content {
  @media only screen and (min-width: 1025px) {
    margin-top: 2em !important;
    padding-top: 180px !important;
  }

  @media only screen and (max-width: 1024px) {
    margin-top: 2em !important;
    padding-top: 50px !important;
  }
}




/*ウィジェットデザイン*/

.wp-block-latest-posts.wp-block-latest-posts__list li{
  margin-top: 1px;
  border-bottom: 1px dotted #000;
}

.wp-block-latest-posts__post-excerpt{
  display: none;
}

/*固定サイドバーデザイン*/

#fixed_sidebar{
  top: 90px !important;
  font-size: 16px;
}

.sgb-toc-menu__title+.toc_widget_list {
  padding-bottom: 80px !important;
}

/*投稿記事　画像設定*/
.size-large{
    padding-bottom:10px;
}

