@charset "utf-8";
@import url('//fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700&display=swap&subset=japanese');
@import url('//fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*****************************************************************************
base
*****************************************************************************/
.page-id-2 li {
  list-style: none !important;
}
a img:hover {
  opacity: 0.8;
}
a:not([class]) {
  transition: .4s ease-out;
  cursor: pointer;
}
a:not([class]):hover {}
/*****************************************************************************
header
*****************************************************************************/
/*.l-header {
  position: relative;
  border-top: 5px solid #3bbef6;
}
.l-header::before {
  content: '';
  position: absolute;
  width: 31vw;
  height: 5px;
  background: #fbb03b;
  margin-top: -5px;
}*/
/*@media (min-width: 960px) {
  .-series-right .l-header__inner {
    max-width: 100%;
  }
}*/
.c-gnav > .menu-item > a .ttl {
  font-size: 16px;
}
.c-gnav > .menu-item {
  width: 120px;
}
.header-contact {
  width: 190px;
}
@media screen and (max-width: 600px) {
  .header-contact {
    margin: auto;
  }
}
.contact-btn {
  position: relative;
  width: 100%;
  height: 48px;
  text-align: center;
  font-weight: 800;
  border-radius: 5px;
  display: block;
  background: #09a4e4;
  border: 2px solid #ffffff;
  margin: auto;
}
.contact-btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #ffffff !important;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-btn:hover {
  background: #ffffff !important;
  border: 2px solid #09a4e4;
}
.contact-btn a:hover {
  color: #09a4e4 !important;
}
.contact-btn::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 8px;
  background-image: url(../img/common/arrow-white.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 44%;
  right: 5%;
  background-repeat: no-repeat;
}
.contact-btn:hover::after {
  background-image: url(../img/common/arrow-blue.svg);
}
/*****************************************************************************
footer
*****************************************************************************/
.w-beforeFooter {
  margin: 0 auto 0 !important;
}
.contact-item {
  background: url(../img/common/contact-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0 0;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.contact-item:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 21, 50, 0.6);
}
@media screen and (max-width: 600px) {
  .contact-item {
    padding: 40px 0 0;
  }
}
.contact-item .content-inner {
  position: relative;
  z-index: 2;
}
.contact-item .contact-item-title {
  font-size: 22px;
  color: #FFFFFF;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .contact-item .contact-item-title {
    font-size: 20px;
  }
}
/* TEL記載するまでの間 */
.contact-item .contact-item-title {
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .contact-item .contact-item-title {
    font-size: 5.5vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .contact-item .contact-item-title span {
    display: none;
  }
}
.contact-item .contact-item-tel {
  font-size: 4.2rem;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .contact-item .contact-item-tel {
    font-size: 2.4rem;
  }
}
.contact-item .contact-item-tel a {
  color: #FFFFFF;
  text-decoration: none;
}
.contact-item .contact-item-text {
  color: #FFFFFF;
  line-height: 2.0em;
  margin-bottom: 30px;
}
.l-footer__widgetArea {
  padding-bottom: 50px;
  padding-top: 50px;
}
@media screen and (max-width: 600px) {
  .l-footer__widgetArea {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.footer-wrapper {
  width: 100%;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-wrapper .footer-about {
  width: 48%
}
@media screen and (max-width: 960px) {
  .footer-wrapper .footer-about {
    width: 100%;
  }
}
.footer-wrapper .footer-about .footer-logo {
  max-width: 280px;
}
@media screen and (max-width: 600px) {
  .footer-wrapper .footer-about .footer-logo {
    max-width: 200px;
  }
}
.footer-wrapper .footer-nav {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .footer-wrapper .footer-nav {
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .footer-wrapper .footer-nav {
    margin-top: 25px;
  }
}
.footer-wrapper .footer-nav:first-of-type {
  margin-right: 2%;
}
.footer-wrapper .footer-nav .nav-link {
  width: 48%;
  text-align: left;
}
@media screen and (max-width: 600px) {
  .footer-wrapper .footer-nav .nav-link {
    width: 100%;
  }
}
.footer-wrapper .footer-nav .nav-link li {
  background: url(../img/common/arrow-white.svg) no-repeat 0 center;
  background-size: auto 8px;
  padding-left: 15px;
  line-height: 2.4;
}
@media screen and (max-width: 600px) {
  .footer-wrapper .footer-nav .nav-link li {
    background: initial;
    border-bottom: 1px solid #ffffff;
    padding: 10px 0 10px 10px;
  }
}
.another-window img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: baseline;
}
.l-footer__foot {
  background: #0892cb;
}
/*****************************************************************************
top
*****************************************************************************/
/* first view */
.home-Visual {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  min-height: 750px;
  height: 870px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1680px) {
  .home-Visual {
    height: calc(870vw * 100 / 1680);
  }
}
/*.home-Visual:after {
  content: '';
  background: #CCCCCC;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}*/
.home-Visual-Wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 9;
}
.home-Visual-Inner {
  width: 100%;
  max-width: 1420px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 600px) {
  .home-Visual-Inner {
    padding: 0 20px;
  }
}
.home-Visual-Title {
  margin-bottom: 34px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3.6vw !important;
  color: #FFFFFF;
}
@media (max-width: 960px) {
  .home-Visual-Title {
    font-size: 5.2vw !important;
  }
}
@media (max-width: 600px) {
  .home-Visual-Title {
    margin-bottom: calc(34vw * 100 / 600);
    font-size: calc(40vw * 100 / 600) !important;
  }
}
.home-Visual-Text {
  font-weight: 700;
  line-height: 1.3;
  font-size: 1.8vw !important;
  color: #FFFFFF;
}
@media (max-width: 960px) {
  .home-Visual-Text {
    font-size: 2.2vw !important;
  }
}
@media (max-width: 600px) {
  .home-Visual-Text {
    font-size: calc(24vw * 100 / 600) !important;
  }
}
/* animation */
@-webkit-keyframes passing-bar {
  0% {
    left: 0;
    right: auto;
    width: 0;
  }
  50% {
    left: 0;
    right: auto;
    width: 100%;
  }
  51% {
    left: auto;
    right: 0;
    width: 100%;
  }
  100% {
    left: auto;
    right: 0;
    width: 0;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@-webkit-keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* css */
.passing .passing-box {
  display: block;
  text-align: left;
}
.passing .passing-bar {
  position: relative;
  display: inline-block;
  /*　後ほど解説　*/
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.passing .passing-bar:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  /* 任意の値 */
  background: #ffffff;
}
.passing .passing-txt {
  opacity: 0;
  /* 後ほど解説 */
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  /* 任意の値 */
}
.passing.move .passing-bar:before {
  -webkit-animation: passing-bar 1s ease 0s 1 normal forwards;
  animation: passing-bar 1s ease 0s 1 normal forwards;
}
.passing.move .passing-txt {
  -webkit-animation: passing-txt 0s ease .5s 1 normal forwards;
  animation: passing-txt 0s ease .5s 1 normal forwards;
}
/* content */
.page-id-2 .post_content ul {
  padding-left: 0 !important;
}
.home #content {
  padding-top: 0 !important;
}
@media screen and (max-width: 600px) {
  .home .l-content {
    margin: 0 auto 3em;
  }
}
.home .l-article {
  padding: 0 32px 32px !important;
  background: initial !important;
  max-width: 1180px !important;
}
@media screen and (max-width: 960px) {
  .home .l-article {
    padding: 0 3vw 3vw !important;
  }
}
/*.post_content .home-content {
  margin-top: 80px !important;
}
@media screen and (max-width: 960px) {
  .post_content .home-content {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 600px) {
  .post_content .home-content {
    margin-top: 30px !important;
  }
}*/
.post_content .home-content:first-of-type {
  margin-top: 0 !important;
}
.home-content.concept {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  /*padding: 70px 0 100px;
  padding: 0 0 100px;*/
}
/*@media screen and (max-width: 600px) {
  .home-content.concept {
    padding: 0 5vw 3em;
  }
}*/
.home-content.concept::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../img/home/concept-bg-pc.jpg);
  /*background-size: contain;*/
  background-size: auto 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  z-index: -1;
  opacity: 0.55;
}
@media screen and (max-width: 600px) {
  .home-content.concept::before {
    background-image: url(../img/home/concept-bg-sp.jpg);
  }
}
.home-content.concept .content-inner, .home-content.service .content-inner, .contact-item .content-inner {
  padding: 50px 2% 100px !important;
}
@media screen and (max-width: 1400px) {
  .home-content.concept .content-inner, .home-content.service .content-inner, .contact-item .content-inner {
    padding: 50px 4% 100px !important;
  }
}
@media screen and (max-width: 1250px) {
  .home-content.concept .content-inner, .home-content.service .content-inner, .contact-item .content-inner {
    padding: 50px 6% 100px !important;
  }
}
@media screen and (max-width: 960px) {
  .home-content.concept .content-inner, .home-content.service .content-inner, .contact-item .content-inner {
    padding: 50px 5vw 100px !important;
  }
}
@media screen and (max-width: 600px) {
  .home-content.concept .content-inner, .home-content.service .content-inner, .contact-item .content-inner {
    padding: 10px 5vw 3em !important;
  }
}
.home-content.news .content-inner {
  padding: 50px 0 0 !important;
}
@media screen and (max-width: 600px) {
  .home-content.news .content-inner {
    padding: 10px 0 0 !important;
  }
}
.home-content.concept .content-wapper1 {}
.home-content.concept .content-wapper1 .img {
  text-align: center;
  margin-top: 80px !important;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .home-content.concept .content-wapper1 .img {
    margin-top: 30px !important;
    margin-bottom: 30px;
  }
}
.home-content.concept .content-wapper1 .img img {
  width: 100%;
  max-width: 900px;
}
.home-content.concept .content-wapper1 .img .pc {
  display: block;
}
.home-content.concept .content-wapper1 .img .sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .home-content.concept .content-wapper1 .img .pc {
    display: none;
  }
  .home-content.concept .content-wapper1 .img .sp {
    display: block;
  }
}
.home-content.concept .content-wapper1 .text {
  max-width: 800px;
  margin: auto;
}
.home-content.concept .content-wapper1 .text p {
  line-height: 2.6;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 600px) {
  .home-content.concept .content-wapper1 .text p {
    line-height: 2.1;
  }
}
.bg-blue {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.bg-blue .content-inner {
  max-width: 1180px;
  margin: 4em auto 4em;
  /*padding: 0 var(--swl-pad_post_content, 0);*/
}
@media only screen and (max-width: 900px) {
  .bg-blue .content-inner {
    max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
    padding-left: var(--swl-pad_container, 0);
    padding-right: var(--swl-pad_container, 0);
  }
}
/*@media screen and (max-width: 600px) {
  .post_content .home-content.bg-blue {
    padding: 0 5vw 3em;
  }
}*/
.bg-blue {
  background: #f2fbff;
}
.layout1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (max-width: 600px) {
  .layout1 {
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.layout1 .img {
  width: 48%;
}
@media only screen and (max-width: 960px) {
  .layout1 .img {
    width: 100%;
    text-align: center;
  }
}
.layout1 .img img {
  border-radius: 7px;
}
.layout1 .img figcaption {
  margin-top: 10px;
}
.layout1 .text {
  width: 48%;
  margin-top: 15px;
}
@media only screen and (max-width: 960px) {
  .layout1 .text {
    width: 100%;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  .layout1 .text {
    margin-top: 20px;
  }
}
.content-inner:nth-child(2n) .layout1 {
  margin: 60px 0;
}
@media only screen and (max-width: 600px) {
  .content-inner:nth-child(2n) .layout1 {
    margin: 30px 0;
  }
}
.layout1:nth-child(even) .text {
  order: 1;
}
.layout1:nth-child(even) .img {
  order: 2;
}
@media only screen and (max-width: 960px) {
  .layout1:nth-child(even) .text {
    order: initial;
  }
  .layout1:nth-child(even) .img {
    order: initial;
  }
}
.page-id-2 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
  padding: 0;
}
.page-id-2 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  content: initial !important;
}
.layout1 .text h3 {
  font-weight: 700;
  font-size: 28px;
  margin: 25px 0;
}
@media only screen and (max-width: 600px) {
  .layout1 .text h3 {
    font-size: 21px;
    margin: 20px 0 10px;
  }
}
.layout1 .text p {
  margin-top: 20px;
  line-height: 2.1;
}
/*****************************************************************************
page
*****************************************************************************/
.c-pageTitle {
  font-size: 21px;
  text-align: center;
}
@media (min-width: 600px) {
  .c-pageTitle {
    font-size: 30px;
    text-align: center;
  }
}
/*****************************************************************************
company
*****************************************************************************/
.tablel-items {
  margin-top: 40px;
}
.tablel-items table {
  width: 100%;
  border-top: 1px solid #ebf2fb;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .tablel-items table {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.tablel-items th {
  width: 180px;
  box-sizing: border-box;
  background: #f2fbff;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  padding: 20px 30px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .tablel-items th {
    width: 100%;
    border-bottom: none;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .tablel-items th {
    padding: 10px 15px;
  }
}
.tablel-items td {
  border-right: 1px solid #ffffff;
  padding: 30px 0 30px 20px;
}
@media screen and (max-width: 960px) {
  .tablel-items td {
    border-bottom: none;
    display: block;
    border-left: 1px solid #ffffff;
  }
}
@media screen and (max-width: 600px) {
  .tablel-items td {
    padding: 10px 15px;
  }
}
.tablel-items .dl-list1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
}
.tablel-items .dl-list1 dt {
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .tablel-items .dl-list1 dt {
    width: 100%;
  }
}
.tablel-items .dl-list1 dd {
  margin-left: 30px;
}
@media screen and (max-width: 960px) {
  .tablel-items .dl-list1 dd {
    margin-left: 0;
  }
}
.tablel-items .dl-list1 dd.link-btn1 {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 960px) {
  .tablel-items .dl-list1 dd.link-btn1 {
    margin-top: 10px;
  }
}
.tablel-items .dl-list1 .google-map {}
@media screen and (max-width: 960px) {
  .tablel-items .dl-list1 .google-map {
    margin-top: 20px;
    display: block;
  }
}
.tablel-items .dl-list1 .google-map a {
  display: block;
  padding: 18px 0;
  text-align: center;
  line-height: 1;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 0;
  background: #09a4e4;
  border-radius: 30px;
}
.tablel-items .dl-list1 .google-map a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  color: #ffffff;
}
/*****************************************************************************
privacy-policy
*****************************************************************************/
.info-desk {
  margin-top: 50px;
  padding: 30px;
  background: #F1F3F4;
}
@media (max-width: 600px) {
  .info-desk {
    margin-top: 40px;
    padding: 20px;
  }
}
/*****************************************************************************
form
*****************************************************************************/
.page-id-19 .post_content ul {
  padding-left: 0;
}
.contact-text {
  margin-top: 40px;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  .contact-text {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
.bl_dotList {
  margin-top: 20px;
  margin-bottom: 20px;
}
.bl_dotList .bl_dotList_item {
  margin-bottom: 10px;
  line-height: 1.75;
}
.bl_dotList_item {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: .05em;
  list-style: none;
}
.bl_dotList_item::before {
  position: absolute;
  top: calc(1.09375rem - 12px);
  left: 0;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50vh;
  background-color: #0892cb;
}
@media screen and (min-width: 960px) {
  .bl_dotList_item::before {
    top: calc(1.3125rem - 12px);
  }
}
.bl_dotList a, .contact-Privacy a {
  color: #0892cb;
}
.bl_dotList a:hover, .contact-Privacy a:hover {
  text-decoration: underline;
}
.textBlue {
  color: #0892cb !important;
  font-weight: 700;
}
.contact-text .el_link {
  display: inline-block;
  font-weight: 700;
}
.contact-text .el_link:hover {
  color: #09a4e4;
}
span.bgBlue {
  margin-top: 20px;
  padding: 4px 10px;
  display: block;
  background-color: #09a4e4;
  color: #ffffff;
  font-weight: 800;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  span.bgBlue {
    font-size: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  span.bgBlue {
    font-size: 16px;
  }
}
span.bgBlue a, span.bgBlue a:hover {
  color: #ffffff !important;
  text-decoration: none;
}
.form-wapper {
  margin-top: 50px !important;
}
.form-inner {
  padding-bottom: 30px;
}
.form-inner dl {
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .form-inner dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form-inner dl dt {
  font-weight: 500;
  width: 38%;
  padding: 30px 0;
  display: flex;
  border-bottom: 0.5px solid #c8c8c8;
}
@media only screen and (max-width: 960px) {
  .form-inner dl dt {
    width: 100%;
    padding: 20px 0 0;
    border-bottom: initial;
  }
}
.form-inner dl dd {
  width: 62%;
  padding: 30px 0;
  margin-left: 0;
  border-bottom: 0.5px solid #c8c8c8;
}
@media only screen and (max-width: 960px) {
  .form-inner dl dd {
    width: 100%;
    padding: 0;
    border-top: initial;
  }
}
.form-inner .reqired {
  font-size: 13px;
  background-color: #fa9c09;
  color: #ffffff;
  padding: 2px 17px 2px 17px;
  margin-left: 15px;
  border-radius: 5px;
  font-weight: 700;
}
.form-inner dl dd.radio__box, .form-inner dl dd.check__box {
  padding: 0;
  margin-left: 0;
}
.form-inner [type=checkbox], [type=radio] {
  accent-color: #cb7e06;
  inline-size: 1.2rem;
}
.form-inner label {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 960px) {
  .form-inner label {
    display: initial;
  }
}
/*.form-inner .form-privacy {
  border-top: 0.5px solid #c8c8c8;
}*/
@media only screen and (max-width: 960px) {
  .form-inner .form-privacy {
    margin-bottom: 30px;
  }
}
.form-inner .form-privacy p {
  padding-top: 40px;
  text-align: center;
}
.form-inner .privacy {
  margin-top: 40px;
  margin-bottom: 25px;
}
.form-inner .cont_btn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .form-inner .cont_btn {
    display: initial;
  }
}
.form-inner .cont_btn input[type="submit"], .form-inner .cont_btn input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  font-size: 18px;
  border-radius: 10px;
  width: 380px;
  transition: .4s ease-out;
  cursor: pointer;
}
@media only screen and (max-width: 960px) {
  .form-inner .cont_btn input[type="submit"], .form-inner .cont_btn input[type="button"] {
    border-radius: 7px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 600px) {
  .form-inner .cont_btn input[type="submit"], .form-inner .cont_btn input[type="button"] {
    width: 100%;
  }
}
.form-inner .cont_btn .submit {
  width: 50%;
  background-color: #09a4e4;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 22px 0;
  cursor: pointer;
  margin: 0 10px;
  border: 3px solid #09a4e4 !important;
}
.form-inner .cont_btn .submit:hover {
  background-color: #ffffff;
  color: #09a4e4;
}
@media only screen and (max-width: 960px) {
  .form-inner .cont_btn .submit {
    width: 100%;
    margin-top: 25px;
    padding: 15px 0;
    border: 2px solid #09a4e4 !important;
  }
}
.wpcf7-form-control {
  padding: 9px 9px;
  margin-left: 1px;
  margin-bottom: 1px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.8;
}
.wpcf7-text, .wpcf7-textarea {
  width: 95%;
  border-radius: 5px;
  background-color: #f9f9f9;
  border: 0.5px solid #dddddd;
}
@media only screen and (max-width: 960px) {
  .wpcf7-text, .wpcf7-textarea {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
.optional {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wpcf7c-conf {
  background-color: #f1f1f1 !important;
}
.wpcf7-list-item {
  display: block;
  margin: 0 0 5px 0;
}
@media only screen and (max-width: 960px) {
  .wpcf7-list-item {
    width: 100%;
    text-align: center;
  }
  .radio__box .wpcf7-list-item {
    width: 100%;
    text-align: left;
  }
}
.wpcf7-spinner {
  /*display: none;*/
  display: block !important;
  margin: auto !important;
}
.wpcf7-list-item-label {
  padding-left: 10px;
  margin-top: -2px;
}
@media only screen and (max-width: 960px) {
  .wpcf7-list-item-label {
    letter-spacing: -0.5px;
  }
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #09a4e4 !important;
  color: #09a4e4;
  padding: 15px 15px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.9;
}
@media screen and (max-width: 960px) {
  .wpcf7 form.invalid .wpcf7-response-output {
    font-size: 1rem;
    line-height: 1.875;
  }
}
.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}
.wpcf7-form-control.age {
  width: 100px;
  margin-right: 20px;
}
.page-id-19 #pagetop {
  display: none !important;
}
/* thanks-page */
.page-id-105 .content-inner p {
  margin-bottom: 20px;
}
.page-id-105 .content-inner p:last-child {
  margin-bottom: 0;
}
.page-id-105 .content-inner .link-btn1 {
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .page-id-105 .content-inner .link-btn1 {
    margin-top: 30px;
  }
}
/*****************************************************************************
policy
*****************************************************************************/
.page-id-96 .cont-Section-list1 {
  padding-left: 1em;
}
.page-id-96 .cont-Section-list1 li {
  list-style-type: decimal;
  padding: 5px 0 18px 5px;
  line-height: 1.9;
}
.page-id-96 .cont-Section-list1 ul {
  padding: 15px 35px 15px 35px;
  background: #F1F3F4;
  margin: 20px 0 20px 0;
}
@media (max-width: 600px) {
  .page-id-96 .cont-Section-list1 ul {
    padding: 10px 20px 10px 30px;
  }
}
.page-id-96 .cont-Section-list1 ul li {
  list-style-type: none;
  counter-increment: cnt;
  padding-left: 1.4em;
  text-indent: -1.4em;
  padding: 5px 0 5px 5px;
}
.page-id-96 .cont-Section-list1 ul li:last-child {
  padding: 5px 0 5px 5px;
}
.page-id-96 .cont-Section-list1 ul li::before {
  content: "("counter(cnt) ") ";
}
.mail-Add {
  vertical-align: middle;
}
.created-Date {
  margin-top: 30px;
  text-align: right;
}
/*****************************************************************************
headline
*****************************************************************************/
/* heading-lv1 */
.page-id-2 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
  background: initial !important;
  padding: 18px 0 !important;
  color: #09a4e4 !important;
  text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.8);
}
.page-id-2 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  position: initial !important;
  display: initial !important;
  pointer-events: initial !important;
  content: initial !important;
  top: initial !important;
  left: initial !important;
  width: initial !important;
  height: initial !important;
  box-sizing: content-box;
  border-top: initial !important;
  border-bottom: initial !important;
}
.page-id-2 .post_content h2 {
  margin: 0 0 30px;
}
@media screen and (max-width: 600px) {
  .page-id-2 .post_content h2 {
    margin: 0 0 10px;
  }
}
.heading-lv1 {
  margin-bottom: 60px;
  text-align: center;
  font-weight: 700 !important;
  line-height: 1.2;
  font-family: "Barlow Condensed", sans-serif !important;
  font-size: 55px !important;
}
@media (max-width: 600px) {
  .heading-lv1 {
    margin-bottom: 30px;
    font-size: 40px !important;
  }
}
.heading-lv1 small {
  margin-top: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500 !important;
  font-size: 18px !important;
  color: #000000 !important;
  display: block;
}
@media (max-width: 600px) {
  .heading-lv1 small {
    margin-top: 6px;
    font-size: 16px !important;
  }
}
/*****************************************************************************
btn
*****************************************************************************/
.is-style-more_btn a {
  box-shadow: 0 0 0 1px #09a4e4;
  color: #09a4e4;
  border-radius: 7px;
}
@media (min-width: 600px) {
  .is-style-more_btn {
    --the-min-width: 350px;
  }
}
.link-btn1 {
  position: relative;
  max-width: 350px;
  height: 60px;
  text-align: center;
  font-weight: 700;
  border-radius: 7px;
  display: block;
  background: #09a4e4;
  border: 2px solid #ffffff;
  margin: auto;
}
.link-btn1 a {
  position: absolute;
  width: 100%;
  height: 100%;
  color: #ffffff !important;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-btn1:hover {
  background: #ffffff !important;
  border: 2px solid #09a4e4;
}
.link-btn1 a:hover {
  color: #09a4e4 !important;
}
.link-btn1::after {
  content: '';
  display: inline-block;
  width: 4px;
  height: 8px;
  background-image: url(../img/common/arrow-white.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 44%;
  right: 5%;
  background-repeat: no-repeat;
}
.link-btn1:hover::after {
  background-image: url(../img/common/arrow-blue.svg);
}
/*****************************************************************************
 br
 *****************************************************************************/
.sp-hide-960 {
  display: block !important;
}
@media screen and (max-width: 960px) {
  .sp-hide-960 {
    display: none !important;
  }
}
.sp-hide-600 {
  display: block !important;
}
@media screen and (max-width: 600px) {
  .sp-hide-600 {
    display: none !important;
  }
}
.pc-hide-960 {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .pc-hide-960 {
    display: block !important;
  }
}
.pc-hide-600 {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .pc-hide-600 {
    display: block !important;
  }
}