/*
 01.Font
 02.Base
 03.Block
 04.header
 05.fv
 06.dx
 07.concept
 08.resolve
 09.about
 10.screen
 11.faq
 12.form
 13.footer
 14.thanks
 15.news
*/

/* Noto Sans JP" / Big Shoulders Display  */
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@800&family=Noto+Sans+JP:wght@400;500;700&display=swap');

/*====================================
  01.Font
====================================*/
html {
  font-size: 62.5%;
}

body,
textarea,
input,
select,
label {
  color: #000;
  font-size: 1.7rem;
  line-height: 1.5;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "Work Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
}

.en {
  font-family: 'PT Sans', sans-serif;
}

/*====================================
  02.Base
====================================*/
body {
  background: #fff;
  margin: 0;
}

a,
div {
  box-sizing: border-box;
}

a {
  color: #000;
  transition: .8s;
}

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

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp {
  display: none !important;
}

.br365 {
  display: none;
}

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

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.flex_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.marker {
  background: linear-gradient(transparent 60%, #f7c38e 60%);
}


/* btn Pattern -------------------*/

.btn a {
  display: block;
  color: #000;
  border-radius: 50px;
  text-decoration: none;
  text-align: center;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  background: #f0bf46;
}

.btn {
  display: flex;
  align-items: center;
}

.btn li {
  line-height: 1;
}

.btn_blue a {
  position: relative;
  color: #0055a0;
  background: #fff;
  border: 1px solid #0055a0;
  width: 360px;
  height: 76px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: 700;
  margin: auto;
  transition: 0.5s;
}

.btn_blue a span {
  position: absolute;
  display: block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
  font-size: 32px !important;
}

.btn_consultation {
  color: #fff !important;
  background-color: #007ca0 !important;
}

.btn_seminar {
  color: #fff !important;
  background-color: #E34D1F !important;
}

@media (hover: hover) {
  .btn a:hover {
    box-shadow: none;
  }

  .btn_blue a:hover {
    color: #fff;
    background: #0055a0;
  }
}

.material-icons-outlined {
  display: inline-flex !important;
  vertical-align: middle !important;
}

/*====================================
  03.Block
====================================*/
.wrap {
  max-width: 1200px;
  margin: auto;
}

.block {
  padding: 60px 0;
}

/*====================================
  04.header
====================================*/
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  box-sizing: border-box;
}

header a {
  text-decoration: none;
}

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

header .head_logo .logo_img {
  width: 200px;
}

header .head_logo nav {
  font-size: 16px;
}

header .head_logo nav ul {
  display: flex;
  align-items: center;
}

header .head_logo nav li {
  margin-left: 4rem;
}

header .head_info {
  /*width: 40%;
    max-width: 510px;*/
}

header .head_info .head_btn a {
  width: 100%;
  padding: 12px 10px 14px;
  font-size: 15px;
  white-space: nowrap;
}

header .head_info .head_btn2 {
  width: 36%;
  margin-left: 10px;
}

header .head_info .head_btn2 a {
  color: #0055a0;
  background: #fff;
  font-size: 13px;
  line-height: 1.2;
  padding: 8px 20px;
}

/*
header .head_info .tel{
  color: #fff;
  text-align: center;
  line-height: 1.1;
  font-size: 14px;
  margin-left: 15px;
  white-space: nowrap
}
header .head_info .tel a{
  color: #fff;
  display: block;
  font-size: 22px;
  text-decoration: none;
  font-family: 'Big Shoulders Display', cursive;
  background: url(../img/icon_tel_w.png) no-repeat left top;
  background-size: 28px;
  padding: 4px 0 4px 32px;
}
header .head_info .tel span{
  display: block;
  text-indent: 10px;
}
*/
header .head_info .mail {
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 1.1;
  margin-left: 12px;
  white-space: nowrap;
}

header .head_info .mail a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  background: url(../img/icon_mail_w.png) no-repeat left center;
  background-size: 20px;
  padding: 6px 0 6px 26px;
}

header .head_info .mail span.time {
  display: block;
  text-indent: 10px;
}

header .head_info .sp_only {
  display: none;
}

/*PC Only*/
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
  opacity: 0;
}

.clone-nav.is-show {
  opacity: 1;
}

.is-show {
  transform: translateY(0);
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.3));
  border-bottom: 0;
  background: #fff;
}

.is-show .head_info .head_btn2 a {
  color: #fff;
  background: #0055a0;
}

/*
.is-show .head_info .tel{
  color: #000;
}
.is-show .head_info .tel a{
  color: #0055a0;
  background: url(../img/icon_tel.png) no-repeat left top;
  background-size: 28px;
}
*/
.is-show .head_info .mail {
  color: #000;
}

.is-show .head_info .mail a {
  color: #0055a0;
  background: url(../img/icon_mail.png) no-repeat left center;
  background-size: 20px;
}

@media screen and (max-width: 767px) {

  header .head_info .sp_only {
    color: #000;
    display: block;
    font-size: 12px;
  }

  header .head_info .mail.sp_only a {
    color: #0055a0;
    background: url(../img/icon_mail.png) no-repeat left center;
    font-size: 13px;
    font-weight: 600;
    background-size: 17px;
    padding: 6px 0 4px 21px;
  }

  header .head_info .pc_only {
    display: none;
  }


}

/*====================================
  05.fv
====================================*/
.fv {
  padding-top: 80px;
  background: url(../img/fv_bg.png) right top no-repeat #fff;
  background-size: 65% auto;
}

.fv .wrap {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 80px 0 90px;
}

.fv .fv_txt {
  position: relative;
  text-align: center;
}

.fv h1 {
  width: 200px;
  margin: 0 auto;
}

.fv h2 {
  font-size: 34px;
  line-height: 1.4;
  text-align: center;
  font-weight: 700;
  margin: 5% auto;
}

.fv h2 span {
  color: #0055a0;
}

.fv .btn a {
  width: 400px;
  margin: auto;
  padding: 17px 10px;
}

.fv .btn+.btn {
  margin-top: 15px;
}

.fv .fv_txt .icon {
  position: absolute;
  top: -80px;
  right: -90px;
}

/*
   貸しバスボタン
---------------------------------*/
.btn_or a {
  position: relative;
  color: #fff;
  background: #ff5390;
  border: 1px solid #ff5390;
  width: 360px;
  height: 76px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  font-weight: 700;
  margin: auto;
  margin-top: 10px;
  transition: 0.5s;
}

.btn_or a span {
  position: absolute;
  display: block;
  left: -20px;
  top: -4px;
  margin: auto;
  width: 65px;
  height: 65px;
  border-radius: 65px;
  line-height: 64px;
  background: #de2567;
  color: #fff15a;
  text-align: center;
  font-size: 1.4rem;
  border: 1px solid #fff;
}

.btn_or a img {
  position: absolute;
  bottom: 0;
  right: -8px;
  width: 40px;
}

/*
   助成金一覧リンク
---------------------------------*/
.newslist-sub span {
  background: #494949;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  padding: 2px 10px;
  margin-right: 10px;
}

@media screen and (max-width: 1400px) {
  .fv {
    background-size: 60% auto;
  }

  .fv .wrap {
    width: 90%;
  }

  .fv h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 1080px) {
  .btn_or a span {
    position: absolute;
    display: block;
    left: -20px;
    top: 5px;
    margin: auto;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    line-height: 53px;
    background: #de2567;
    color: #fff15a;
    text-align: center;
    font-size: 1.4rem;
    border: 1px solid #fff;
  }
}


/*====================================
  06.dx
====================================*/
.dx {
  padding: 70px 0;
  text-align: center;
  background: #f4f4f4;
}

.dx h3 {
  color: #0055a0;
  font-size: 40px;
  margin: 0 0 2%;
}

.dx_wrap {
  align-items: stretch;
}

.dx_wrap dl {
  position: relative;
  width: 28%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 14px 0 rgb(0, 85, 160, 0.2);
}

.dx_wrap dt {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 15px 0;
  border-radius: 10px 10px 0 0;
  background: #6d6d6d;
}

.dx_wrap dd {
  margin: 0;
  padding: 40px 20px 50px;
}

.dx_wrap dl.shinka dt {
  background: #0055a0;
}

.dx_wrap dl p.tit {
  font-weight: 700;
}

@media screen and (max-width: 1200px) and (min-width: 767px) {
  .dx_wrap dl.shinka .br1200 {
    display: none;
  }
}

.dx_wrap dl p {
  margin: 0;
}

.dx_wrap dl p.tit {
  font-size: 2rem;
}

.dx_wrap dl p strong {
  color: #0055a0;
}

.dx_wrap dl::after {
  position: absolute;
  right: -50px;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  display: block;
  content: "";
  width: 50px;
  height: 172px;
  background: url(../img/dx_yaji.png) no-repeat;
  background-size: cover;
}

.dx_wrap dl.shinka::after {
  display: none;
}

.dx_wrap dl.shinka {
  width: 40%;
}

/*====================================
  07.concept
====================================*/
.concept {
  padding: 70px 0 60px;
  text-align: center;
}

.concept h3 {
  font-size: 38px;
  margin: 0 0 3%;
}

.concept h3 img {
  width: 220px;
  position: relative;
  top: -5px;
  margin-right: 5px;
}

.concept_wrap {
  align-items: flex-start;
}

.concept_wrap .box {
  width: 29.5%;
}

.concept_wrap .box h4 {
  font-size: 2.5rem;
  line-height: 1.4;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0 10px;
}

.concept_wrap .box p {
  text-align: left;
  margin: 0;

}

/*====================================
  08.resolve
====================================*/
.resolve {
  overflow: hidden;
  position: relative;
  text-align: center;
  background: url(../img/resolve_bg.gif) repeat-x center top #e8f6fc;
  padding: 8% 2.5% 6%;
}

.resolve h3 {
  margin: 0 0 2.5%;
  display: inline-block;
  color: #000;
  font-size: 3.8rem;
  line-height: 1.4;
}

.resolve h3 span {
  color: #0055a0;
}

.bx-wrapper {
  max-width: 1000px !important;
  padding: 30px 0 !important;
  margin: auto auto 30px !important;
  border: 4px solid #a2c9e5 !important;
  box-shadow: 0 2px 15px 0 rgba(0, 85, 160, 0.3) !important;
}

.bx-wrapper img {
  margin: auto !important;
}

.bx-wrapper li .txt {
  max-width: 780px;
  margin: 30px auto 10px;
  text-align: left;
  display: flex;
  align-items: flex-start;
}

.bx-wrapper li .txt img {
  box-sizing: border-box;
}

.bx-wrapper li .txt p {
  margin: 0;
  padding-left: 20px;
}

.bx-wrapper li .txt p strong {
  color: #0055a0;
}

.bx-wrapper li .txt p span {
  color: #dd2f31;
}

.bx-wrapper .bx-controls-direction a {
  width: 60px !important;
  height: 60px !important;
}

.bx-wrapper .bx-controls-direction a {
  transition: initial !important;
}

.bx-wrapper .bx-next {
  right: -30px !important;
  background: url(../img/solution_arrow2.png) !important;
  background-size: cover !important;
}

.bx-wrapper .bx-prev {
  left: -30px !important;
  background: url(../img/solution_arrow.png) !important;
  background-size: cover !important;
}

.pt_thumb {
  display: flex;
  justify-content: center;
}

.bxslider_thumbnail {
  margin-bottom: 8%;
}

.pt_thumb li {
  position: relative;
  margin: 0 20px;
}

.bxslider_thumbnail2 li {
  margin: 0 8px;
}

.pt_thumb li a {
  cursor: pointer;
  font-weight: bold;
  display: block;
  padding: 15px 30px;
  background: #fff;
  transition: inherit !important;
  box-shadow: 0 2px 10px 0 rgba(0, 85, 160, 0.3);
  border: 4px solid #fff;
}

.pt_thumb li a.active {
  color: #0055a0;
  border: 4px solid #0055a0;
}

.pt_thumb li a.active::before {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 20px 15px 20px;
  border-color: transparent transparent #0060af transparent;
}

.bxslider_thumbnail li::after {
  position: absolute;
  display: block;
  right: -32px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 25px;
  height: 19px;
  background: url(../img/solution_step.png);
  background-size: cover;
}

.bxslider_thumbnail li:last-child::after {
  display: none;
}

.resolve_box {
  position: relative;
  text-align: center;
  flex-wrap: wrap;
  padding: 70px;
  margin: 5% auto 0;
  background: #fff;
  box-shadow: 0 0 14px 0 rgba(0, 85, 160, 0.2);
}

.resolve_box .icon {
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  margin: auto;
}

.resolve_box h4 {
  font-size: 3rem;
  font-weight: 700;
  width: 100%;
  margin: 0;
  padding: 40px 0 20px;
}

.resolve_box h4+p {
  margin: 0 0 30px;
}

.resolve_1 .thumb {
  flex: 1;
}

.resolve_1 .thumb:last-child {
  flex: inherit;
  width: 600px;
}

.resolve_2 .thumb {
  width: 520px;
  padding-top: 20px;
}

.resolve_2 .flow {
  width: 100%;
  font-weight: 700;
  text-align: left;
  margin-top: 20px;
}


/*====================================
  09.about
====================================*/

.about {
  padding: 6% 0 7%;
  text-align: center;
}

.about h3 {
  font-size: 38px;
  line-height: 1.2;
  margin: 0 0 3%;
}

.about h3 span {
  background: linear-gradient(transparent 60%, #ccddec 60%);
}

.about h4 {
  color: #0055a0;
  font-size: 30px;
  max-width: 790px;
  margin: 30px auto 30px;
  display: flex;
  align-items: center;
}

.about h4.about_option-tit {
  color: #DD1D3D;
}

.about h4:before,
.about h4:after {
  content: "";
  height: 3px;
  flex-grow: 1;
  background: #0055a0;
}

.about h4.about_option-tit:before,
.about h4.about_option-tit:after {
  background: #DD1D3D;
}

.about h4:before {
  margin-right: 1rem;
}

.about h4:after {
  margin-left: 1rem;
}

.about_list {
  max-width: 790px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: inherit;
}

/*4個以下の場合は中央寄せ*/
@media print,
screen and (min-width: 768px) {
  .about_list:has(> :nth-child(-n+4):last-child) {
    justify-content: center;
  }

  .about_list:has(> :nth-child(-n+4):last-child) li {
    margin: 0 1%;
  }
}

.about_list li {
  width: 18.4%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 15px 18px;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
  border: 1px solid #0055a0;
  /*box-shadow: 0 5px 8px 0 rgba(0, 85, 160, 0.2);*/
}

.about_list li:nth-child(5n) {
  margin-right: 0;
}

.about_list li img {
  height: 50px;
  margin: 0 auto 10px;
  display: block;
}

.about_list li p {
  line-height: 1.3;
  margin: 0;
}

.about_list2 li.paid {
  position: relative;
  padding: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 85, 160, 0.4)
}

.about_list2 li.paid a {
  display: block;
  text-decoration: none;
  padding: 20px 10px 15px;
}

.about_list2 li.paid a span {
  color: #0055A0;
  margin: .3em 0 0;
  display: inline-block;
}

.about_list2 li.paid::before {
  position: absolute;
  z-index: 1;
  right: -10px;
  top: -12px;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\6709\511F";
  color: #fff;
  font-size: 14px;
  text-align: center;
  background: #DD1D3D;
}
/* スマホ電話点呼リリース告知 */

.about_list3 {
  max-width: 790px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: inherit;
  margin-top: 20px;
}

.about_list3 li {
  width: 18.4%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 15px 18px;
  margin-right: 2%;
  margin-bottom: 2%;
  background: #fff;
  border: 1px solid #0055a0;
  /*box-shadow: 0 5px 8px 0 rgba(0, 85, 160, 0.2);*/
}

.about_list3 li p {
  line-height: 1.3;
  margin: 0;
}

.about_list3 li p.list3_tit {
  color: #0055a0;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 5px;
}

.about_list3 li p.list3_tit+p {
  font-weight: 400;
  font-size: 15px;
}

.about_list3 li.paid {
  position: relative;
  padding: 0;
  box-shadow: 0 3px 6px 0 rgba(0, 85, 160, 0.4)
}

.about_list3 li.paid a {
  display: block;
  text-decoration: none;
  padding: 20px 10px 15px;
}

.about_list3 li.paid a span {
  color: #0055A0;
  margin: .3em 0 0;
  display: inline-block;
}

.about_list3 li.paid::before {
  position: absolute;
  z-index: 1;
  left: -2px;
  top: -12px;
  width: 120px;
  height: 26px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "Coming soon";
  color: #0055A0;
  font-size: 14px;
  text-align: center;
  background: #f1c046;
}
/* スマホ電話点呼リリース後 */
.about_list3 li.paid::before {
  display: none;
}
.about_list3 li.paid::after {
  position: absolute;
    z-index: 1;
    right: -10px;
    top: -12px;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    display: flex
;
    align-items: center;
    justify-content: center;
    content: "\6709\511F";
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #DD1D3D;
}

@media print,
screen and (min-width: 768px) {
  .btn_list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }

  .btn_list .btn {
    width: 32%;
    margin: 0;
  }

  .btn_list .btn a {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .btn_list .btn+.btn {
    margin-top: 10px;
  }
}

.option {
  position: relative;
  padding: 3% 0 3%;
  text-align: center;
  background: #0055a0;
}

.option::before {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  width: 68px;
  height: 68px;
  display: block;
  content: "";
  background: url(../img/icon_plus.png);
  background-size: cover;
}

.option_tit {
  position: relative;
  max-width: 790px;
  margin: auto;
  padding: 20px 0 10px;
}

.option_tit::before {
  position: absolute;
  left: 15px;
  bottom: 0;
  display: block;
  content: "";
  width: 140px;
  height: 152px;
  background: url(../img/option_tit_1.png);
  background-size: cover;
}

.option_tit .title {
  color: #ffe63f;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
}

.option_tit p {
  color: #fff;
  margin: 10px 0 20px;
}

.option_list {
  position: relative;
  z-index: 1;
  max-width: 790px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: inherit;
}

.option_list li {
  line-height: 1.3;
  width: 19.1%;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 18px 5px;
  margin-right: 1.1%;
  margin-bottom: 1%;
  background: #fff;
  box-shadow: 5px 0 8px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.option_list li:nth-child(5n) {
  margin-right: 0;
}

/*====================================
  10.screen
====================================*/
.screen {
  text-align: center;
  padding: 6% 0;
}

.screen h3 {
  font-size: 38px;
  margin: 0 0 2%;
}

.screen h3 img {
  width: 220px;
  position: relative;
  top: -5px;
  margin-right: 5px;
}

.screen .bx-wrapper {
  padding: 60px 0 !important;
}

/*====================================
  11.faq
====================================*/
.faq {
  text-align: center;
  padding: 4% 2% 5%;
  background: #e8f6fc;
}

.faq .tit {
  font-size: 3.8rem;
  font-weight: bold;
}

.faq .tit+p {
  margin-bottom: 40px;
}

.faq dl {
  text-align: left;
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.faq dt {
  position: relative;
  font-size: 20px;
  padding: 22px 2% 22px 90px;
  cursor: pointer;
}

.faq dd {
  display: none;
  margin: 0;
  border-top: 1px solid #d9dbf0;
}

.faq dd p {
  margin: 0;
  padding: 3% 5%;
}

.faq dt::before,
.faq dd::before {
  position: absolute;
  left: 25px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 45px;
  background: #0055a0;
  box-shadow: 0 4px 8px 0 rgba(0, 97, 175, 0.4);
}

.faq dt::before {
  content: "Q";
  top: 0;
  bottom: 0;
  margin: auto;
}

.faq dt::after {
  font-size: 25px;
  color: #1c3c77;
  display: inline-block;
  content: "\0FF0B";
  position: absolute;
  right: 20px;
  top: 24%;
  width: 25px;
  text-align: center;
}

.faq dt.on::after {
  content: "\02212";
}

/*====================================
  12.form
====================================*/
.form {
  padding: 4% 2%;
}

.form_tel {
  color: #0055a0;
  justify-content: center;
  margin-bottom: 40px;
}

.form_tel .tit,
.form_tel .tel {
  margin: 0 10px;
}

.form_tel .tit {
  font-size: 20px;
  line-height: 1;
  border: 1px solid #0055a0;
  padding: 6px 22px 8px;
  border-radius: 40px;
  margin-bottom: 20px;
}

/*
.form_tel .tel{
  text-align: center;
  line-height: 1.1;
  font-size: 16px;
}
.form_tel .tel a{
  color: #0055a0;
  display: block;
  font-size: 40px;
  text-decoration: none;
  font-family: 'Big Shoulders Display', cursive;
  background: url(../img/icon_tel.png) no-repeat left top;
  background-size: 40px;
  padding: 0 0 0 45px;
}
.form_tel .tel span{
  display: block;
  text-indent: 15%;
}
*/
.form_tel .mail {
  text-align: center;
  line-height: 1.4;
  font-size: 15px;
  padding-left: 10px;
}

.form_tel .mail a {
  color: #0055a0;
  display: block;
  font-size: 20px;
  text-decoration: none;
  background: url(../img/icon_mail.png) no-repeat left center;
  background-size: 30px;
  padding: 5px 0 5px 36px;
}

.form_tel .mail span {
  display: block;
  text-indent: 12%;
}

.form_inner {
  max-width: 1000px;
  margin: auto;
  padding: 50px 100px 60px;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.form_inner .tit {
  color: #000;
  font-weight: bold;
  text-align: center;
}

.form_inner .tit p {
  color: #0055a0;
  font-size: 2.5rem;
  margin: 0;
  padding: 0 40px;
  display: inline-block;
  position: relative;
}

.form_inner .tit p::before,
.form_inner .tit p::after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: #0055a0;
  transform: rotate(-60deg);
  right: 0;
}

.form_inner .tit p::before {
  left: 0;
  transform: rotate(60deg);
}

.form_inner h3 {
  margin: 0 0 50px;
  font-size: 4rem;
}

.form_inner dl {
  margin: auto auto 25px;
  font-size: 20px;
  line-height: 1;
}

.form_inner dl dt {
  font-size: 2rem;
  margin-bottom: 15px;
}

.form_inner dl dt span,
.form_inner .hissu {
  color: #fff;
  display: inline-block;
  padding: 4px 10px 5px;
  margin-right: 10px;
  font-size: 15px;
  background: #da402c;
}

.form_inner dl dd {
  margin: 0;
  padding: 0;
}

.form_inner dl.name dd {
  display: flex;
}

.form_inner dl.name dd p {
  width: 210px;
}

.form_inner dl.name dd p+p {
  margin-left: 20px;
}

.form_inner dl.name dd p .name_tit {
  font-size: 1.5rem;
  padding-bottom: 10px;
  display: block;
}

.form_inner dl dd p {
  margin: 0;
}

.form_inner dl dd .kome {
  font-size: 1.3rem;
  margin-top: 10px;
  color: #666;
}

/*input*/
.wpcf7-list-item,
span.wpcf7-list-item {
  margin: 0;
}

#questionnaire span.wpcf7-list-item {
  display: block;
  margin: 7px 0;
}

.wpcf7 .ajax-loader,
.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid-tip {
  font-size: 15px;
  margin-top: 10px;
}

.form_inner input,
.form_inner textarea {
  width: 100%;
  font-size: 18px;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f6f6f6;
}

.form_inner textarea {
  height: 200px;
}

.form_inner input[type="checkbox"] {
  width: auto;
}

.form_inner input#tel {
  width: 300px;
}

.form_inner #koumoku {
  display: flex;
}

.form_inner #koumoku span+span {
  margin-left: 10px;
}

.form_inner span.wpcf7-list-item {
  height: 5rem;
}

.form_inner label {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  font-size: 18px;
  border-radius: 6px;
  overflow: hidden;
}

.form_inner label input {
  position: absolute;
  opacity: 0;
  height: 0;
}

.form_inner label span {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  /*  padding: 13px 20px 14px 14px;*/
  padding: 0 20px 0 14px;
  border-radius: 6px;
  background-color: #f3f3f3;
  box-shadow: 0 0 0 1px #ccc inset;
}

.form_inner label span::before {
  font-family: 'Material Icons Outlined';
  content: '\e836';
  color: #ccc;
  font-size: 26px;
  line-height: 1;
  font-weight: 300;
  position: relative;
  top: 1px;
  margin-right: 8px;
}

.form_inner label input:checked+span {
  color: #0055a0;
  background-color: #ebfcf1;
  box-shadow: 0 0 0 2px #0055a0 inset;
}

.form_inner label input:checked+span::before {
  content: '\e92d';
  color: #0055a0;
}


.privacy_box {
  font-size: 14px;
  text-align: left;
  border: 4px solid #ddd;
  padding: 20px;
  margin: 20px 0 30px;
}

.privacy_box .inner {
  overflow-y: scroll;
  height: 200px;
  padding: 0 20px 0 0;
}

.privacy_box h1 {
  font-size: 16px;
  margin: 0
}

.privacy_box p {
  margin: 5px 0;
}

.privacy_box ol {
  margin: 0;
  padding: 0 0 0 20px;
}

.privacy_box ol li {
  margin: 2px 0;
  list-style-type: decimal;
}

.privacy_doui {
  text-align: center;
  margin: 30px 0;
  font-size: 1.6rem;
}

.privacy_doui .doui {
  width: 160px;
  margin: auto;
}

.privacy_doui>p {
  text-align: left;
}

.privacy_doui .doui .wpcf7-list-item {
  position: relative;
}

.privacy_doui .doui .wpcf7-list-item::after {
  position: absolute;
  top: 1rem;
  right: -6rem;
  content: "必須";
  color: #fff;
  display: inline-block;
  margin: auto;
  padding: 3px 8px;
  font-size: 14px;
  background: #da402c;
}

.privacy_doui .doui span+span {
  margin-top: 5px;
}

.form_inner .btn {
  display: block;
  text-align: center;
}

.form_inner .btn #soushin {
  font-size: 26px;
  color: #fff;
  border: none;
  width: 60%;
  height: 8rem;
  cursor: pointer;
  margin: auto;
  background-color: #0055a0;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
}

.form_inner .hissu {
  margin-bottom: 10px;
}

div.wpcf7 .ajax-loader {
  display: block;
  margin: 10px auto 0;
}

.form_inner .invalid input.wpcf7-not-valid,
.form_inner .wpcf7-not-valid label span {
  background: #ffdfdf;
}

.wpcf7 form .head_error .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
  margin: 0 0 4rem;
  border-width: 3px;
}

.wpcf7-spinner {
  display: block;
  margin: 15px auto;
}

.wpcf7 form .head_error .wpcf7-response-output {
  color: #fff;
  border: none;
  background: #dc3232;
}

.wpcf7 form .foot_error .wpcf7-response-output {
  color: #dc3232;
  border: none;
  margin: 0 0 10px;
  text-align: center;
}


/*====================================
  13.footer
====================================*/

footer {
  border-top: 1px solid #eee;
  padding: 40px 0;
  text-align: center;
  font-size: 1.4rem;
}

footer ul {
  margin-bottom: 10px;
  justify-content: center !important;
}

footer ul li {
  margin: 0 10px;
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999;
}

#pagetop img {
  width: 50px;
  opacity: .8;
}

.fv_badge {
  position: fixed;
  top: 120px;
  right: 0;
  width: 180px;
  z-index: 99999;
}

.fv_badge li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fv_badge li+li {
  margin-top: 6px;
}

.fv_badge2 {
  position: fixed;
  top: 470px;
  right: 0;
  width: 180px;
  z-index: 99999;
}

.fv_badge2 dl {
  position: relative;
  margin: 25px 0 0;
  padding: 15px 12px 10px;
  font-size: .9em;
  background: #007BC7;
  border-radius: .9rem 0 0 .9rem;
}

.fv_badge2 dt {
  font-size: .95em;
  position: absolute;
  top: -.8em;
  left: .7em;
  background: #007BC7;
  border-radius: 4rem;
  color: #fff;
  padding: .1em 1.2rem;
}

.fv_badge2 dd {
  background: #fff;
  margin: .5em 0;
  padding: 0;
  border-radius: 5rem;
  border: 1px solid #007BC7;
}

.fv_badge2 dd a {
  color: #007BC7;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: .5rem 0;
  text-decoration: none;
}

.fv_badge2 dd:hover {
  background: #e5eef5;
  border: 1px solid #e5eef5;
}

.fv_badge2 dd a:hover {
  color: #0055a0;
  opacity: 1;
}

@media screen and (max-width: 1440px) {

  .fv_badge,
  .fv_badge2 {
    width: 150px;
  }

  .fv_badge2 {
    top: 410px;
  }

  .fv_badge2 dl {
    padding: 14px 8px 8px;
  }

  .fv_badge2 dd {
    margin: .3em 0;
  }

  .fv_badge2 dd a {
    font-size: 13px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/* foot_btn */
.foot_btn {
  font-size: 19px;
  text-align: center;
  color: #fff;
  border: none;
  width: 440px;
  height: 8rem;
  line-height: 8rem;
  cursor: pointer;
  margin: 20px auto 20px;
  border-radius: 50px;
  background-color: #1b9755;
  transition: .5s;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.4));
}

.foot_btn+.foot_btn {
  margin-bottom: 90px;
}

.foot_btn a {
  display: block;
  color: #fff;
  width: 100%;
  height: 100%;
  font-weight: bold;
  text-decoration: none;
}

.foot_btn:hover {
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.3));
}

.foot_btn a:hover {
  opacity: 1;
}

/*====================================
  14.thanks
====================================*/
.thanks {
  max-width: 800px;
  margin: 40px auto;
  padding: 60px;
  border: 10px solid #eee;
}

.thanks .tit {
  color: #1c3c77;
  font-size: 30px;
  text-align: center;
  font-weight: bold;
}

.thanks .tit+p {
  text-align: center;
}

.thanks .btn {
  width: 60%;
  margin: auto;
  margin-top: 40px;
  display: block;
}

.thanks .btn a {
  color: #fff;
  margin: auto;
  padding: 20px 40px;
  background: #1c3c77;
}

.thanks .btn a+a {
  margin-top: 20px;
}

/*====================================
  15.news
====================================*/
.news {
  background: #fbdce7;
  padding: 1.7rem;
}

.news_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 900px;
}

.news_tit {
  color: #fff;
  background: #ff5390;
  border-radius: 50px;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: bold;
  margin: 0;
  padding: .7rem 1.5rem;
  margin-right: 1.5em;
}

.newslist li {
  font-size: 1.6rem;
  margin: 1rem 0;
  font-weight: bold;
  display: flex;
}

.newslist li span.date {
  display: inline-block;
  padding-right: 14px;
}

.newslist li a {
  font-weight: 500;
}

.newslist-bus a {
  color: #de2567;
}

/* max-width: 1250px ----------------------------------------------*/

@media screen and (max-width: 1250px) {

  body,
  textarea,
  input,
  select,
  label {
    font-size: 1.5vw;
  }

  .pc1250 {
    display: none;
  }

  /*====================================
  03.Block
====================================*/
  .wrap {
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  /*====================================
  04.header
====================================*/

  header .head_logo .logo_img {
    width: 180px;
  }

  header .head_logo nav {
    font-size: 15px;
  }

  header .head_logo nav li {
    margin-left: 3rem;
  }

  header .head_info .head_btn a {
    font-size: 14px;
  }

  header .head_info .head_btn2 a {
    font-size: 13px;
  }

  /*====================================
  05.fv
====================================*/
  .fv {
    background-size: 65% auto;
  }

  .fv .wrap {
    width: auto;
  }

  .fv h2 {
    font-size: 2.4vw;
  }

  .fv .fv_txt {
    width: 40%;
  }

  .fv .fv_txt .icon {
    position: absolute;
    width: 12.5vw;
    right: -7vw;
    top: -7vw;
  }

  .fv .btn a {
    width: 85%;
  }

  .fv .fv_img {
    width: 45%;
  }

  /*====================================
  06.dx
====================================*/
  .dx h3 {
    font-size: 3.2vw;
  }

  .dx_wrap dt {
    font-size: 2.2vw;
  }

  .dx_wrap dl p.tit {
    font-size: 1.8vw;
    margin-bottom: 2%;
  }

  /*====================================
  07.concept
====================================*/
  .concept h3 {
    font-size: 3.2vw;
  }

  .concept h3 img {
    width: 16vw;
  }

  .concept_wrap .box h4 {
    font-size: 2vw;
    margin: 0;
  }


  /*====================================
  08.resolve
====================================*/
  .resolve {
    padding: 14% 2.5% 6%;
  }

  .resolve h3 {
    font-size: 3.2vw;
  }

  .resolve h3 img {
    width: 35%;
    bottom: .4rem;
  }

  .resolve h3+p {
    font-size: 2.4vw;
  }

  .bx-wrapper {
    width: 90% !important;
    max-width: auto !important;
    padding: 4% !important;
  }

  .bx-wrapper .bx-controls-direction a {
    width: 4.8vw !important;
    height: 4.8vw !important;
  }

  .bxslider_thumbnail {
    margin-bottom: 12%;
  }

  .resolve_1 .thumb,
  .resolve_1 .thumb:last-child {
    flex: inherit;
    width: auto;
  }

  .resolve_2 .thumb {
    width: 49%;
    padding-top: 1vw;
  }

  /*====================================
  09.about
====================================*/
  .about h3 {
    font-size: 3.2vw;
  }

  .about h4 {
    font-size: 2.7vw;
  }

  .about_list li {
    font-size: 1.3vw;
  }

  .about_list2 li.paid::before {
    right: -10px;
    top: -8px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    font-size: 13px;
  }
  .about_list3 li.paid::after{
    right: -10px;
    top: -8px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 36px;
    font-size: 13px;
  }

  .option_tit .title {
    font-size: 2.5vw;
  }

  .option_list {
    margin: auto;
  }

  .option_list li {
    font-size: 1.3vw;
  }

  /*====================================
  10.screen
====================================*/
  .screen h3 {
    font-size: 3.2vw;
  }

  .screen h3 img {
    width: 16vw;
  }

  .screen .bx-wrapper {
    padding: 4% !important;
  }

  /*====================================
  11.faq
====================================*/
  .faq {
    font-size: 1.7vw;
  }

  .faq .tit {
    font-size: 3vw;
  }

  .faq dt {
    font-size: 2vw;
  }

  .faq dt::before,
  .faq dd::before {
    width: 4rem;
    height: 4rem;
    line-height: 3.5rem;
  }

  /*====================================
  12.form
====================================*/
  .form {
    padding: 8% 3%;
  }

  .form_inner {
    padding: 8%;
  }

  .form_inner h3 {
    font-size: 3.5vw;
  }

  .form_inner .tit p {
    font-size: 2vw;
  }

  .form_inner .tit p::before,
  .form_inner .tit p::after {
    width: 3vw;
  }

  .form_inner dl {
    font-size: 1.7vw;
  }

  .form_inner dl dt span {
    font-size: 1.6vw;
  }

  .form_inner label {
    font-size: 1.6vw;
  }

  /*input*/
  .form_inner input,
  .form_inner textarea {
    font-size: 1.6vw;
  }

  .form_inner .btn #soushin {
    font-size: 2.8vw;
  }

  /*====================================
  13.thanks
====================================*/
  .thanks {
    width: 90%;
    max-width: 90%;
    box-sizing: border-box;
    margin: 4rem auto;
  }

}

/* 1250px */


/* max-width: 1150px ----------------------------------------------*/

@media screen and (max-width: 1150px) {

  /*====================================
 04.header
====================================*/
  header .head_logo nav {
    display: none;
    font-size: 15px;
  }

  header .head_info {
    width: 75%;
    max-width: inherit;
    justify-content: flex-end;
  }

  header .head_info .head_btn {
    max-width: 210px;
  }

  header .head_info .head_btn a {
    padding: 12px 10px 14px;
  }

  header .head_info .head_btn2 {
    width: auto;
  }

  header .head_info .head_btn2 a {
    padding: 8px 20px;
  }

  header .head_info .tel {
    margin-left: 10px;
  }

  /*====================================
 05.fv
====================================*/
  .fv {
    background-size: auto 100%;
  }



}

/* 1150px */

/* min-width768px～ 1000px ----------------------------------------------*/

@media screen and (max-width: 1000px) and (min-width: 768px) {

  .tb {
    display: none;
  }

  body,
  textarea,
  input,
  select,
  label {
    font-size: 1.7vw;
  }

  /*====================================
  04.header
====================================*/
  header {
    padding: 15px 25px;
  }

  header .head_logo {
    width: 50%;
  }

  header .head_info {
    width: 80%;
  }

  header .head_info .head_btn li a {
    font-size: 1.2rem;
  }

  header .head_info .head_btn2 {
    margin-left: 6px;
  }

  header .head_info .tel {
    font-size: 13px;
  }

  /*====================================
    05.fv
====================================*/
  .fv {
    background-position: 125% top;
  }

  .fv .fv_txt {
    width: 45%;
  }

  .fv h2 {
    font-size: 2.6vw;
  }

  /*====================================
  08.resolve
====================================*/
  .resolve_box {
    padding: 5% 4%;
    margin: 6vw 2% 0;
  }

  .resolve_box .icon img {
    width: 13vw
  }

  .resolve_box h4 {
    font-size: 3vw;
    padding: 6vw 0 .8vw;
  }

  .resolve_2 .thumb {
    padding-top: 2.5vw;
  }

  .resolve_2 .flow img {
    width: 100%;
  }

  /*====================================
  09.about
====================================*/
  .about {
    padding-left: 2%;
    padding-right: 2%;
  }

  .about_list li,
  .option_list li {
    font-size: 14px;
  }

  .option {
    padding: 3% 4.5% 3%;
  }

  .option::before {
    width: 40px;
    height: 40px;
    top: -20px;
  }
  .about_list3 li p.list3_tit {
    font-size: 14px;
  }

  .about_list3 li p.list3_tit+p {
    font-size: 13px;
  }

  /*====================================
  11.form
====================================*/
  .form_inner {
    padding: 6%;
  }

  .form_inner h3 {
    margin-bottom: 3rem;
  }

  .form_inner dl dt span,
  .form_inner .hissu {
    font-size: 1.4rem;
  }

  .form_inner dl,
  .form_inner label span,
  .form_inner label,
  .form_inner input,
  .form_inner textarea {
    font-size: 1.6rem;
  }

  .privacy_box .privacy_box dl {
    font-size: 1.4rem;
  }

  .form_inner .btn #soushin {
    font-size: 2rem;
  }

}

/* tb */


/* max-width: 767px -----------------------------------------------*/

/* SP */
@media screen and (max-width: 767px) {

  /*====================================
  01.Font
====================================*/
  body,
  textarea,
  input,
  select,
  label {
    font-size: 1.4rem;
    line-height: 1.5;
  }

  /*====================================
  02.Base
====================================*/
  .pc {
    display: none;
  }

  .sp {
    display: block !important;
  }

  .btn_blue a {
    width: 90%;
    height: 58px;
  }

  .btn_blue a span {
    width: 28px;
    height: 28px;
    font-size: 28px !important;
  }

  .wrap {
    margin-left: 25px;
    margin-right: 25px;
  }

  /*====================================
  04.header
====================================*/
  header {
    position: static;
    background: #fff;
    padding: 1.5rem;
  }

  header .head_logo {
    width: 50%;
  }

  header .head_logo .logo_img {
    width: 130px;
  }

  header .head_info {
    width: 40%;
  }

  header .head_info .head_btn {
    display: none;
  }

  header .head_info .tel {
    font-size: 1rem;
    margin: 0;
    color: #000;
  }

  header .head_info .tel a,
  .is-show .head_info .tel a,
  .page header .head_info .tel a {
    font-size: 1.8rem;
    color: #0055a0;
    background: url(../img/icon_tel.png) no-repeat left top;
    background-size: 2rem;
    padding: .1rem 0 .1rem 2.6rem;
  }

  /*====================================
  05.fv
====================================*/
  .fv {
    padding: 8% 0 12%;
    background: url(../img/fv_bg_sp.jpg) center;
    background-size: cover;
  }

  .fv .wrap {
    flex-wrap: wrap;
    padding: 0;
  }

  .fv .fv_txt {
    width: 90%;
    order: 1;
    margin: 7% auto 0;
  }

  .fv .fv_txt .icon {
    width: 19vw;
    right: -6vw;
    top: -9vw;
  }

  .fv h1 {
    width: 180px;
  }

  .fv h2 {
    color: #fff;
    font-size: 5.5vw;
    margin: 4% auto 5%;
  }

  .fv h2 span {
    color: #f0bf46
  }

  .fv .fv_img {
    order: 0;
    width: 80%;
    text-align: center;
    margin: 2% auto 0;
  }

  .fv .btn a {
    width: 100%;
    padding: 14px 10px;
  }

  .fv .btn2 {
    margin-top: 15px;
  }

  .fv .btn2 a {
    color: #fff;
    font-size: 1.3rem;
    background: none;
    border: 1px solid #fff;
  }

  .fv_bnr {
    padding: 20px 15px 15px;
  }

  /* 貸しバスボタン
------------------------*/
  .btn_or a span {
    position: absolute;
    display: block;
    left: -30px;
    top: 0px;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    line-height: 50px;
    background: #de2567;
    color: #fff15a;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #fff;
  }

  /*====================================
  06.dx
====================================*/
  .dx {
    padding: 10% 0 14%;
  }

  .dx_wrap {
    display: block;
  }

  .dx h3 {
    font-size: 22px;
    margin: 0 0 5%;
  }

  .dx_wrap dl {
    width: 100%;
    margin: auto;
    margin-top: 45px;
  }

  .dx_wrap dl:first-child {
    margin-top: 0;
  }

  .dx_wrap dl::after {
    left: 0;
    right: 0;
    bottom: -89px;
    top: inherit;
    width: 40px;
    height: 138px;
    transform: rotate(90deg);
  }

  .dx_wrap dl.shinka {
    width: 100%;
  }

  .dx_wrap dt {
    font-size: 18px;
  }

  .dx_wrap dd {
    padding: 20px 20px 40px;
  }

  .dx_wrap dl p.tit {
    font-size: 16px;
  }

  /*====================================
  07.concept
====================================*/
  .concept {
    padding: 12% 0 10%;
  }

  .concept h3 {
    font-size: 21px;
    margin: 0;
  }

  .concept h3 img {
    width: 110px;
  }

  .concept_wrap {
    display: block;
  }

  .concept_wrap .box {
    width: 100%;
    margin-top: 8%;
  }

  .concept_wrap .box:nth-child(n+2) {
    border-top: 1px solid #eee;
    padding-top: 8%;
  }

  .concept_wrap .box img {
    width: 75%;
  }

  .concept_wrap .box h4 {
    font-size: 18px;
    padding: 4% 0;
    display: block;
    min-height: initial;
  }

  .concept_wrap .box p {
    padding: 0 10px;
  }

  /*====================================
  08.resolve
====================================*/
  .resolve {
    padding: 22% 25px 14%;
    background: url(../img/resolve_bg_sp.gif) no-repeat center top #e8f6fc;
    background-size: 100% auto;
  }

  .resolve h3 {
    font-size: 19px;
    padding: 0 0 3%;
  }

  .bx-wrapper {
    width: 100% !important;
    margin: auto auto 20px !important;
  }

  .bx-wrapper li .txt {
    display: block;
    width: 100%;
    margin: 20px auto 0;
  }

  .bx-wrapper li .txt img {
    width: 70%;
  }

  .bx-wrapper li .txt p {
    width: 100%;
    padding: 5% 0 0;
    font-size: inherit;
  }

  .bxslider_thumbnail li a.active::before {
    border-width: 0 10px 8px 10px;
    top: -8px;
  }

  .bx-wrapper .bx-controls-direction a {
    width: 8vw !important;
    height: 8vw !important;
  }

  .bx-wrapper .bx-prev {
    left: -5% !important;
  }

  .bx-wrapper .bx-next {
    right: -5% !important;
  }

  .bxslider_thumbnail {
    margin-bottom: 20%;
  }

  .bxslider_thumbnail li {
    line-height: 1.3;
    font-size: 3vw;
    margin: 0;
    width: 30%;
  }

  .bxslider_thumbnail li:nth-of-type(2) {
    margin: 0 5%;
  }

  .bxslider_thumbnail li a,
  .bxslider_thumbnail li a.active {
    padding: 10% 5%;
    border-width: 2px;
  }

  .bxslider_thumbnail li::after {
    width: 15px;
    height: 11px;
    right: -15px;
  }

  .resolve_box {
    display: block;
    padding: 8% 5vw 10%;
    margin: 50px auto 0;
  }

  .resolve_box .icon {
    width: 70px;
  }

  .resolve_box h4 {
    font-size: 18px;
    padding: 20px 0 5px;
  }

  .resolve_box h4+p {
    margin: 0 0 10px;
  }

  .resolve_1 .flex_between {
    display: block;
  }

  .resolve_1 .thumb,
  .resolve_1 .thumb:last-child {
    width: 100%;
    padding-top: 15px;
  }

  .resolve_2 .thumb {
    width: 100%;
    padding-top: 15px;
  }

  /*====================================
  09.about
====================================*/
  .about {
    padding: 9vw 2rem 3rem;
    margin: 0;
  }

  .about h3 {
    font-size: 20px;
    margin: 0 0 5%;
  }

  .about h3+img {
    width: 90%;
  }

  .about h4 {
    font-size: 19px;
    margin: 10px auto 20px;
  }

  .about_list {
    margin: 2rem 0;
    /* justify-content: space-between; */
    column-gap: 2%; /* 2025.12.9追記 */
  }

  /*2個以下の場合は中央寄せ*/
  .about_list:has(> :nth-child(-n+2):last-child) {
    justify-content: center;
  }

  .about_list:has(> :nth-child(-n+2):last-child) li {
    margin: 0 1.5%;
  }

  .about_list li,
  .about_list li:nth-child(4n) {
    width: 32%;
    padding: 1.2rem 0;
    margin: 0 0 3%;
    font-size: 12px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }

  .about_list li p {
    line-height: 1.3;
  }

  .about_list li img {
    height: 5.5vh;
    margin: 0 auto 6px;
  }

  .about_list2 li.paid {
    padding: 0;
  }

  .about_list2 li.paid a {
    padding: 1.2rem 0;
  }
  .about_list3 li.paid a {
    padding: 1.2rem 0;
  }

  .about_list3 li {
    width: 32%;
    padding: 1.2rem 0;
    margin: 0 0 3%;
    font-size: 12px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  }

  .about_list3 li p.list3_tit {
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 10px;
  }

  .about_list3 li p.list3_tit+p {
    font-size: 13px;
  }

  .br_pc {
    display: none;
  }

  .option {
    padding: 4% 0 7%;
  }

  .option::before {
    width: 40px;
    height: 40px;
    top: -20px;
  }

  .option_tit::before {
    width: 66px;
    height: 70px;
    left: 25px;
  }

  .option_tit .title {
    font-size: 18px;
  }

  .option_list {
    margin-left: 20px;
    margin-right: 20px;
  }

  .option_list li,
  .option_list li:nth-child(5n) {
    width: 32%;
    font-size: 12px;
    padding: 12px 0px;
    margin-right: 2%;
    margin-bottom: 2.5%;
  }

  .option_list li:nth-child(3n) {
    margin-right: 0;
  }

  .option_tit p {
    margin: 10px 0 15px;
  }

  /*====================================
  10.screen
====================================*/
  .screen {
    padding: 12% 25px 12%;
  }

  .screen h3 {
    font-size: 5vw;
    margin-bottom: 6%;
  }

  .screen h3 img {
    width: 16vw;
  }

  .bxslider_thumbnail2 {
    align-items: stretch;
  }

  .bxslider_thumbnail2 li {
    width: 23%;
    margin: 0 1%;
  }

  .bxslider_thumbnail2 li a {
    line-height: 1.2;
    font-size: 11px;
    padding: 0 1%;
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
  }

  .bxslider_thumbnail2 li a.active {
    color: #0055a0;
    border: 2px solid #0055a0;
  }

  .bxslider_thumbnail2 li a.active::before {
    border-width: 0 12px 10px 12px;
    top: -10px;
  }


  /*====================================
  11.faq
====================================*/
  .faq {
    padding: 5vh 5vw;
    font-size: inherit;
  }

  .faq_inner {
    margin: 0;
  }

  .faq .tit {
    font-size: 5vw;
  }

  .faq .tit+p {
    font-size: 3.5vw;
    margin-bottom: 3vh;
  }

  .faq dt {
    font-size: inherit;
    line-height: 1.4;
    padding: 4vw 6.5vw 4vw 10vw;
  }

  .faq dt::before,
  .faq dd::before {
    left: 2vw;
    width: 6vw;
    height: 6vw;
    line-height: 5.5vw;
    font-size: 3vw;
  }

  .faq dd p {
    padding: 2.5vh 6.5vw;
  }

  .faq dt::after {
    right: 1rem;
    font-size: 4vw;
    margin-top: 0;
  }

  /*====================================
  12.form
====================================*/
  .form {
    padding: 5vh 5vw;
  }

  .form_tel {
    width: 80%;
    display: block;
    margin: auto auto 3rem;
    text-align: center;
  }

  .form_tel .tit {
    font-size: 3.5vw;
    text-align: center;
    display: inline-block;
    margin: auto;
  }

  /*
.form_tel .tel{
  display: inline-block;
  font-size: 3vw;
}
.form_tel .tel a{
  font-size: 8vw;
  padding: 1vh 0 1vh 10vw;
  background-size: auto 8vw;
  background-position: left center;
}
.form_tel .tel span{
  text-indent: inherit;
}
*/
  .form_tel .mail {
    display: inline-block;
    font-size: 3.3vw;
  }

  .form_tel .mail a {
    font-size: 4.6vw;
    padding: 2vh 0 1vh 8vw;
    background-size: auto 6vw;
    background-position: left 2.3vh;
  }

  .form_tel .mail span {
    text-indent: inherit;
  }

  .form_inner {
    padding: 4vh 4.7vw;
    border-radius: 1rem;
  }

  .form_inner h3 {
    font-size: 5vw;
    margin: 0 0 2rem;
  }

  .form_inner .tit p {
    font-size: 3vw;
    padding: 0 2rem;
  }

  .form_inner dl,
  .form_inner label span,
  .form_inner label,
  .form_inner input,
  .form_inner textarea {
    font-size: 1.4rem;
  }

  .form_inner input,
  .form_inner textarea {
    font-size: 1.6rem;
  }

  .form_inner dl dt {
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .form_inner dl dt span,
  .form_inner .hissu {
    font-size: 1.2rem;
    padding: .3rem .8rem .5rem;
  }

  .form_inner dl.name dd {
    display: block;
  }

  .form_inner dl.name dd p,
  .form_inner input#tel {
    width: 100%;
    display: block;
  }

  .form_inner dl.name dd p+p {
    margin: 1rem 0 0;
  }

  .form_inner dl.name dd p .name_tit {
    font-size: 1.3rem;
  }

  .form_inner #koumoku {
    display: block;
  }

  .form_inner .wpcf7-checkbox {
    padding: 0;
  }

  .form_inner textarea {
    height: 15rem;
  }

  .form_inner label {
    height: 4.4rem;
    display: block;
  }

  .form_inner label span {
    position: absolute;
    left: 0;
    right: 0;
    height: 4.4rem;
    line-height: 4.4rem;
  }

  .form_inner #koumoku span+span {
    padding: 0;
    margin: 0;
  }

  .wpcf7-list-item,
  span.wpcf7-list-item {
    display: block;
    margin: 0;
  }

  .form_inner span.wpcf7-list-item {
    height: 4.4rem;
  }

  .form_inner .wpcf7-list-item+.wpcf7-list-item {
    margin: .5rem 0 0 !important;
  }

  privacy_doui {
    font-size: 1.3rem;
    text-align: left;
    margin-bottom: 20px;
  }

  .privacy_doui p>br {
    display: none;
  }

  .privacy_doui .doui .wpcf7-list-item {
    width: 140px;
    margin: auto;
  }

  .privacy_doui .doui .wpcf7-list-item::after {
    font-size: 1.2rem;
    padding: 2px 4px;
    top: 8px;
    right: -4rem;
  }

  .privacy_doui .doui {
    width: auto;
  }

  .privacy_doui .doui span+span {
    text-align: center;
  }

  .privacy_box {
    padding: 1.5rem;
    margin: 1rem 0 2rem;
  }

  .privacy_box .inner {
    padding: 0 1rem 0 0;
    height: 13rem;
  }

  .privacy_doui {
    font-size: 1.4rem;
  }

  .privacy_box h3 {
    font-size: 1.3rem;
  }

  .privacy_box,
  .privacy_box dl {
    font-size: 1.2rem;
  }

  .privacy_box dl {
    margin: 0;
  }

  .privacy_box dd {
    padding-left: 1rem;
  }

  .form_inner .btn #soushin {
    width: 100%;
    height: 6rem;
    font-size: 1.8rem;
  }

  .wpcf7-not-valid-tip {
    font-size: 1.3rem;
    margin-top: .7rem;
  }

  .wpcf7 form .wpcf7-response-output,
  .wpcf7 form.invalid .wpcf7-response-output {
    margin: 2rem 0 0;
    padding: 5px;
    line-height: 1.3;
    font-size: 1.3rem;
  }

  .form_inner .btn+.wpcf7-response-output {
    margin-top: 0 !important;
  }

  #form .wpcf7-response-output {
    margin-bottom: 15px;
  }

  .wpcf7-spinner {
    margin: 0 auto;
  }


  /*====================================
  13.footer
====================================*/
  footer {
    font-size: 1.3rem;
    padding-bottom: 18vh;
  }

  #pagetop img {
    width: 4rem;
  }

  .footer_menu {
    display: none;
    width: 100%;
    text-align: center;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 2;
    padding: 2rem 2.5rem;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.18);
  }

  .footer_menu .btn a {
    width: 100%;
    font-size: 1.5rem;
    padding: 1.4rem 0 1.6rem;
  }

  /* foot_btn */
  .foot_btn {
    width: 85%;
    height: auto;
    line-height: 1.4;
    font-weight: normal;
    font-size: 1.6rem;
  }

  .foot_btn+.foot_btn {
    margin-bottom: 50px;
  }

  .foot_btn a {
    padding: 10px 0;
  }

  /*====================================
  14.thanks
====================================*/
  .thanks .tit {
    font-size: 2rem;
  }

  .thanks .tit+p {
    text-align: left;
  }

  .thanks {
    margin: 1rem auto 3rem;
    padding: 3rem 2.5rem;
  }

  .thanks .btn {
    width: 100%;
    margin-top: 3rem;
  }

  .thanks .btn a {
    padding: 1.5rem .5rem;
  }

  /*====================================
  15.news
====================================*/
  .news {
    padding: 2rem 2rem 1.5rem;
  }

  .news_tit {
    margin: 0;
    display: inline-block;
    font-size: 1.4rem;
  }

  .news_wrap {
    display: block;
    margin: 0
  }

  .newslist li {
    font-size: 1.4rem;
    display: block;
  }

  .newslist li span.date {
    display: block;
  }


}

/* 768px */

/* max-width: 420px -----------------------------------------------*/

@media screen and (max-width: 420px) {
  .btn_or a span {
    left: -35px;
  }

  .btn_or a img {
    position: absolute;
    bottom: 0;
    right: -20px;
    width: 40px;
  }
  .about_list3 li.paid::before {
    width: 90px;
    height: 22px;
    font-size: 12px;
  }

  .about_list3 li p.list3_tit {
    font-size: 13px;
  }

  .about_list3 li p.list3_tit+p {
    font-size: 12px;
  }
}

/* max-width: 390px -----------------------------------------------*/
@media screen and (max-width: 390px) {
  .btn_or a img {
    position: absolute;
    bottom: 0;
    right: -28px;
    width: 40px;
  }
}

/* max-width: 360px -----------------------------------------------*/
@media screen and (max-width: 360px) {
  .about h3 {
    font-size: 19px;
  }

  .about_list2 li.paid::before {
    font-size: 11px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
  .about_list3 li.paid::after{
    font-size: 11px;
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}

/* SP 360 */



/* 2022/07/07 動画追加 */
.movie {
  padding: 4% 0 6%;
  background: #e8f6fc;
}

.movie_inner {
  display: flex;
  justify-content: space-between;
}

.movie_box {
  width: 49%;
  text-align: center;
}

.movie_tit {
  color: #0055a0;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.movie_wrap {
  background: #fff;
  padding: 20px;
  box-shadow: 0 5px 14px 0 rgb(0 0 0 / 10%);
}

.movie .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.movie .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bnr_area {
  max-width: 830px;
  padding: 0 20px;
  margin: 5rem auto 0;
}

@media screen and (max-width: 767px) {
  .movie {
    padding: 3rem 1.5rem 5rem;
  }

  .movie_inner {
    display: block;
    margin: 0;
  }

  .movie_box {
    width: 100%;
  }

  .movie_box+.movie_box {
    margin-top: 10%;
  }

  .movie_wrap {
    padding: 15px;
  }

  .movie_tit {
    font-size: 17px;
    margin-bottom: 1.3rem;
  }

  .bnr_area {
    margin: 3rem auto 0;
  }
}

/*====================================
  ▼calender
====================================*/
.calender{
	text-align: center;
	padding: 70px 0 90px;
	background: #edf8fc;
}
.calender__actins{
	display: flex;
	max-width: 680px;
	margin: 30px auto 0;
}
.calender__actins-btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	height: 70px;
}
.calender__actins-btn a::after{
	top: 20px;
	font-family: "Font Awesome 5 Free"; 
  font-weight: bold; 
  content: "\f08e";
}
.event{
	margin-top: 20px;
}
.calender .sectTit{
    font-size: 3.2rem;
}
/*calendar
------------------*/
.xo-event-calendar{
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
}
.xo-event-calendar table.xo-month .month-header{
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xo-event-calendar table.xo-month .month-header > span{
  font-weight: bold;
  margin: 0 25px;
}
.xo-event-calendar table.xo-month .month-prev{
  float: auto;
}
.xo-event-calendar table.xo-month .month-next {
    float: right;
}
.xo-event-calendar table.xo-month .month-prev {
    float: left;
}
.xo-event-calendar table.xo-month button{
  width: 44px;
  height: 44px;
  border-radius: 50px;
  border: 1px solid #eee;
  background: #fff;
  box-shadow: 0px 2px 3px 0px rgb(0 85 160 / 15%);
}
.xo-event-calendar table.xo-month button > span{
  width: auto;
  height: auto;
  line-height: auto;
}
.xo-event-calendar table.xo-month .month-dayname td div{
	border: none;
}

.xo-event-calendar table.xo-month > thead th{
  padding: 10px;
}
.xo-event-calendar table.xo-month .month-dayname-space{
  height: 2em;
}
.xo-event-calendar table.xo-month .month-dayname td div{
  padding: 4px 8px;
  font-size: 1.3em;
  font-weight: bold;
  font-family: 'Big Shoulders Display', cursive;
}
.xo-event-calendar table.xo-month .month-event td a{
  text-decoration: none;
}
.xo-event-calendar table.xo-month .month-event-title{
  font-size: 1em;
  margin: 2px 8px;
  padding: 2px 3px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 'Big Shoulders Display', cursive;
  color: #0061af !important;
  background: #ddd !important;
}
.xo-event-calendar table.xo-month .month-event td a:hover .month-event-title{
  color: #fff !important;
  background: #0061af !important;
}
.xo-event-calendar table.xo-month .month-week table:last-child {
  padding-bottom: 1rem;
}
.holiday-titles{
	margin-top: 20px;
}

/* btn
------------------*/
.calender__actins-btn {
    text-align: center;
    display: block;
    width: 320px;
    font-size: 18px;
    font-weight: 600;
    margin: auto;
}
.xo-event-calendar table.xo-month .month-event-title{
	font-size: 1em;
  margin: 2px 8px;
  padding: 2px 3px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
  font-family: 'Big Shoulders Display', cursive;
  color: #0061af !important;
  background: #ddd !important;
}
.calender__actins-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    height: 70px;
}
.btn_pt-white a {
    color: #1959c2;
    background: #fff;
    border: 1px solid #1959c2;
}
.calender__actins-btn a::after {
    display: none;
}
/*====================================
  webinar
====================================*/
.webinar{
   padding: 70px 0 90px;
   overflow: hidden;
}
.webinar::after{
   top: 20rem;
}
.webinar__list{
   padding: 3rem 0 2rem;
}

@media screen and (max-width: 767px) {
/*====================================
  calender
====================================*/
.calender{
	padding: 40px 0 50px;
}
.calender .wrap{
	margin-left: 20px;
  margin-right: 20px;
}
.event {
  margin-top: 15px;
}
.calender .sectTit{
    font-size: 5vw;
}
.other-month{
	color: #888;
}
.xo-event-calendar table.xo-month .month-header{
	justify-content: space-between;
	margin-bottom: 10px;
}
.xo-event-calendar table.xo-month .month-header > span{
	margin: 0 20px;
}
.xo-event-calendar table.xo-month > thead th{
	background: #eee;
}
.xo-event-calendar table.xo-month .month-dayname td div{
	font-size: inherit;
}
.xo-event-calendar table.xo-month .month-event-title{
	font-size: 11px;
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 3px;
	padding: 8px 0;
	letter-spacing: 0;
	white-space: normal;
}
.xo-event-calendar table.xo-month .month-week table:last-child {
    padding-bottom: .5rem;
}
.xo-event-calendar{
	margin-bottom: 5px;
}
.calender__actins{
	display: block;
}
.calender__actins-btn a{
	height: 60px;
}
.calender__actins-btn{
	margin-top: 10px;
}
    }
.application{
  max-width: 900px;
  margin: auto!important;
}
.application .logo{
  width: 250px;
  margin: auto;
}
.application table{
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}
.application table th,
.application table td{
  border: 1px solid #ccc;
  padding: 10px 1em;
  line-height: 1.5;
}
.application table th{
  background: #eee;
  width: 25%;
}
.application table td p{
  margin: .5em 0;
}
.application table td a{
  color: #0061af;
}
.application table td.event_info{
  font-weight: 500;
  font-size: 1.2em;
}
.application table td ul{
  margin-left: 2em;
  list-style-type: inherit;
}
.application table td ul li{
  list-style-type: inherit;
  margin: .2em 0;
}

.application .action{
  max-width: 650px;
  margin: 6% auto 15%;
}
.application .action li{
  width: 48%;
}
.application .action li a{
  padding: 20px 0;
  width: 100%;
  font-size: 1.1em;
  border: 1px solid #ef8419;
}
.application .action li.btn_back a{
  color: #0061af;
  background: #fff;
  border: 1px solid #0061af;
}
.application .action+#moushikomi{
  padding-top: 50px;
  margin-top: 0;
}

.application .form_inner #nichiji{
  background: #edf8fc;;
}
.application .form_inner .tel{
  width: 13em;
}
.application .form_inner textarea{
  height: 150px;
}
.application .privacy_doui{
  padding: 10px 0 0;
  margin: 0 0 10px !important;
}
@media screen and (max-width: 767px) {
  .application{
  max-width: 900px;
      margin: 0 20px!important;
}  
}