@charset "utf-8";
/*****************************************************************************
base
*****************************************************************************/
.page-id-55 li {
  list-style: none !important;
}
a img:hover {
  opacity: 0.8;
}
/*****************************************************************************
header
*****************************************************************************/
.l-header__bar {
  background: #142846;
}
.l-header__bar::before {
  content: '';
  position: absolute;
  width: 31vw;
  height: 100%;
  background: #ff7112;
}
/*****************************************************************************
footer
*****************************************************************************/
.l-footer__widgetArea {
  padding-bottom: 70px;
  padding-top: 70px;
}
@media screen and (max-width: 600px) {
  .l-footer__widgetArea {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.footer-wrapper {}
.footer-wrapper .footer-logo {
  max-width: 450px;
}
.footer-wrapper .footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
  margin-top: 30px;
}
@media screen and (max-width: 600px) {
  .footer-wrapper .footer-nav {
    margin-top: 25px;
  }
}
.footer-wrapper .footer-nav .nav-link {
  width: 47%;
  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;
}
/*****************************************************************************
headline
*****************************************************************************/
/* .headline1 */
.page-id-55 .post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
  background: initial !important;
  padding: 18px 0 !important;
  color: initial !important;
}
.page-id-55 .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;
}
.headline1 {
  position: relative;
  padding-left: 30px;
  font-size: 35px !important;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .headline1 {
    padding-left: 20px;
  }
}
.headline1 h2 {
  font-size: 35px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.2;
  margin: 0;
}
@media screen and (max-width: 960px) {
  .headline1 h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  .headline1 h2 {
    font-size: 21px;
  }
}
.headline1 .headline-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 100%;
  background: #e6eff3; /* 薄い水色の半円部分 */
  border-top-right-radius: 0;
  border-bottom-right-radius: 60px;
}
.bg-blue .headline1 .headline-bg {
  background: #ffffff;
}
.bg-beige .headline1 .headline-bg {
  background: #ffffff;
}
.use .headline1 .headline-bg {
  background: #f6ebde; /* 薄い水色の半円部分 */
}
.headline1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #152238; /* 上の濃い線（紺色） */
}
.headline1::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100px; /* オレンジの部分の長さ */
  background: #f58220;
}
/* .headline2 */
.page-id-55 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
  padding: 0 !important;
}
.page-id-55 .post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  content: initial !important;
  width: initial !important;
  height: initial !important;
  background: initial !important;
}
/*****************************************************************************
first view 
*****************************************************************************/
.original-hero-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.original-hero-title img {
  width: 45vw;
}
@media only screen and (max-width: 600px) {
  .original-hero-title img {
    width: 90%;
  }
}
/*****************************************************************************
top
*****************************************************************************/
.page-id-55 .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 {
  max-width: 1180px !important;
}
.post_content .home-content {
  margin-top: 120px !important;
}
@media screen and (max-width: 960px) {
  .post_content .home-content {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 600px) {
  .post_content .home-content {
    margin-top: 40px !important;
  }
}
.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: 30px;
    margin-bottom: 30px;
  }
}
.layout1 .img {
  width: 48%;
}
@media only screen and (max-width: 960px) {
  .layout1 .img {
    width: 100%;
    text-align: center;
  }
}
.layout1 .img img {
  border-radius: 20px;
}
.layout1 .img figcaption {
  margin-top: 10px;
}
.layout1 .text {
  width: 48%;
  margin-top: 20px;
}
@media only screen and (max-width: 960px) {
  .layout1 .text {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .layout1 .text {
    margin-top: 10px;
  }
}
.layout1 .text h3 {
  font-weight: 700;
  font-size: 28px;
  margin: 25px 0;
}
@media only screen and (max-width: 600px) {
  .layout1 .text h3 {
    font-size: 23px;
    margin: 20px 0;
  }
}
.layout1 .text p {
  margin-top: 20px;
}
.cdr .layout1 .img {
  order: 2;
}
.cdr .layout1 .text {
  order: 1;
}
@media only screen and (max-width: 960px) {
  .cdr .layout1 .img {
    order: 1;
  }
  .cdr .layout1 .text {
    order: 2;
  }
}
.use-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 50px 0 40px;
}
@media only screen and (max-width: 600px) {
  .use-items {
    margin: 30px 0 0;
  }
}
.use-items li.use-item {
  width: 17%;
  margin-bottom: 30px;
  border-radius: 15px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .use-items li.use-item {
    width: 31.5%;
    text-align: left;
  }
}
@media screen and (max-width: 600px) {
  .use-items li.use-item {
    width: 48%;
    text-align: left;
  }
}
.use-items li.use-item .item-wrapper {
  display: flex;
  flex-direction: column;
}
.use-items li.use-item .item-wrapper .icon-img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.use-items li.use-item .item-wrapper .item-text {
  margin-top: 25px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  .use-items li.use-item .item-wrapper .item-text br {
    display: none;
  }
}
.bnr-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.bnr-items::after {
  content: "";
  display: block;
  width: 48%;
}
.bnr-items li.bnr-item {
  width: 48%;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .bnr-items li.bnr-item {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .bnr-items li.bnr-item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .use .bnr-items li.bnr-item:last-child {
    margin-bottom: 0;
  }
}
.use .bnr-items li.bnr-item {
  margin-bottom: 0;
}
.news .p-postListWrap {
  margin-top: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .news .p-postListWrap {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.bnr-items li.bnr-item img {
  width: 100%;
  border: 1px solid #dddddd;
}
.bnr-items-og {
  margin: auto;
}
.bnr-items-og.request-bnr {
  max-width: 710px;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .bnr-items-og.request-bnr {
    margin-top: 20px;
  }
}
.inner-content {
  margin-top: 80px;
}
@media screen and (max-width: 600px) {
  .inner-content {
    margin-top: 40px;
  }
}
.inner-content-title1 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.inner-content-title1:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #142846;
}
.inner-content-title1 span {
  position: relative;
  padding: 0 1em;
  background: #fdfdfd;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .inner-content-title1 span {
    padding: 0;
    font-size: 19px;
    display: block;
  }
}
/*****************************************************************************
content - background
*****************************************************************************/
.bg-blue, .bg-beige {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #dee9ef;
  padding: 120px 0;
}
@media only screen and (max-width: 960px) {
  .bg-blue, .bg-beige {
    padding: 90px 0;
  }
}
@media only screen and (max-width: 600px) {
  .bg-blue, .bg-beige {
    padding: 40px 0;
  }
}
.bg-blue .content-inner, .bg-beige .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, .bg-beige .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);
  }
}
.bg-blue {
  background: #dee9ef;
}
.bg-beige {
  background: #f6ebde;
}
/*****************************************************************************
btn
*****************************************************************************/
.link-btn1 {
  position: relative;
  max-width: 420px;
  height: 60px;
  text-align: center;
  font-weight: 800;
  border-radius: 30px;
  display: block;
  background: #142846;
  border: 2px solid #ffffff;
  margin: auto;
}
.bg-blue .link-btn1 {
  border: 2px solid #dee9ef;
}
.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 #142846;
}
.link-btn1 a:hover {
  color: #142846 !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;
  }
}