@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
}

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: bottom;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
  cursor: pointer;
}

a[href^="tel:"] {
  cursor: default;
}

/*薄い青*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.25s linear;
}

.ro:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.ac_btn:hover {
  cursor: pointer;
}

/* chrome opera */
/*@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
	body {
		image-rendering: -webkit-optimize-contrast;
	}
}*/
.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 400;
  font-weight: 500;
  color: #333;
  font-size: 1.8rem;
  line-height: 2;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  min-width: 1280px;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    min-width: inherit;
  }
}

body a.url {
  word-break: break-all;
}

body.fixed {
  position: fixed;
  left: 0;
  right: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: inherit;
}

.bold, strong {
  font-weight: inherit;
}

@media only screen and (max-width: 767px) {
  a[href*="tel:"] {
    text-decoration: underline;
  }
}

#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
  z-index: 0;
}

#container:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 100vw solid transparent;
  border-top: 800px solid #EBF4FC;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #container:after {
    border-top: 390px solid #EBF4FC;
  }
}

.contents {
  position: relative;
}

.innerWrap {
  max-width: 1280px;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 60px;
}

@media only screen and (max-width: 767px) {
  .innerWrap {
    padding: 0 30px;
  }
}

.w1440 {
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (max-width: 1580px) {
  .w1440 {
    padding: 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .w1440 {
    padding: 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .w1000 {
    max-width: 1000px;
    padding: 0;
  }
}

#main_contents {
  padding-bottom: 180px;
}

@media only screen and (max-width: 767px) {
  #main_contents {
    padding-bottom: 65px;
    padding-top: 25px;
  }
}

#main_contents .block + .block {
  margin-top: 120px;
}

@media only screen and (max-width: 767px) {
  #main_contents .block + .block {
    margin-top: 65px;
  }
}

.en {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
}

.tab_cont {
  display: none;
}

.tab_cont.active {
  display: block;
}

.txt a:not([href*="tel:"]) {
  color: #3B5FC0;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.txt a:not([href*="tel:"]):hover {
  opacity: .7;
  transition: all 0.25s linear;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*薄い青*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
.red_txt {
  color: #3B5FC0;
  font-weight: 700;
}

.line_txt {
  background: linear-gradient(transparent 8%, #FFF48D 0%);
}

.link01 a {
  color: #3B5FC0;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.link01 a:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

/*-------------------------
  hd
-------------------------*/
.page_ttl_wrap {
  padding: 0 60px;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .page_ttl_wrap {
    padding: 0 20px;
  }
}

.page_ttl {
  max-width: 1440px;
  padding-left: 248px;
  line-height: 1.5;
  margin: 0 auto 65px;
  background: no-repeat left center;
  background-size: auto 200px;
  min-height: 200px;
}

@media only screen and (max-width: 767px) {
  .page_ttl {
    padding: 83px 0 0;
    background-position: center top;
    text-align: center;
    margin-bottom: 40px;
    background-size: auto 78px;
    min-height: inherit;
  }
}

.page_ttl h1 {
  font-size: 5.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .page_ttl h1 {
    font-size: 3rem;
    margin-bottom: 5px;
  }
}

.page_ttl .en {
  font-size: 4.6rem;
  color: #3B5FC0;
  font-weight: 300;
}

@media only screen and (max-width: 767px) {
  .page_ttl .en {
    font-size: 2.6rem;
  }
}

.hd01 {
  text-align: center;
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .hd01 {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

.hd01 .in {
  display: inline-block;
  padding: 0 118px;
  background: url(../img/ttl_bg_l_w02.png) no-repeat left bottom 14px, url(../img/ttl_bg_r_w02.png) no-repeat right bottom 14px;
  background-size: 83px auto;
}

@media only screen and (max-width: 767px) {
  .hd01 .in {
    padding: 0 49px;
    background-image: url(../img/ttl_bg_l_w.png), url(../img/ttl_bg_r_w.png);
    background-size: 36px auto;
    background-position: left bottom 5px,right bottom 5px;
  }
  .hd01 .in br.spCont {
    display: inline-block;
  }
}

.hd02 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 3px solid #333;
  margin-bottom: 58px;
}

@media only screen and (max-width: 767px) {
  .hd02 {
    font-size: 2.4rem;
    padding-bottom: 15px;
    border-bottom-width: 2px;
    margin-bottom: 30px;
  }
}

.hd03 {
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .hd03 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 390px) {
  .hd03 {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.hd04 {
  text-align: center;
  color: #3B5FC0;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 7px;
}

@media only screen and (max-width: 767px) {
  .hd04 {
    font-size: 2rem;
    margin-bottom: 6px;
  }
}

.hd04 .in {
  display: inline-block;
  padding: 0 62px;
  background: url(../img/ttl_bg_l.png) no-repeat left bottom, url(../img/ttl_bg_r.png) no-repeat right bottom;
  background-size: 36px auto;
}

@media only screen and (max-width: 767px) {
  .hd04 .in {
    padding: 0 39px;
    background-size: 23px auto;
  }
  .hd04 .in br.spCont {
    display: inline-block;
  }
}

.hd04.c_w {
  color: #fff;
}

.hd04.c_w .in {
  background-image: url(../img/ttl_bg_l_w.png), url(../img/ttl_bg_r_w.png);
}

.hd05 {
  display: flex;
  align-items: baseline;
  line-height: 1.5;
}

.hd05 .ico {
  width: 57px;
  margin-right: 23px;
}

@media only screen and (max-width: 767px) {
  .hd05 .ico {
    width: 42px;
    margin-right: 13px;
  }
}

.hd05 .ico img {
  width: 100%;
  height: auto;
  margin-bottom: -16px;
}

@media only screen and (max-width: 767px) {
  .hd05 .ico img {
    margin-bottom: -8px;
  }
}

.hd05 .ttl {
  font-size: 3.2rem;
  font-weight: 600;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .hd05 .ttl {
    font-size: 2.6rem;
    margin-right: 20px;
  }
}

.hd05 .en {
  color: #3B5FC0;
  font-size: 3.2rem;
}

@media only screen and (max-width: 767px) {
  .hd05 .en {
    font-size: 2.2rem;
  }
}

.hd06 {
  font-size: 3.2rem;
  color: #3B5FC0;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .hd06 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.hd07 {
  text-align: center;
  border: 2px solid #2F56C1;
  border-radius: 8px;
  color: #3B5FC0;
  line-height: 1.5;
  font-weight: 600;
  font-size: 2rem;
  padding: 13px 10px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 767px) {
  .hd07 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.hd07.big {
  font-size: 2.4rem;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 75px;
}

@media only screen and (max-width: 767px) {
  .hd07.big {
    font-size: 2rem;
    min-height: 97px;
    margin-bottom: 35px;
    border-width: 2px;
  }
}

.hd08 {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
  /*左寄せ*/
  /*小*/
}

@media only screen and (max-width: 767px) {
  .hd08 {
    margin-bottom: 30px;
  }
}

.hd08 .ttl {
  font-size: 3.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .hd08 .ttl {
    font-size: 2.6rem;
  }
}

.hd08 .en {
  margin-top: 5px;
  font-size: 2.7rem;
  color: #3B5FC0;
}

@media only screen and (max-width: 767px) {
  .hd08 .en {
    font-size: 2.2rem;
  }
}

.hd08 .inner {
  display: inline-block;
  padding: 0 60px;
  background: url(../img/ttl_bg02_l.png) no-repeat left top 7px, url(../img/ttl_bg02_r.png) no-repeat right top 7px;
  background-size: 21px auto;
}

.hd08.left {
  text-align: left;
}

.hd08.small {
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .hd08.small {
    margin-bottom: 18px;
  }
}

.hd08.small .ttl {
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .hd08.small .ttl {
    font-size: 2.2rem;
  }
}

.hd08.small .en {
  font-size: 2.6rem;
}

@media only screen and (max-width: 767px) {
  .hd08.small .en {
    font-size: 1.7rem;
  }
}

.hd09 {
  text-align: center;
  color: #3B5FC0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  .hd09 {
    font-size: 2.2rem;
    margin-bottom: 22px;
  }
}

.hd09 .in {
  display: inline-block;
  position: relative;
  padding: 0 41px;
}

@media only screen and (max-width: 767px) {
  .hd09 .in {
    padding: 0 37px;
  }
}

.hd09 .in:before, .hd09 .in:after {
  content: "";
  display: block;
  width: 3px;
  height: 80%;
  background: #2F56C1;
  transform: rotate(-25deg);
  position: absolute;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  .hd09 .in:before, .hd09 .in:after {
    height: 52%;
    margin-top: -7%;
    top: 50%;
    bottom: auto;
  }
}

.hd09 .in:after {
  transform: rotate(25deg);
  left: auto;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .hd09 .in br.spCont {
    display: inline-block;
  }
}

.hd10 {
  color: #3B5FC0;
  line-height: 1.5;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  .hd10 {
    margin-bottom: 22px;
  }
}

.hd10 .inner {
  display: flex;
  align-items: flex-start;
}

.hd10 .num {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.4;
  border-bottom: 3px solid #2F56C1;
  margin-right: 25px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .hd10 .num {
    font-size: 2.8rem;
    margin-right: 16px;
  }
}

.hd10 .ttl {
  font-size: 2.4rem;
  font-weight: 600;
  padding-top: 3px;
}

@media only screen and (max-width: 767px) {
  .hd10 .ttl {
    font-size: 2.2rem;
  }
}

.hd10 .ttl small {
  font-size: 1.8rem;
}

/*-------------------------
  btn
-------------------------*/
.btn01 {
  display: flex;
  justify-content: center;
}

.btn01 .btn_inner,
.btn01 .wp-block-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  font-size: 2.6rem;
  font-weight: 700;
  color: #3B5FC0;
  border: 2px solid #2F56C1;
  background: url(../img/ico_arrow01.png) no-repeat right 30px center #fff;
  background-size: 11px auto;
  border-radius: 100px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20px 40px;
  min-width: 500px;
  min-height: 100px;
  text-decoration: none;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .btn01 .btn_inner,
  .btn01 .wp-block-button__link {
    padding: 9px 30px;
    font-size: 1.8rem;
    background-size: 7px auto;
    background-position: right 20px center;
    min-width: inherit;
    min-height: 68px;
    width: 100%;
  }
}

.btn01 .btn_inner:before,
.btn01 .wp-block-button__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(47, 86, 193, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.25s linear;
  z-index: -1;
}

.btn01 .btn_inner:hover:before,
.btn01 .wp-block-button__link:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.btn01 .btn_inner small,
.btn01 .wp-block-button__link small {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .btn01 .btn_inner small,
  .btn01 .wp-block-button__link small {
    font-size: 1.5rem;
  }
}

.btn01 .btn_inner .ico,
.btn01 .wp-block-button__link .ico {
  display: flex;
  align-items: center;
  position: absolute;
  left: 47px;
  top: 0;
  bottom: 3px;
}

@media only screen and (max-width: 767px) {
  .btn01 .btn_inner .ico,
  .btn01 .wp-block-button__link .ico {
    left: 26px;
    bottom: 0;
  }
}

.btn01 .btn_inner .ico img,
.btn01 .wp-block-button__link .ico img {
  width: auto;
  height: 41px;
}

@media only screen and (max-width: 767px) {
  .btn01 .btn_inner .ico img,
  .btn01 .wp-block-button__link .ico img {
    height: 31px;
  }
}

.btn01 .btn_inner .ico + .txt,
.btn01 .wp-block-button__link .ico + .txt {
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .btn01 .btn_inner .ico + .txt,
  .btn01 .wp-block-button__link .ico + .txt {
    padding-left: 5px;
  }
}

.btn01 a[target="_blank"] {
  background-image: url(../img/ico_blank01_r.png);
  background-size: 18px auto;
}

@media only screen and (max-width: 767px) {
  .btn01 a[target="_blank"] {
    background-size: 13px auto;
  }
}

@media only screen and (max-width: 767px) {
  .btn01.btn_concierge .ico {
    left: 21px;
  }
}

.btn01.c_red .btn_inner,
.btn01.c_red .wp-block-button__link {
  color: #fff;
  border-color: #fff;
  background-color: #2F56C1;
  background-image: url(../img/ico_arrow01_w.png);
}

.btn01.c_red .btn_inner:before,
.btn01.c_red .wp-block-button__link:before {
  background: #fff;
  opacity: 0.1;
}

.btn01.c_red a[target="_blank"] {
  background-image: url(../img/ico_blank01.png);
  background-size: 18px auto;
}

@media only screen and (max-width: 767px) {
  .btn01.c_red a[target="_blank"] {
    background-size: 13px auto;
  }
}

.btn02,
.wp-block-button:not(.btn01) {
  text-align: center;
}

.btn02 .btn_inner,
.btn02 .wp-block-button__link,
.wp-block-button:not(.btn01) .btn_inner,
.wp-block-button:not(.btn01) .wp-block-button__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #888;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 600;
  border-radius: 100px;
  padding: 11px 32px;
  width: auto;
  min-width: 240px;
  min-height: 56px;
  overflow: hidden;
  position: relative;
  color: #333;
  background: #fff;
  text-decoration: none;
  z-index: 0;
}

.btn02 .btn_inner:after,
.btn02 .wp-block-button__link:after,
.wp-block-button:not(.btn01) .btn_inner:after,
.wp-block-button:not(.btn01) .wp-block-button__link:after {
  content: "";
  display: block;
  background: url(../img/ico_arrow02.png) no-repeat right center;
  background-size: 100% auto;
  width: 8px;
  height: 100%;
  position: absolute;
  right: 23px;
  top: 0;
  bottom: 0;
}

.btn02 .btn_inner:before,
.btn02 .wp-block-button__link:before,
.wp-block-button:not(.btn01) .btn_inner:before,
.wp-block-button:not(.btn01) .wp-block-button__link:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F0F0F0;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform 0.25s linear;
  z-index: -1;
}

.btn02 .btn_inner:hover:before,
.btn02 .wp-block-button__link:hover:before,
.wp-block-button:not(.btn01) .btn_inner:hover:before,
.wp-block-button:not(.btn01) .wp-block-button__link:hover:before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.btn02 .btn_inner small,
.btn02 .wp-block-button__link small,
.wp-block-button:not(.btn01) .btn_inner small,
.wp-block-button:not(.btn01) .wp-block-button__link small {
  font-size: 1.4rem;
}

.btn02.small .btn_inner,
.wp-block-button:not(.btn01).small .btn_inner {
  min-width: 200px;
  min-height: 48px;
  font-weight: 500;
}

.btn02.small .btn_inner:after,
.wp-block-button:not(.btn01).small .btn_inner:after {
  right: 18px;
}

.btn02 a[href$=".pdf"],
.wp-block-button:not(.btn01) a[href$=".pdf"] {
  padding-right: 68px;
}

@media only screen and (max-width: 767px) {
  .btn02 a[href$=".pdf"],
  .wp-block-button:not(.btn01) a[href$=".pdf"] {
    padding-right: 58px;
    padding-left: 25px;
  }
}

.btn02 a[href$=".pdf"]:after,
.wp-block-button:not(.btn01) a[href$=".pdf"]:after {
  background-image: url(../img/ico_pdf.png);
  width: 24px;
}

@media only screen and (max-width: 767px) {
  .btn02 a[href$=".pdf"]:after,
  .wp-block-button:not(.btn01) a[href$=".pdf"]:after {
    right: 20px;
  }
}

/*-------------------------
breadcrumbs
-------------------------*/
#breadcrumbs {
  line-height: 1.2;
  padding: 0 3.1%;
  font-size: 1.4rem;
  max-width: 2000px;
  margin: 0 auto 84px;
}

@media only screen and (max-width: 767px) {
  #breadcrumbs {
    display: none;
  }
}

#breadcrumbs .breadcrumbs_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#breadcrumbs .breadcrumbs_list a {
  transition: all 0.25s linear;
}

#breadcrumbs .breadcrumbs_list a:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

#breadcrumbs .breadcrumbs_list li:not(:last-of-type):after {
  content: "";
  display: inline-block;
  background: url(../img/ico_arrow01.png) no-repeat left top 0.4em;
  background-size: 5px auto;
  width: 5px;
  height: 1em;
  margin: 0 16px;
}

/*-------------------------
list
-------------------------*/
ul.kome li,
ol.kome li {
  text-indent: -1em;
  padding-left: 1em;
}

ul.kome li strong,
ol.kome li strong {
  font-weight: 700;
}

ul.indent_15 li,
ol.indent_15 li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.link01 li {
  line-height: 1.5;
}

.link01 li + li {
  margin-top: 14px;
}

/*-------------------------
bnr_list
-------------------------*/
.bnr_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0 -12px -24px;
}

@media only screen and (max-width: 767px) {
  .bnr_list {
    display: block;
    margin: 0 0 -12px;
  }
}

.bnr_list:after {
  content: "";
  display: block;
  max-width: 424px;
  width: 33.33%;
}

@media only screen and (max-width: 767px) {
  .bnr_list:after {
    content: none;
  }
}

.bnr_list li {
  padding: 0 12px;
  margin-bottom: 24px;
  max-width: 424px;
  width: 33.33%;
}

@media only screen and (max-width: 767px) {
  .bnr_list li {
    max-width: 300px;
    width: 100%;
    padding: 0;
    margin: 0 auto 12px;
  }
}

.bnr_list a {
  display: block;
  transition: all 0.25s linear;
}

.bnr_list a:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

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

@media only screen and (min-width: 768px) {
  .bnr_list.list4 li {
    width: 25%;
    padding: 0 8px;
  }
}

/*-------------------------
ボックス
-------------------------*/
.box01 {
  background: #F0F0F0;
  border-radius: 12px;
  padding: 40px 64px;
}

@media only screen and (max-width: 767px) {
  .box01 {
    border-radius: 0;
    padding: 23px;
  }
}

.box01.color01 {
  background: #EBF4FC;
}

/*-------------------------
背景
-------------------------*/
.bg01 {
  background: #EBF4FC;
  position: relative;
  z-index: 0;
  padding: 150px 0 115px;
}

@media only screen and (max-width: 767px) {
  .bg01 {
    padding: 115px 0  50px;
  }
}

.bg01:before {
  content: "";
  display: block;
  width: 120%;
  height: 160px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -80px;
  left: -10%;
  right: -10%;
  z-index: -1;
}

/*-------------------------
吹き出し
-------------------------*/
.balloon_img {
  transition: all 500ms ease-out;
  opacity: 0;
  visibility: hidden;
  display: block;
}

@media only screen and (max-width: 767px) {
  .balloon_img img {
    width: 100%;
    height: auto;
  }
}

.balloon_img.inside.scrollin {
  opacity: 1;
  visibility: visible;
  animation: purun 0.8s linear 0s 1;
}

@keyframes purun {
  0% {
    opacity: 0;
    transform: scale(1, 1) translate(0%, 0%);
  }
  30% {
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  70% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}

/*ファーストビュー*/
.balloon_img.first {
  opacity: 0;
  visibility: visible;
  animation: purun 0.8s linear 0.5s 1 forwards;
}

/*-------------------------
sp_scroll
-------------------------*/
@media only screen and (max-width: 767px) {
  .sp_scroll:before {
    content: "▼スクロールをしてご確認ください。";
    display: block;
    margin-bottom: 5px;
  }
  .sp_scroll .scroll_area {
    overflow-x: auto;
  }
  .sp_scroll table {
    width: 700px;
  }
}

/*-------------------------
contact_sec
-------------------------*/
.contact_sec {
  background: #2F56C1;
  padding: 115px 0;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .contact_sec {
    padding: 55px 0;
  }
}

.contact_sec .hd04 {
  margin-bottom: 30px;
  font-size: 4rem;
}

@media only screen and (max-width: 767px) {
  .contact_sec .hd04 {
    font-size: 2.4rem;
    margin-bottom: 21px;
  }
}

.contact_sec .hd04 .in {
  background-position: left bottom 8px,right bottom 8px;
}

@media only screen and (max-width: 767px) {
  .contact_sec .hd04 .in {
    padding: 0 64px;
    background-position: left center,right center;
    background-size: 36px auto;
  }
}

@media only screen and (max-width: 380px) {
  .contact_sec .hd04 .in {
    padding: 0 52px;
  }
}

@media only screen and (max-width: 365px) {
  .contact_sec .hd04 .in {
    padding: 0 47px;
  }
}

.contact_sec .btn_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -8px;
}

@media only screen and (max-width: 767px) {
  .contact_sec .btn_list {
    display: block;
    margin: 0;
  }
}

.contact_sec .btn_list li {
  margin: 0 8px;
}

@media only screen and (max-width: 767px) {
  .contact_sec .btn_list li {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact_sec .btn_list li + li {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .contact_sec .btn_list .btn01 .btn_inner small {
    display: block;
  }
}

/*-------------------------
main_intro_sec
-------------------------*/
#main_intro_sec {
  margin-bottom: 113px;
}

@media only screen and (max-width: 767px) {
  #main_intro_sec {
    margin-bottom: 40px;
  }
}

#main_intro_sec .intro_wrap {
  display: flex;
  align-items: flex-end;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main_intro_sec .intro_wrap {
    display: block;
  }
}

#main_intro_sec .intro_wrap .txt_area {
  max-width: 640px;
  padding-right: 20px;
  width: 50%;
}

@media only screen and (max-width: 767px) {
  #main_intro_sec .intro_wrap .txt_area {
    max-width: inherit;
    padding-right: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  #main_intro_sec .intro_wrap .txt_area .hd06 {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 768px) {
  #main_intro_sec .intro_wrap .txt_area .txt {
    line-height: 2.2;
  }
}

#main_intro_sec .intro_wrap .txt_area .btn02 {
  margin-top: 32px;
  text-align: left;
}

#main_intro_sec .intro_wrap .img_area {
  width: 50%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #main_intro_sec .intro_wrap .img_area {
    width: 100%;
    text-align: center;
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 767px) {
  #main_intro_sec .intro_wrap .img_area .img {
    width: 66.6%;
    margin: 0 auto;
    min-width: 223px;
  }
}

#main_intro_sec .intro_wrap .img_area .img img {
  max-width: 100%;
  height: auto;
}

#main_intro_sec .intro_wrap .balloon_img {
  position: absolute;
}

@media only screen and (max-width: 767px) {
  #main_intro_sec .intro_wrap .balloon_img {
    position: static;
    width: 165px;
    float: right;
    text-align: right;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  #main_intro_sec .intro_wrap .balloon_img.pcCont {
    display: none !important;
  }
}

@media only screen and (max-width: 1800px) {
  #breadcrumbs {
    padding-right: 60px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  padding: 38px 3.1% 38px 3.5%;
  position: relative;
  transition: none;
  /*追従時*/
}

@media only screen and (max-width: 1800px) {
  #header {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media only screen and (max-width: 1660px) {
  #header {
    padding-left: 36px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #header {
    padding: 15px 70px 15px 15px;
  }
}

#header .header_wrap {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 1660px) {
  #header .header_wrap {
    align-items: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  #header .header_wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}

#header .logo {
  line-height: 1;
  width: 548px;
  margin-right: 20px;
}

@media only screen and (max-width: 1660px) {
  #header .logo {
    width: 480px;
  }
}

@media only screen and (max-width: 767px) {
  #header .logo {
    margin: 0;
    width: 295px;
  }
}

#header .logo img {
  width: 100%;
  height: auto;
}

#header #header_nav {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1365px) {
  #header #header_nav {
    display: none;
  }
}

#header .nav_main_menu {
  display: flex;
  align-items: center;
}

#header .nav_main_menu li {
  margin: 0 20px;
}

@media only screen and (max-width: 1800px) {
  #header .nav_main_menu li {
    margin: 0 15px;
  }
}

@media only screen and (max-width: 1660px) {
  #header .nav_main_menu li {
    margin: 0 12px;
  }
}

#header .nav_main_menu li.home, #header .nav_main_menu li.contact {
  display: none;
}

#header .nav_main_menu a {
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  padding: 7px 0;
}

#header .nav_main_menu a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #2F56C1;
  position: absolute;
  left: -100%;
  bottom: 0;
  transition: all 0.25s linear;
}

#header .nav_main_menu a:hover:after {
  left: 0;
}

#header .nav_main_menu a .ico {
  display: none;
}

#header .nav_main_menu a .txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

#header .btn {
  width: 210px;
  margin-left: 17px;
}

@media only screen and (max-width: 1800px) {
  #header .btn {
    width: 168px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 1660px) {
  #header .btn {
    width: 160px;
    position: absolute;
    top: -20px;
    right: 0;
  }
}

#header .btn .btn_inner {
  display: block;
  text-align: center;
  border: 2px solid #2F56C1;
  background: url(../img/ico_blank01.png) no-repeat right 17px center #2F56C1;
  background-size: 16px auto;
  padding: 21px 45px 21px 30px;
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border-radius: 50px;
  transition: all 0.25s linear;
}

#header .btn .btn_inner:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 1660px) {
  #header .btn .btn_inner {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

#header .logo_other {
  margin-left: 9px;
}

@media only screen and (min-width: 768px) {
  #header .logo_other {
    display: none;
  }
}

#header .logo_other img {
  width: 44px;
  height: auto;
}

@media only screen and (max-width: 389px) {
  #header .logo_other img {
    width: 40px;
  }
}

@media only screen and (min-width: 1366px) {
  #header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    padding: 12px 20px 12px 24px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
    animation: fadeIn 0.4s ease forwards;
  }
  #header.fixed .header_wrap {
    align-items: center !important;
  }
  #header.fixed .nav_main_menu li {
    margin: 0 11px !important;
  }
  #header.fixed .logo {
    width: 397px !important;
    margin-right: 0;
  }
  #header.fixed .btn {
    width: 146px !important;
    position: static !important;
  }
  #header.fixed .btn .btn_inner {
    font-size: 1.7rem;
    padding: 11px 45px 11px 25px !important;
  }
}

/* フェードインのキーフレーム */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
    /* 上からふわっと降りてくる演出（好みで削除OK） */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
pagetop
-------------------------*/
#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 30;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  #pagetop {
    right: 10px;
    bottom: 10px;
  }
}

#pagetop span {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #2F56C1;
  border: 2px solid #fff;
  transition: all 0.25s linear;
}

#pagetop span:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  #pagetop span {
    width: 50px;
    height: 50px;
  }
}

#pagetop span:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -6px;
}

@media only screen and (max-width: 767px) {
  #pagetop span:before {
    width: 10px;
    height: 10px;
    margin: -3px 0 0 -5px;
  }
}

#pagetop span:hover {
  cursor: pointer;
}

#pagetop.scrolltop {
  opacity: 1;
  visibility: inherit;
}

/*-------------------------
contact_nav
-------------------------*/
#footer .contact_nav {
  text-align: center;
  padding: 110px 15px;
  background: #2F56C1;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #footer .contact_nav {
    padding: 30px 5px;
  }
}

#footer .contact_nav .img {
  position: absolute;
  width: 400px;
  height: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  left: 50%;
  margin-left: -783px;
}

@media only screen and (max-width: 1440px) {
  #footer .contact_nav .img {
    width: 340px;
    margin-left: -689px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .contact_nav .img {
    display: none;
  }
}

#footer .contact_nav .img img {
  margin-top: 25px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #footer .contact_nav .hd01 {
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  #footer .contact_nav .hd01 .in {
    padding-left: 43px;
    padding-right: 43px;
  }
}

@media only screen and (max-width: 370px) {
  #footer .contact_nav .hd01 .in {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 350px) {
  #footer .contact_nav .hd01 .in {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media only screen and (max-width: 767px) {
  #footer .contact_nav .btn01 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 350px) {
  #footer .contact_nav .btn01 {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  #footer .contact_nav .btn01 .btn_inner {
    font-size: 3.2rem;
    min-width: 600px;
    background-size: 15px auto;
    background-position: right 52px center;
    min-height: 128px;
  }
  #footer .contact_nav .btn01 .btn_inner .ico {
    left: 52px;
  }
  #footer .contact_nav .btn01 .btn_inner .ico img {
    height: 58px;
  }
}

/*-------------------------
yorozu_nav
-------------------------*/
#footer .yorozu_nav {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  #footer .yorozu_nav {
    margin-top: 30px;
  }
}

#footer .yorozu_nav .innerWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 64px;
  background: #FCF8EC;
  border-radius: 12px;
  padding: 32px 64px;
}

@media only screen and (max-width: 767px) {
  #footer .yorozu_nav .innerWrap {
    display: block;
    padding: 32px 32px;
  }
}

#footer .yorozu_nav .ttl {
  color: #EB7908;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #footer .yorozu_nav .ttl {
    font-size: 2.2rem;
  }
}

#footer .yorozu_nav .txt {
  font-size: 1.6rem;
  line-height: 1.85;
}

@media only screen and (max-width: 767px) {
  #footer .yorozu_nav .txt {
    line-height: 1.8;
  }
}

#footer .yorozu_nav .img {
  max-width: 608px;
}

@media only screen and (max-width: 767px) {
  #footer .yorozu_nav .img {
    margin: 24px auto 0;
  }
}

#footer .yorozu_nav .img img {
  max-width: 100%;
  height: auto;
}

#footer .yorozu_nav .btn02 {
  text-align: left;
  margin-top: 25px;
}

#footer .yorozu_nav .btn02 .btn_inner {
  padding-right: 50px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #footer .yorozu_nav .btn02 .btn_inner {
    width: 100%;
  }
}

/*-------------------------
bnr_nav
-------------------------*/
#footer .bnr_nav {
  max-width: 1278px;
  margin: 0 auto;
  padding: 80px 15px;
}

#footer .bnr_nav .innerWrap {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #footer .bnr_nav {
    padding: 24px 30px;
  }
}

/*-------------------------
footer_nav
-------------------------*/
#footer #footer_nav {
  border-top: 1px solid #ddd;
  padding: 63px 0 20px;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav {
    padding: 32px 0 40px;
  }
}

#footer #footer_nav .innerWrap {
  max-width: 1470px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  #footer #footer_nav .innerWrap {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .innerWrap {
    display: block;
  }
}

#footer #footer_nav .left {
  width: calc(100% - 892px);
  padding-right: 25px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .left {
    width: 100%;
    padding-right: 0;
  }
}

#footer #footer_nav .left .logo {
  max-width: 547px;
  line-height: 1;
  margin-bottom: 19px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .left .logo {
    max-width: 307px;
    margin: 0 auto 24px;
  }
}

#footer #footer_nav .left .logo img {
  width: 100%;
  height: auto;
}

#footer #footer_nav .left .address {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 37px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .left .address {
    font-size: 1.5rem;
    margin-bottom: 26px;
  }
}

#footer #footer_nav .right {
  width: 892px;
  padding: 34px 4.8% 72px;
  font-size: 1.6rem;
  line-height: 1.85;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right {
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 45px 30px;
    font-size: 1.5rem;
    border-radius: 0;
  }
}

#footer #footer_nav .right a {
  transition: all 0.25s linear;
}

#footer #footer_nav .right a:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

#footer #footer_nav .right ul {
  display: flex;
  flex-wrap: wrap;
}

#footer #footer_nav .right .main_menu {
  margin-bottom: 6px;
}

#footer #footer_nav .right .main_menu li {
  width: 33.33%;
  padding-right: 10px;
  font-weight: 700;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .main_menu li {
    width: 50%;
    margin-bottom: 27px;
  }
  #footer #footer_nav .right .main_menu li:nth-of-type(2n) {
    padding-right: 0;
  }
}

#footer #footer_nav .right .main_menu li.home {
  display: none;
}

#footer #footer_nav .right .sub_menu {
  margin-bottom: 48px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .sub_menu {
    margin-bottom: 50px;
  }
}

#footer #footer_nav .right .sub_menu li {
  font-size: 1.4rem;
  font-weight: 500;
  margin-right: 32px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .sub_menu li {
    font-size: 1.3rem;
  }
}

#footer #footer_nav .right .sub_menu li:last-of-type {
  margin-right: 0;
}

#footer #footer_nav .right .list {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .list {
    display: block;
  }
}

#footer #footer_nav .right .list dt {
  width: 100%;
  font-weight: 700;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .list dt {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
}

#footer #footer_nav .right .list dd {
  font-size: 1.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .list dd {
    margin-bottom: 18px;
  }
}

#footer #footer_nav .right .list dd:after {
  content: "│";
  display: inline;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .list dd:after {
    content: none;
  }
}

#footer #footer_nav .right .copyright {
  margin-top: 64px;
  font-size: 1.4rem;
  letter-spacing: .05em;
}

@media only screen and (max-width: 767px) {
  #footer #footer_nav .right .copyright {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  position: relative;
  z-index: 99999;
  position: fixed;
  top: 15px;
  right: 15px;
}

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

/*-------------------------
spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  width: 48px;
  height: 48px;
  background: #2F56C1;
  padding: 15px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.24);
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar {
  position: relative;
}

#spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
  top: 0;
  bottom: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenuBtn .spMenuBtn_bar {
  width: 18px;
  height: 16px;
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  height: 2px;
  background-color: #fff;
}

#spMenuBtn.open .spMenuBtn_bar span, #spMenuBtn.open .spMenuBtn_bar:before, #spMenuBtn.open .spMenuBtn_bar:after {
  height: 2px;
}

/*-------------------------
spMenu
-------------------------*/
#spMenu {
  opacity: 0;
  position: fixed;
  display: block;
  padding: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  width: 100%;
  background: #fff;
  transition: all 0.25s ease-in-out;
  opacity: 0;
  visibility: hidden;
  /*.sns_menu{
		display: flex;
		justify-content: center;
		li{
			margin: 0 15px;
			img{
				width: auto;
				height: 40px;
			}
		}
	}*/
}

#spMenu.open {
  opacity: 1;
}

#spMenu.open {
  opacity: 1;
  visibility: visible;
}

#spMenu .spMenu_innerWrap {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
}

#spMenu .spMenu_inner {
  width: 100%;
  padding: 45px;
}

@media only screen and (max-width: 365px) {
  #spMenu .spMenu_inner {
    padding-left: 35px;
    padding-right: 35px;
  }
}

#spMenu .ttl {
  color: #3B5FC0;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}

#spMenu .nav_main_menu {
  margin-bottom: 30px;
}

#spMenu .nav_main_menu li {
  border-bottom: 1px solid #ddd;
}

#spMenu .nav_main_menu li a {
  display: flex;
  align-items: center;
  padding: 14px 0;
}

#spMenu .nav_main_menu li .ico {
  width: 39px;
  text-align: center;
}

#spMenu .nav_main_menu li .ico img {
  width: auto;
  height: 39px;
}

#spMenu .nav_main_menu li .txt {
  width: calc(100% - 39px);
  padding-left: 22px;
  font-size: 1.6rem;
  font-weight: 700;
}

#spMenu .nav_main_menu li .txt br {
  display: none;
}

#spMenu .nav_main_menu .report, #spMenu .nav_main_menu .seminar, #spMenu .nav_main_menu .column {
  display: none;
}

#spMenu .nav_main_menu .home .ico img {
  height: 28px;
}

#spMenu .nav_main_menu .news .ico img {
  margin-left: 5px;
}

#spMenu .nav_main_menu .faq .ico img {
  height: 36px;
}

#spMenu .sub_menu {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  margin-bottom: 45px;
}

#spMenu .sub_menu li {
  margin-right: 25px;
}

#spMenu .sub_menu li:last-of-type {
  margin-right: 0;
}

#spMenu .logo_other {
  display: flex;
  justify-content: center;
  margin-top: 47px;
}

#spMenu .logo_other li {
  margin: 0 8px;
}

#spMenu .logo_other img {
  width: auto;
  height: 41px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■swiper
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.swiper-button-prev,
.swiper-button-next {
  line-height: 1;
  width: 48px;
  height: 100px;
  background: url(../img/slide_arrow_l.png) no-repeat left center;
  background-size: 100% auto;
  margin-top: -50px;
  left: 30px;
  transition: all 0.25s linear;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

.swiper-button-next {
  background-image: url(../img/slide_arrow_r.png);
  background-position: right center;
  left: auto;
  right: 30px;
}

.swiper-pagination {
  width: calc(100% - 60px);
  border-top: 1px solid #ddd;
  position: static;
  margin: 30px 30px 0;
  padding-top: 11px;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-size: 1.8rem;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .sp_slide .swiper-button-prev,
  .sp_slide .swiper-button-next,
  .sp_slide .swiper-pagination {
    display: none;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■support_sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media only screen and (min-width: 768px) {
  #support_sec {
    padding-top: 178px;
  }
}

@media only screen and (max-width: 767px) {
  #support_sec .innerWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  #support_sec .hd09 {
    margin-bottom: 85px;
  }
}

#support_sec .hd08 {
  margin-bottom: -80px;
}

@media only screen and (max-width: 767px) {
  #support_sec .hd08 {
    margin-bottom: 95px;
  }
}

#support_sec .support_area {
  position: relative;
}

#support_sec .hd_img {
  position: absolute;
  top: -56px;
  right: 180px;
}

@media only screen and (max-width: 767px) {
  #support_sec .hd_img {
    right: 0;
    left: 50%;
    margin-left: -136px;
  }
}

#support_sec .hd_img img {
  width: 167px;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #support_sec .hd_img img {
    width: 112px;
  }
}

#support_sec .bg_txt {
  text-align: center;
  line-height: 1;
  font-size: 14rem;
  color: #fff;
  position: relative;
  z-index: -1;
  bottom: -22px;
}

@media only screen and (max-width: 767px) {
  #support_sec .bg_txt {
    font-size: 8rem;
    bottom: -13px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

#support_sec .balloon_img {
  position: absolute;
  right: -12px;
  top: -91px;
}

@media only screen and (max-width: 767px) {
  #support_sec .balloon_img {
    width: 189px;
    top: -85px;
    right: auto;
    left: 50%;
    margin-left: -20px;
  }
}

#support_sec .support_list {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

@media only screen and (max-width: 767px) {
  #support_sec .support_list {
    display: block;
    margin-bottom: -15px;
  }
}

#support_sec .support_list:after {
  content: "";
  display: block;
  width: calc(33.33% - (20px / 3));
}

@media only screen and (max-width: 767px) {
  #support_sec .support_list:after {
    content: none;
  }
}

#support_sec .support_list li {
  width: calc(33.33% - (20px / 3));
  margin-bottom: 10px;
  background: #fff;
  border-radius: 16px;
  text-align: center;
  padding: 60px 35px 32px;
}

@media only screen and (max-width: 767px) {
  #support_sec .support_list li {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    padding: 32px 35px 28px;
  }
}

#support_sec .support_list .img {
  line-height: 1;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 152px;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  #support_sec .support_list .img {
    min-height: 132px;
    margin-bottom: 18px;
  }
}

#support_sec .support_list .img:before {
  content: "";
  display: block;
  width: 152px;
  height: 152px;
  border-radius: 50%;
  background: #E6F5EF;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -76px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #support_sec .support_list .img:before {
    width: 132px;
    height: 132px;
    margin-left: -66px;
  }
}

#support_sec .support_list .img img {
  width: 100%;
  max-width: 206px;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #support_sec .support_list .img img {
    max-width: 180px;
  }
}

#support_sec .support_list .ttl {
  color: #3B5FC0;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #support_sec .support_list .ttl {
    margin-bottom: 10px;
  }
}

#support_sec .support_list .ttl small {
  font-size: 1.8rem;
}

#support_sec .support_list .txt {
  font-size: 1.6rem;
  line-height: 1.85;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  #support_sec .support_list .txt {
    line-height: 1.8;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■WP用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  編集ボタン
-------------------------*/
a.post-edit-link {
  background-color: #F00 !important;
  background-image: none !important;
  border-radius: 5px 5px 5px 5px !important;
  color: #FFFFFF !important;
  font-size: 10px !important;
  font-weight: normal !important;
  padding: 3px 5px !important;
  text-decoration: none !important;
  display: inline-block !important;
  line-height: 1.1 !important;
}

a.post-edit-link:hover {
  background-color: #06C !important;
}

/*-------------------------
ログイン時
-------------------------*/
.logged-in #header {
  top: 32px;
}

@media screen and (max-width: 767px) {
  .logged-in #header {
    top: 46px;
  }
}

/*-------------------------
  404用
-------------------------*/
#notfound {
  padding: 50px 0 0;
}

@media only screen and (max-width: 767px) {
  #notfound {
    padding: 90px 0;
  }
}

#notfound p {
  text-align: center;
}

#notfound .caption {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 50px;
}

/*-------------------------
  WP用のページャー
-------------------------*/
#list_pager {
  overflow: hidden;
}

.wp-pagenavi {
  display: flex;
  line-height: 1;
  padding-left: 5px;
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi {
    justify-content: center;
    position: relative;
    margin-top: 40px;
    padding-bottom: 45px;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  margin-right: 24px;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 50%;
  border: 1px solid #888;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    display: none;
    margin: 0 17px !important;
  }
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi span.current {
    display: flex;
  }
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
  border: none;
  text-indent: -9999px;
  border: none;
  width: 20px;
  background: no-repeat left center;
  background-size: auto 21px;
  transition: all 0.25s linear;
  line-height: 1;
  margin-right: 30px;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi .previouspostslink,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    display: flex;
    width: 16px;
    background-size: auto 18px;
  }
}

.wp-pagenavi .previouspostslink {
  background-image: url(../img/pagenavi_prev.png);
}

.wp-pagenavi .first {
  background-image: url(../img/pagenavi_first.png);
}

.wp-pagenavi .nextpostslink {
  background-image: url(../img/pagenavi_next.png);
  background-position: right center;
}

.wp-pagenavi .last {
  background-image: url(../img/pagenavi_last.png);
  background-position: right center;
}

.wp-pagenavi span.extend, .wp-pagenavi span.pages {
  display: none;
}

@media only screen and (max-width: 767px) {
  .wp-pagenavi span.pages {
    display: flex;
    position: absolute;
    bottom: 0;
    border: none;
    padding: 0;
    width: auto;
    height: auto;
  }
}

.wp-pagenavi span.current,
.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink):not(.first):not(.last):hover {
  border-color: #2F56C1;
  background: #2F56C1;
  color: #fff;
}

/*-------------------------
記事用
-------------------------*/
.wp_editer,
article .entry,
.block-editor-block-list__layout {
  word-break: break-all;
}

.wp_editer *:last-child,
article .entry *:last-child,
.block-editor-block-list__layout *:last-child {
  margin-bottom: 0 !important;
}

.wp_editer p, .wp_editer ul, .wp_editer ol, .wp_editer table, .wp_editer figure, .wp_editer div,
article .entry p,
article .entry ul,
article .entry ol,
article .entry table,
article .entry figure,
article .entry div,
.block-editor-block-list__layout p,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol,
.block-editor-block-list__layout table,
.block-editor-block-list__layout figure,
.block-editor-block-list__layout div {
  margin-bottom: 40px;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .wp_editer p, .wp_editer ul, .wp_editer ol, .wp_editer table, .wp_editer figure, .wp_editer div,
  article .entry p,
  article .entry ul,
  article .entry ol,
  article .entry table,
  article .entry figure,
  article .entry div,
  .block-editor-block-list__layout p,
  .block-editor-block-list__layout ul,
  .block-editor-block-list__layout ol,
  .block-editor-block-list__layout table,
  .block-editor-block-list__layout figure,
  .block-editor-block-list__layout div {
    margin-bottom: 25px;
  }
}

.wp_editer .wp-block-columns .wp-block-column,
article .entry .wp-block-columns .wp-block-column,
.block-editor-block-list__layout .wp-block-columns .wp-block-column {
  margin-bottom: 0;
}

.wp_editer .alignleft,
article .entry .alignleft,
.block-editor-block-list__layout .alignleft {
  float: left;
  display: block;
  max-width: 50%;
  margin-right: 55px;
}

@media only screen and (max-width: 767px) {
  .wp_editer .alignleft,
  article .entry .alignleft,
  .block-editor-block-list__layout .alignleft {
    float: none;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 30px !important;
  }
}

.wp_editer .alignright,
article .entry .alignright,
.block-editor-block-list__layout .alignright {
  float: right;
  /*display: block;*/
  max-width: 50%;
  margin-left: 55px;
}

@media only screen and (max-width: 767px) {
  .wp_editer .alignright,
  article .entry .alignright,
  .block-editor-block-list__layout .alignright {
    float: none;
    max-width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0 auto 30px !important;
  }
}

.wp_editer .aligncenter,
article .entry .aligncenter,
.block-editor-block-list__layout .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  /*display: block;*/
}

.wp_editer .wp-block-group,
article .entry .wp-block-group,
.block-editor-block-list__layout .wp-block-group {
  margin-bottom: 48px;
  overflow: hidden;
  clear: both;
}

.wp_editer .wp-block-button,
article .entry .wp-block-button,
.block-editor-block-list__layout .wp-block-button {
  text-align: left;
}

.wp_editer img,
article .entry img,
.block-editor-block-list__layout img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto 50px;
}

@media only screen and (max-width: 767px) {
  .wp_editer img,
  article .entry img,
  .block-editor-block-list__layout img {
    margin: 30px auto;
  }
}

@media only screen and (min-width: 768px) {
  .wp_editer img.alignleft, .wp_editer img.alignright,
  article .entry img.alignleft,
  article .entry img.alignright,
  .block-editor-block-list__layout img.alignleft,
  .block-editor-block-list__layout img.alignright {
    margin-top: 7px;
  }
}

.wp_editer table,
article .entry table,
.block-editor-block-list__layout table {
  border: 1px solid #ddd;
}

.wp_editer table th, .wp_editer table td,
article .entry table th,
article .entry table td,
.block-editor-block-list__layout table th,
.block-editor-block-list__layout table td {
  border: 1px solid #ddd;
  padding: 12px 30px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .wp_editer table th, .wp_editer table td,
  article .entry table th,
  article .entry table td,
  .block-editor-block-list__layout table th,
  .block-editor-block-list__layout table td {
    display: block;
    padding: 11px 16px;
  }
}

.wp_editer table th,
article .entry table th,
.block-editor-block-list__layout table th {
  background: #F0F0F0;
  font-weight: 700;
  width: 208px;
}

@media only screen and (max-width: 767px) {
  .wp_editer table th,
  article .entry table th,
  .block-editor-block-list__layout table th {
    width: 100%;
  }
}

.wp_editer p + .wp-block-table,
article .entry p + .wp-block-table,
.block-editor-block-list__layout p + .wp-block-table {
  margin-top: -23px;
}

@media only screen and (max-width: 767px) {
  .wp_editer p + .wp-block-table,
  article .entry p + .wp-block-table,
  .block-editor-block-list__layout p + .wp-block-table {
    margin-top: -13px;
  }
}

.wp_editer pre,
article .entry pre,
.block-editor-block-list__layout pre {
  white-space: normal;
}

.wp_editer .wp-caption,
article .entry .wp-caption,
.block-editor-block-list__layout .wp-caption {
  max-width: inherit !important;
  width: 100% !important;
  margin: 0 0 32px;
}

.wp_editer .wp-caption-text,
article .entry .wp-caption-text,
.block-editor-block-list__layout .wp-caption-text {
  font-size: 80%;
  margin: -20px 0 0;
}

.wp_editer em,
article .entry em,
.block-editor-block-list__layout em {
  font-style: italic;
}

.wp_editer strong,
article .entry strong,
.block-editor-block-list__layout strong {
  font-weight: 700;
}

.wp_editer hr,
article .entry hr,
.block-editor-block-list__layout hr {
  height: 1px;
  background: #ddd;
  border: none;
  margin: 60px 0;
}

.wp_editer ul, .wp_editer ol,
article .entry ul,
article .entry ol,
.block-editor-block-list__layout ul,
.block-editor-block-list__layout ol {
  list-style-position: inside;
}

.wp_editer ul li, .wp_editer ol li,
article .entry ul li,
article .entry ol li,
.block-editor-block-list__layout ul li,
.block-editor-block-list__layout ol li {
  list-style: inherit;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-top: 15px;
}

.wp_editer ul li:first-child, .wp_editer ol li:first-child,
article .entry ul li:first-child,
article .entry ol li:first-child,
.block-editor-block-list__layout ul li:first-child,
.block-editor-block-list__layout ol li:first-child {
  margin-top: 0;
}

.wp_editer ul li > ul, .wp_editer ul li > ol, .wp_editer ol li > ul, .wp_editer ol li > ol,
article .entry ul li > ul,
article .entry ul li > ol,
article .entry ol li > ul,
article .entry ol li > ol,
.block-editor-block-list__layout ul li > ul,
.block-editor-block-list__layout ul li > ol,
.block-editor-block-list__layout ol li > ul,
.block-editor-block-list__layout ol li > ol {
  margin-top: 15px;
}

.wp_editer ul,
article .entry ul,
.block-editor-block-list__layout ul {
  list-style-type: disc;
}

.wp_editer ol,
article .entry ol,
.block-editor-block-list__layout ol {
  list-style-type: decimal;
}

.wp_editer a,
article .entry a,
.block-editor-block-list__layout a {
  color: #3B5FC0;
  text-decoration: underline;
  transition: all 0.25s linear;
}

.wp_editer a:hover,
article .entry a:hover,
.block-editor-block-list__layout a:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

.wp_editer blockquote,
article .entry blockquote,
.block-editor-block-list__layout blockquote {
  overflow: hidden;
  position: relative;
  display: flex;
  background: #F0F0F0;
  min-height: 110px;
  text-align: left;
  padding: 25px 50px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  .wp_editer blockquote,
  article .entry blockquote,
  .block-editor-block-list__layout blockquote {
    padding: 25px 30px;
  }
}

.wp_editer blockquote:before, .wp_editer blockquote:after,
article .entry blockquote:before,
article .entry blockquote:after,
.block-editor-block-list__layout blockquote:before,
.block-editor-block-list__layout blockquote:after {
  position: absolute;
  color: #ddd;
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "游ゴシック Medium";
  font-weight: 300;
  font-size: 6.0rem;
  line-height: 1.0;
}

.wp_editer blockquote:before,
article .entry blockquote:before,
.block-editor-block-list__layout blockquote:before {
  content: '“';
  top: 18px;
  left: 15px;
}

@media only screen and (max-width: 767px) {
  .wp_editer blockquote:before,
  article .entry blockquote:before,
  .block-editor-block-list__layout blockquote:before {
    top: 12px;
    left: 10px;
  }
}

.wp_editer blockquote:after,
article .entry blockquote:after,
.block-editor-block-list__layout blockquote:after {
  content: '”';
  bottom: -12px;
  right: 15px;
}

@media only screen and (max-width: 767px) {
  .wp_editer blockquote:after,
  article .entry blockquote:after,
  .block-editor-block-list__layout blockquote:after {
    bottom: -15px;
    right: 11px;
  }
}

.wp_editer blockquote > *:last-child,
article .entry blockquote > *:last-child,
.block-editor-block-list__layout blockquote > *:last-child {
  margin-bottom: 0;
}

.wp_editer p + h1, .wp_editer p + h2, .wp_editer p + h3, .wp_editer p + h4, .wp_editer p + h5, .wp_editer p + h6,
article .entry p + h1,
article .entry p + h2,
article .entry p + h3,
article .entry p + h4,
article .entry p + h5,
article .entry p + h6,
.block-editor-block-list__layout p + h1,
.block-editor-block-list__layout p + h2,
.block-editor-block-list__layout p + h3,
.block-editor-block-list__layout p + h4,
.block-editor-block-list__layout p + h5,
.block-editor-block-list__layout p + h6 {
  margin-top: 40px;
}

.wp_editer h1, .wp_editer h2, .wp_editer h3, .wp_editer h4, .wp_editer h5, .wp_editer h6,
article .entry h1,
article .entry h2,
article .entry h3,
article .entry h4,
article .entry h5,
article .entry h6,
.block-editor-block-list__layout h1,
.block-editor-block-list__layout h2,
.block-editor-block-list__layout h3,
.block-editor-block-list__layout h4,
.block-editor-block-list__layout h5,
.block-editor-block-list__layout h6 {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h1, .wp_editer h2, .wp_editer h3, .wp_editer h4, .wp_editer h5, .wp_editer h6,
  article .entry h1,
  article .entry h2,
  article .entry h3,
  article .entry h4,
  article .entry h5,
  article .entry h6,
  .block-editor-block-list__layout h1,
  .block-editor-block-list__layout h2,
  .block-editor-block-list__layout h3,
  .block-editor-block-list__layout h4,
  .block-editor-block-list__layout h5,
  .block-editor-block-list__layout h6 {
    margin-bottom: 15px;
  }
}

.wp_editer h1,
article .entry h1,
.block-editor-block-list__layout h1 {
  font-size: 200%;
}

@media only screen and (max-width: 767px) {
  .wp_editer h1,
  article .entry h1,
  .block-editor-block-list__layout h1 {
    font-size: 160%;
  }
}

.wp_editer h2,
article .entry h2,
.block-editor-block-list__layout h2 {
  color: #3B5FC0;
  font-size: 3.2rem;
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h2,
  article .entry h2,
  .block-editor-block-list__layout h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

.wp_editer h3,
article .entry h3,
.block-editor-block-list__layout h3 {
  color: #333;
  font-size: 146.6666%;
  border-bottom: 2px solid #333;
  padding-bottom: 13px;
  margin: 0 0 32px;
  padding-top: 10px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h3,
  article .entry h3,
  .block-editor-block-list__layout h3 {
    font-size: 134%;
    padding-bottom: 7px;
    margin-bottom: 20px;
  }
}

.wp_editer h4,
article .entry h4,
.block-editor-block-list__layout h4 {
  position: relative;
  z-index: 0;
  font-size: 120%;
  padding: 24px 23px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h4,
  article .entry h4,
  .block-editor-block-list__layout h4 {
    font-size: 106%;
    padding: 13px 15px;
    margin-bottom: 20px;
  }
}

.wp_editer h4:before,
article .entry h4:before,
.block-editor-block-list__layout h4:before {
  content: '';
  opacity: .65;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: #F0F0F0;
}

.wp_editer h5,
article .entry h5,
.block-editor-block-list__layout h5 {
  color: #333;
  font-size: 120%;
  border-left: 2px solid #333;
  padding: 8px 0 8px 24px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h5,
  article .entry h5,
  .block-editor-block-list__layout h5 {
    font-size: 106%;
    padding: 5px 0 5px 15px;
    margin-bottom: 20px;
  }
}

.wp_editer h6,
article .entry h6,
.block-editor-block-list__layout h6 {
  font-size: 120%;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .wp_editer h6,
  article .entry h6,
  .block-editor-block-list__layout h6 {
    font-size: 106%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .wp_editer .js-scrollable table,
  article .entry .js-scrollable table,
  .block-editor-block-list__layout .js-scrollable table {
    min-width: 400px;
  }
}

.wp_editer figcaption,
article .entry figcaption,
.block-editor-block-list__layout figcaption {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

.wp_editer .wp-block-image,
article .entry .wp-block-image,
.block-editor-block-list__layout .wp-block-image {
  overflow: hidden;
}

.wp_editer .wp-block-image img,
article .entry .wp-block-image img,
.block-editor-block-list__layout .wp-block-image img {
  margin: 0 0 10px;
}

/*-------------------------
申し込み
-------------------------*/
.block-editor-block-list__layout .details_block {
  text-align: center;
}

.block-editor-block-list__layout .details_block p {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .details_block p {
    text-align: left;
  }
}

.block-editor-block-list__layout .details_block .red_txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.block-editor-block-list__layout .details_block .wp-block-buttons {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .block-editor-block-list__layout .details_block .btn01 .wp-block-button__link {
    min-width: 590px;
  }
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .details_block .btn01 .wp-block-button__link {
    font-size: 2rem;
    background-size: 9px auto;
    padding: 15px 40px 18px;
  }
}

/*-------------------------
問い合わせ
-------------------------*/
.block-editor-block-list__layout .cotact_block {
  background: #F0F0F0;
  border-radius: 12px;
  padding: 28px 40px;
}

@media only screen and (max-width: 767px) {
  .block-editor-block-list__layout .cotact_block {
    padding: 20px;
    border-radius: 0;
  }
}

.block-editor-block-list__layout .details_block + .cotact_block {
  margin-top: -23px;
}

/*-------------------------
SPでスクロールのテーブル
-------------------------*/
@media only screen and (max-width: 767px) {
  .spscroll .wp-block-table {
    overflow-x: scroll;
  }
  .spscroll .wp-block-table:before {
    content: "▼スクロールをしてご確認ください。";
    display: block;
    margin-bottom: 5px;
  }
  .spscroll table {
    width: 750px;
  }
  .spscroll table th, .spscroll table td {
    display: table-cell;
  }
  .spscroll table th {
    width: 150px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*薄い青*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■TOP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
main_vs
-------------------------*/
#page_index #main_vs {
  padding: 80px 0 70px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs {
    padding: 21px 0 0;
  }
}

#page_index #main_vs .wrap {
  position: relative;
}

#page_index #main_vs .main_inner {
  display: flex;
  padding: 0;
  max-width: 1786px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .main_inner {
    display: block;
  }
}

#page_index #main_vs .txt_area {
  white-space: nowrap;
  position: relative;
  padding-left: 4.2%;
  z-index: 1;
  animation: mv_txt 1.5s linear 0s 1 forwards;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area {
    white-space: inherit;
    padding: 0 35px;
    margin-bottom: -9px;
  }
}

@media only screen and (max-width: 380px) {
  #page_index #main_vs .txt_area {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 370px) {
  #page_index #main_vs .txt_area {
    padding: 0 21px;
  }
}

@media only screen and (max-width: 355px) {
  #page_index #main_vs .txt_area {
    padding: 0 15px;
  }
}

#page_index #main_vs .txt_area .ttl {
  font-size: 7rem;
  font-weight: 600;
  line-height: 1.25714;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area .ttl {
    font-size: 3.5rem;
    line-height: 1.25714;
  }
}

#page_index #main_vs .txt_area .ttl .color {
  color: #3F87D3;
}

#page_index #main_vs .txt_area .ttl small {
  display: block;
  font-size: 5.4rem;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area .ttl small {
    font-size: 2.6rem;
  }
}

#page_index #main_vs .txt_area .read_txt {
  margin-left: 2.11111;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area .read_txt {
    font-size: 1.5rem;
    margin-left: 1.86667;
  }
}

#page_index #main_vs .txt_area .btn {
  max-width: 475px;
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area .btn {
    margin-bottom: 24px;
  }
}

#page_index #main_vs .txt_area .btn .btn01 .btn_inner {
  min-width: inherit;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #page_index #main_vs .txt_area .btn .btn01 .btn_inner {
    min-height: 90px;
  }
}

@media only screen and (min-width: 768px) {
  #page_index #main_vs .txt_area .btn .btn01 .btn_inner small {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area .btn .btn01 .btn_inner small {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  #page_index #main_vs .txt_area .btn .btn01 .btn_inner .ico {
    left: 30px;
  }
}

@media only screen and (min-width: 768px) {
  #page_index #main_vs .txt_area .btn .btn01 .btn_inner .ico + .txt {
    padding-left: 32px;
  }
}

#page_index #main_vs .txt_area .btn li + li {
  margin-top: 24px;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .txt_area .btn li + li {
    margin-top: 16px;
  }
}

#page_index #main_vs .img_area {
  position: absolute;
  left: 50%;
  margin-left: -124px;
  bottom: -55px;
}

@media only screen and (max-width: 1500px) {
  #page_index #main_vs .img_area {
    margin-left: -100px;
  }
}

@media only screen and (max-width: 1300px) {
  #page_index #main_vs .img_area {
    margin-left: -10px;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .img_area {
    position: static;
    margin-left: 0;
    bottom: 0;
  }
}

#page_index #main_vs .img_area .img {
  /*animation: mv_img 0.6s linear 0.6s 1 forwards;*/
  animation: mv_img 0.6s linear 1s 1 forwards;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .img_area .img {
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #main_vs .img_area .img img {
    width: 438px;
    height: auto;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

#page_index #main_vs .btn.spCont {
  max-width: 545px;
  margin: 15px auto 0;
  padding: 0 35px;
}

/*@keyframes mv_img {
	0% {
		transform: scale(1, 1) translate(0%, 0%);
	}
	30% {
		transform: scale(0.95, 1.1) translate(0%, -10%);
		opacity: 1;
	}
	50% {
		transform: scale(1.1, 0.9) translate(0%, 5%);
	}
	70% {
		transform: scale(1, 1) translate(0%, 0%);
	}
	100% {
		transform: scale(1, 1) translate(0%, 0%);
		opacity: 1;
	}
}*/
@keyframes mv_img {
  0% {
    opacity: 0;
    transform: translate(0%, 5%);
  }
  20% {
    transform: translate(0%, 0%);
  }
  40% {
    transform: translate(0%, -5%);
  }
  60% {
    transform: translate(0%, 0%);
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}

@keyframes mv_txt {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*-------------------------
intro_sec
-------------------------*/
#page_index #intro_sec {
  padding: 0 0 45px;
  /*point_block*/
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec {
    padding: 0;
    margin-bottom: -15px;
  }
}

#page_index #intro_sec .about_block {
  margin-bottom: 120px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .about_block {
    margin-bottom: 55px;
    flex-direction: column;
  }
}

#page_index #intro_sec .about_block .bg_txt {
  width: 100%;
  font-size: 14rem;
  line-height: 1;
  color: #F0F0F0;
  position: absolute;
  left: 25%;
  top: 0;
  z-index: -1;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .about_block .bg_txt {
    width: auto;
    white-space: nowrap;
    font-size: 4.7rem;
    line-height: 0.92157;
    top: 35%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
}

#page_index #intro_sec .about_block .txt_area {
  max-width: 720px;
  line-height: 2.22222;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .about_block .txt_area {
    max-width: inherit;
    line-height: 1.85;
  }
}

#page_index #intro_sec .about_block .txt_area .ttl {
  font-size: 3.9rem;
  font-weight: 600;
  line-height: 1.64103;
  margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .about_block .txt_area .ttl {
    font-size: 2.5rem;
    line-height: 1.48;
    margin-bottom: 42px;
  }
}

#page_index #intro_sec .about_block .txt_area .txt {
  line-height: 2.22222;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .about_block .txt_area .txt {
    line-height: 1.875;
  }
}

#page_index #intro_sec .about_block .img_area {
  margin-left: 62px;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .about_block .img_area {
    margin: 0 auto 18px;
    text-align: center;
    position: relative;
  }
}

#page_index #intro_sec .about_block .img_area .img {
  width: 496px;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .about_block .img_area .img {
    width: 66.6%;
    max-width: 450px;
    min-width: 220px;
    margin: 0 auto;
  }
}

#page_index #intro_sec .about_block .img_area .img img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .point_block .innerWrap {
    padding: 0;
  }
}

#page_index #intro_sec .point_block .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

#page_index #intro_sec .point_block .swiper-slide {
  max-width: 384px;
  width: 32%;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .point_block .swiper-slide {
    width: 100%;
    max-width: inherit;
    padding: 0 30px;
  }
}

#page_index #intro_sec .point_block .img {
  line-height: 1;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .point_block .img {
    width: 100%;
    margin: 0 auto 18px;
  }
}

#page_index #intro_sec .point_block .img img {
  width: 100%;
  height: auto;
}

#page_index #intro_sec .point_block .ttl {
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 600;
  color: #2F56C1;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  #page_index #intro_sec .point_block .ttl {
    font-size: 2.4rem;
  }
}

#page_index #intro_sec .point_block .txt {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85;
}

#page_index #intro_sec .point_block .swiper-button-prev,
#page_index #intro_sec .point_block .swiper-button-next {
  top: 23%;
}

#page_index #intro_sec .point_block .swiper-button-prev {
  left: 15px;
}

#page_index #intro_sec .point_block .swiper-button-next {
  right: 15px;
}

/*-------------------------
worry_sec
-------------------------*/
#page_index #worry_sec {
  position: relative;
  padding-top: 175px;
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec {
    padding-top: 132px;
  }
}

#page_index #worry_sec .bg_txt {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-size: 14rem;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  bottom: 210px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .bg_txt {
    font-size: 6.4rem;
    top: 210px;
    bottom: inherit;
    text-align: center;
  }
}

#page_index #worry_sec .worry_wrap {
  position: relative;
}

#page_index #worry_sec .worry_wrap:after {
  content: "";
  display: block;
  width: 100%;
  height: 147px;
  background: #2F56C1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

#page_index #worry_sec .hd_img {
  text-align: center;
  width: 154px;
  position: absolute;
  top: -42px;
  left: 50%;
  margin-left: -77px;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .hd_img {
    width: 100px;
    margin-left: -50px;
    top: 19px;
  }
}

#page_index #worry_sec .hd_img img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  #page_index #worry_sec .hd04 {
    margin-left: -30px;
    margin-right: -30px;
  }
  #page_index #worry_sec .hd04 .in {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (max-width: 380px) {
  #page_index #worry_sec .hd04 {
    font-size: 1.7rem;
  }
}

/*worry_area*/
#page_index .worry_area {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_index .worry_area .innerWrap {
    padding: 0;
  }
}

#page_index .worry_area .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 768px) {
  #page_index .worry_area .swiper-wrapper {
    transform: none !important;
  }
}

#page_index .worry_area .swiper-slide {
  max-width: 390px;
  width: 32%;
  position: relative;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_index .worry_area .swiper-slide {
    width: 100%;
    max-width: inherit;
    padding: 0 30px;
  }
}

#page_index .worry_area .balloon {
  max-width: 302px;
  margin: 0 auto -55px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #page_index .worry_area .balloon {
    max-width: 260px;
    margin-bottom: -45px;
  }
}

#page_index .worry_area .balloon img {
  width: 100%;
  height: auto;
}

#page_index .worry_area .img {
  width: 178px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page_index .worry_area .img {
    width: 150px;
  }
}

#page_index .worry_area .img img {
  width: 100%;
  height: auto;
}

#page_index .worry_area .txt_area {
  position: relative;
  border: 4px solid #2F56C1;
  border-radius: 24px;
  background: #fff;
  padding: 30px 25px 36px;
  margin-top: 75px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.24);
}

@media only screen and (max-width: 767px) {
  #page_index .worry_area .txt_area {
    padding: 28px 25px 34px;
    margin-top: 45px;
  }
}

#page_index .worry_area .txt_area:before {
  content: "";
  display: block;
  width: 100%;
  height: 18px;
  background: url(../img/ico_arrow04.png) no-repeat center top;
  background-size: auto 100%;
  position: absolute;
  top: -47px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #page_index .worry_area .txt_area:before {
    top: -35px;
    height: 14px;
  }
}

#page_index .worry_area .txt_area .ttl {
  font-size: 2.6rem;
  line-height: 1.46154;
  font-weight: 800;
  color: #2F56C1;
  margin-bottom: 13px;
}

@media only screen and (max-width: 767px) {
  #page_index .worry_area .txt_area .ttl {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}

#page_index .worry_area .txt_area .txt {
  text-align: left;
}

#page_index .worry_area .swiper-pagination {
  border-color: #fff;
  color: #fff;
}

#page_index .worry_area .swiper-button-prev,
#page_index .worry_area .swiper-button-next {
  top: 225px;
}

#page_index .worry_area .swiper-button-prev {
  left: 15px;
}

#page_index .worry_area .swiper-button-next {
  right: 15px;
}

/*-------------------------
contact_sec
-------------------------*/
#page_index .contact_sec {
  padding-top: 65px;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #page_index .contact_sec {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#page_index .contact_sec:before {
  background: #2F56C1;
  top: auto;
  bottom: -80px;
}

@media only screen and (max-width: 767px) {
  #page_index .contact_sec:before {
    bottom: -40px;
  }
}

/*-------------------------
support_sec
-------------------------*/
#page_index #support_sec {
  background: #EBF4FC;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  #page_index #support_sec {
    padding: 70px 0 50px;
  }
}

/*-------------------------
news_sec
-------------------------*/
#page_index #news_sec {
  padding: 50px 0 145px;
}

@media only screen and (max-width: 767px) {
  #page_index #news_sec {
    padding: 56px 0 65px;
  }
}

#page_index #news_sec .he_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 42px;
}

@media only screen and (max-width: 767px) {
  #page_index #news_sec .he_area {
    display: block;
    margin-bottom: 32px;
  }
}

#page_index #news_sec .he_area .btn02 {
  padding-top: 15px;
}

#page_index #news_sec .news_category_list {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #page_index #news_sec .news_category_list {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #news_sec .tab_cont {
    margin-bottom: 32px;
  }
}

/*-------------------------
page_sec
-------------------------*/
#page_index #page_sec {
  /*background: $color01;*/
  padding: 80px 0;
  position: relative;
  z-index: 0;
  /*&:before{
		content: "";
		display: block;
		width: 100%;
		height: 195px;
		background: #fff;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: -1;
		@include maxW($maxW: $sp) {
			height: 23px;
		}
	}*/
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec {
    padding: 37px 0;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .innerWrap {
    display: flex;
    justify-content: center;
  }
}

#page_index #page_sec .page_list {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list {
    display: block;
  }
}

#page_index #page_sec .page_list li {
  width: 32%;
  max-width: 400px;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list li {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list li + li {
    margin-top: -5px;
  }
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list li a {
    display: flex;
    align-items: center;
  }
}

#page_index #page_sec .page_list .img {
  line-height: 1;
  max-width: 300px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list .img {
    width: 140px;
    margin-left: -30px;
  }
}

#page_index #page_sec .page_list .img img {
  width: 100%;
  height: auto;
  transition: all 0.15s linear;
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list .txt_area {
    width: calc(100% - 110px);
    padding-left: 12px;
  }
}

#page_index #page_sec .page_list .ttl {
  font-size: 2.4rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list .ttl {
    font-size: 1.8rem;
  }
}

#page_index #page_sec .page_list .ttl .in {
  display: inline-block;
  padding: 0 24px;
  background: url(../img/ico_arrow02.png) no-repeat right center;
  background-size: 9px auto;
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list .ttl .in {
    background-position: right top 11px;
    background-size: 7px auto;
    padding: 0 22px 0 0;
  }
}

#page_index #page_sec .page_list .en {
  font-size: 1.6rem;
  margin-top: 10px;
  color: #3B5FC0;
}

@media only screen and (max-width: 767px) {
  #page_index #page_sec .page_list .en {
    margin-top: 6px;
  }
}

@media only screen and (min-width: 768px) {
  #page_index #page_sec .page_list a:hover .img img {
    transform: scale(1.08);
  }
}

/*-------------------------
map_sec
-------------------------*/
#page_index #map_sec {
  position: relative;
  background: #EBF4FC;
}

#page_index #map_sec > * {
  min-height: 600px;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec > * {
    min-height: inherit;
  }
}

#page_index #map_sec .map_area {
  width: 56.2%;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec .map_area {
    top: 0;
    width: 100%;
    position: static;
  }
}

#page_index #map_sec .map_area iframe {
  width: 100%;
  height: 600px;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec .map_area iframe {
    height: 390px;
  }
}

#page_index #map_sec .innerWrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec .innerWrap {
    justify-content: center;
  }
}

#page_index #map_sec .txt_area {
  position: relative;
  padding: 0 43px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec .txt_area {
    padding: 43px 0 55px;
  }
}

#page_index #map_sec .txt_area .ttl {
  font-size: 4rem;
  font-weight: 600;
  color: #2F56C1;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec .txt_area .ttl {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
}

#page_index #map_sec .txt_area .name {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec .txt_area .name {
    font-size: 2rem;
  }
}

#page_index #map_sec .txt_area .sub_txt {
  margin-top: 16px;
  font-size: 1.5rem;
  line-height: 1.85;
}

#page_index #map_sec .balloon_img {
  position: absolute;
  top: -68px;
  right: -10px;
}

@media only screen and (max-width: 767px) {
  #page_index #map_sec .balloon_img {
    width: 179px;
    top: -43px;
    right: auto;
    left: 147px;
  }
}

/*薄い青*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■生産性向上支援センターとは
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_service .page_ttl {
  background-image: url(../img/ttl_service.png);
}

@media only screen and (min-width: 768px) {
  #page_service .page_ttl {
    background-size: 220px auto;
    background-position: left top;
  }
}

/*-------------------------
main_intro_sec
-------------------------*/
#page_service #main_intro_sec {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_service #main_intro_sec {
    margin-bottom: 0;
  }
}

#page_service #main_intro_sec .intro_wrap {
  display: block;
  margin-bottom: 102px;
}

@media only screen and (max-width: 767px) {
  #page_service #main_intro_sec .intro_wrap {
    margin-bottom: 47px;
  }
}

/*point_sec*/
#page_service #point_sec .point_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  #page_service #point_sec .point_list {
    display: block;
    margin-bottom: 55px;
  }
}

#page_service #point_sec .point_list li {
  width: 32%;
  max-width: 400px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_service #point_sec .point_list li {
    width: 100%;
    max-width: inherit;
    margin-bottom: 32px;
  }
  #page_service #point_sec .point_list li:last-of-type {
    margin-bottom: 0;
  }
}

#page_service #point_sec .point_list .img {
  line-height: 1;
  margin-bottom: 33px;
}

@media only screen and (max-width: 767px) {
  #page_service #point_sec .point_list .img {
    margin-bottom: 23px;
  }
}

#page_service #point_sec .point_list .img img {
  width: 100%;
  height: auto;
}

#page_service #point_sec .point_list .en {
  font-size: 3.2rem;
  letter-spacing: 0.05em;
  line-height: 1.1;
  margin-bottom: 8px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  #page_service #point_sec .point_list .en {
    font-size: 2.8rem;
  }
}

#page_service #point_sec .point_list .ttl {
  font-size: 2.8rem;
  color: #3B5FC0;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #page_service #point_sec .point_list .ttl {
    font-size: 2.4rem;
  }
}

#page_service #point_sec .point_list .txt {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.85;
  padding: 0 40px;
}

@media only screen and (max-width: 767px) {
  #page_service #point_sec .point_list .txt {
    line-height: 1.8;
    padding: 0;
  }
}

/*contact_sec*/
#page_service .contact_sec {
  border-radius: 12px;
  padding: 35px 20px 45px;
  position: relative;
  z-index: 5;
}

@media only screen and (max-width: 767px) {
  #page_service .contact_sec {
    padding: 16px 15px 30px;
  }
}

#page_service .contact_sec .btn01 {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  #page_service .contact_sec .btn01 .btn_inner {
    min-width: 618px;
  }
}

#page_service .contact_sec .info_txt {
  color: #fff;
}

#page_service .contact_sec .btn_list + .info_txt {
  margin-top: 30px;
}

/*-------------------------
flow_sec
-------------------------*/
#page_service #flow_sec {
  padding: 112px 0 120px;
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec {
    padding: 60px 0 80px;
  }
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .innerWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#page_service #flow_sec .flow_list {
  padding-top: 27px;
  /*個別設定*/
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list {
    padding-top: 0;
  }
}

#page_service #flow_sec .flow_list li {
  display: flex;
}

#page_service #flow_sec .flow_list li + li {
  margin-top: -35px;
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list li + li {
    margin-top: 32px;
  }
}

#page_service #flow_sec .flow_list li .inner {
  display: flex;
  width: 49%;
  max-width: 620px;
  padding: 38px 50px 40px 38px;
  position: relative;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list li .inner {
    display: block;
    width: 100%;
    max-width: inherit;
    padding: 34px 32px 30px;
  }
}

#page_service #flow_sec .flow_list li .inner:after {
  content: "";
  display: block;
  border: 24px solid rgba(47, 86, 193, 0.2);
  border-bottom: none;
  width: 534px;
  height: 105px;
  border-radius: 0 80px 0 0;
  position: absolute;
  bottom: 17px;
  z-index: -1;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list li .inner:after {
    border-width: 18px;
    width: 30%;
    height: 100px;
    border-radius: 0;
    bottom: -30px;
  }
}

#page_service #flow_sec .flow_list li .num {
  line-height: 1.1;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  width: 130px;
  padding-top: 7px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list li .num {
    font-size: 2.4rem;
    width: 100%;
    padding-top: 0;
    margin-bottom: 15px;
  }
}

#page_service #flow_sec .flow_list li .num span {
  position: relative;
  display: inline-block;
}

#page_service #flow_sec .flow_list li .num span:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #333;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list li .num span:after {
    margin-top: 8px;
  }
}

#page_service #flow_sec .flow_list li .txt_area {
  width: calc(100% - 130px);
  word-break: auto-phrase;
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list li .txt_area {
    width: 100%;
  }
}

#page_service #flow_sec .flow_list li .txt_area .ttl {
  color: #2F56C1;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list li .txt_area .ttl {
    font-size: 2.2rem;
  }
}

#page_service #flow_sec .flow_list li .txt_area .txt {
  font-size: 1.6rem;
  line-height: 1.85;
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list li .txt_area .txt {
    line-height: 1.8;
  }
}

#page_service #flow_sec .flow_list li .img {
  position: absolute;
  z-index: 2;
}

#page_service #flow_sec .flow_list li .img img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 768px) {
  #page_service #flow_sec .flow_list li:nth-of-type(2n + 1) .inner:after {
    right: -230px;
    border-left: none;
  }
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list li:nth-of-type(2n + 1) .inner:after {
    border-right: none;
    left: 41px;
  }
}

@media only screen and (min-width: 768px) {
  #page_service #flow_sec .flow_list li:nth-of-type(2n) {
    justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list li:nth-of-type(2n) .inner {
    width: calc(100% - 50px);
  }
}

@media only screen and (min-width: 768px) {
  #page_service #flow_sec .flow_list li:nth-of-type(2n) .inner:after {
    border-radius: 80px 0 0 0;
    border-right: none;
    left: -470px;
  }
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list li:nth-of-type(2n) .inner:after {
    border-radius: 0 50px 0 0;
    height: 135px;
    right: -38px;
    border-left: none;
  }
}

#page_service #flow_sec .flow_list li:last-of-type .inner:after {
  content: none;
}

#page_service #flow_sec .flow_list li.scrollin .inner:after {
  animation: flow_line 0.7s linear 0s 1 forwards;
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list .step01 .inner {
    width: 100%;
  }
}

#page_service #flow_sec .flow_list .step01 .img {
  width: 130px;
}

@media only screen and (min-width: 768px) {
  #page_service #flow_sec .flow_list .step01 .img {
    bottom: 0;
    left: 0;
    transform: translate(-65%, 25%);
  }
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list .step01 .img {
    top: 0;
    right: 0;
    transform: translate(20px, -15%);
  }
}

#page_service #flow_sec .flow_list .step02 .img {
  width: 208px;
  right: 0;
}

@media only screen and (min-width: 768px) {
  #page_service #flow_sec .flow_list .step02 .img {
    bottom: 0;
    transform: translate(15%, 15%);
  }
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list .step02 .img {
    width: 139px;
    top: 0;
    transform: translate(20px, -10%);
  }
}

#page_service #flow_sec .flow_list .step03 .img {
  width: 143px;
}

@media only screen and (min-width: 768px) {
  #page_service #flow_sec .flow_list .step03 .img {
    bottom: 0;
    left: 0;
    transform: translate(-50%, 25%);
  }
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list .step03 .img {
    top: 0;
    right: 0;
    transform: translate(10px, -30%);
  }
}

#page_service #flow_sec .flow_list .step04 .img {
  width: 181px;
  right: 0;
  transform: translate(15%, 30%);
}

@media only screen and (min-width: 768px) {
  #page_service #flow_sec .flow_list .step04 .img {
    bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list .step04 .img {
    width: 160px;
    top: 0;
    transform: translate(30px, -15%);
  }
}

#page_service #flow_sec .flow_list .step05 .img {
  width: 179px;
  right: 0;
}

@media only screen and (min-width: 768px) {
  #page_service #flow_sec .flow_list .step05 .img {
    bottom: 0;
    transform: translate(85%, 15%);
  }
}

@media only screen and (max-width: 767px) {
  #page_service #flow_sec .flow_list .step05 .img {
    width: 159px;
    top: 0;
    transform: translate(5px, -40%);
  }
}

@media only screen and (min-width: 768px) {
  #page_service #flow_sec .flow_list .step05 .txt_area .txt {
    min-height: calc(1.85em * 2);
  }
}

@keyframes flow_line {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*-------------------------
system_sec
-------------------------*/
@media only screen and (max-width: 767px) {
  #page_service #system_sec .innerWrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#page_service #system_sec .img_area {
  background: #fff;
  padding: 45px 20px 60px;
  text-align: center;
  border: 3px solid #2F56C1;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  #page_service #system_sec .img_area {
    padding: 28px 20px 35px;
    border-radius: 12px;
  }
}

#page_service #system_sec .img_area .ttl {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 35px;
}

@media only screen and (max-width: 767px) {
  #page_service #system_sec .img_area .ttl {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

#page_service #system_sec .img_area:before, #page_service #system_sec .img_area:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  z-index: -1;
  opacity: 0.1;
}

#page_service #system_sec .img_area:before {
  border-right: 420px solid transparent;
  border-top: 330px solid #2F56C1;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  #page_service #system_sec .img_area:before {
    border-right-width: 236px;
    border-top-width: 186px;
  }
}

#page_service #system_sec .img_area:after {
  border-left: 420px solid transparent;
  border-bottom: 330px solid #2F56C1;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 767px) {
  #page_service #system_sec .img_area:after {
    border-left-width: 236px;
    border-bottom-width: 186px;
  }
}

#page_service #system_sec .img_area img {
  max-width: 100%;
  height: auto;
}

#page_service #system_sec .btn02 {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  #page_service #system_sec .btn02 {
    text-align: left;
  }
}

/*薄い青*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■サポーター紹介
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_supporter .page_ttl {
  background-image: url(../img/ttl_supporter.png);
}

@media only screen and (min-width: 768px) {
  #page_supporter .innerWrap {
    max-width: 1520px;
    padding: 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  #page_supporter .innerWrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) {
  #page_supporter .hd08 {
    min-height: 88px;
  }
}

@media only screen and (max-width: 767px) {
  #page_supporter .hd08 {
    margin-left: 15px;
  }
}

#page_supporter #main_contents .block + .block {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  #page_supporter #main_contents .block + .block {
    margin-top: 50px;
  }
}

/*-------------------------
search
-------------------------*/
#page_supporter .search {
  background: #F5F5F5;
  border: 1px solid #2F56C1;
  padding: 31px 80px;
  border-radius: 90px;
  color: #2F56C1;
  margin-bottom: 96px;
}

@media only screen and (max-width: 767px) {
  #page_supporter .search {
    padding: 20px 25px;
    border-radius: 15px;
    margin-bottom: 22px;
  }
}

#page_supporter .search div {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  #page_supporter .search div {
    display: block;
  }
}

#page_supporter .search dt {
  line-height: 1.47059;
  font-size: 2.4rem;
  font-weight: 600;
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  #page_supporter .search dt {
    font-size: 1.7rem;
    text-align: center;
    margin: 0 0 14px;
  }
}

@media only screen and (max-width: 767px) {
  #page_supporter .search dd {
    text-align: center;
  }
}

#page_supporter .search dd.reset {
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  #page_supporter .search dd.reset {
    margin: 5px 0 0;
    font-size: 90%;
  }
}

#page_supporter .search .select {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: inline-flex;
  width: 100%;
  background: none;
}

@media only screen and (max-width: 767px) {
  #page_supporter .search .select {
    max-width: 280px;
  }
}

#page_supporter .search .select:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  transform: translate(0, -50%);
}

#page_supporter .search select {
  font-size: 2rem;
  color: #2F56C1;
  position: relative;
  appearance: none;
  width: 342px;
  height: 64px;
  border: none;
  background: #fff;
  border: 1px solid #2F56C1;
  border-radius: 50px;
  padding: 17px 33px;
}

@media only screen and (max-width: 767px) {
  #page_supporter .search select {
    font-size: 1.8rem;
    width: 100%;
    height: 48px;
    padding: 10px 24px;
  }
}

#page_supporter .search select:-ms-expand {
  display: none;
}

/*-------------------------
supporter_list
-------------------------*/
#page_supporter .supporter_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -32px;
  /*& > li.supervision_supporter{
		@include maxW($maxW: $sp) {
			margin-bottom: 50px;
		}
	}*/
}

@media only screen and (max-width: 767px) {
  #page_supporter .supporter_list {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  #page_supporter .supporter_list {
    margin-bottom: -24px;
  }
}

#page_supporter .supporter_list:after {
  content: "";
  display: block;
  width: 32%;
  max-width: 440px;
}

@media only screen and (max-width: 767px) {
  #page_supporter .supporter_list:after {
    content: none;
  }
}

#page_supporter .supporter_list > li {
  width: 32%;
  max-width: 440px;
  margin-bottom: 32px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  #page_supporter .supporter_list > li {
    width: 100%;
    max-width: inherit;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  #page_supporter .supporter_list .hd08 {
    padding-top: 26px;
  }
}

#page_supporter .supporter_list .box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 32px 9% 70px;
  position: relative;
  min-height: 550px;
}

@media only screen and (max-width: 1420px) {
  #page_supporter .supporter_list .box {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 1320px) {
  #page_supporter .supporter_list .box {
    padding-left: 4%;
    padding-right: 4%;
  }
}

@media only screen and (max-width: 767px) {
  #page_supporter .supporter_list .box {
    min-height: inherit;
    padding: 24px 30px 60px;
  }
}

#page_supporter .supporter_list .box.open {
  padding-bottom: 95px;
}

@media only screen and (max-width: 767px) {
  #page_supporter .supporter_list .box.open {
    padding-bottom: 90px;
  }
}

#page_supporter .supporter_list .img {
  border-radius: 50%;
  overflow: hidden;
  line-height: 1;
  width: 200px;
  margin: 0 auto 24px;
}

@media only screen and (max-width: 767px) {
  #page_supporter .supporter_list .img {
    width: 180px;
  }
}

#page_supporter .supporter_list .img img {
  width: 100%;
  height: auto;
}

#page_supporter .supporter_list .name {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
}

#page_supporter .supporter_list .kana {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 8px;
}

#page_supporter .supporter_list .sub {
  font-size: 1.7rem;
  margin-bottom: 15px;
}

#page_supporter .supporter_list .txt_area {
  text-align: left;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 1.85;
}

@media only screen and (max-width: 767px) {
  #page_supporter .supporter_list .txt_area {
    font-size: 1.5rem;
  }
}

#page_supporter .supporter_list .txt_area.is-hide {
  height: 6em;
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_supporter .supporter_list .txt_area.is-hide {
    height: 5em;
  }
}

#page_supporter .supporter_list .txt_area.is-hide:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  #page_supporter .supporter_list .txt_area.is-hide:after {
    height: 72px;
  }
}

#page_supporter .supporter_list .btn {
  border: 1px solid #888;
  border-radius: 50px;
  background: url(../img/ico_arrow03.png) no-repeat right 18px center #fff;
  background-size: 14px auto;
  font-size: 1.6rem;
  position: absolute;
  padding: 7px 15px;
  width: 200px;
  bottom: 32px;
  left: 50%;
  margin-left: -100px;
  z-index: 2;
  transition: all 0.25s linear;
}

#page_supporter .supporter_list .btn:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

#page_supporter .supporter_list .btn:before {
  content: "もっと見る";
}

#page_supporter .supporter_list .btn:hover {
  cursor: pointer;
}

#page_supporter .supporter_list .btn.is-show {
  background-image: url(../img/ico_arrow03_t.png);
}

#page_supporter .supporter_list .btn.is-show:before {
  content: "閉じる";
}

#page_supporter .supporter_list .ico {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -2px 9px;
}

#page_supporter .supporter_list .ico li {
  line-height: 1.3;
  font-size: 1.5rem;
  color: #fff;
  margin: 0 2px 4px;
}

@media only screen and (min-width: 768px) {
  #page_supporter .supporter_list .ico li:nth-of-type(3) {
    width: 100%;
  }
}

#page_supporter .supporter_list .ico li span {
  background: #2F56C1;
  border-radius: 30px;
  padding: 4px 15px 6px;
  display: inline-flex;
}

#page_supporter .supporter_list .ico li a {
  display: inline-block;
  transition: all 0.25s linear;
}

#page_supporter .supporter_list .ico li a:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

/*pickup_block*/
#page_supporter .pickup_block {
  position: relative;
}

@media only screen and (max-width: 767px) {
  #page_supporter .pickup_block {
    padding-top: 12px;
  }
}

#page_supporter .pickup_block .balloon_img {
  position: absolute;
  top: -16px;
  right: -21px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  #page_supporter .pickup_block .balloon_img {
    width: 185px;
    top: -40px;
    right: -6px;
  }
}

@media only screen and (min-width: 768px) {
  #page_supporter .pickup_block .supporter_list > li:nth-of-type(-n + 3) {
    padding-top: calc(88px + 35px);
  }
  #page_supporter .pickup_block .supporter_list > li:has(.hd08) {
    padding-top: 0;
  }
}

/*薄い青*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
#page_faq .page_ttl {
  background-image: url(../img/ttl_faq.png);
}

@media only screen and (min-width: 768px) {
  #page_faq .page_ttl {
    background-size: auto 206px;
    min-height: 206px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■よくある質問
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.faq_list dt, .faq_list dd {
  position: relative;
  padding-left: 2em;
}

.faq_list dt:before, .faq_list dd:before {
  content: "Q.";
  display: block;
  font-size: 120%;
  color: #2F56C1;
  position: absolute;
  top: -7px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .faq_list dt:before, .faq_list dd:before {
    top: -5px;
  }
}

.faq_list dt {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .faq_list dt {
    font-size: 1.8rem;
  }
}

.faq_list dd {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .faq_list dd {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

.faq_list dd:last-of-type {
  margin-bottom: 0;
}

.faq_list dd:before {
  content: "A.";
  color: #3FBE8B;
  top: -2px;
}

/*薄い青*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■留意事項
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_attention .read_txt {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  #page_attention .read_txt {
    margin-bottom: 30px;
  }
}

#page_attention .kome li + li {
  margin-top: 10px;
}

/*-------------------------
info_block
-------------------------*/
#page_attention .info_block .box01 {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  #page_attention .info_block .box01 {
    margin-top: 35px;
  }
}

#page_attention .info_block .box01 .kome li + li {
  margin-top: 0;
}

/*-------------------------
about_block
-------------------------*/
#page_attention .about_block .box + .box {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  #page_attention .about_block .box + .box {
    margin-top: 35px;
  }
}

/*-------------------------
details_block
-------------------------*/
#page_attention #main_contents .details_block {
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  #page_attention #main_contents .details_block {
    margin-top: 45px;
    padding-top: 45px;
  }
}

#page_attention #main_contents .details_block .ttl {
  font-weight: 700;
  font-size: 110%;
  margin-bottom: 10px;
}

/*薄い青*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_privacy ol.privacy {
  counter-reset: list-count;
  position: relative;
}

#page_privacy ol.privacy > li {
  margin-bottom: 45px;
}

@media only screen and (max-width: 767px) {
  #page_privacy ol.privacy > li {
    margin-bottom: 35px;
  }
}

#page_privacy ol.privacy > li:last-of-type {
  margin-bottom: 0;
}

#page_privacy ol.privacy > li .ttl {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  #page_privacy ol.privacy > li .ttl {
    margin-bottom: 10px;
  }
}

#page_privacy ol.privacy > li .ttl:before {
  content: counter(list-count) ".";
  counter-increment: list-count;
}

#page_privacy .box01 {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  #page_privacy .box01 {
    margin-top: 45px;
  }
}

/*薄い青*/
/*背景*/
/*区切り線*/
/*ボタンボーダー*/
/*-------------------------
news_category_area
-------------------------*/
.news_category_list {
  border-bottom: 2px solid #2F56C1;
}

@media only screen and (max-width: 767px) {
  .news_category_list {
    border-bottom: none;
  }
}

.news_category_list ul {
  display: flex;
  align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .news_category_list ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.news_category_list li {
  margin-right: 12px;
  min-width: 185px;
}

@media only screen and (max-width: 767px) {
  .news_category_list li {
    min-width: inherit;
    margin: 0 0 10px;
    width: calc(50% - 5px);
  }
}

.news_category_list li a, .news_category_list li span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 9px;
  background: #F0F0F0;
  border-radius: 4px 4px 0 0;
  border: 1px solid #888;
  transition: all 0.25s linear;
}

@media only screen and (min-width: 768px) {
  .news_category_list li a, .news_category_list li span {
    border-bottom: none;
  }
}

@media only screen and (max-width: 767px) {
  .news_category_list li a, .news_category_list li span {
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 4px;
  }
}

.news_category_list li span:hover {
  cursor: pointer;
}

.news_category_list li.current-cat a,
.news_category_list li.active span {
  border-color: #2F56C1;
  background: #2F56C1;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .news_category_list li a:hover,
  .news_category_list li span:hover {
    border-color: #2F56C1;
    background: #2F56C1;
    color: #fff;
  }
}

/*-------------------------
list_news
-------------------------*/
.post_date {
  width: 124px;
  padding-top: 4px;
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .post_date {
    width: 110px;
    padding-top: 3px;
    font-size: 1.5rem;
    font-weight: 500;
  }
}

.post_category {
  width: 120px;
  padding-right: 35px;
}

@media only screen and (max-width: 767px) {
  .post_category {
    width: calc(100% - 110px);
    padding-right: 0;
  }
}

.post_category span {
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  display: block;
  min-width: 80px;
  border-radius: 3px;
  line-height: 1.2;
  padding: 4px 5px;
  margin: 6px 5px 5px 0;
  border: 2px solid #2F56C1;
  color: #2F56C1;
}

@media only screen and (max-width: 767px) {
  .post_category span {
    display: inline-block;
    margin-top: 0;
  }
}

.post_category span.report {
  border-color: #2F56C1;
  color: #2F56C1;
}

.post_category span.seminar {
  border-color: #0C8C7F;
  color: #0C8C7F;
}

.post_category span.column {
  border-color: #EB7908;
  color: #EB7908;
}

.list_news li {
  border-bottom: 1px solid #ddd;
}

.list_news li a {
  display: block;
  transition: all 0.25s linear;
  background: url(../img/ico_arrow02.png) no-repeat right 25px center;
  background-size: 9px auto;
}

.list_news li a:hover {
  opacity: .7;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  .list_news li a {
    background: none;
  }
}

.list_news li .inner {
  display: flex;
  padding: 20px 50px 20px 15px;
}

@media only screen and (max-width: 767px) {
  .list_news li .inner {
    flex-wrap: wrap;
    padding: 15px 0;
  }
}

.list_news li .post_title {
  font-size: 1.6rem;
  width: calc(100% - (124px + 120px));
  font-weight: 500;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .list_news li .post_title {
    margin-top: 6px;
    width: 100%;
    padding-right: 30px;
    background: url(../img/ico_arrow02.png) no-repeat right 5px center;
    background-size: 8px auto;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■お知らせトップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_news .page_ttl {
  background-image: url(../img/ttl_news.png);
}

@media only screen and (min-width: 768px) {
  #page_news .page_ttl {
    background-size: 200px auto;
    background-position: left top;
  }
}

#page_news .list_news {
  margin: 40px auto 0;
  max-width: 1280px;
}

@media only screen and (max-width: 767px) {
  #page_news .list_news {
    margin-top: 18px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■お知らせ詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.page-current-news_details #main_contents .innerWrap {
  max-width: 1000px;
}

@media only screen and (min-width: 768px) {
  .page-current-news_details #main_contents .innerWrap {
    padding: 0;
  }
}

.page-current-news_details #hd_area .hd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.page-current-news_details #hd_area .hd .post_date {
  width: auto;
  white-space: nowrap;
  padding-right: 15px;
}

@media only screen and (max-width: 767px) {
  .page-current-news_details #hd_area .hd .post_date {
    padding-right: 10px;
  }
}

.page-current-news_details #hd_area .hd .post_category {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  margin-left: 5px;
  margin-right: 0;
}

.page-current-news_details article {
  padding-bottom: 60px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}

@media only screen and (max-width: 767px) {
  .page-current-news_details article {
    padding-bottom: 32px;
    margin-top: 32px;
  }
}
