@charset "UTF-8";
/*                reset
======================================================= */
body,
h1,
h2,
h3,
h4,
h5,
table,
th,
td,
ul,
li,
ol,
dl,
dt,
dd,
form,
p {
  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 {
  color: #333;
  background-color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.3;
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
@media only screen and (max-width: 480px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.5;
}

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

img {
  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: 16px;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table {
  border-collapse: collapse;
}

/*                link
======================================================= */
a:link {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #086dba;
}
a:hover img {
  opacity: 0.8;
}

/*                leyout
======================================================= */
@media only screen and (max-width: 768px) {
  .sp_menu_open {
    overflow: hidden;
  }
}

#main_area p {
  line-height: 1.65;
}

#wrapper {
  padding-top: 135px;
}
@media only screen and (max-width: 1024px) {
  #wrapper {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #wrapper {
    padding-bottom: 50px;
  }
}

.main_width {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .main_width {
    padding: 0 15px;
  }
}

/*                タイトル装飾
======================================================= */
.contTtl h2,
.contTtl h3,
.contTtl p {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .contTtl h2,
  .contTtl h3,
  .contTtl p {
    font-size: 18px;
  }
}

.expTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.expTtl .ttl {
  width: 150px;
}
.expTtl .ttl h2,
.expTtl .ttl h3,
.expTtl .ttl p {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .expTtl .ttl h2,
  .expTtl .ttl h3,
  .expTtl .ttl p {
    font-size: 20px;
  }
}
.expTtl .exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8px;
  width: calc(100% - 150px);
}
@media only screen and (max-width: 768px) {
  .expTtl .exp {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .expTtl .exp p {
    font-size: 14px;
  }
}

.secTtl .ttl h2,
.secTtl .ttl h3,
.secTtl .ttl p {
  font-size: 24px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .secTtl .ttl h2,
  .secTtl .ttl h3,
  .secTtl .ttl p {
    font-size: 20px;
  }
}

/*                pageTop
======================================================= */
.page_top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 1000;
  display: none;
}
.page_top a {
  display: block;
}
@media only screen and (max-width: 640px) {
  .page_top {
    bottom: 0px;
    right: 0;
  }
  .page_top img {
    width: 36px;
    height: 36px;
  }
}

#pagetop {
  z-index: 999;
}

/*                iframeのレスポン化
======================================================= */
.gmap,
.youtube {
  position: relative;
  height: 480px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .gmap,
  .youtube {
    height: 420px;
  }
}
@media only screen and (max-width: 768px) {
  .gmap,
  .youtube {
    height: 335px;
  }
}
.gmap.mt15,
.youtube.mt15 {
  margin-top: 15px;
}
.gmap iframe,
.gmap object,
.gmap embed,
.youtube iframe,
.youtube object,
.youtube embed {
  border: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*                ヘッダー・サイド・フッター
======================================================= */
/*                header
======================================================= */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 135px;
  z-index: 99999;
}
@media only screen and (max-width: 1024px) {
  #header {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
}
#header #hdTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 50px;
  height: 75px;
  background-color: #fff;
}
@media only screen and (max-width: 1400px) {
  #header #hdTop {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 1024px) {
  #header #hdTop {
    height: 60px;
    width: calc(100% - 60px);
    padding: 0 0 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  #header #hdTop {
    padding: 0 0 0 15px;
  }
}
#header #hdTop #hd_logo {
  width: 200px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #header #hdTop #hd_logo {
    width: 160px;
  }
}
#header #hdTop #hd_logo .logo_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 100%;
}
#header #hdTop #hd_logo .logo_inner > a {
  width: 100%;
}
#header #hdTop #hd_logo .logo_inner h1 span,
#header #hdTop #hd_logo .logo_inner p span {
  display: block;
}
#header #hdTop #hd_logo .logo_inner h1 span img,
#header #hdTop #hd_logo .logo_inner p span img {
  width: auto;
  height: 54px;
}
@media only screen and (max-width: 1024px) {
  #header #hdTop #hd_logo .logo_inner h1 span img,
  #header #hdTop #hd_logo .logo_inner p span img {
    height: 36px;
  }
}
@media only screen and (max-width: 480px) {
  #header #hdTop #hd_logo .logo_inner h1 span img,
  #header #hdTop #hd_logo .logo_inner p span img {
    height: 30px;
  }
}
#header #hdTop .header_right_cont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
#header #hdTop .header_right_cont .foundation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
@media only screen and (max-width: 1300px) {
  #header #hdTop .header_right_cont .foundation {
    display: none;
  }
}
#header #hdTop .header_right_cont .foundation img {
  width: auto;
  height: 40px;
}
#header #hdTop .header_right_cont .hdSearchCont {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #header #hdTop .header_right_cont .hdSearchCont {
    display: none;
    position: absolute;
    top: 60px;
    left: 0px;
    background-color: #fff;
    width: 100%;
    padding: 5px 15px;
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  }
}
#header #hdTop .header_right_cont .hdSearchCont form.gsc-search-box {
  margin-bottom: 0px;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box {
  margin-bottom: 0px;
}
#header #hdTop .header_right_cont .hdSearchCont > div {
  width: 100%;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box {
  position: relative;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box td.gsc-input {
  padding-right: 0px;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box td.gsc-input .gsc-input-box {
  border-radius: 5px;
  background-color: #f8f8f8;
  padding-right: 50px;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box td.gsc-input .gsc-input-box input::-webkit-input-placeholder {
  color: #ccc;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box td.gsc-input .gsc-input-box input::-moz-placeholder {
  color: #ccc;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box td.gsc-input .gsc-input-box input:-ms-input-placeholder {
  color: #ccc;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box td.gsc-input .gsc-input-box input::-ms-input-placeholder {
  color: #ccc;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box td.gsc-input .gsc-input-box input::placeholder {
  color: #ccc;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box .gsc-search-button {
  margin-left: 0px;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box td.gsc-search-button {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box td.gsc-search-button button {
  padding: 8.5px;
  border: none;
  background-color: transparent;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box td.gsib_b {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 30px;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box td.gsib_b .gsst_b {
  width: 100%;
  height: 100%;
  padding: 0;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box td.gsib_b .gsst_b .gsst_a {
  width: 100%;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #hdTop .header_right_cont .hdSearchCont table.gsc-search-box td.gsib_b .gsst_b .gsst_a .gscb_a {
  color: #d3d3d3;
}
#header #hdTop .header_right_cont .hdSearchBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  border-left: 1px solid #ddd;
}
@media only screen and (min-width: 1025px) {
  #header #hdTop .header_right_cont .hdSearchBtn {
    display: none;
  }
}
#header #hdTop .header_right_cont .hdSearchBtn p {
  margin-top: 5px;
  font-size: 10px;
}
#header #hdTop .header_right_cont .hdCont1 {
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  #header #hdTop .header_right_cont .hdCont1 {
    margin-left: 0px;
    border-left: 1px solid #ddd;
  }
}
#header #hdTop .header_right_cont .hdCont1 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  #header #hdTop .header_right_cont .hdCont1 > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 60px;
  }
}
#header #hdTop .header_right_cont .hdCont1 > a .icon {
  background: center/contain no-repeat;
  width: 20px;
  height: 20px;
}
#header #hdTop .header_right_cont .hdCont1 > a .icon img {
  width: 100%;
  height: auto;
}
#header #hdTop .header_right_cont .hdCont1 > a p {
  margin-left: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  #header #hdTop .header_right_cont .hdCont1 > a p {
    font-size: 10px;
    margin-top: 5px;
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  #header #hdTop .header_right_cont .hdCont1 > a.tb_none {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  #header #hdTop .header_right_cont .hdCont1 > a.pc_none {
    display: none;
  }
}
#header #hdTop .header_right_cont .hdCont1 > a + a {
  margin-left: 16px;
}
@media only screen and (max-width: 1024px) {
  #header #hdTop .header_right_cont .hdCont1 > a + a {
    margin-left: 0px;
  }
}
#header #hdTop .header_right_cont .hdCont2 {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  #header #hdTop .header_right_cont .hdCont2 {
    display: none;
  }
}
#header #hdTop .header_right_cont .hdCont2 .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#header #hdTop .header_right_cont .hdCont2 .cont .top {
  background-color: #eef6fa;
  border-radius: 5px;
}
#header #hdTop .header_right_cont .hdCont2 .cont .top p {
  font-size: 12px;
}
#header #hdTop .header_right_cont .hdCont2 .cont .bottom {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #hdTop .header_right_cont .hdCont2 .cont .bottom p {
  margin-left: 5px;
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
#header #hdTop .header_right_cont .hdCont2 .cont .bottom .btn {
  margin-left: 5px;
}
#header #hdTop .header_right_cont .hdCont2 .cont .bottom .btn a {
  font-size: 14px;
  font-weight: bold;
  padding: 1px 5px;
  display: inline-block;
  background-color: #eef6fa;
  border: 1px solid #086dba;
  color: #086dba;
  border-radius: 5px;
}
#header #hdTop .header_right_cont .hdCont2 .cont + .cont {
  margin-left: 20px;
}
#header #gnavi {
  width: 100%;
  height: 60px;
  background-color: #086dba;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 1024px) {
  #header #gnavi {
    display: none;
  }
}
#header #gnavi > ul {
  max-width: 1260px;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header #gnavi > ul > li {
  width: 16.666666%;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header #gnavi > ul > li:first-child .border {
  border-left: 1px solid #fff;
}
#header #gnavi > ul > li .border {
  width: 100%;
  height: 30px;
  border-right: 1px solid #fff;
  text-align: center;
}
#header #gnavi > ul > li .border > a {
  display: inline-block;
  position: relative;
}
#header #gnavi > ul > li .border > a p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
#header #gnavi > ul > li .megaMenu {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  visibility: hidden;
  opacity: 0;
  padding-top: 40px;
  padding-bottom: 45px;
  width: 100%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  border-top: 1px solid #086dba;
  background-color: rgba(8, 109, 186, 0.8);
}
#header #gnavi > ul > li .megaMenu .wrap {
  max-width: 1060px;
  padding: 0 30px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header #gnavi > ul > li .megaMenu ul {
  margin-left: 100px;
}
@media only screen and (max-width: 1300px) {
  #header #gnavi > ul > li .megaMenu ul {
    margin-left: 80px;
  }
}
#header #gnavi > ul > li .megaMenu ul:first-child {
  margin-left: 0px;
}
#header #gnavi > ul > li .megaMenu ul li span {
  color: #fff;
  font-weight: bold;
}
#header #gnavi > ul > li .megaMenu ul li a {
  color: #fff;
  -webkit-transition: 0s;
  transition: 0s;
}
#header #gnavi > ul > li .megaMenu ul li + li {
  margin-top: 1em;
}
#header #gnavi > ul > li:hover .megaMenu {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/*                sp_menu_btn
======================================================= */
#sp_menu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 1000;
  background-color: #086dba;
}
@media only screen and (min-width: 1025px) {
  #sp_menu_btn {
    display: none;
  }
}
#sp_menu_btn #spBtn {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 38px;
  padding-bottom: 10px;
}
#sp_menu_btn #spBtn:after {
  content: "メニュー";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4em;
  font-size: 10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
  text-align: center;
}
.sp_menu_open #sp_menu_btn #spBtn:after {
  content: "閉じる";
}
#sp_menu_btn #spBtn .bar {
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #fff;
  left: 0;
}
#sp_menu_btn #spBtn .bar.bar-1 {
  top: 2px;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.166, 0.74, 0.49, 1);
          animation-timing-function: cubic-bezier(0.166, 0.74, 0.49, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: spBar01_close;
          animation-name: spBar01_close;
}
#sp_menu_btn #spBtn .bar.bar-2 {
  top: 11px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media only screen and (max-width: 1024px) {
  #sp_menu_btn #spBtn .bar.bar-2 {
    top: 11px;
  }
}
#sp_menu_btn #spBtn .bar.bar-3 {
  top: 20px;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.166, 0.74, 0.49, 1);
          animation-timing-function: cubic-bezier(0.166, 0.74, 0.49, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: spBar03_close;
          animation-name: spBar03_close;
}
.sp_menu_open #sp_menu_btn #spBtn .bar.bar-1 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.166, 0.74, 0.49, 1);
          animation-timing-function: cubic-bezier(0.166, 0.74, 0.49, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: spBar01_open;
          animation-name: spBar01_open;
}
.sp_menu_open #sp_menu_btn #spBtn .bar.bar-2 {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.sp_menu_open #sp_menu_btn #spBtn .bar.bar-3 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.166, 0.74, 0.49, 1);
          animation-timing-function: cubic-bezier(0.166, 0.74, 0.49, 1);
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: spBar03_open;
          animation-name: spBar03_open;
}
#sp_menu_btn .sp_btn_cont {
  position: relative;
  display: block;
  height: 30px;
  width: 30px;
}
@media only screen and (min-width: 1025px) {
  #sp_menu_btn .sp_btn_cont {
    display: none;
  }
}
#sp_menu_btn .sp_btn_cont span {
  position: absolute;
  display: block;
  width: 30px;
  height: 2px;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #000;
}
#sp_menu_btn .sp_btn_cont span.border01 {
  top: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.sp_menu_open #sp_menu_btn .sp_btn_cont span.border01 {
  -webkit-transform: rotate(45deg) scaleX(1.32);
          transform: rotate(45deg) scaleX(1.32);
}
#sp_menu_btn .sp_btn_cont span.border02 {
  top: 14px;
}
.sp_menu_open #sp_menu_btn .sp_btn_cont span.border02 {
  opacity: 0;
}
#sp_menu_btn .sp_btn_cont span.border03 {
  top: 28px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.sp_menu_open #sp_menu_btn .sp_btn_cont span.border03 {
  -webkit-transform: rotate(-45deg) scaleX(1.32);
          transform: rotate(-45deg) scaleX(1.32);
}

/*                sp_menu
======================================================= */
#sp_menu {
  display: block;
  position: fixed;
  top: 60px;
  right: -100%;
  width: 100%;
  height: calc(100% - 60px);
  background: #eef6fa;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  -webkit-transition: 800ms;
  transition: 800ms;
  font-size: 93.8%;
}
@media only screen and (min-width: 1025px) {
  #sp_menu {
    display: none;
  }
}
.sp_menu_open #sp_menu {
  right: 0;
  z-index: 9999;
  -webkit-transition: 400ms;
  transition: 400ms;
}
#sp_menu #sp_menu_area {
  padding: 30px 26px;
}
@media only screen and (max-width: 480px) {
  #sp_menu #sp_menu_area {
    padding: 15px 7px;
  }
}
#sp_menu #sp_menu_area .spAccess {
  margin-top: 40px;
}
#sp_menu #sp_menu_area .spAccess .ttl h2 {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  #sp_menu #sp_menu_area .spAccess .ttl h2 {
    font-size: 18px;
  }
}
#sp_menu #sp_menu_area .spAccess .dlTable {
  margin-top: 15px;
}
#sp_menu #sp_menu_area .spAccess .dlTable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
}
#sp_menu #sp_menu_area .spAccess .dlTable dl:nth-child(odd) {
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  #sp_menu #sp_menu_area .spAccess .dlTable dl {
    padding: 15px 10px;
  }
}
#sp_menu #sp_menu_area .spAccess .dlTable dl dt {
  width: 160px;
}
@media only screen and (max-width: 480px) {
  #sp_menu #sp_menu_area .spAccess .dlTable dl dt {
    width: 140px;
  }
}
#sp_menu #sp_menu_area .spAccess .dlTable dl dd {
  width: calc(100% - 160px);
}
@media only screen and (max-width: 480px) {
  #sp_menu #sp_menu_area .spAccess .dlTable dl dd {
    width: calc(100% - 140px);
  }
}
#sp_menu #sp_menu_area .sp_banner {
  text-align: center;
  margin-bottom: 15px;
}
#sp_menu #sp_menu_area .sp_banner img {
  width: 290px;
  height: auto;
}
#sp_menu #sp_menu_area .spMenuCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px;
}
#sp_menu #sp_menu_area .spMenuCont .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0 15px;
}
#sp_menu #sp_menu_area .spMenuCont .cont .top {
  background-color: #afdcf3;
  border-radius: 5px;
}
#sp_menu #sp_menu_area .spMenuCont .cont .top p {
  font-size: 12px;
  color: #086dba;
}
#sp_menu #sp_menu_area .spMenuCont .cont .bottom {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sp_menu #sp_menu_area .spMenuCont .cont .bottom p {
  margin-left: 5px;
  font-size: 22px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 480px) {
  #sp_menu #sp_menu_area .spMenuCont .cont .bottom p {
    font-size: 20px;
  }
}
#sp_menu #sp_menu_area .spMenuCont .cont + .cont {
  border-left: 1px solid #ddd;
}
#sp_menu #sp_menu_area #sp_gnavi {
  margin-top: 20px;
}
#sp_menu #sp_menu_area #sp_gnavi > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 16px;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li {
  width: 100%;
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #ddd;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li:first-child {
  border-top: 1px solid #ddd;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li .ttlCont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-decoration: none;
  /*&:after {
    position: absolute;
    content: "";
    top: 11px;
    right: 42px;
    width: 6px;
    height: 6px;
    border-top: 2px solid $mainColor;
    border-right: 2px solid $mainColor;
    transform: rotate(45deg);
  }*/
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li .ttlCont .ttl {
  width: calc(100% - 30px);
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li .ttlCont .ttl p {
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 480px) {
  #sp_menu #sp_menu_area #sp_gnavi > ul > li .ttlCont .ttl p {
    font-size: 18px;
  }
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li .ttlCont .spAccBtn {
  position: relative;
  width: 30px;
  height: 30px;
  border-left: 1px solid #ddd;
  /*&::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 10px;
    width: 10px;
    height: 2px;
    background-color: $mainColor;
  }
  &::after {
    content: "";
    position: absolute;
    top: 14px;
    left: 10px;
    width: 10px;
    height: 2px;
    background-color: $mainColor;
    transform: rotate(90deg);
    transition: 0.5s;
  }*/
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li .ttlCont .spAccBtn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #086dba;
  border-right: 2px solid #086dba;
  -webkit-transform: translateY(-50%) rotateZ(45deg);
          transform: translateY(-50%) rotateZ(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li .ttlCont .spAccBtn.open::before {
  -webkit-transform: translateY(-50%) rotateZ(-45deg) rotateX(180deg);
          transform: translateY(-50%) rotateZ(-45deg) rotateX(180deg);
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li .underlayer {
  display: none;
  padding-left: 5px;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li .underlayer li {
  margin-top: 26px;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li .underlayer li a {
  position: relative;
  padding-left: 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li .underlayer li a:before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #086dba;
  border-right: 2px solid #086dba;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li.normal {
  border-bottom: none;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li.normal a {
  display: block;
  position: relative;
  padding-left: 15px;
  line-height: 1;
}
#sp_menu #sp_menu_area #sp_gnavi > ul > li.normal a::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 480px) {
  #sp_menu #sp_menu_area #sp_gnavi > ul > li.normal a::before {
    top: 3px;
  }
}

/*                sidebar
======================================================= */
/*                content
======================================================= */
.content_wrapper {
  padding: 110px 50px 100px;
}
@media only screen and (max-width: 768px) {
  .content_wrapper {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .content_wrapper {
    padding: 60px 15px;
  }
}

.btnCont {
  width: 100%;
}
.btnCont a,
.btnCont button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin: auto;
  width: 180px;
  height: 36px;
  text-decoration: none;
  border: solid 2px #086dba;
  background-color: #086dba;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  border-radius: 18px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .btnCont a:hover,
  .btnCont button:hover {
    background-color: #fff;
    color: #086dba;
  }
  .btnCont a:hover::after,
  .btnCont button:hover::after {
    border-color: transparent transparent transparent #086dba;
  }
}
.btnCont a::after,
.btnCont button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.main_title {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .main_title {
    margin-bottom: 25px;
  }
}
.main_title h1 span,
.main_title h2 span {
  font-size: 30px;
  font-weight: bold;
  color: #086dba;
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.2em;
}
.main_title h1 span.greenTxt,
.main_title h2 span.greenTxt {
  color: #004e39;
}
.main_title h1 span .small,
.main_title h2 span .small {
  font-size: 0.9em;
}
@media only screen and (max-width: 768px) {
  .main_title h1 span,
  .main_title h2 span {
    font-size: 25px;
  }
}
@media only screen and (max-width: 480px) {
  .main_title h1 span,
  .main_title h2 span {
    font-size: 20px;
  }
}
.main_title .en_sub_title {
  margin-left: 30px;
  padding-bottom: 2px;
}
@media only screen and (max-width: 768px) {
  .main_title .en_sub_title {
    margin-left: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .main_title .en_sub_title {
    /*width: 100%;
    margin-left: 0px;
    margin-top: 5px;*/
    margin-left: 10px;
  }
}
.main_title .en_sub_title p {
  font-size: 22px;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .main_title .en_sub_title p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .main_title .en_sub_title p {
    font-size: 14px;
  }
}

.column_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .column_list {
    margin: 0 -15px;
  }
}
@media only screen and (max-width: 768px) {
  .column_list {
    margin: 0 -10px;
  }
}
.column_list li {
  position: relative;
  padding: 0 30px;
  width: 33.3333%;
  margin-bottom: 50px;
}
@media only screen and (max-width: 1024px) {
  .column_list li {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .column_list li {
    width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 400px) {
  .column_list li {
    width: 100%;
  }
}
.column_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (min-width: 769px) {
  .column_list li a:hover {
    text-decoration: none;
  }
  .column_list li a:hover .title {
    color: #086dba;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
  }
}
.column_list li a .column_img_area {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 30px;
  padding-top: 66.5625%;
  overflow: hidden;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  .column_list li a .column_img_area {
    border-radius: 20px;
  }
}
.column_list li a .column_img_area img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.column_list li a .column_text_area {
  margin-top: 14px;
  line-height: 0;
}
.column_list li a .column_text_area span {
  display: block;
  line-height: 1.5;
}
.column_list li a .column_text_area .date {
  color: #b1b1b1;
  margin-bottom: 6px;
}
.column_list li a .column_text_area .title {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 700;
}

/*                投稿レイアウト設定
======================================================= */
.detail_cont_area {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.detail_cont_area > .wp-block-image,
.detail_cont_area > .wp-block-media-text,
.detail_cont_area > .wp-block-audio,
.detail_cont_area > .block-editor-block-list__layout,
.detail_cont_area > .wp-block-button,
.detail_cont_area > .wp-block-button__link,
.detail_cont_area > .wp-block-code,
.detail_cont_area > p {
  margin: 0 0 30px;
}
@media only screen and (max-width: 600px) {
  .detail_cont_area .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
  }
}
.detail_cont_area a {
  color: #008acb;
  text-decoration: underline;
}
@media only screen and (min-width: 769px) {
  .detail_cont_area a:hover {
    text-decoration: none;
  }
}

/*                footer
======================================================= */
#footer .ftAccess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 9998;
}
@media only screen and (max-width: 768px) {
  #footer .ftAccess {
    position: fixed;
    bottom: 0;
    left: 0;
  }
}
#footer .ftAccess .telCont,
#footer .ftAccess .formCont {
  width: 50%;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  #footer .ftAccess .telCont,
  #footer .ftAccess .formCont {
    height: 50px;
  }
}
#footer .ftAccess .telCont .txt,
#footer .ftAccess .formCont .txt {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  #footer .ftAccess .telCont .txt,
  #footer .ftAccess .formCont .txt {
    margin-bottom: 5px;
  }
}
#footer .ftAccess .telCont .txt p,
#footer .ftAccess .formCont .txt p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #footer .ftAccess .telCont .txt p,
  #footer .ftAccess .formCont .txt p {
    font-size: 10px;
  }
}
#footer .ftAccess .telCont a,
#footer .ftAccess .formCont a {
  color: #fff;
}
#footer .ftAccess .telCont {
  background-color: #086dba;
}
#footer .ftAccess .telCont .tel {
  padding-left: 45px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #footer .ftAccess .telCont .tel {
    padding-left: 20px;
  }
}
#footer .ftAccess .telCont .tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29px;
  height: 29px;
  background: center/contain no-repeat url("/wp-content/themes/sadosogo2022/asset/media/images/home/access01.png");
}
@media only screen and (max-width: 768px) {
  #footer .ftAccess .telCont .tel::before {
    width: 14.5px;
    height: 14.5px;
    top: calc(50% - 2px);
  }
}
#footer .ftAccess .telCont .tel p {
  font-size: 36px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #footer .ftAccess .telCont .tel p {
    font-size: 18px;
  }
}
#footer .ftAccess .formCont {
  background-color: #3386c6;
}
#footer .ftAccess .formCont .form {
  padding-left: 45px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #footer .ftAccess .formCont .form {
    padding-left: 20px;
  }
}
#footer .ftAccess .formCont .form::before {
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
  height: 25px;
  background: center/contain no-repeat url("/wp-content/themes/sadosogo2022/asset/media/images/home/access02.png");
}
@media only screen and (max-width: 768px) {
  #footer .ftAccess .formCont .form::before {
    width: 16.5px;
    height: 12.5px;
    top: calc(50% + 1px);
  }
}
#footer .ftAccess .formCont .form p {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #footer .ftAccess .formCont .form p {
    font-size: 16px;
  }
}
#footer .wrap {
  padding-top: 65px;
}
@media only screen and (max-width: 1024px) {
  #footer .wrap {
    padding-top: 0px;
  }
}
#footer .ftSlide {
  margin: 60px 0px 80px -10px;
  position: relative;
  width: calc(100% + 20px);
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  #footer .ftSlide {
    margin-top: 40px;
    width: 100%;
    margin: 25px 0px;
    padding: 0 15px;
  }
}
#footer .ftSlide .slideCont {
  padding: 0 10px;
}
#footer .ftSlide .slideCont img {
  border: 1px solid #bebebe;
  width: 100%;
  height: auto;
}
#footer .ftSlide .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .ftSlide .slick-arrow > .arrow {
  width: 12px;
  height: 12px;
  border-top: 2px solid #086dba;
  border-left: 2px solid #086dba;
  display: block;
}
#footer .ftSlide .slick-arrow.prev {
  left: -30px;
}
@media only screen and (max-width: 1300px) {
  #footer .ftSlide .slick-arrow.prev {
    left: -15px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .ftSlide .slick-arrow.prev {
    left: 0;
  }
}
#footer .ftSlide .slick-arrow.prev > .arrow {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: 6px;
}
#footer .ftSlide .slick-arrow.next {
  right: -30px;
}
@media only screen and (max-width: 1300px) {
  #footer .ftSlide .slick-arrow.next {
    right: -15px;
  }
}
@media only screen and (max-width: 768px) {
  #footer .ftSlide .slick-arrow.next {
    right: 0;
  }
}
#footer .ftSlide .slick-arrow.next > .arrow {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-right: 6px;
}
#footer .ftNaviCont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  #footer .ftNaviCont {
    display: none;
  }
}
#footer .ftNaviCont .contL,
#footer .ftNaviCont .contR {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .ftNaviCont .contL .ftNavi,
#footer .ftNaviCont .contR .ftNavi {
  padding-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .ftNaviCont .contL .ftNavi.w50,
#footer .ftNaviCont .contR .ftNavi.w50 {
  width: 50%;
}
#footer .ftNaviCont .contL .ftNavi.mb30,
#footer .ftNaviCont .contR .ftNavi.mb30 {
  margin-bottom: 30px;
}
#footer .ftNaviCont .contL .ftNavi.pr20,
#footer .ftNaviCont .contR .ftNavi.pr20 {
  padding-right: 20px;
}
#footer .ftNaviCont .contL .ftNavi.pl20,
#footer .ftNaviCont .contR .ftNavi.pl20 {
  padding-left: 20px;
}
#footer .ftNaviCont .contL .ftNavi .ttl,
#footer .ftNaviCont .contR .ftNavi .ttl {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #bebebe;
  position: relative;
}
#footer .ftNaviCont .contL .ftNavi .ttl::before,
#footer .ftNaviCont .contR .ftNavi .ttl::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 64px;
  height: 1px;
  background-color: #086dba;
}
#footer .ftNaviCont .contL .ftNavi .ttl h2,
#footer .ftNaviCont .contR .ftNavi .ttl h2 {
  color: #086dba;
  font-weight: bold;
}
#footer .ftNaviCont .contL .ftNavi ul.w50,
#footer .ftNaviCont .contR .ftNavi ul.w50 {
  width: 50%;
}
#footer .ftNaviCont .contL .ftNavi ul.w33,
#footer .ftNaviCont .contR .ftNavi ul.w33 {
  width: 33.333333%;
}
#footer .ftNaviCont .contL .ftNavi ul li span,
#footer .ftNaviCont .contR .ftNavi ul li span {
  color: #086dba;
  font-size: 14px;
  font-weight: bold;
}
#footer .ftNaviCont .contL .ftNavi ul li a,
#footer .ftNaviCont .contR .ftNavi ul li a {
  font-size: 14px;
  font-weight: 400;
}
#footer .ftNaviCont .contL .ftNavi ul li + li,
#footer .ftNaviCont .contR .ftNavi ul li + li {
  margin-top: 15px;
}
#footer .ftNaviCont .contL {
  padding-right: 20px;
}
#footer .ftNaviCont .contR {
  padding-left: 20px;
}
#footer .copyCont {
  background-color: #f8f8f8;
  padding: 40px 0;
}
@media only screen and (max-width: 1024px) {
  #footer .copyCont {
    padding: 10px 0;
  }
}
#footer .copyCont .main_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  #footer .copyCont .main_width {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  #footer .copyCont .naviList {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  #footer .copyCont .naviList {
    display: none;
  }
}
#footer .copyCont .naviList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1200px) {
  #footer .copyCont .naviList ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footer .copyCont .naviList ul li a p {
  font-size: 14px;
  font-weight: 400;
}
#footer .copyCont .naviList ul li + li {
  margin-left: 30px;
}
#footer .copyCont .copy {
  text-align: center;
}
#footer .copyCont .copy span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #footer .copyCont .copy span {
    font-size: 10px;
  }
}

/*                Slick  Slider
======================================================= */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  outline: none;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media only screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .pc2_none {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .tb_none {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

/*                fadein
======================================================= */
.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*                keyframe
======================================================= */
@-webkit-keyframes spBar01_open {
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 11px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}
@keyframes spBar01_open {
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 11px;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
  }
}
@-webkit-keyframes spBar03_open {
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 11px;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
}
@keyframes spBar03_open {
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 11px;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
}
@-webkit-keyframes spBar01_close {
  from {
    top: 11px;
    -webkit-transform: rotate(255deg);
            transform: rotate(255deg);
  }
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 2px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes spBar01_close {
  from {
    top: 11px;
    -webkit-transform: rotate(255deg);
            transform: rotate(255deg);
  }
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 2px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes spBar03_close {
  from {
    top: 11px;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 20px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes spBar03_close {
  from {
    top: 11px;
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }
  50% {
    top: 11px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 20px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes move {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(-50% - 5px));
            transform: translate(-50%, calc(-50% - 5px));
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(-50% + 3px));
            transform: translate(-50%, calc(-50% + 3px));
  }
}
@keyframes move {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(-50% - 5px));
            transform: translate(-50%, calc(-50% - 5px));
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, calc(-50% + 3px));
            transform: translate(-50%, calc(-50% + 3px));
  }
}
@-webkit-keyframes move2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 5px), -50%);
            transform: translate(calc(-50% - 5px), -50%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% + 3px), -50%);
            transform: translate(calc(-50% + 3px), -50%);
  }
}
@keyframes move2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% - 5px), -50%);
            transform: translate(calc(-50% - 5px), -50%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(calc(-50% + 3px), -50%);
            transform: translate(calc(-50% + 3px), -50%);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  100% {
    opacity: 0;
    -webkit-filter: blur(15px);
            filter: blur(15px);
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
/*                dlテーブル
======================================================= */
/*.dlTable {
  dl {
    display: flex;
    flex-wrap: wrap;
    border-left: 2px solid #f3f3f3;
    border-right: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
    &:first-child {
      border-top: 2px solid #f3f3f3;
    }
    dt {
      padding: 30px;
      background-color: #f9f7f7;
      width: 190px;
      @include media768 {
        padding: 20px;
        width: 100%;
      }
      @include media480 {
        padding: 10px;
      }
      span {
        font-weight: bold;
        line-height: 1.6em;
        @include media768 {
          font-size: 14px;
        }
      }
    }
    dd {
      margin: 0;
      padding: 30px;
      width: calc(100% - 190px);
      @include media768 {
        padding: 25px;
        width: 100%;
      }
      @include media480 {
        padding: 15px;
      }
      span {
        display: block;
        @include media768 {
          font-size: 14px;
        }
        &.ttl {
          + span {
            margin-top: 5px;
          }
        }
        + span {
          margin-top: 15px;
        }
        + .ttl {
          margin-top: 30px;
        }
      }
    }
  }
}*/
/*                テキスト装飾
======================================================= */
.text_right,
.alignright {
  text-align: right;
}

.text_left,
.alignleft {
  text-align: left;
}

.text_center,
.aligncenter {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

.lato {
  font-family: "Lato", "arial", sans-serif;
}

.mintyo {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.greenTxt {
  color: #004e39;
}

.ilb {
  display: inline-block;
}

.aa {
  width: 60px;
  height: 60px;
}

/*                リスト
======================================================= */
.numList.mt20 {
  margin-top: 20px;
}
.numList > ol {
  counter-reset: my-counter;
}
.numList > ol > li {
  padding-left: 1.75em;
}
.numList > ol > li > span:before,
.numList > ol > li > a:before {
  counter-increment: my-counter;
  content: counter(my-counter) ".";
  position: relative;
  left: -1.25em;
  top: 0px;
  margin-right: -0.85em;
}
.numList > ol > li > a.blueTxt {
  color: #086dba;
}
.numList > ol > li + li {
  margin-top: 0.5em;
}
.numList > ol > li + .em1 {
  margin-top: 1em;
}
.numList + .img_col2,
.numList + .img_col3,
.numList + .system_img_txt {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .numList + .img_col2,
  .numList + .img_col3,
  .numList + .system_img_txt {
    margin-top: 20px;
  }
}

.num_kakko_list.mt20 {
  margin-top: 20px;
}
.num_kakko_list > ol {
  counter-reset: my-counter;
}
.num_kakko_list > ol > li {
  padding-left: 1.75em;
}
.num_kakko_list > ol > li > span:before,
.num_kakko_list > ol > li > a:before {
  counter-increment: my-counter;
  content: "(" counter(my-counter) ")";
  position: relative;
  left: -1.25em;
  top: 0px;
  margin-right: -0.85em;
}
.num_kakko_list > ol > li + li {
  margin-top: 0.5em;
}

.numromen_kakko_list.mt20 {
  margin-top: 20px;
}
.numromen_kakko_list > ol {
  counter-reset: my-counter;
}
.numromen_kakko_list > ol > li {
  padding-left: 1.75em;
}
.numromen_kakko_list > ol > li > span:before,
.numromen_kakko_list > ol > li > a:before {
  counter-increment: my-counter;
  content: "(" counter(my-counter, lower-roman) ")";
  position: relative;
  left: -1.25em;
  top: 0px;
  margin-right: -0.85em;
}
.numromen_kakko_list > ol > li + li {
  margin-top: 0.5em;
}

.komenum_list > ol {
  counter-reset: my-counter;
}
.komenum_list > ol > li {
  padding-left: 1.75em;
}
.komenum_list > ol > li > span:before {
  counter-increment: my-counter;
  content: "※" counter(my-counter);
  position: relative;
  left: -1.25em;
  top: 0px;
  margin-right: -0.85em;
}
.komenum_list > ol > li + li {
  margin-top: 0.5em;
}
.komenum_list + .img_col2,
.komenum_list + .img_col3,
.komenum_list + .system_img_txt {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .komenum_list + .img_col2,
  .komenum_list + .img_col3,
  .komenum_list + .system_img_txt {
    margin-top: 20px;
  }
}

.komeList.mt30 {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .komeList.mt30 {
    margin-top: 15px;
  }
}
.komeList.mt10 {
  margin-top: 10px;
}
.komeList.mt15 {
  margin-top: 15px;
}
.komeList.ml15 {
  margin-left: 15px;
}
.komeList ul li > span {
  display: inline-block;
  position: relative;
  padding-left: 1.25em;
  line-height: 1.65;
}
@media only screen and (max-width: 768px) {
  .komeList ul li > span {
    font-size: 14px;
  }
}
.komeList ul li > span.b {
  font-weight: bold;
}
.komeList ul li > span:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.komeList ul li > span a {
  color: #333;
  font-weight: bold;
}
.komeList + .dotList {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .komeList + .dotList {
    margin-top: 20px;
  }
}
.komeList + .borderTtl {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .komeList + .borderTtl {
    margin-top: 40px;
  }
}

.dotList.mt15 {
  margin-top: 15px;
}
.dotList.mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .dotList.mt20 {
    margin-top: 15px;
  }
}
.dotList > .title span {
  line-height: 2;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .dotList > .title span {
    font-size: 14px;
  }
}
.dotList > ul > li > span,
.dotList > ul > li > div,
.dotList > ul > li > p,
.dotList > ul > li > a {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 1em;
  line-height: 1.65;
}
@media only screen and (max-width: 768px) {
  .dotList > ul > li > span,
  .dotList > ul > li > div,
  .dotList > ul > li > p,
  .dotList > ul > li > a {
    font-size: 14px;
  }
}
.dotList > ul > li > span:before,
.dotList > ul > li > div:before,
.dotList > ul > li > p:before,
.dotList > ul > li > a:before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0.5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #333;
}
@media only screen and (max-width: 768px) {
  .dotList > ul > li > span:before,
  .dotList > ul > li > div:before,
  .dotList > ul > li > p:before,
  .dotList > ul > li > a:before {
    top: 0.7em;
  }
}
.dotList > ul > li > span a,
.dotList > ul > li > div a,
.dotList > ul > li > p a,
.dotList > ul > li > a a {
  color: #333;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .dotList > ul > li > span a:hover,
  .dotList > ul > li > div a:hover,
  .dotList > ul > li > p a:hover,
  .dotList > ul > li > a a:hover {
    text-decoration: underline;
  }
}
.dotList > ul > li > a {
  color: #086dba;
}
.dotList > ul > li > .inner_list {
  display: block;
  padding-left: 2em;
}
.dotList > ul > li > .inner_list::before {
  content: none;
}
.dotList > ul > li > .inner_list.mt10 {
  margin-top: 10px;
}
.dotList > ul > li > .inner_list ul li > span {
  display: block;
  text-indent: 1em;
}
.dotList > ul > li > .inner_list ul li > span:first-child {
  text-indent: 0;
}
.dotList > ul > li > .inner_list ul li + li {
  margin-top: 1em;
}
.dotList > ul > li > .inner_list ul.dot li > span {
  position: relative;
  padding-left: 1em;
}
.dotList > ul > li > .inner_list ul.dot li > span::before {
  content: "";
  position: absolute;
  top: 0.85em;
  left: 0.5em;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #333;
}
.dotList > ul > li > .inner_list ul.dot li + li {
  margin-top: 0.25em;
}
.dotList > ul > li > .inner_list ul.mt10 {
  margin-top: 10px;
}
.dotList > ul > li + li {
  margin-top: 10px;
}
.dotList + .contTxt,
.dotList + .borderTtl {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .dotList + .contTxt,
  .dotList + .borderTtl {
    margin-top: 40px;
  }
}
.dotList + .contTxt.mt15 {
  margin-top: 15px;
}
.dotList + .contTxt.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .dotList + .contTxt.mt40 {
    margin-top: 20px;
  }
}

.squareList ul li > span,
.squareList ul li > a {
  display: inline-block;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  padding-left: 1.5em;
}
@media only screen and (max-width: 768px) {
  .squareList ul li > span,
  .squareList ul li > a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 400px) {
  .squareList ul li > span,
  .squareList ul li > a {
    font-size: 13px;
  }
}
.squareList ul li > span:before,
.squareList ul li > a:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: #333;
}
.squareList ul li > span a,
.squareList ul li > a a {
  color: #333;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  .squareList ul li > span a:hover,
  .squareList ul li > a a:hover {
    text-decoration: underline;
  }
}
.squareList ul li + li {
  margin-top: 15px;
}

.subColorBg {
  background-color: #eef6fa;
}

.blueTxt {
  color: #086dba;
}
.blueTxt.underline {
  -webkit-text-decoration: underline #086dba;
          text-decoration: underline #086dba;
}

.redTxt {
  color: #ff4f4b;
}

.letter {
  letter-spacing: -0.05em;
}

/*                tailwind
======================================================= */
.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.underline,
a.underline {
  text-decoration: underline;
  text-underline-offset: 5px;
}

/*20231004出崎追記*/
span.bigtitle {
  font-size: 35px;
}
@media only screen and (max-width: 768px) {
  span.bigtitle {
    font-size: 25px;
  }
}

/*20231026出崎追記*/
span.online {
  font-size: 25px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  span.online {
    font-size: 18px;
  }
}

/*20260121 追記*/
.cont .wp-block-file .wp-block-file__button {
  color: #fff;
}