/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  margin-top: 0 !important;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #000;
  font-weight: normal;
}

.container {
  max-width: 1134px;
}

body *:focus {
  outline: none;
}

.cursor-default {
  cursor: default;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: #234872;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #4baac4;
  text-decoration: none;
}
a:hover {
  color: #4baac4;
}

.text-primary {
  color: #4baac4 !important;
}

.grap {
  height: 36px;
  background: rgba(211, 181, 114, 0.1);
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  border-bottom: 23px solid #a67c52;
}

/**
* Style OwlCarousel
*/
#scroll-top {
  width: 50px;
  overflow: hidden;
  display: inline-block;
  position: fixed;
  bottom: 15px;
  right: calc((100vw - 1150px) / 2);
  z-index: 9999;
}

@media only screen and (max-width: 767px) {
  #show-menu {
    position: fixed;
    background: #fff;
    right: 0;
    padding: 5px;
    margin-right: 5px;
  }
  #show-menu.active img:last-child {
    display: none;
  }
  #show-menu.active img:first-child {
    display: inline-block;
  }
  #show-menu img {
    width: 36px;
    height: 36px;
  }
  #show-menu img:first-child {
    display: none;
  }
  #show-menu img:last-child {
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #show-menu.active img:last-child {
    display: none;
  }
  #show-menu.active img:first-child {
    display: inline-block;
  }
  #show-menu img {
    width: 36px;
    height: 36px;
  }
  #show-menu img:first-child {
    display: none;
  }
  #show-menu img:last-child {
    display: inline-block;
  }
}
.img-responsive {
  max-width: 100%;
}

.text-underline {
  text-decoration: underline;
}

.block-breadcrumb__top {
  background: url("../images/bg.png") no-repeat;
  height: 120px;
  display: flex;
  align-items: center;
  background-size: cover;
}
.block-breadcrumb__top h3 {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.1em;
  color: #234872;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-breadcrumb__top {
    height: 56px;
  }
  .block-breadcrumb__top h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.block-breadcrumb__top h1 {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
  letter-spacing: 0.1em;
  color: #234872;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-breadcrumb__top {
    height: 56px;
  }
  .block-breadcrumb__top h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.block-breadcrumb__bot {
  background: #F3F8FC;
}
@media only screen and (max-width: 767px) {
  .block-breadcrumb__bot {
    display: none;
  }
}
.block-breadcrumb__bot ul {
  padding: 0;
  margin: 0;
}
.block-breadcrumb__bot li {
  font-size: 12px;
  list-style: none;
  float: left;
  line-height: 35px;
  color: #234872;
}
.block-breadcrumb__bot li a {
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .block-breadcrumb__bot li a {
    color: #2f2f2f;
  }
}
@media only screen and (max-width: 767px) {
  .block-breadcrumb__bot li {
    height: 35px;
  }
}
.block-breadcrumb__bot li + li::before {
  content: "\f105";
  font-family: FontAwesome;
  color: #234872;
  margin: 0 8px;
  font-size: 13px;
  font-weight: bold;
}
.owl-dots {
  text-align: center;
  margin-top: 24px !important;
}
.owl-dots button {
  width: 16px;
  height: 16px;
  background: #D9D9D9 !important;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 50%;
}
.owl-dots button.active {
  background: #234872 !important;
}

.owl-theme .owl-dots .owl-dot span {
  display: none;
}

.no-border:before {
  border: 0 !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.block-pagination {
  text-align: center;
}
.block-pagination a {
  border-radius: 0 !important;
  border: 0;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  color: #234872;
  width: 36px;
  background: #fff;
  height: 36px;
  margin: 0 6px;
  padding: 0;
  display: inline-block;
}
.block-pagination span {
  border-radius: 0 !important;
  border: 0;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  color: #234872;
  width: 36px;
  background: #fff;
  height: 36px;
  margin: 0 6px;
  padding: 0;
  display: inline-block;
}
.block-pagination span.current {
  color: #fff;
  background: linear-gradient(90deg, #71AFD1 -11.54%, #9DCCE0 108.64%);
}
.block-pagination ul {
  display: inline-block;
  border-radius: 0;
  margin-bottom: 0;
}
.block-pagination ul li {
  float: left;
  border-radius: 0;
}
.block-pagination ul li a {
  border-radius: 0 !important;
  border: 0;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  color: #FFFFFF;
  width: 36px;
  background: linear-gradient(90deg, #71AFD1 -11.54%, #9DCCE0 108.64%);
  height: 36px;
  margin: 0 6px;
  padding: 0;
}

/* Block Alignments */
/**
 * These selectors set the default max width for content appearing inside a post or page.
 */
/**
 * .alignleft
 */
.alignleft {
  text-align: left;
  margin-top: 0;
}

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

.entry-content > .alignleft {
  max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {
  .alignleft {
    float: left;
    margin-right: var(--global--spacing-horizontal);
    margin-bottom: var(--global--spacing-vertical);
  }
  .entry-content > .alignleft {
    max-width: calc(50% - var(--responsive--alignleft-margin));
  }
}
/**
 * .aligncenter
 */
.aligncenter {
  clear: both;
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/**
 * .alignright
 */
.alignright {
  margin-top: 0;
  margin-bottom: var(--global--spacing-vertical);
}

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

.entry-content > .alignright {
  max-width: var(--responsive--aligndefault-width);
}

.opacity {
  opacity: 0.8;
  cursor: default !important;
}

.page-link:hover {
  color: #FFFFFF !important;
  background: #234872 !important;
  opacity: 0.9;
}

@media only screen and (min-width: 482px) {
  .alignright {
    float: right;
    margin-left: var(--global--spacing-horizontal);
  }
  .entry-content > .alignright {
    max-width: calc(50% - var(--responsive--alignright-margin));
  }
}
.h-5 {
  height: 5px;
}

@media only screen and (min-width: 992px) {
  .row.owl-carousel {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .row.owl-carousel {
    width: auto;
  }
  body.show2 {
    overflow: hidden;
  }
}
.fa-caret-left, .fa-caret-right {
  color: #1c7ae5;
}

.page404 {
  padding: 70px 0;
  line-height: 25px;
  color: #4d4d4d;
}
.page404 h1 {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: bold;
}
.page404 p {
  font-size: 14px;
  margin-bottom: 0;
}
.page404 a {
  text-decoration: underline;
}
.page404 a:hover {
  text-decoration: none;
}

@media (min-width: 0px) and (max-width: 1024px) {
  .work-item {
    min-width: 410px;
  }
  .block-slide {
    overflow: auto;
  }
  .block-slide .row {
    flex-wrap: nowrap;
  }
  .block-slide .block-columns__item {
    margin-right: 20px;
    min-width: 336px;
  }
}
@media (min-width: 1024px) {
  .block-slide .d-sm-flex {
    flex-wrap: wrap;
  }
  .block-slide .d-sm-flex .block-columns__item {
    margin-bottom: 30px;
  }
}
#mes1 {
  margin-top: 15px;
  color: #000;
  position: relative;
  top: 8px;
}
@media only screen and (max-width: 767px) {
  #mes1 {
    margin-top: 2px;
  }
}

.h-36 {
  height: 18px;
}

#toc_container.toc_white {
  margin: 64px auto 54px;
  background-color: #fff;
  padding: 20px 50px 20px;
  box-sizing: border-box;
  width: 70%;
  border: 1px solid #222;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #toc_container.toc_white {
    padding: 40px 20px 20px;
    width: 100%;
  }
}

#toc_container.toc_white p {
  font-size: 28px;
  display: block;
  font-weight: 400;
  width: 100%;
  max-width: 120px;
  text-align: center;
  background-color: #fff;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto auto;
  z-index: 10;
}

#toc_container ul {
  display: block;
  width: 100%;
  overflow: hidden;
}

#toc_containerp ul li {
  border: 0 none;
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 0 0;
  margin: 0 0;
  text-align: left;
}

#toc_container ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #222;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 8px;
  box-sizing: border-box;
}

.error {
  font-size: 14px;
  color: #FF0000;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .box666 {
    width: 170.32px;
    height: 170.32px;
    position: relative;
  }
  .box666 .box11 {
    position: absolute;
    top: 20px;
  }
}

.box11 {
  width: 369.82px;
  height: 369.82px;
  border: 2px solid #F3F8FC;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .box11 {
    width: 170.32px;
    height: 170.32px;
    border: 0.921121px solid #F3F8FC;
  }
}
.box11:nth-child(2) {
  margin: 0 13px;
}
.box11 .box112 {
  width: 336px;
  height: 336px;
  background: #F3F8FC;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .box11 .box112 {
    width: 154.75px;
    height: 154.75px;
    background: #F3F8FC;
  }
}
.box11 .box112 h3 {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 90px;
  line-height: 90px;
  letter-spacing: -0.15em;
  color: #74B1D2;
  white-space: nowrap;
}
.box11 .box112 h3.text3 {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 49.6376px;
  line-height: 90px;
  color: #74B1D2;
  letter-spacing: normal;
}
.box11 .box112 h3.text2 {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 96px;
  line-height: 96px;
  color: #74B1D2;
  letter-spacing: normal;
}
.box11 .box112 h3 span {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #74B1D2;
  display: inline-block;
  letter-spacing: normal;
  text-align: left;
  margin-left: 10px;
}
.box11 .box112 h3 span.percent {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 96px;
  color: #74B1D2;
}
@media only screen and (max-width: 767px) {
  .box11 .box112 h3 {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    font-size: 41.4505px;
    line-height: 42px;
    letter-spacing: -0.15em;
    color: #74B1D2;
  }
  .box11 .box112 h3.text3 {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    font-size: 22.8611px;
    line-height: 23px;
    color: #74B1D2;
    letter-spacing: normal;
  }
  .box11 .box112 h3.text2 {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    font-size: 44.2138px;
    line-height: 44px;
    color: #74B1D2;
  }
  .box11 .box112 h3 span {
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    font-size: 13.8168px;
    line-height: 17px;
    color: #74B1D2;
  }
  .box11 .box112 h3 span.percent {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 22.1069px;
    line-height: 22px;
    color: #74B1D2;
    margin-left: 0;
  }
}
.box11 .box112 > span {
  width: 177.79px;
  margin-top: 49px;
  height: 40px;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 20px;
  background: url("../images/gradient.png") no-repeat;
}
@media only screen and (max-width: 767px) {
  .box11 .box112 > span {
    margin-top: 22px;
    width: 81.88px;
    height: 18.42px;
    background-size: 100%;
    font-family: "Noto Serif JP";
    font-style: normal;
    font-weight: 700;
    font-size: 11.0535px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #FFFFFF;
    margin-bottom: 10px;
  }
}
.box11 .box112 p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #234872;
  margin-bottom: 0;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .box11 .box112 p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 7.36897px;
    line-height: 15px;
    text-align: center;
    color: #234872;
  }
}

.listBox {
  right: 0;
  margin: 70px auto 0;
  width: 100%;
  max-width: 430px;
  display: block;
  vertical-align: middle;
  padding: 1px 1px;
  box-sizing: border-box;
  background-image: -moz-linear-gradient(0deg, #1c7ae5 0, #1c7ae5 100%);
  background-image: -webkit-linear-gradient(0deg, #1c7ae5 0, #1c7ae5 100%);
  background-image: -ms-linear-gradient(0deg, #1c7ae5 0, #1c7ae5 100%);
}

.listBox .show {
  position: relative;
  cursor: pointer;
  display: block;
  vertical-align: middle;
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  background-image: url("../images/works-icon01.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 16px center;
}

.listBox .show p {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  color: #222;
}
@media only screen and (max-width: 767px) {
  .listBox .show p {
    font-size: 16px;
  }
}

.listBox #makeImg.past {
  width: 100%;
  max-width: 1460px;
  display: none;
  transition: 0.3s ease-in-out;
  background-image: -webkit-linear-gradient(0deg, #1c7ae5 0, #1c7ae5 100%);
  background-image: -ms-linear-gradient(0deg, #1c7ae5 0, #1c7ae5 100%);
  padding: 4px 4px;
  box-sizing: border-box;
  z-index: 11;
}

.listBox #makeImg.past .industry-link {
  width: 100%;
  margin: 0 auto 0;
  overflow: hidden;
  background-color: #fff;
}

.listBox #makeImg.past .industry-link ul {
  list-style: none;
  max-width: 1330px;
  margin: 40px auto 40px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

@media screen and (max-width: 1351px) {
  .listBox #makeImg.past {
    max-width: 680px;
  }
  .listBox #makeImg.past .industry-link ul {
    width: 100%;
    max-width: 665px;
    margin: 30px auto 30px;
  }
}
.listBox #makeImg.past .industry-link ul li {
  float: left;
  border-radius: 100px;
  padding: 1px 1px;
  box-sizing: border-box;
  width: 100%;
  max-width: 292px;
  margin: 10px 20px;
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .listBox #makeImg.past .industry-link ul li {
    max-width: 39%;
  }
}

.listBox #makeImg.past .industry-link ul li a {
  display: block;
  width: 100%;
  text-align: center;
  border-radius: 100px;
  padding-top: 0;
  padding-bottom: 0;
}

.listBox #makeImg.past-show2 {
  position: absolute;
  display: block;
  width: 100%;
  right: 0;
  left: 0;
  margin: 20px auto auto;
  animation: past-show 0.4s linear;
}

@keyframes past-show {
  0% {
    transform: translateY(-5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@font-face {
  font-family: "RyuminPro-Bold";
  src: url("../fonts/RyuminPro-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Light.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Regular.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Medium.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Bold.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSansJP-Black.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Medium.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("otf");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSansCJKjp-Black.otf") format("otf");
}
@font-face {
  font-family: "KozGoPr6N";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/KozGoPr6N-Regular.otf") format("otf");
}
@font-face {
  font-family: "KoburinaGoStdN W6";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/KozGoPr6N-Regular.otf") format("otf");
}
.button-danger {
  background: #CA2D30 !important;
  color: #fff !important;
}

.button-primary {
  background: #4C2503 !important;
  color: #fff !important;
}

.button-warning {
  background: #4baac4 !important;
  color: #fff !important;
}

.button-more {
  min-width: 240px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  color: #1c7ae5;
  border: 1px solid #1c7ae5;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.button-more.button-white {
  color: #fff;
  border: 1px solid #fff;
}
.button-more.button-white:hover {
  background: #fff;
  color: #1c7ae5;
}
.button-more img {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.button-more:hover {
  color: #fff;
  background: #1c7ae5;
}
.button-more.button-submit3 {
  color: #fff;
  background: #1c7ae5;
  margin-left: 24px;
  margin-top: 45px;
}
@media only screen and (max-width: 767px) {
  .button-more.button-submit3 {
    margin-left: 0;
    margin-top: 24px;
  }
}
.button-more.button-submit3:hover {
  color: #1c7ae5;
  background: #fff;
}

.btn-service {
  min-width: 320px;
  max-width: 100%;
  line-height: 62px;
  text-align: center;
  background: #266cba;
  border-radius: 6px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  position: relative;
}
.btn-service i {
  position: absolute;
  right: 24px;
  font-size: 22px;
  top: 18px;
}
@media only screen and (max-width: 767px) {
  .btn-service {
    min-width: 240px;
    line-height: 52px;
    font-size: 14px;
    border-radius: 4px;
  }
  .btn-service i {
    right: 18px;
    font-size: 15px;
    top: 18px;
  }
}

.button-style1 {
  font-size: 16px;
  line-height: 46px;
  color: #1C7AE5;
  width: 240px;
  height: 48px;
  border: 1px solid #1C7AE5;
  position: relative;
  display: inline-block;
  margin-top: 48px;
}
.button-style1 img {
  position: absolute;
  right: 16px;
  top: 16px;
}

/* Base for label styling */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  padding-left: 33px;
  cursor: pointer;
}

/* checkbox aspect */
[type=checkbox]:before {
  background-color: #F3F8FC !important;
}

[type=checkbox]:not(:checked) + label:before,
[type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 20px;
  height: 20px;
  background: url("../images/check.png") no-repeat center;
  background-color: #fff;
  background-size: contain;
}

/* checked mark aspect */
[type=checkbox]:not(:checked) + label:after,
[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 23px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all 0.2s;
  width: 22px;
  height: 28px;
  background: url("../images/check-active.png") no-repeat center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
}

/* checked mark aspect changes */
[type=checkbox]:checked + label:before {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

[type=checkbox]:checked + label:after, [type=checkbox]:not(:checked) + label:before {
  opacity: 1;
  transform: scale(1);
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #fff;
}

[type=checkbox]:disabled:checked + label:after {
  color: #999;
}

[type=checkbox]:disabled + label {
  color: #aaa;
}

/* accessibility */
/* hover style just for information */
.box-select {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .box-select {
    display: block;
  }
}
.box-select:after {
  content: "\f107";
  position: absolute;
  right: 1px;
  top: 1px;
  padding-right: 14px;
  line-height: 54px;
  font-family: FontAwesome;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .box-select:after {
    line-height: 41px;
  }
}

.select-selected {
  border: 1px solid #666666;
  line-height: 108px;
  color: #4D4D4D;
  font-size: 16px;
  font-family: "NotoSansCJKjp-Regular", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0 38px;
  height: 108px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  content: "";
  background: url("../images/arrow-down.png") no-repeat top right;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 38px;
  top: 50px;
  z-index: 99;
}
@media (max-width: 767px) {
  .select-selected:after {
    top: 40px;
  }
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  content: "";
  background: url("../images/arrow-down.png") no-repeat top right;
  width: 12px;
  height: 7px;
  transform: rotate(180deg);
  position: absolute;
  right: 38px;
  top: 50px;
  z-index: 99;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  border: 1px solid #666666;
  line-height: 108px;
  color: #4D4D4D;
  font-size: 16px;
  font-family: "NotoSansCJKjp-Regular", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0 38px;
  height: 108px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  position: relative;
  cursor: pointer;
  user-select: none;
  margin-top: -1px;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #F2F2F2;
}

.block-news {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .block-news {
    padding-bottom: 50px;
  }
}
.block-news .container {
  max-width: 890px;
}
@media only screen and (max-width: 767px) {
  .block-news .container {
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.block-news h3 {
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 32px;
  color: #2f2f2f;
  font-weight: bold;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .block-news h3 {
    font-size: 22px;
  }
}
.block-news__item {
  padding: 16px 23px;
  border-top: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .block-news__item {
    padding: 10px 0px;
  }
}
.block-news__item:last-child {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 32px;
}
.block-news__item h4 {
  margin: 0;
}
.block-news__item h4 a {
  display: block;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  line-height: 22px;
  color: #2f2f2f;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .block-news__item h4 a {
    font-size: 13px;
    line-height: 18px;
    margin-top: 10px;
  }
}
.block-news__item span {
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-weight: bold;
  color: #898989;
  display: block;
}
.block-news__item span i {
  min-width: 84px;
  line-height: 25px;
  display: inline-block;
  border: 1px solid #266cba;
  color: #266cba;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  margin-left: 15px;
}
@media only screen and (max-width: 767px) {
  .block-news__item span {
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .block-news__item span i {
    font-size: 9px;
    line-height: 20px;
    min-width: 63px;
    margin-left: 11px;
  }
}

.block-maps .container {
  max-width: 1190px;
}
.block-maps.list .container {
  max-width: 1090px;
}
@media only screen and (max-width: 767px) {
  .block-maps.list .container {
    padding: 0;
    overflow: hidden;
  }
  .block-maps.list .container .btn-view-more {
    margin-top: 25px;
  }
}
.block-maps img {
  max-width: 100%;
  border: 1px solid #bfbfbf;
}
@media only screen and (max-width: 767px) {
  .block-maps img {
    height: 355px;
    object-fit: cover;
  }
}
.block-maps h3 {
  font-family: "Noto Sans CJK JP";
  font-size: 32px;
  font-weight: bold;
  line-height: 56px;
  margin-bottom: 30px;
  margin-top: 85px;
  text-align: center;
  color: #2f2f2f;
}
@media only screen and (max-width: 767px) {
  .block-maps h3 {
    font-size: 22px;
    line-height: 36px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
}
.block-maps p {
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .block-maps p {
    font-family: "Noto Sans JP";
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 25px;
  }
}
.block-maps .note {
  font-size: 12px;
  line-height: 26px;
  color: #666666;
  margin-top: 8px;
  font-family: "Noto Sans CJK JP";
}
.block-maps .note span {
  color: #266cba;
}
@media only screen and (max-width: 767px) {
  .block-maps .note {
    font-size: 10px;
    line-height: 16px;
  }
}
.block-maps__item {
  margin-bottom: 30px;
  background: #f4f4f4;
  padding-right: 24px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .block-maps__item {
    margin-bottom: 5px;
  }
}
.block-maps__item .row {
  margin-left: -12.5px;
  margin-right: -12.5px;
}
.block-maps__item .col-sm-6 {
  padding-left: 12.5px;
  padding-right: 12.5px;
}
@media only screen and (max-width: 767px) {
  .block-maps__item .col-sm-6.col-4 {
    padding-right: 0;
  }
}
.block-maps__item img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-maps__item img {
    width: 100%;
    height: 112px;
  }
}
.block-maps__item h4 {
  line-height: 22px;
  text-align: left;
  margin-top: 30px;
}
.block-maps__item h4 a {
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  color: #2f2f2f;
  line-height: 22px;
}
@media only screen and (max-width: 767px) {
  .block-maps__item h4 {
    margin-top: 13px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.block-maps__item-view-more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .block-maps__item-view-more {
    bottom: 15px;
    right: 5px;
  }
}
.block-maps__item-view-more img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .block-maps__item-view-more img {
    height: auto;
  }
}

/**
 * Blog Title 1
 */
.block-title {
  font-size: 36px;
  font-family: "Times New Roman";
  text-align: center;
  letter-spacing: 8px;
  font-weight: normal;
  margin-bottom: 48px;
  color: #234872;
}
.block-title.mt-144 {
  margin-top: 144px;
}
@media only screen and (max-width: 767px) {
  .block-title.mt-144 {
    margin-top: 72px;
  }
}
.block-title.mt-100 {
  margin-top: 100px !important;
}
@media only screen and (max-width: 767px) {
  .block-title.mt-100 {
    margin-top: 35px !important;
  }
}
.block-title.fs28 {
  font-size: 28px;
}
.block-title.white {
  color: #fff;
}
.block-title span {
  font-family: "Noto Serif JP";
  font-size: 12px;
  display: block;
  margin-top: 15px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .block-title {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 35px;
  }
  .block-title span {
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-top: 5px;
  }
}

/**
 * Blog Title 2
 */
.block-title-one {
  padding-bottom: 50px;
}
.block-title-one h3 {
  font-size: 10px;
  display: flex;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.block-title-one h3:after {
  width: 100%;
  height: 1px;
  content: "";
  background: #666666;
  display: inline-block;
  max-width: 205px;
  margin-left: 50px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .block-title-one h3:after {
    margin-bottom: 4px;
  }
}
.block-title-one span:first-child {
  font-size: 11em;
  color: #fff;
  text-shadow: -1px -1px 0 #1A1A1A, 1px -1px 0 #1A1A1A, -1px 1px 0 #1A1A1A, 1px 1px 0 #1A1A1A;
  font-family: "DIN Condensed Bold", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  z-index: 999;
}
@media (max-width: 767px) {
  .block-title-one span:first-child {
    position: relative;
    top: 12px;
  }
}
.block-title-one span:last-child {
  color: #666666;
  font-size: 1.4em;
  font-family: "NotoSansCJKjp-Bold", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin-left: 15px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .block-title-one span:last-child {
    margin-bottom: 0;
    white-space: nowrap;
  }
}
.block-title-one__desc {
  font-family: "NotoSansCJKjp-Bold", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 3em;
  line-height: 35px;
  color: rgb(211, 181, 114);
  min-height: 100px;
  background: url("../images/bg-title.png") repeat;
  display: flex;
  justify-content: center;
  position: absolute;
  padding-left: 45px;
  padding-right: 36px;
  top: 80px;
  left: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .block-title-one__desc {
    font-size: 1.6em;
    line-height: 35px;
    color: rgb(211, 181, 114);
    min-height: auto;
    display: flex;
    justify-content: flex-start;
    padding-left: 26px;
    padding-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    white-space: nowrap;
    width: 100%;
  }
}

.block-title-3 {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 63px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  color: #234872;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .block-title-3 {
    font-size: 24px;
  }
}

.block-title34 {
  font-family: "Noto Sans JP";
  font-size: 40px;
  font-weight: bold;
  color: #222;
  text-align: center;
  margin-bottom: 48px;
  margin-top: 48px;
}

.block-title35 {
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-weight: bold;
  color: #1C7AE5;
  text-align: center;
  margin-bottom: 48px;
  margin-top: 48px;
}

.block-contact {
  padding-bottom: 85px;
}
@media only screen and (max-width: 767px) {
  .block-contact {
    padding-bottom: 0px;
  }
}
.block-contact .container {
  max-width: 1080px;
}
.block-contact__info {
  background: #f7f7f7;
  padding: 40px 100px;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .block-contact__info {
    margin-top: 50px;
    padding: 30px 22px 40px;
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-contact__info {
    padding: 27px 25px;
  }
}
.block-contact__info h3 {
  font-family: "KoburinaGoStdN W6";
  font-weight: bold;
  color: #040f27;
  font-size: 30px;
  line-height: 45px;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .block-contact__info h3 {
    font-size: 22px;
    line-height: 18px;
    text-align: center;
    margin: 0 0 18px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-contact__info h3 {
    font-size: 30px;
    line-height: 70px;
    margin-right: 33px;
    min-width: max-content;
  }
}
.block-contact__info p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  color: #555555;
  line-height: 26px;
  margin-bottom: 30px;
}
.block-contact__info .phone {
  height: 110px;
  border: 1px solid #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .block-contact__info .phone {
    margin-bottom: 15px;
  }
}
.block-contact__info .phone h5 {
  font-family: "Noto Sans JP";
  font-size: 32px;
  color: #2f2f2f;
  margin-bottom: 0px;
  margin-top: 3px;
  font-weight: bold;
}
.block-contact__info .phone span {
  font-family: "Noto Sans JP";
  color: #666666;
  font-size: 14px;
  font-weight: 400;
}
.block-contact__info .phone span:first-child {
  font-weight: 500;
  color: #262626;
}
.block-contact__info a {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  height: 110px;
  background: #3372b7;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.block-contact__list img {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-contact__list .col-sm-4 {
    padding: 0;
  }
  .block-contact__list .col-sm-4 img {
    width: 100%;
    margin-bottom: 5px;
  }
  .block-contact__list .col-sm-4:last-child img {
    margin-bottom: 0;
  }
}

body {
  position: relative;
  -webkit-text-size-adjust: none;
}

.header-sp {
  text-align: center;
  background: #4bb5ef;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 44px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 0 50px;
}
.header-sp p {
  margin: 0 0 10px 0;
}
.header-sp a {
  color: inherit;
  text-decoration: underline;
}
.header-sp a:link {
  color: inherit;
  text-decoration: underline;
}
.header-sp a:active {
  color: inherit;
  text-decoration: underline;
}
.header-sp a:visited {
  color: inherit;
  text-decoration: underline;
}
.header-sp a:hover {
  color: inherit;
  text-decoration: underline;
}
.header-sp nav:not(.mm-menu) {
  display: none;
}
.header-sp a {
  display: block;
  width: 28px;
  height: 28px;
  padding: 11px;
  margin: 2px;
  position: absolute;
  top: 0;
  right: 0;
}
.header-sp a:before {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
}
.header-sp a:after {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
}
.header-sp a span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 6px 0;
}

:root {
  --mm-sidebar-expanded-size: 100%;
}

@media only screen and (min-width: 992px) {
  #menu {
    display: none !important;
  }
}
@media only screen and (min-width: 1920px) {
  #menu {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  #mm-menu {
    display: none !important;
  }
}
@media only screen and (min-width: 1920px) {
  #mm-menu {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  .mm-slideout {
    transform: none !important;
    width: 100% !important;
  }
}
@media only screen and (min-width: 1920px) {
  .mm-slideout {
    transform: none !important;
    width: 100% !important;
  }
}

.mm-menu {
  --mm-listitem-size: 50px;
  --mm-navbar-size: 50px;
  --mm-color-background: #266cba;
  --mm-color-text: #fff;
}

.mm-navbar_tabs span {
  display: inline-block;
  margin-left: 8px;
}

.mm-navbar {
  border-bottom: none !important;
  margin-bottom: 20px;
}

.mm-listitem {
  font-weight: bold;
  font-size: 13.76px;
  font-family: "Noto Sans CJK JP Bold";
  height: 50px;
  border-color: #fff !important;
  margin: 0px 30px 0px 10px !important;
}
.mm-listitem a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  margin-left: 20px !important;
}

.mm-btn_close:after {
  border-color: #fff !important;
  width: 10px !important;
  height: 10px !important;
}
.mm-btn_close:before {
  border-color: #fff !important;
  width: 10px !important;
  height: 10px !important;
  right: 10px !important;
}

.btn-msg {
  width: 240px;
  height: 54px;
  line-height: 54px;
  background-color: #fff;
  color: #266cba;
  cursor: pointer;
  margin: 40px auto;
  border: none;
  outline: none;
  display: block;
  position: relative;
}
.btn-msg img {
  position: absolute;
  width: 30px;
  height: 20px;
  top: 17px;
  left: 50px;
  margin-right: 15px;
}
.btn-msg span {
  margin-left: 55px;
  font-size: 15.7px;
  font-family: "Noto Sans CJK JP Bold";
  font-weight: bold;
}

.block-banner {
  height: 727px;
  overflow: hidden;
}
.block-banner .container {
  position: relative;
}
.block-banner__content {
  height: 727px;
}
.block-banner__content h2 {
  font-size: 26px;
  font-family: "Noto Serif JP";
  font-weight: bold;
  color: #234872;
  margin-bottom: 0;
  padding-top: 232px;
  letter-spacing: 5.3px;
}
@media only screen and (max-width: 767px) {
  .block-banner__content h2 {
    letter-spacing: 4.3px;
  }
}
.block-banner__content h3 {
  font-size: 56px;
  font-family: "Noto Serif JP";
  font-weight: bold;
  color: #234872;
  margin-bottom: 28px;
  letter-spacing: 4.2px;
}
@media only screen and (max-width: 767px) {
  .block-banner__content h3 {
    letter-spacing: 0.2px;
    letter-spacing: 2.2px;
    margin-right: -30px;
  }
}
.block-banner__content h3 i {
  font-size: 45px;
  font-style: normal;
}
.block-banner__content span.text-note {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 42px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  background: #ea206c;
  display: inline-block;
}
.block-banner__content span.text-note > span {
  font-size: 32px;
}
@media only screen and (max-width: 767px) {
  .block-banner__content {
    height: 390px;
  }
  .block-banner__content h2 {
    font-size: 15.7656px;
    line-height: 28px;
    white-space: nowrap;
    padding-top: 140px;
  }
  .block-banner__content h3 {
    font-size: 37px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .block-banner__content h3 i {
    font-size: 30px;
  }
  .block-banner__content span.text-note {
    font-size: 11px;
    line-height: 25px;
    min-width: 310px;
    padding-left: 7px;
    padding-right: 8px;
    white-space: nowrap;
  }
  .block-banner__content span.text-note > span {
    font-size: 16px;
  }
}
.block-banner__contact {
  display: inline-block;
  background: #fff;
  box-shadow: 8px 5px 10px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 9999;
}
.block-banner__contact a {
  position: relative;
  padding-left: 75px;
  height: 72px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-banner__contact a .small-text {
  font-size: 12px;
  font-family: "Noto Serif JP";
  color: #234872;
  display: block;
}
.block-banner__contact a .phone-text {
  font-size: 32px;
  font-family: "Times New Roman";
  color: #234872;
  line-height: 32px;
}
.block-banner__contact a .mail-text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.block-banner__contact a .img-left {
  position: absolute;
  left: 15px;
}
.block-banner__contact a .img-right {
  position: absolute;
  right: 4px;
  bottom: 4px;
}
.block-banner__contact a:first-child {
  padding-right: 28px;
}
.block-banner__contact a:last-child {
  background: #1c7ae5;
  padding-right: 40px;
  padding-left: 92px;
}
.block-banner__contact a:last-child .img-left {
  left: 32px;
}
@media only screen and (max-width: 767px) {
  .block-banner__contact {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .block-banner {
    height: 390px;
  }
}

header {
  height: 72px;
  background: #fff;
  position: relative;
}
@media only screen and (max-width: 767px) {
  header {
    height: 54px;
    width: 100%;
    top: 0;
    z-index: 9999;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  header {
    height: 54px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }
}
header .header__logo {
  display: flex;
  align-items: center;
  height: 72px;
}
@media only screen and (max-width: 767px) {
  header .header__logo {
    height: 54px;
  }
  header .header__logo img {
    height: 37px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  header .header__logo {
    height: 54px;
  }
  header .header__logo img {
    height: 37px;
  }
}
header nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
header nav ul li {
  float: left;
  margin-left: 40px;
}
header nav ul li a {
  line-height: 72px;
  display: inline-block;
  color: #152C46;
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  header nav {
    padding-right: 30px;
  }
}
header #show-menu {
  margin-top: 8px;
  display: inline-block;
}

.header-shadow-bottom {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.67);
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.67);
}

@media only screen and (max-width: 767px) {
  .bg-fff {
    background: #f2f2f2;
  }
  #menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #F3F8FC;
    z-index: 99;
    width: 100%;
    padding-bottom: 100px;
    padding-top: 54px;
  }
  #menu.show {
    display: block;
    height: calc(100vh - 54px);
    overflow-y: auto;
  }
  #menu ul {
    margin-bottom: 32px;
    list-style: none;
    padding-left: 0;
  }
  #menu ul li {
    margin: 0;
    float: none;
    border-bottom: 1px dashed #CCCCCC;
    position: relative;
  }
  #menu ul li a {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding-left: 24px;
    color: #152C46;
    display: block;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #menu ul li a img {
    position: absolute;
    right: 20px;
    top: 36px;
  }
  #menu ul li a span {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: 0.1em;
    display: block;
  }
  #menu ul li:last-child a {
    border-bottom: 0;
  }
  #menu ul li > div {
    background: #fff;
    display: none;
  }
  #menu ul li > div a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    padding-left: 24px;
    padding-bottom: 24px;
    padding-top: 24px;
    display: block;
    border-bottom: 1px dashed #CCCCCC;
  }
  #menu ul li > div a:last-child {
    margin-bottom: 0;
    border: 0;
  }
  #menu ul li.active img {
    transform: rotate(180deg);
  }
  #menu ul li.active > div {
    display: block;
  }
  #menu .block-contact-form__contact a .small-text {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
  }
  #menu .block-contact-form__contact a .phone-text {
    font-weight: 400;
    font-size: 32px;
    line-height: 22px;
  }
  #menu .block-contact-form__contact a .mail-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
  }
  #menu .block-contact-form__contact a:first-child {
    width: 80%;
    padding-left: 50px;
    margin-top: 0;
    height: auto;
    text-align: center;
    display: inline-block;
  }
  #menu .block-contact-form__contact a:first-child .img-left {
    width: 43px;
    height: 43px;
    left: 0px;
  }
  #menu .block-contact-form__contact a:last-child {
    min-width: 290px;
    padding: 0;
    height: 56px;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 28px;
    margin-top: 24px;
    margin-bottom: 50px;
  }
  .box-fixed-footer {
    box-shadow: 8px 5px 10px rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
  }
  .box-fixed-footer .block-contact-form__contact a .small-text {
    font-weight: 400;
    font-size: 9px;
    line-height: 18px;
  }
  .box-fixed-footer .block-contact-form__contact a .phone-text {
    font-weight: 400;
    font-size: 21px;
    line-height: 22px;
  }
  .box-fixed-footer .block-contact-form__contact a .mail-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
  }
  .box-fixed-footer .block-contact-form__contact {
    display: flex;
  }
  .box-fixed-footer .block-contact-form__contact a:first-child {
    width: 100%;
    padding-left: 61px;
    margin-top: 0;
    height: 56px;
  }
  .box-fixed-footer .block-contact-form__contact a:first-child .img-left {
    width: 33px;
    height: 33px;
    left: 16px;
  }
  .box-fixed-footer .block-contact-form__contact a:last-child .img-left {
    width: 33px;
    height: 33px;
    left: 12px;
  }
  .box-fixed-footer .block-contact-form__contact a:last-child {
    min-width: 50%;
    padding: 0;
    height: 56px;
    text-align: center;
    font-size: 16px;
    line-height: 56px;
    margin-top: 0;
    padding-left: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  #menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #F3F8FC;
    z-index: 99;
    width: 100%;
  }
  #menu.show {
    display: block;
  }
  #menu ul li {
    margin: 0;
    float: none;
  }
  #menu ul li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 64px;
    letter-spacing: 0.1em;
    padding-left: 24px;
    color: #152C46;
    border-bottom: 1px dashed #CCCCCC;
    display: block;
  }
  #menu ul li:last-child a {
    border-bottom: 0;
  }
}
.block-content {
  min-height: 700px;
}

footer {
  padding-top: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  footer {
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  footer {
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    padding-top: 0;
  }
  footer .col-sm-8 {
    padding-top: 32px;
  }
}
footer .block-title {
  margin-bottom: 16px !important;
  margin-top: 16px;
}
footer .desc-footer {
  color: #4d4d4d;
  font-size: 13px;
  margin-top: 18px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  footer .desc-footer {
    margin-top: 10px;
    letter-spacing: 0.1em;
    line-height: 24px;
    margin-bottom: 0;
    font-size: 12px;
  }
}
footer .logo-footer {
  display: inline-block;
  padding-bottom: 18px;
  border-bottom: 1px solid #398ed4;
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  footer .logo-footer {
    padding-bottom: 10px;
    margin-top: 23px;
  }
}
footer .logo-footer img {
  max-width: 100%;
}
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer ul li a {
  color: #4d4d4d;
  font-size: 14px;
  display: block;
  line-height: 42px;
}
footer .copy-right {
  font-size: 12px;
  background: #234872;
  margin-top: 60px;
  text-align: center;
  color: #fff;
  line-height: 50px;
}
@media only screen and (max-width: 767px) {
  footer .copy-right {
    line-height: 48px;
    margin-top: 56px;
    padding-bottom: 48px;
  }
}
footer .container {
  position: relative;
}
footer .pageToTop {
  position: absolute;
  left: 100%;
  bottom: 97%;
}
@media only screen and (max-width: 767px) {
  footer .pageToTop {
    right: 15px;
    left: auto;
    bottom: -56px;
  }
}

@media only screen and (max-width: 767px) {
  .box-mibile ul {
    padding-left: 20px;
  }
  .box-mibile li.w50 {
    width: 50%;
    float: left;
  }
  .box-mibile li.w50.p3 {
    padding-left: 8px;
  }
  .box-mibile li.w50.p3 a {
    color: #555;
  }
}
.block-breaking-news {
  background: #f3f8fc;
  height: 72px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .block-breaking-news {
    height: 64px;
  }
}
.block-breaking-news__content {
  display: flex;
}
.block-breaking-news__content > h3 {
  color: #fff;
  font-size: 16px;
  line-height: 72px;
  background: #234872;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 32px;
  position: relative;
}
.block-breaking-news__content > h3:before {
  content: "";
  background: #234872;
  width: 2000px;
  right: 100%;
  top: 0;
  height: 100%;
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .block-breaking-news__content > h3 {
    margin-left: -15px;
    min-width: 77px;
    font-size: 14px;
    line-height: 64px;
    padding-right: 0;
    text-align: center;
  }
}
.block-breaking-news__content-news {
  display: flex;
  align-items: center;
  padding-left: 28px;
  justify-content: space-between;
  width: 100%;
}
.block-breaking-news__content-news > div {
  display: flex;
  align-items: center;
}
.block-breaking-news__content-news > div a {
  display: flex;
  align-items: center;
}
.block-breaking-news__content-news .date {
  font-size: 16px;
  font-weight: bold;
  color: #4d4d4d;
  margin-right: 18px;
}
.block-breaking-news__content-news h3.title {
  font-size: 16px;
  font-weight: normal;
  color: #4d4d4d;
  margin: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 30px;
}
@media only screen and (min-width: 992px) {
  .block-breaking-news__content-news h3.title {
    width: 750px;
  }
}
.block-breaking-news__content-news > a {
  display: inline-block;
  padding: 0 20px;
  line-height: 23px;
  color: #1c7ae5;
  font-weight: bold;
  font-size: 12px;
  border: 1px solid #1c7ae5;
  position: relative;
  font-family: Inter;
}
.block-breaking-news__content-news > a img {
  position: absolute;
  right: 2px;
  bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .block-breaking-news__content-news {
    padding-left: 10px;
  }
  .block-breaking-news__content-news .date {
    display: none;
  }
  .block-breaking-news__content-news h3.title {
    font-size: 14px;
    letter-spacing: -0.05em;
    overflow: hidden;
    white-space: nowrap;
    width: 175px;
  }
  .block-breaking-news__content-news > a {
    display: inline-block;
    padding: 0 19px;
    line-height: 21px;
    color: #1c7ae5;
    font-weight: 400;
    font-size: 10.3333px;
    border: 1px solid #1c7ae5;
    position: relative;
  }
  .block-breaking-news__content-news > a img {
    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 5.5px;
    height: 5.5px;
  }
}

.block-about {
  padding-top: 75px;
  padding-bottom: 24px;
}
.block-about h3 {
  font-size: 30px;
  color: #4d4d4d;
  font-family: "Noto Serif JP";
  line-height: 50px;
  letter-spacing: 6.5px;
  margin-bottom: 55px;
  position: relative;
  top: -12px;
}
.block-about p {
  font-size: 16px;
  color: #4d4d4d;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 8px;
}
.block-about ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.block-about ul li {
  font-size: 16px;
  color: #4d4d4d;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .block-about ul li {
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .block-about ul li:last-child {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .block-about {
    padding-top: 24px;
    padding-bottom: 0;
  }
  .block-about img {
    width: 100%;
    margin-bottom: 32px;
  }
  .block-about img.img-responsive {
    margin-bottom: 0;
  }
  .block-about h3 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.25em;
    margin-bottom: 24px;
    top: 0;
  }
  .block-about p {
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .block-about p:last-child {
    margin-bottom: 36px;
  }
}

.bg-arrow {
  background-image: linear-gradient(to right, #71afd1, #9dcce0);
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .bg-arrow {
    position: relative;
    height: 96px;
  }
  .bg-arrow img {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
    width: auto !important;
  }
}

.block-about-healthy {
  color: #fff;
  background-image: linear-gradient(to right, #71afd1, #9dcce0);
  padding-top: 50px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .block-about-healthy {
    padding-top: 42px;
    padding-bottom: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .block-about-healthy .col-sm-6 {
    padding-left: 19.5px;
    padding-right: 19.5px;
  }
}
.block-about-healthy__desc {
  width: 626px;
  border-bottom: 1px dashed #fff;
  padding-bottom: 8px;
  display: block;
  text-align: center;
}
.block-about-healthy__desc:last-child {
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .block-about-healthy__desc {
    max-width: 100%;
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }
  .block-about-healthy__desc:last-child {
    margin-bottom: 32px;
  }
}
.block-about-healthy .box-video {
  margin-bottom: 40px;
}
.block-about-healthy .box-video-iframe {
  margin-bottom: 30px;
}
.block-about-healthy__item {
  background: #fff;
  box-shadow: 8px 5px 10px rgba(0, 0, 0, 0.25);
  padding: 27.6px 48px;
  position: relative;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .block-about-healthy__item {
    padding: 20px 24px 18px 24px;
    margin-bottom: 24px;
  }
}
.block-about-healthy__item h3 {
  font-weight: bold;
  color: #234872;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  margin-bottom: 9px;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .block-about-healthy__item h3 {
    line-height: 47px;
  }
}
.block-about-healthy__item p {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-about-healthy__item p {
    line-height: 26px;
  }
}
.block-about-healthy__item .number {
  color: #f3f8fc;
  font-size: 160px;
  font-family: "Times New Roman";
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  line-height: 108px;
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .block-about-healthy__item .number {
    font-size: 100px;
    width: auto;
    top: 0;
    right: 0;
  }
}
.block-about-healthy__item .point {
  position: absolute;
  background: url("../images/point.png");
  width: 32px;
  height: 84px;
  top: 17px;
  left: -16px;
  color: #fff;
  font-family: "Times New Roman";
  font-size: 16px;
}
.block-about-healthy__item .point span {
  transform: rotate(90deg);
  display: block;
  white-space: nowrap;
  position: relative;
  top: 14px;
}
.block-faq-link {
  padding: 96px 0;
  text-align: center;
}
.block-faq-link img {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .block-faq-link {
    padding: 36px 0 10px;
  }
  .block-faq-link img {
    margin-bottom: 20px;
  }
}

.block-contact-form {
  background-image: linear-gradient(to right, #71afd1, #9dcce0);
  padding: 48px 0;
}
@media only screen and (max-width: 767px) {
  .block-contact-form {
    padding: 36px 0;
  }
}
.block-contact-form__content {
  box-shadow: 8px 5px 10px rgba(0, 0, 0, 0.25);
  background: #fff;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .block-contact-form__content {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-contact-form__content {
    display: block;
  }
  .block-contact-form__content > a > img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}
.block-contact-form__content-text {
  text-align: center;
  width: 100%;
  padding: 28px 50px 40px;
}
@media only screen and (max-width: 767px) {
  .block-contact-form__content-text {
    padding: 0 0 36px 0;
  }
}
.block-contact-form__content-text h3 {
  text-align: center;
  position: relative;
}
.block-contact-form__content-text h3:before {
  content: "";
  background: #234872;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
}
.block-contact-form__content-text h3 span {
  font-size: 30px;
  font-family: "Noto Serif JP";
  color: #234872;
  background: url("../images/map.png") no-repeat center #fff;
  position: relative;
  z-index: 9;
  padding: 63px 35px;
  display: inline-block;
  letter-spacing: 6px;
}
@media only screen and (max-width: 767px) {
  .block-contact-form__content-text h3 {
    margin-top: 36px;
  }
  .block-contact-form__content-text h3 span {
    font-size: 24px;
    padding: 68px 14px;
  }
}
.block-contact-form__content-text p {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 32px;
  margin-bottom: 45px;
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .block-contact-form__content-text p {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 0 15px;
    margin-bottom: 0;
  }
}
.block-contact-form__contact {
  display: inline-block;
}
.block-contact-form__contact a {
  position: relative;
  padding-left: 83px;
  height: 48px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block-contact-form__contact a .small-text {
  font-size: 12px;
  font-family: "Noto Serif JP";
  color: #234872;
  display: block;
}
.block-contact-form__contact a .phone-text {
  font-size: 32px;
  font-family: "Times New Roman";
  color: #234872;
  line-height: 32px;
}
.block-contact-form__contact a .mail-text {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.block-contact-form__contact a .img-left {
  position: absolute;
  left: 40px;
}
.block-contact-form__contact a .img-right {
  position: absolute;
  right: 4px;
  bottom: 5px;
}
.block-contact-form__contact a:first-child {
  padding-right: 37px;
}
.block-contact-form__contact a:first-child .img-left {
  left: 25px;
}
.block-contact-form__contact a:last-child {
  background: #1c7ae5;
  padding-right: 45px;
}
@media only screen and (max-width: 767px) {
  .block-contact-form__contact a {
    float: none;
    margin-top: 24px;
    max-width: 288px;
    padding-left: 81px;
  }
  .block-contact-form__contact a:first-child {
    padding-right: 0px;
    text-align: left;
    padding-left: 74px;
  }
  .block-contact-form__contact a:first-child .img-left {
    left: 15px;
  }
}

.block-columns {
  padding: 67px 0 72px;
  background: #f3f8fc;
}
.block-columns__item {
  box-shadow: 8px 5px 10px rgba(0, 0, 0, 0.25);
  background: #fff;
  max-width: 100%;
  width: 336px;
  padding-bottom: 20px;
  position: relative;
  margin-right: 48px;
}
.block-columns__item:nth-child(3n) {
  margin-right: 0;
}
.block-columns__item .img-conner {
  position: absolute;
  right: 8.5px;
  bottom: 8.5px;
}
.block-columns__item a > img {
  min-height: 189px;
  width: 100%;
  object-fit: cover;
  height: 189px;
}
.block-columns__item.mb-36 {
  margin-bottom: 48px;
}
.block-columns__item.mb-36 a > img {
  min-height: 189px;
  width: 100%;
  object-fit: cover;
  height: 189px;
}
.block-columns__item .bottom-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 18px 5px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-columns__item .bottom-img {
    display: block;
  }
}
.block-columns__item .bottom-img > div {
  display: flex;
  align-items: center;
}
.block-columns__item .bottom-img span {
  color: #ffffff;
  font-size: 12px;
  background: #1c7ae5;
  border-radius: 20px;
  padding: 0 13px;
  line-height: 24px;
  display: inline-block;
  margin-right: 6px;
}
.block-columns__item .bottom-img p {
  margin: 0;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: bold;
}
.block-columns__item h3 {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: normal;
  padding: 0 13px 0 15px;
  line-height: 32px;
}
.block-columns__item a > span {
  padding: 0 18px;
  font-size: 12px;
  color: #1c7ae5;
  display: block;
}
.block-columns__item a > span > a {
  display: inline-block;
}
.block-columns__item > span {
  padding: 0 18px;
  font-size: 12px;
  color: #1c7ae5;
  display: block;
}
.block-columns__item > span > a {
  display: inline-block;
  color: #1c7ae5;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-columns__item {
    margin-left: 5px;
    margin-right: 5px;
    min-width: 336px;
  }
  .block-columns__item img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .block-columns__item {
    max-width: 100%;
    margin-bottom: 24px;
    width: 100%;
  }
  .block-columns__item.mb-36 {
    margin-bottom: 36px;
  }
  .block-columns__item:last-child {
    margin-bottom: 36px;
  }
  .block-columns__item a > img {
    width: 100%;
  }
  .block-columns__item .bottom-img {
    padding: 16px;
  }
  .block-columns__item h3 {
    line-height: 24px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .block-columns {
    padding: 36px 0;
  }
}

.block-customer-voice {
  padding: 67px 0 72px;
  background-image: linear-gradient(to right, #71afd1, #9dcce0);
}
@media only screen and (max-width: 767px) {
  .block-customer-voice .block-title {
    height: 72px;
  }
}
@media only screen and (min-width: 992px) {
  .block-customer-voice .container {
    padding: 0 22px;
    max-width: 1144px;
  }
}
@media only screen and (min-width: 992px) {
  .block-customer-voice .container .row {
    margin: 0 -22px;
  }
}
@media only screen and (min-width: 992px) {
  .block-customer-voice .container .row [class*=col-] {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.block-customer-voice__item-small {
  margin-bottom: 25px;
  background: #fff;
  box-shadow: 8px 5px 10px rgba(0, 0, 0, 0.25);
  padding: 24px 24px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .block-customer-voice__item-small {
    padding: 18px;
  }
}
.block-customer-voice__item-small:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-customer-voice__item-small:last-child {
    margin-bottom: 36px;
  }
}
.block-customer-voice__item-small .img-conner {
  position: absolute;
  right: 4px;
  bottom: 4px;
  margin-right: 0;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .block-customer-voice__item-small .img-conner {
    margin-bottom: 0px;
    right: 6px;
    bottom: 6px;
  }
}
.block-customer-voice__item-small > a {
  display: flex;
}
.block-customer-voice__item-small img {
  margin-right: 24px;
  width: 144px;
  height: 144px;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .block-customer-voice__item-small img {
    margin-bottom: 0px;
    width: 100px;
    height: 100px;
    margin-right: 18px;
  }
}
.block-customer-voice__item-small-content {
  width: 100%;
}
.block-customer-voice__item-small-content h3 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #4d4d4d;
  padding-bottom: 17px;
  border-bottom: 1px solid #234872;
}
.block-customer-voice__item-small-content .target-job {
  padding: 14px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #234872;
}
@media only screen and (max-width: 767px) {
  .block-customer-voice__item-small-content .target-job {
    padding: 3px 0;
  }
}
.block-customer-voice__item-small-content .target-job span:first-child {
  display: inline-block;
  min-width: 44px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background: #234872;
  font-size: 16px;
  margin-right: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-customer-voice__item-small-content .target-job span:first-child {
    font-size: 14px;
  }
}
.block-customer-voice__item-small-content .target-job span:last-child {
  font-size: 14px;
  color: #4d4d4d;
}
.block-customer-voice__item-big {
  margin-bottom: 0px;
  background: #fff;
  box-shadow: 8px 5px 10px rgba(0, 0, 0, 0.25);
  padding: 25px 24px;
  position: relative;
  display: block;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .block-customer-voice__item-big {
    padding: 18px;
  }
}
.block-customer-voice__item-big .img-new {
  position: absolute;
  top: 25px;
  left: -16px;
}
.block-customer-voice__item-big .img-conner {
  position: absolute;
  right: 4px;
  bottom: 4px;
  margin-right: 0;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .block-customer-voice__item-big .img-conner {
    margin-bottom: 0px;
    right: 6px;
    bottom: 6px;
  }
}
.block-customer-voice__item-big > div > img {
  width: 144px;
  height: 144px;
}
.block-customer-voice__item-big img {
  margin-right: 24px;
}
@media only screen and (max-width: 767px) {
  .block-customer-voice__item-big img {
    max-width: 100px;
    margin-bottom: 18px;
    margin-right: 18px;
    max-height: 100px;
  }
}
.block-customer-voice__item-big h4 {
  color: #234872;
  font-size: 20px;
  font-weight: bold;
  margin-top: 65px;
  margin-bottom: 53px;
}
@media only screen and (max-width: 767px) {
  .block-customer-voice__item-big h4 {
    margin-top: 0px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
.block-customer-voice__item-big .desc {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 33.5px;
}
@media only screen and (max-width: 767px) {
  .block-customer-voice__item-big .desc {
    line-height: 24px;
  }
}
.block-customer-voice__item-big-content {
  width: 100%;
}
.block-customer-voice__item-big-content h3 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #4d4d4d;
  padding-bottom: 17px;
  border-bottom: 1px solid #234872;
}
.block-customer-voice__item-big-content .target-job {
  padding: 14px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #234872;
}
.block-customer-voice__item-big-content .target-job span:first-child {
  display: inline-block;
  min-width: 44px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background: #234872;
  font-size: 16px;
  margin-right: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-customer-voice__item-big-content .target-job span:first-child {
    width: 57px;
    margin-right: 8px;
    font-size: 14px;
  }
}
.block-customer-voice__item-big-content .target-job span:last-child {
  font-size: 14px;
  color: #4d4d4d;
}
@media only screen and (max-width: 767px) {
  .block-customer-voice__item-big-content .target-job {
    padding: 3px 0;
  }
  .block-customer-voice__item-big-content h3 {
    line-height: 24px;
    height: 38px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .block-customer-voice {
    padding: 36px 0;
  }
}

.block-works {
  padding: 70px 0;
}
@media only screen and (max-width: 767px) {
  .block-works {
    padding: 36px 0;
  }
  .block-works .item-child:nth-child(n+9) {
    display: none;
  }
}
.block-works .container {
  max-width: 1230px;
}
@media only screen and (max-width: 767px) {
  .block-works .col-sm-4:last-child .block-works__item.mb-33 {
    margin-bottom: 44px !important;
  }
}
.block-works__item {
  text-align: center;
  margin-bottom: 55px;
}
.block-works__item h3 {
  font-weight: bold;
  font-size: 16px;
  color: #4d4d4d;
  margin-bottom: 5px;
  margin-top: 13px;
  line-height: 24px;
}
.block-works__item span {
  color: #4d4d4d;
  font-size: 16px;
  position: relative;
}
.block-works__item span.category {
  font-size: 12px;
  line-height: 24px;
  padding: 0 14px;
  background: #1C7AE5;
  border-radius: 12px;
  color: #FFFFFF;
  display: inline-block;
  margin-bottom: 23px;
}
@media only screen and (max-width: 767px) {
  .block-works__item span.category {
    margin-bottom: 20px;
  }
}
.block-works__item span.job {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #4D4D4D;
  display: block;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-works__item img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .block-works__item img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .block-works__item {
    margin-bottom: 25px;
  }
  .block-works__item:last-child {
    margin-bottom: 36px;
  }
  .block-works__item.mb-33 {
    margin-bottom: 33px !important;
  }
  .block-works__item img {
    max-width: 100%;
  }
  .block-works__item h3 {
    font-weight: 400;
    margin-bottom: 4px;
    margin-top: 0;
  }
}
.block-works__item.--box {
  width: 300px;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  text-align: left;
  padding-top: 25px;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  margin-bottom: 72px;
  min-height: 450px;
}
.block-works__item.--box:before {
  content: "";
  width: 103%;
  background: #fff;
  height: 80px;
  top: 0;
  left: -1%;
  position: absolute;
}
.block-works__item.--box div.box-pc {
  margin-left: -42px;
  margin-right: -42px;
}
.block-works__item.--box div.box-pc img {
  height: 219px;
  display: inline-block;
  width: 384px;
}
@media only screen and (max-width: 767px) {
  .block-works__item.--box div.box-pc img.pos {
    width: 264px !important;
    height: 187px !important;
    left: 42px;
  }
}
.block-works__item.--box h3 {
  text-align: center;
  margin-top: 3px;
}
.block-works__item.--box .tags {
  margin-bottom: 0;
  padding-right: 0px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
}
.block-works__item.--box .tags a {
  line-height: 14px;
  text-align: center;
  padding: 5px 10px;
  height: 24px;
  font-size: 12px;
  color: #1c7ae5;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 1px;
}
.block-works__item.--box .tags a:nth-child(n+2) {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .block-works__item.--box .tags a {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.block-works__item.--box .corner {
  position: absolute;
  right: 7px;
  bottom: 6px;
}
@media only screen and (max-width: 767px) {
  .block-works__item.--box {
    width: 262px;
    min-height: 421px;
    margin-bottom: 36px;
  }
  .block-works__item.--box h3 {
    padding: 0 20px;
    font-weight: bold;
    margin-top: 0;
    line-height: 21px;
    margin-bottom: 0;
  }
  .block-works__item.--box span.job {
    margin-bottom: 16px;
    line-height: 29px;
  }
}
.block-works__item .mobile {
  position: absolute;
  right: 11px;
  z-index: 3;
  bottom: 0px;
  margin: 0 !important;
}
.block-works__item .mobile img {
  width: auto !important;
  height: auto !important;
  position: relative;
  z-index: 3;
}
.block-works__item .mobile .pos2 {
  z-index: 2;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 66px !important;
  height: 150px !important;
  object-fit: cover;
  object-position: top;
}
.block-works__item .pos {
  z-index: 2;
  position: absolute;
  top: 12px;
  left: 43px;
  width: 298px !important;
  height: 187px !important;
  object-fit: cover;
  object-position: top;
}

.block-adverting {
  background: #f3f8fc;
  padding: 84px 0 73px;
}
@media only screen and (max-width: 767px) {
  .block-adverting {
    padding-bottom: 36px;
    padding-top: 36px;
  }
  .block-adverting .button-more {
    margin-top: 36px;
  }
}
.block-adverting .container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .block-adverting .container {
    overflow: hidden;
  }
}
.block-adverting .container > * {
  position: relative;
  z-index: 2;
}
.block-adverting .container .position {
  position: absolute;
  left: -110px;
  top: 127px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .block-adverting .container .position {
    left: -77px;
    top: 36px;
  }
}
@media only screen and (min-width: 992px) {
  .block-adverting .container .col-sm-6 {
    padding-left: 19.5px;
    padding-right: 19.5px;
  }
}
.block-adverting ul.list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-adverting ul.list li {
  font-size: 16px;
  color: #4d4d4d;
  line-height: 48px;
  border-bottom: 1px dashed #aaaaaa;
}
@media only screen and (max-width: 767px) {
  .block-adverting ul.list li {
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .block-adverting ul.list li:last-child {
    margin-bottom: 24px;
  }
}
.block-adverting__shape {
  width: 860px;
  max-width: 100%;
  min-height: 288px;
  background: #fff;
  display: inline-block;
  box-shadow: 8px 5px 10px rgba(0, 0, 0, 0.25);
  padding-top: 27px;
  text-align: left;
  margin: 43px auto 0;
}
@media only screen and (max-width: 767px) {
  .block-adverting__shape {
    padding-top: 24px;
    margin-top: 0;
    padding-left: 16px;
    padding-right: 16px;
    box-shadow: none;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    max-width: none;
  }
}
.block-adverting__shape h3 {
  padding-left: 50px;
  padding-top: 25px;
  color: #234872;
  font-weight: 300;
  font-size: 24px;
  border-right: 1px solid #234872;
  white-space: nowrap;
  padding-right: 50px;
  padding-bottom: 25px;
  margin-bottom: 0;
  line-height: 48px;
}
@media only screen and (max-width: 767px) {
  .block-adverting__shape h3 {
    padding: 0;
    font-weight: 400;
    text-align: center;
    padding-bottom: 15px;
    border-right: 0;
    border-bottom: 1px solid rgba(35, 72, 114, 0.501961);
    margin-bottom: 35px;
  }
  .block-adverting__shape h3 br {
    display: none;
  }
}
.block-adverting__shape ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 7px;
}
.block-adverting__shape ul li {
  float: left;
  color: #4d4d4d;
  margin-bottom: 28px;
  width: 28%;
  font-size: 16px;
  display: block;
  padding-left: 80px;
  background: url("../images/icon-check.png") no-repeat 48px;
}
.block-adverting__shape ul li:nth-child(3n) {
  width: 44%;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-adverting__shape ul li {
    padding-left: 48px;
    background: url("../images/icon-check.png") no-repeat 16px;
  }
}
@media only screen and (max-width: 767px) {
  .block-adverting__shape ul li {
    width: 50%;
    padding-left: 32px;
    background: url("../images/icon-check.png") no-repeat 0px 0px;
    margin-bottom: 24px;
  }
  .block-adverting__shape ul li:nth-child(3n) {
    width: 50%;
  }
}
.block-adverting__shape .note {
  background: #71AFD1;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 22px 37px 19px;
  margin-top: 34px;
}
@media only screen and (max-width: 767px) {
  .block-adverting__shape .note {
    padding: 24px 16px;
    margin-left: -16px;
    margin-right: -16px;
    margin-top: 0;
  }
}

.block-about-customer {
  padding-top: 60px;
  padding-bottom: 54px;
}
@media only screen and (max-width: 767px) {
  .block-about-customer {
    padding: 36px 0;
  }
}
.block-about-customer h3 {
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #234872;
  margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  .block-about-customer h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0em;
    color: #234872;
    margin-bottom: 24px;
  }
}
.block-about-customer ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  text-align: center;
}
.block-about-customer ul li {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #4D4D4D;
  max-width: 590px;
  line-height: 48px;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #ccc;
  text-underline-offset: 16px;
  border-bottom: 0;
  text-decoration-thickness: 1px;
  display: block;
  margin: auto;
}
.block-about-customer ul li a {
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #EA206C;
}
@media only screen and (max-width: 767px) {
  .block-about-customer ul {
    margin-bottom: 0;
  }
  .block-about-customer ul li {
    text-align: left;
  }
  .block-about-customer ul li a {
    text-align: left;
  }
}

.block-production {
  background: #F3F8FC;
  padding-top: 60px;
  padding-bottom: 97px;
}
@media only screen and (max-width: 767px) {
  .block-production {
    padding-top: 34px;
    padding-bottom: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-production .row.owl-carousel {
    display: flex;
    margin-left: 0;
  }
}
.block-production h2 {
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #234872;
  margin-bottom: 42px;
}
@media only screen and (max-width: 767px) {
  .block-production h2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 24px;
  }
}
.block-production__item {
  border-right: 1px solid #AAAAAA;
  border-bottom: 1px solid #AAAAAA;
  padding-bottom: 22px;
  padding-left: 21px;
  padding-right: 21px;
  position: relative;
}
.block-production__item:first-child:after {
  content: "";
  background: #F3F8FC;
  position: absolute;
  height: 1px;
  width: 21px;
  bottom: -1px;
  left: 0;
}
.block-production__item:last-child:after {
  content: "";
  background: #F3F8FC;
  position: absolute;
  height: 1px;
  width: 21px;
  top: -1px;
  right: 0;
}
.block-production__item:nth-child(4n) {
  border-right: 0;
}
.block-production__item:nth-child(n+5) {
  padding-top: 22px;
  padding-bottom: 0;
  border-bottom: 0px solid #AAAAAA;
}
@media only screen and (max-width: 767px) {
  .block-production__item {
    border: 0;
  }
}
.block-production__item a img {
  width: 100%;
  height: 145px;
  object-fit: cover;
}
.block-production__item a h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #234872;
  margin-top: 8px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .block-production__item a h3 {
    font-size: 18px;
  }
}
.block-production__item a p {
  font-size: 14px;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 0;
}

.block-report {
  padding-top: 55px;
  padding-bottom: 55px;
}
@media only screen and (max-width: 767px) {
  .block-report {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
.block-report .border-right {
  position: relative;
  border: 0 !important;
}
.block-report .border-right:after {
  height: 615px;
  width: 1px;
  background: rgba(35, 72, 114, 0.5);
  position: absolute;
  right: 0;
  content: "";
  top: 10px;
}
@media only screen and (max-width: 767px) {
  .block-report .border-right {
    border-right: 0;
    border-bottom: 1px solid rgba(35, 72, 114, 0.5);
    padding-bottom: 35px;
    margin-bottom: 36px;
  }
  .block-report .border-right:after {
    width: 100%;
    height: 1px;
    left: 0;
    top: 100%;
  }
}
.block-report img {
  max-width: 100%;
}
.block-report h3 {
  font-family: "Noto Serif JP";
  font-size: 24px;
  line-height: 42px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #234872;
  margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
  .block-report h3 {
    margin-bottom: 24px;
    letter-spacing: 0;
  }
}
.block-report ul {
  list-style: none;
  margin: 0;
  padding-left: 42px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-report ul {
    padding-left: 0;
  }
}
.block-report ul li {
  font-size: 14px;
  line-height: 28px;
  color: #4D4D4D;
  margin-bottom: 30px;
  padding-left: 35px;
  background: url("../images/comment.png") no-repeat 0 8px;
}
.block-report ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-report ul {
    padding-left: 0;
  }
  .block-report ul li {
    margin-bottom: 18px;
    padding-left: 25px;
    background-size: 20px;
  }
  .block-report ul li br {
    display: none;
  }
}

.block-job {
  padding-bottom: 96px;
  padding-top: 76px;
  background: #f3f8fc;
}
.block-job h2 {
  font-family: "Noto Serif JP";
}
.block-job .container {
  background: url("../images/bg-check.png") no-repeat left center;
  max-width: 1550px;
}
@media only screen and (max-width: 767px) {
  .block-job .container {
    background-position: -106px 90px;
  }
}
.block-job .list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 564px;
  max-width: 100%;
  display: inline-block;
}
.block-job .list li {
  font-size: 15px;
  line-height: 48px;
  text-decoration: underline;
  text-decoration-style: dashed;
  text-decoration-color: #ccc;
  text-underline-offset: 16px;
  color: #4D4D4D;
  text-align: left;
  text-decoration-thickness: 1px;
}
@media only screen and (max-width: 767px) {
  .block-job .list {
    margin-bottom: 32px;
  }
}
.block-job__shape {
  width: 1104px;
  max-width: 100%;
  min-height: 288px;
  background: #fff;
  display: inline-block;
  box-shadow: 8px 5px 10px rgba(0, 0, 0, 0.25);
  padding-top: 27px;
  text-align: left;
  margin: 56px auto 0;
}
.block-job__shape h3 {
  padding-left: 50px;
  padding-top: 25px;
  color: #234872;
  font-weight: 300;
  font-size: 24px;
  border-right: 1px solid #234872;
  white-space: nowrap;
  padding-right: 50px;
  padding-bottom: 25px;
  margin-bottom: 0;
  line-height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-job__shape h3 {
    border: 0;
  }
  .block-job__shape h3 br {
    display: none;
  }
}
.block-job__shape ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 7px;
  width: 25%;
  float: left;
}
.block-job__shape ul:nth-child(2n) {
  width: 23%;
  margin-left: 1%;
}
.block-job__shape ul:nth-child(4n) {
  width: 18%;
}
.block-job__shape ul:nth-child(3n) {
  width: 20%;
}
.block-job__shape ul li {
  color: #4d4d4d;
  margin-bottom: 25px;
  font-size: 16px;
  display: block;
  padding-left: 50px;
  background: url("../images/icon-check.png") no-repeat 18px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-job__shape ul {
    width: 23% !important;
  }
}
.block-job__shape .note {
  background: #77b3d3;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 28px 35px;
  margin-top: 19px;
}
@media only screen and (max-width: 767px) {
  .block-job__shape {
    margin-top: 0;
    padding: 24px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  }
  .block-job__shape h3 {
    padding: 0;
    font-weight: 400;
    font-size: 21.9554px;
    line-height: 48px;
    border-right: 0;
    border-bottom: 1px solid rgba(35, 72, 114, 0.501961);
    margin-bottom: 24px;
    padding-bottom: 16px;
  }
  .block-job__shape h3 br {
    display: none;
  }
  .block-job__shape ul {
    width: 60% !important;
    padding-top: 0;
    margin: 0 !important;
  }
  .block-job__shape ul:last-child {
    width: 40% !important;
  }
  .block-job__shape ul li {
    padding-left: 32px;
    margin-bottom: 16px;
    line-height: 16px;
    font-size: 12px;
    background: url("../images/icon-check.png") no-repeat 0px 0px;
    background-size: 16px 16px;
  }
  .block-job__shape ul li:last-child {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block-job {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .block-job .block-title {
    line-height: 48px;
    margin-bottom: 0;
    letter-spacing: 0;
  }
}

.block-target {
  padding: 60px 0 80px;
}
.block-target h2 {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 66.02px;
  line-height: 132px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #234872;
  margin-bottom: 25px;
}
.block-target h2 i {
  font-size: 52px;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .block-target h2 {
    font-size: 30px;
    padding-left: 12px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 36px;
  }
  .block-target h2 i {
    font-size: 22px;
  }
  .block-target h2.re {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .block-target {
    padding: 36px 0;
  }
  .block-target .box-img2 {
    overflow-x: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
  .block-target .box-img2 img {
    width: 98%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-target {
    padding: 36px 0;
  }
  .block-target .box-img2 {
    overflow-x: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
  .block-target .box-img2 img {
    max-width: 100%;
  }
}

.block-about-h {
  color: #fff;
  background-image: linear-gradient(to right, #71afd1, #9dcce0);
  padding-top: 62px;
  padding-bottom: 96px;
}
.block-about-h h2 {
  font-family: "Noto Serif JP";
  margin-bottom: 14px;
}
@media only screen and (max-width: 767px) {
  .block-about-h {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .block-about-h .block-title {
    margin-bottom: 24px;
    letter-spacing: 0;
  }
  .block-about-h .block-title.mb-xs-0 {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-about-h .row.owl-carousel {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .block-about-h .col-sm-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.block-about-h__desc {
  width: 626px;
  border-bottom: 1px dashed #fff;
  padding-bottom: 8px;
  display: block;
  text-align: center;
}
.block-about-h__item {
  background: #fff;
  box-shadow: 8px 5px 10px rgba(0, 0, 0, 0.25);
  padding: 0px 40px 30px;
  position: relative;
  margin-top: 48px;
  min-height: 637px;
}
.block-about-h__item a > span:first-child {
  position: relative;
  display: block;
  margin-left: -40px;
  margin-right: -40px;
}
.block-about-h__item a > span:first-child img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-about-h__item a > span:first-child {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.block-about-h__item a > span:first-child span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: 19.9628px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
.block-about-h__item h3 {
  font-size: 20px;
  margin-bottom: 25px;
  font-weight: 700;
  margin-top: 30px;
  color: #234872;
}
.block-about-h__item p {
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
  margin-bottom: 0;
  position: relative;
  z-index: 3;
}
.block-about-h__item .point {
  position: absolute;
  background: url("../images/point.png");
  width: 32px;
  height: 84px;
  top: 17px;
  left: -16px;
  color: #fff;
  font-family: "Times New Roman";
  font-size: 16px;
}
.block-about-h__item .point span {
  transform: rotate(90deg);
  display: block;
  white-space: nowrap;
  position: relative;
  top: 14px;
}
.block-about-h__item .number {
  color: #f3f8fc;
  font-size: 160px;
  font-family: "Times New Roman";
  position: absolute;
  top: 191px;
  right: 15px;
  z-index: 1;
  line-height: 108px;
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .block-about-h__item .number {
    font-size: 160px;
    width: auto;
    top: 133px;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-about-h__item {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 24px;
    min-height: auto;
    margin-top: 36px;
  }
  .block-about-h__item h3 {
    font-size: 20px;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
    position: relative;
    z-index: 3;
  }
  .block-about-h__item p {
    line-height: 24px;
    z-index: 2;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .block-faq .block-title-3 {
    margin-bottom: 24px;
  }
}
.block-faq__top ul {
  list-style: none;
  padding: 0;
  margin: 72px 0;
}
@media only screen and (max-width: 767px) {
  .block-faq__top ul.text-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}
.block-faq__top ul li {
  display: inline-block;
  float: left;
  margin-right: 11px;
  margin-left: 0px;
  margin-bottom: 12px;
}
.block-faq__top ul li a {
  font-size: 13px;
  line-height: 32px;
  text-align: center;
  height: 37px;
  padding: 4px 26px;
  border-radius: 20px;
  color: #234872;
  display: flex;
  align-items: center;
  background: #F5F5F3;
  font-family: "Inter";
}
@media only screen and (max-width: 767px) {
  .block-faq__top ul li a {
    height: 32px;
  }
}
.block-faq__top ul li a i {
  font-size: 25px;
  margin-right: 15px;
}
.block-faq__top ul li a.active {
  color: #FFFFFF;
  background: linear-gradient(90deg, #71AFD1 -11.54%, #9DCCE0 108.64%);
}
.block-faq__top ul li a:hover {
  color: #FFFFFF;
  background: linear-gradient(90deg, #71AFD1 -11.54%, #9DCCE0 108.64%);
}
.block-faq__top ul li a.works {
  padding: 5px 16px;
  height: 37px;
}
@media only screen and (max-width: 767px) {
  .block-faq__top ul li a.works {
    height: 32px;
    padding: 5px 16px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .block-faq__top ul {
    margin: 24px 0px 36px;
  }
  .block-faq__top ul li {
    margin-bottom: 12px;
  }
}
.block-faq__top h2 {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 63px;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  color: #234872;
}
@media only screen and (max-width: 767px) {
  .block-faq__top h2 {
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.2em;
  }
}
.block-faq__bot {
  margin-top: 48px;
  padding-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .block-faq__bot {
    padding-bottom: 12px;
    margin-top: 36px;
  }
}
.block-faq__bot .card {
  border: 0;
  margin-bottom: 24px;
}
.block-faq__bot .card:last-child {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .block-faq__bot .card:last-child {
    margin-bottom: 72px;
  }
}
.block-faq__bot .card-header {
  padding: 0;
  border: 0;
  background: none;
}
.block-faq__bot .card-header h5 button {
  border-radius: 30px;
  padding: 10px 24px;
  text-decoration: none;
  border: 0;
  font-size: 18px;
  line-height: 40px;
  color: #000000;
  width: 100%;
  font-weight: normal;
  text-align: left;
}
.block-faq__bot .card-header h5 button:hover {
  text-decoration: none;
}
.block-faq__bot .card-header h5 button:focus {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  .block-faq__bot .card-header h5 button {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 56px;
  }
}
@media only screen and (max-width: 767px) {
  .block-faq__bot .card-header h5 button {
    white-space: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    padding-right: 45px;
  }
}
.block-faq__bot .card-header h5 button {
  background: #CDDEEC;
}
.block-faq__bot .card-header h5 button img {
  position: absolute;
  right: 22px;
  top: 23px;
}
@media only screen and (max-width: 767px) {
  .block-faq__bot .card-header h5 button img {
    right: 10px;
    top: 31px;
  }
}
.block-faq__bot .card-header h5 button .fa-angle-down {
  display: none;
}
.block-faq__bot .card-header h5 button .fa-angle-down + .fa-angle-up {
  display: inline-block;
}
.block-faq__bot .card-header h5 button.collapsed {
  background: #F3F8FC;
}
.block-faq__bot .card-header h5 button.collapsed .fa-angle-down {
  display: inline-block;
}
.block-faq__bot .card-header h5 button.collapsed .fa-angle-down + .fa-angle-up {
  display: none;
}
.block-faq__bot .card-header h5 i {
  font-size: 24px;
  color: #234872;
}
.block-faq__bot .card-body {
  padding: 24px 98px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
}
.block-faq__bot .card-body p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-faq__bot .card-body {
    padding: 24px 0 12px;
  }
}

.block-company {
  padding-top: 48px;
}
.block-company.h72 {
  padding-top: 72px;
}
@media only screen and (max-width: 767px) {
  .block-company {
    padding-top: 36px;
  }
  .block-company.h72 {
    padding-top: 36px;
  }
}
.block-company__content {
  margin-top: 72px;
  padding: 47px 0 72px;
  background: #F3F8FC;
}
@media only screen and (max-width: 767px) {
  .block-company__content {
    padding-bottom: 40px;
    margin-top: 36px;
    padding-top: 36px;
  }
}
.block-company__content-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #000000;
  padding: 28px 0;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item {
    display: block;
  }
  .block-company__content-item:last-child p {
    margin-bottom: 0 !important;
  }
}
.block-company__content-item label {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item label {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-company__content-item label {
    min-width: 100px;
  }
}
.block-company__content-item-text {
  width: 905px;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  max-width: 100%;
}
.block-company__content-item-text > div {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item-text > div {
    display: block;
    margin-bottom: 40px;
  }
  .block-company__content-item-text > div p {
    margin-top: 6px;
  }
}
.block-company__content-item-text > div:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item-text > div .box-i {
    display: block;
    text-align: center;
  }
}
.block-company__content-item-text > div img {
  width: 192px;
  height: auto;
  object-fit: contain;
  margin-right: 52px;
  background: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item-text > div img {
    margin-right: 0;
  }
}
.block-company__content-item-text iframe {
  margin-top: 37px;
  margin-bottom: 37px;
  max-width: 100%;
  border: 0;
}
@media only screen and (max-width: 767px) {
  .block-company__content-item-text iframe {
    height: 171px;
    margin-top: 10px;
    margin-bottom: 33px;
  }
}
.block-company__youtube {
  padding: 72px 0;
  background: #f3f8fc;
}
@media only screen and (max-width: 767px) {
  .block-company__youtube {
    padding: 36px 0;
  }
  .block-company__youtube iframe {
    width: 100%;
    height: 194px;
  }
}
.block-company__youtube .block-title {
  margin-bottom: 52px;
  font-family: "Noto Serif JP";
}
@media only screen and (max-width: 767px) {
  .block-company__youtube .block-title {
    line-height: 32px;
    margin-bottom: 24px;
    letter-spacing: 0;
    font-size: 18px;
  }
}

.thumbail {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .thumbail {
    width: 100%;
    display: block;
  }
}
.thumbail > div {
  display: inline-block;
  background: url("../images/thumbnail.png");
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .thumbail > div {
    height: 202px;
    width: 357px;
    left: -6px;
  }
}
.thumbail > div > div {
  width: 160px;
  height: 160px;
  background-image: url("..//images/youtube-icon21.png");
  background-size: 160px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto auto;
  z-index: 10;
  transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .thumbail > div > div {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
}
.thumbail > div:hover > div {
  transform: scale(1.05);
}

@media only screen and (max-width: 767px) {
  .block-page-contact .block-title {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-contact {
    overflow: hidden;
  }
}
.block-page-contact__top {
  margin-top: 36px;
  position: relative;
  margin-bottom: 72px;
}
.block-page-contact__top > img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__top {
    margin-top: 15px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 36px;
  }
}
.block-page-contact__top-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(202, 222, 236, 0.6);
  z-index: 2;
  padding: 36px 96px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__top-content {
    padding: 36px 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-contact__top-content {
    padding: 0;
  }
}
.block-page-contact__top-content h3 {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 63px;
  /* or 175% */
  letter-spacing: 0.2em;
  color: #234872;
  margin-left: 33px;
  margin-bottom: 38px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__top-content h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 24px;
    margin-left: 0;
  }
}
.block-page-contact__top-content > div {
  background: #F3F8FC;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  width: 912px;
  max-width: 100%;
  height: 90px;
  justify-content: space-between;
  padding-left: 34px;
  padding-right: 24px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__top-content > div {
    height: auto;
    padding: 16px 16px 25px;
    display: block;
  }
}
.block-page-contact__top-content > div p {
  margin: 0;
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 63px;
  /* identical to box height, or 262% */
  text-align: center;
  letter-spacing: 0.2em;
  color: #234872;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__top-content > div p {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.2em;
    color: #234872;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-contact__top-content > div p {
    font-size: 16px;
  }
}
.block-page-contact__top-content > div > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding-left: 75px;
}
.block-page-contact__top-content > div > a .img-left {
  position: absolute;
  left: 15px;
}
.block-page-contact__top-content > div > a .small-text {
  font-size: 12px;
  font-family: "Noto Serif JP";
  color: #234872;
  display: block;
}
.block-page-contact__top-content > div > a .phone-text {
  font-size: 32px;
  font-family: "Times New Roman";
  color: #234872;
  line-height: 32px;
}
.block-page-contact__text {
  font-size: 16px;
  line-height: 32px;
  /* or 200% */
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__text {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 36px;
    padding-top: 8px;
    text-align: left;
  }
}
.block-page-contact__form {
  background: #F3F8FC;
  padding: 72px 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form {
    padding: 36px 0;
  }
}
.block-page-contact__form-content.confirm .item-form {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #AAAAAA;
}
.block-page-contact__form-content > .label-checkbox {
  margin-top: 72px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content > .label-checkbox {
    margin-top: 36px;
  }
}
.block-page-contact__form-content > .text-center > p {
  margin-bottom: 0;
}
.block-page-contact__form-content .item-form {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
}
.block-page-contact__form-content .item-form:nth-child(9) {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form {
    display: block;
    margin-bottom: 14px;
  }
}
.block-page-contact__form-content .item-form__label {
  display: flex;
  align-items: center;
  margin-right: 25px;
  width: 100%;
}
.block-page-contact__form-content .item-form__label > p {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__label > p {
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-contact__form-content .item-form__label {
    min-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__label {
    justify-content: left;
    margin-bottom: 13px;
  }
  .block-page-contact__form-content .item-form__label br {
    display: none;
  }
}
.block-page-contact__form-content .item-form__label span {
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #838383;
  border: 1px solid #838383;
  border-radius: 6px;
  width: 60px;
  margin-right: 10px;
}
.block-page-contact__form-content .item-form__label span.dark {
  background: #CDDEEC;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__label span {
    margin-right: 10px;
  }
}
.block-page-contact__form-content .item-form__label label {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #000000;
}
.block-page-contact__form-content .item-form__label label br {
  display: none;
}
.block-page-contact__form-content .item-form__label small {
  font-size: 12px;
}
.block-page-contact__form-content .item-form__input {
  min-width: 794px;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .block-page-contact__form-content .item-form__input span[data-name=your-province] {
    position: relative;
    width: 50%;
    display: inline-block;
  }
  .block-page-contact__form-content .item-form__input span[data-name=your-province]:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 11px;
    background: #f3f8fc;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__input span[data-name=your-province] {
    position: relative;
  }
  .block-page-contact__form-content .item-form__input span[data-name=your-province]:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 3px;
    background: #f3f8fc;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-contact__form-content .item-form__input span[data-name=your-province] {
    position: relative;
  }
  .block-page-contact__form-content .item-form__input span[data-name=your-province]:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    right: 5px;
    top: 11px;
    background: #f3f8fc;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-contact__form-content .item-form__input {
    min-width: calc(100vw - 270px);
  }
}
.block-page-contact__form-content .item-form__input > p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__input {
    width: 100%;
    min-width: auto;
  }
}
.block-page-contact__form-content .item-form__input .form-control {
  border: 1px solid #838383;
  padding: 0 16px;
  min-height: 56px;
  border-radius: 0;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__form-content .item-form__input .form-control {
    min-height: 43px !important;
    height: 43px !important;
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .block-page-contact__form-content .item-form__input select {
    position: relative;
    width: 290px;
  }
}
.block-page-contact__form-content .item-form__input textarea.form-control {
  padding-top: 12px;
  padding-bottom: 12px;
  height: 266px !important;
  background: #fff;
}
.block-page-contact__policy {
  padding: 72px 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__policy {
    padding: 36px 0;
  }
}
.block-page-contact__policy p {
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__policy p {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: left;
  }
}
.block-page-contact__policy .policy-left {
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
  padding-left: 95px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__policy .policy-left {
    padding-left: 0;
    line-height: 24px;
    word-break: break-all;
  }
}
.block-page-contact__policy .policy-box_shadow {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
  padding: 24px 24px;
  margin: 48px 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact__policy .policy-box_shadow {
    margin: 24px 0;
    padding: 16px;
    line-height: 24px;
  }
}
.block-page-contact .label-checkbox {
  font-size: 16px;
  line-height: 32px;
}
.block-page-contact .label-checkbox p {
  margin-bottom: 0;
}
.block-page-contact .label-checkbox .form-check-input {
  width: 20px;
  height: 20px;
  background-color: red !important;
}
.block-page-contact .label-checkbox .form-check-input:before {
  background-color: red !important;
}
.block-page-contact .label-checkbox .form-check-input:after {
  background-color: red !important;
}
.block-page-contact .label-checkbox small {
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  /* identical to box height, or 229% */
  margin-top: 8px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .label-checkbox small {
    padding-left: 20px;
  }
}
.block-page-contact .box-checkbox .form-check {
  padding-left: 32px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.block-page-contact .box-checkbox .form-check label {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .box-checkbox .form-check {
    padding-left: 0px;
  }
}
.block-page-contact .box-checkbox .col-sm-6:nth-child(2n) {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .box-checkbox .col-sm-6:nth-child(2n) {
    padding-left: 15px;
  }
}
.block-page-contact .box-checkbox .col-sm-6:nth-child(2n+1) .form-check {
  padding-left: 15px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .box-checkbox .col-sm-6:nth-child(2n+1) .form-check {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-contact .box-checkbox .col-sm-6:nth-child(2n+1) .form-check {
    padding-left: 0;
  }
}
.block-page-contact .box-checkbox label {
  margin-left: 12px;
  font-size: 15px;
  line-height: 32px;
  color: #333;
}
.block-page-contact .button-submit {
  margin-top: 48px;
  font-size: 16px;
  line-height: 32px;
  color: #1C7AE5;
  border: 1px solid #1C7AE5;
  width: 240px;
  height: 48px;
  cursor: pointer;
  text-align: center;
  background: url("../images/arrow.png") no-repeat 210px;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .button-submit {
    margin-top: 36px;
  }
}
.block-page-contact .button-submit2 {
  margin-top: 48px;
  cursor: pointer;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-page-contact .button-submit2 {
    margin-top: 36px;
  }
}

.thanks h4 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #1C7AE5;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .thanks h4 {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    /* or 150% */
    text-align: center;
    color: #1C7AE5;
    margin-top: 8px;
  }
}
.thanks p {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  width: 912px;
  display: inline-block;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .thanks p {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    /* or 200% */
    color: #000000;
  }
}

.form-control::-webkit-input-placeholder { /* Edge */
  color: #a6afb6;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #a6afb6;
}

.form-control::placeholder {
  color: #a6afb6;
}

.block-page-regulation {
  padding-top: 72px;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation {
    padding-top: 36px;
  }
}
.block-page-regulation .container {
  max-width: 1144px;
}
.block-page-regulation__text {
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 36px;
  }
}
.block-page-regulation h2 {
  font-family: "Noto Serif JP";
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation h2 {
    margin-bottom: 36px;
    letter-spacing: 0;
  }
}
.block-page-regulation__action {
  padding: 72px 0;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action {
    padding: 36px 0;
  }
}
.block-page-regulation__action .container {
  position: relative;
}
.block-page-regulation__action .container > * {
  position: relative;
  z-index: 2;
}
.block-page-regulation__action .container .position {
  position: absolute;
  left: -220px;
  top: 100px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .container .position {
    left: -129px;
    top: 114px;
  }
}
@media only screen and (min-width: 992px) {
  .block-page-regulation__action .container {
    padding: 0 20px;
    max-width: 1144px;
  }
}
@media only screen and (min-width: 992px) {
  .block-page-regulation__action .container .row {
    margin: 0 -24px;
  }
}
@media only screen and (min-width: 992px) {
  .block-page-regulation__action .container .row [class*=col-] {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.block-page-regulation__action.dark {
  background-color: #F3F8FC;
}
.block-page-regulation__action.dark:last-child {
  margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action.dark .row.mt-48 {
    margin-top: 24px !important;
  }
  .block-page-regulation__action.dark .row.mt-48 .text-sub {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 992px) {
  .block-page-regulation__action .col-sm-6 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.block-page-regulation__action .title-normal {
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  color: #234872;
  margin-bottom: 48px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .title-normal {
    font-size: 20px;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
}
.block-page-regulation__action .item-text {
  padding-left: 0px;
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}
.block-page-regulation__action .item-text:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  border-bottom: 1px dashed #AAAAAA;
  width: 654px;
  max-width: 100%;
  z-index: 8;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .item-text:before {
    left: 0;
  }
}
.block-page-regulation__action .item-text .text-p {
  font-size: 20px;
  font-weight: 700;
  color: #234872;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .item-text {
    padding-left: 0;
    line-height: 24px;
  }
  .block-page-regulation__action .item-text.no-border {
    padding-bottom: 0;
  }
}
.block-page-regulation__action .item-block1 {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 32px;
}
.block-page-regulation__action .item-block1.block4 {
  padding: 15px 40px;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .item-block1.block4 {
    padding: 15px 15px;
  }
}
.block-page-regulation__action .item-block1.block4 > div {
  padding: 15px;
  border: 2px dashed pink;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .item-block1.block4 > div {
    padding: 15px 0px;
    border: 2px dashed pink;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .item-block1 {
    padding-top: 24px;
    padding-bottom: 24px;
    height: auto;
    margin-top: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-regulation__action .item-block1 {
    padding-top: 24px;
    padding-bottom: 24px;
    height: auto;
    margin-top: 24px;
  }
}
.block-page-regulation__action .item-block1.mb-48 {
  margin-bottom: 23px;
  height: 224px;
  margin-top: 17px;
}
.block-page-regulation__action .item-block1.mb-48 h3 {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .item-block1.mb-48 {
    margin-bottom: 0px;
    padding-bottom: 12px;
    height: auto;
  }
  .block-page-regulation__action .item-block1.mb-48.last {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-regulation__action .item-block1.mb-48 {
    height: auto;
  }
}
.block-page-regulation__action .item-block1 .hashtag {
  padding: 0 24px;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .item-block1 .hashtag {
    padding: 0 16px;
  }
}
.block-page-regulation__action .item-block1 .hashtag span {
  font-size: 16px;
  line-height: 35px;
  display: inline-block;
  height: 36px;
  color: #000000;
  padding: 0 12px;
  border-radius: 18px;
}
.block-page-regulation__action .item-block1 .hashtag span:before {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  content: "";
  margin-right: 10px;
  background: #4d4d4d;
  display: inline-block;
  position: relative;
  top: -3px;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .item-block1 .hashtag span:last-child {
    margin-bottom: 0;
  }
}
.block-page-regulation__action .item-block1 .hashtag span.mr-144 {
  margin-right: 144px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-regulation__action .item-block1 .hashtag span.mr-144 {
    margin-right: 100px;
  }
}
.block-page-regulation__action .item-block1 .hashtag span.ml-66 {
  margin-left: 66px;
}
.block-page-regulation__action .item-block1 .hashtag span.mr-32 {
  margin-right: 32px;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-regulation__action .item-block1 .hashtag span.mr-32 {
    margin-right: 80px;
  }
}
.block-page-regulation__action .item-block1 .hashtag span.ml-31 {
  margin-left: 31px;
}
.block-page-regulation__action .item-block1 .hashtag span.mr-68 {
  margin-right: 68px;
}
.block-page-regulation__action .item-block1 .hashtag span.ml-68 {
  margin-left: 68px;
}
.block-page-regulation__action .item-block1 .hashtag span.mr-13 {
  margin-right: 13px;
}
.block-page-regulation__action .item-block1 .hashtag span.mr-54 {
  margin-right: 54px;
}
.block-page-regulation__action .item-block1 h3 {
  font-size: 18px;
  line-height: 24px;
  padding-left: 24px;
  color: #4D4D4D;
  margin-bottom: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .item-block1 h3 {
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 16px;
    padding: 0 16px;
  }
}
.block-page-regulation__action .item-block1 p {
  margin-bottom: 0;
  padding-left: 41px;
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .item-block1 p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
.block-page-regulation__action .title-sub {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  color: #234872;
  margin-top: 48px;
  margin-bottom: 16px;
}
.block-page-regulation__action .title-sub.subsub {
  font-size: 16px;
  line-height: 32px;
  color: #4d4d4d;
  margin-top: 48px;
  margin-bottom: 16px;
}
.block-page-regulation__action .title-sub.mt-69 {
  margin-top: 69px;
}
.block-page-regulation__action .title-sub.fs20 {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .title-sub {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    letter-spacing: 0;
  }
  .block-page-regulation__action .title-sub.mt-69 {
    margin-top: 24px;
  }
  .block-page-regulation__action .title-sub.fs20 {
    font-size: 16px;
  }
}
.block-page-regulation__action.block3 .title-sub {
  line-height: 36px;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action.block3 .title-sub {
    line-height: 24px;
  }
}
.block-page-regulation__action.block3 .text-sub-right {
  background: #F3F8FC;
  max-width: 1088px;
  margin-left: 16px;
}
.block-page-regulation__action.block3 .text-sub-right.mb-48 {
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action.block3 .text-sub-right.ml--16 {
    margin-left: 0;
  }
}
.block-page-regulation__action .text-sub {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .text-sub {
    line-height: 24px;
    margin-bottom: 16px;
  }
  .block-page-regulation__action .text-sub.mb-xs-0 {
    margin-bottom: 0;
  }
}
.block-page-regulation__action .text-sub-right {
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  padding: 53px 32px 17px 48px;
  min-height: 100px;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  margin-top: 24px;
}
.block-page-regulation__action .text-sub-right.mh-109 {
  min-height: 109px;
}
.block-page-regulation__action .text-sub-right.mh-109.mb-48 {
  margin-bottom: 48px;
}
.block-page-regulation__action .text-sub-right.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .text-sub-right {
    padding-left: 30px;
    padding-right: 16px;
    line-height: 24px;
    padding-bottom: 20px;
  }
}
.block-page-regulation__action .text-sub-right.dark {
  background: #F3F8FC;
}
.block-page-regulation__action .text-sub-right .point {
  position: absolute;
  background: url("../images/point.png");
  width: 32px;
  height: 84px;
  top: 16px;
  left: -16px;
  color: #fff;
  font-family: "Times New Roman";
  font-size: 16px;
}
.block-page-regulation__action .text-sub-right .point span {
  transform: rotate(90deg);
  display: block;
  white-space: nowrap;
  position: relative;
  top: 23px;
}
.block-page-regulation__action .text-sub-right .point2 {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  padding: 5px 13.5px;
  position: absolute;
  left: 32px;
  background: #234872;
  top: 15px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .text-sub-right .point2 {
    left: 20px;
  }
}
.block-page-regulation__action .text-sub-right h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #234872;
  margin-bottom: 8px;
}
.block-page-regulation__action .block-law {
  margin-top: 40px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
  background: #F3F8FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  padding: 24px 48px;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .block-law {
    padding: 24px 16px;
    display: block;
    margin-top: 24px;
    line-height: 24px;
  }
  .block-page-regulation__action .block-law.h3 {
    padding: 16px 16px;
  }
}
.block-page-regulation__action .block-law h3 {
  font-weight: 400;
  font-size: 23.9554px;
  line-height: 48px;
  color: #234872;
  padding-right: 24px;
  white-space: nowrap;
  margin-right: 24px;
  padding-top: 53px;
  padding-bottom: 53px;
  border-right: 1px solid rgba(35, 72, 114, 0.501961);
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .block-law h3 {
    border-right: 0;
    margin: 0 36px 24px;
    padding: 0 0 16px;
    text-align: center;
    border-bottom: 1px solid rgba(35, 72, 114, 0.501961);
  }
  .block-page-regulation__action .block-law h3 br {
    display: none;
  }
  .block-page-regulation__action .block-law h3.style1 {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    white-space: normal;
    margin-right: 0;
    margin-left: 0;
    text-align: left;
    position: relative;
    border: 0;
  }
  .block-page-regulation__action .block-law h3.style1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    background: rgba(35, 72, 114, 0.501961);
    height: 1px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-regulation__action .block-law h3 {
    font-size: 20px;
    white-space: normal;
  }
}
.block-page-regulation__action .list-table ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.block-page-regulation__action .list-table ul li {
  margin-top: 16px;
  border: 1px solid #95D8E9;
  background: #F3F8FC;
}
.block-page-regulation__action .list-table ul li span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  border-top: 1px solid #95D8E9;
  line-height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.block-page-regulation__action .list-table ul li span:first-child {
  border-top: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #234872;
}
@media only screen and (max-width: 767px) {
  .block-page-regulation__action .list-table ul li:first-child {
    margin-top: 0;
  }
}
.block-page-regulation__action table {
  margin-top: 48px;
  background: #F3F8FC;
  border: 1px solid #234872;
  margin-bottom: 0;
}
.block-page-regulation__action table th {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  border: 1px solid #234872;
  height: 48px;
  padding: 8px 32px;
  background: #234872;
}
.block-page-regulation__action table td {
  font-size: 16px;
  line-height: 32px;
  border: 1px solid #234872;
  color: #000000;
  height: 48px;
  padding: 8px 32px;
  background: #fff;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .item-text6 > div {
    margin-top: 10px;
  }
  .text-sub22 {
    margin-top: 10px;
  }
}
.block-works .mobile {
  position: absolute;
  right: 11px;
  z-index: 3;
  bottom: 0px;
  margin: 0 !important;
  overflow: hidden;
}
.block-works .mobile img {
  width: auto !important;
  height: auto !important;
  position: relative;
  z-index: 3;
}
.block-works .mobile .pos2 {
  z-index: 2;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 66px !important;
  height: auto !important;
  object-fit: cover;
  object-position: top;
}
.block-works .pos {
  z-index: 2;
  position: absolute;
  top: 12px;
  left: 43px;
  width: 298px !important;
  height: 187px !important;
  object-fit: cover;
  object-position: top;
}
@media only screen and (max-width: 767px) {
  .block-works .pos {
    width: 244px !important;
    height: 149px !important;
    left: 36px;
  }
}
.block-works.block-page-works .container {
  max-width: 1150px;
}
.block-works.block-page-works .container.w-1230 {
  max-width: 1230px;
}
.block-works.block-page-works .container .block-title {
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .block-works.block-page-works .container .block-title {
    margin-bottom: 36px;
  }
}
.block-works__content {
  background: #F3F8FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  min-height: 406px;
  padding-top: 72px;
  padding-left: 72px;
  padding-right: 126px;
  padding-bottom: 66px;
}
@media only screen and (min-width: 992px) {
  .block-works__content .ml--12 {
    margin-left: -12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-works__content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 35px;
    padding-bottom: 35px;
    min-height: auto;
  }
  .block-works__content img {
    max-width: 100%;
  }
}
.block-works__content h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  color: #4D4D4D;
}
@media only screen and (min-width: 992px) {
  .block-works__content h1 {
    margin-top: -11px;
  }
}
.block-works__content p.job {
  font-size: 14px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .block-works__content {
    padding: 36px 15px;
  }
  .block-works__content img {
    max-width: 100%;
  }
  .block-works__content h1 {
    line-height: 30px;
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .block-works__content p.job {
    margin-bottom: 8px;
  }
}
.block-works ul.action {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 392px;
  max-width: 100%;
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .block-works ul.action {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.block-works ul.action li {
  border-bottom: 1px dashed #AAAAAA;
  display: flex;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .block-works ul.action li {
    justify-content: space-between;
  }
}
.block-works ul.action li:last-child {
  border: 0;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-works ul.action li:last-child {
    padding-bottom: 0;
  }
}
.block-works ul.action li span {
  font-size: 14px;
  line-height: 40px;
  color: #4D4D4D;
  margin-right: 30px;
  min-width: 84px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .block-works ul.action li span {
    margin-right: 0;
    width: 108px;
  }
}
.block-works ul.action li a {
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #4D4D4D;
  border: 1px solid #4D4D4D;
  padding: 3px 8px 5px;
  border-radius: 15px;
  display: inline-block;
  margin-left: 18px;
  min-width: 120px;
}
.block-works ul.action li a.active {
  background: linear-gradient(#73b1d1 0%, #9acadf 100%);
  border: 0;
  padding: 4px 9px 6px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .block-works ul.action li a {
    min-width: 85px;
    margin-left: 16px;
    white-space: nowrap;
  }
}
.block-works .content-img {
  text-align: center;
  padding: 72px 0;
}
.block-works .content-img img {
  display: inline-block;
  max-width: 100%;
}
@media only screen and (min-width: 992px) {
  .block-works .content-img img#topPagePC {
    width: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .block-works .content-img {
    padding: 36px 0;
  }
}
.block-works .block-action-child {
  background: #F3F8FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 530px;
  height: 160px;
  text-align: center;
  padding-top: 5px;
  display: inline-block;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .block-works .block-action-child {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 36px;
    min-height: 185px;
    padding-top: 20px;
  }
}
.block-works .button-style1 {
  margin-top: 0;
}
.block-works .block-pagination nav {
  height: 38px;
}

.block-page-news {
  padding: 72px 0 67px;
}
@media only screen and (max-width: 767px) {
  .block-page-news {
    padding: 36px 0 31px;
  }
}
.block-page-news__item {
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 36px 48px;
  position: relative;
  width: 912px;
  display: inline-block;
  margin-bottom: 36px;
  max-width: 100%;
}
.block-page-news__item:hover {
  background: #F3F8FC;
}
.block-page-news__item:last-child {
  margin-bottom: 72px;
}
.block-page-news__item a {
  display: block;
}
.block-page-news__item .date {
  font-size: 16px;
  line-height: 38px;
  color: #838383;
  margin: 0;
}
.block-page-news__item h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
  margin: 0;
  min-height: 38px;
}
.block-page-news__item img {
  position: absolute;
  right: 8.5px;
  bottom: 8.5px;
}
@media only screen and (max-width: 767px) {
  .block-page-news__item {
    max-width: 100%;
    padding: 36px 15px;
  }
  .block-page-news__item .date {
    line-height: 32px;
  }
  .block-page-news__item h3 {
    line-height: 24px;
  }
  .block-page-news__item:last-child {
    margin-bottom: 36px;
  }
}
.block-page-news__title {
  background: #F3F8FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 36px 48px;
}
@media only screen and (max-width: 767px) {
  .block-page-news__title {
    padding: 36px 16px;
  }
}
.block-page-news__title h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  color: #4D4D4D;
  padding-bottom: 8px;
  border-bottom: 1px solid #D4D4D4;
}
@media only screen and (max-width: 767px) {
  .block-page-news__title h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
}
.block-page-news__title .date {
  font-size: 16px;
  line-height: 32px;
  color: #838383;
  margin-bottom: 0;
  height: 38px;
}
.block-page-news__content {
  font-size: 16px;
  line-height: 32px;
  padding: 48px 0;
  border-bottom: 1px solid #D4D4D4;
}
.block-page-news__content h1 {
  font-weight: 400;
  font-size: 31px;
  line-height: 62px;
  color: #234872;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .block-page-news__content h1 {
    font-size: 20px;
    line-height: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-news__content h1 {
    font-size: 20px;
    line-height: 62px;
  }
}
.block-page-news__content h2 {
  background: #F3F8FC;
  padding: 12px 15px;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  color: #4D4D4D;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .block-page-news__content h2 {
    font-size: 18px;
    line-height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-news__content h2 {
    font-size: 18px;
    line-height: 30px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
  }
}
.block-page-news__content h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  color: #4D4D4D;
  position: relative;
  padding-left: 36px;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 0;
}
.block-page-news__content h3:before {
  position: absolute;
  left: 0px;
  top: 12px;
  content: "";
  width: 24px;
  height: 24px;
  background-color: #234872;
}
@media only screen and (max-width: 767px) {
  .block-page-news__content h3 {
    font-size: 20px;
    line-height: 40px;
    padding-left: 10px;
  }
  .block-page-news__content h3:before {
    top: 11px;
    width: 20px;
    height: 20px;
    left: 20px;
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-news__content h3 {
    font-size: 20px;
    line-height: 40px;
    padding-left: 10px;
  }
  .block-page-news__content h3:before {
    top: 11px;
    width: 20px;
    height: 20px;
    left: 20px;
    display: none;
  }
}
.block-page-news__content h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 40px;
  padding-left: 23px;
  color: #4D4D4D;
  margin-bottom: 0;
  position: relative;
}
.block-page-news__content h4:before {
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  width: 8px;
  height: 41px;
  background: #234872;
}
@media only screen and (max-width: 767px) {
  .block-page-news__content h4 {
    font-size: 18px;
    line-height: 40px;
    padding-left: 22px;
  }
  .block-page-news__content h4:before {
    top: 5px;
    height: 31px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-news__content h4 {
    font-size: 18px;
    line-height: 40px;
    padding-left: 22px;
  }
  .block-page-news__content h4:before {
    top: 5px;
    height: 31px;
  }
}
.block-page-news__content h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #4D4D4D;
  background: #F7F7F7;
  padding: 10px 36px;
}
.block-page-news__content h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  padding: 10px 36px;
  color: #4D4D4D;
}
@media only screen and (max-width: 767px) {
  .block-page-news__content h6 {
    font-size: 14px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-news__content h6 {
    font-size: 14px;
    line-height: 28px;
  }
}
.block-page-news__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 36px;
}
.block-page-news__content ul li {
  font-size: 16px;
  line-height: 32px;
}
.block-page-news__content ol li {
  font-size: 16px;
  line-height: 32px;
}

.block-page-columns {
  padding-bottom: 67px;
}
@media only screen and (max-width: 767px) {
  .block-page-columns {
    padding-bottom: 31px;
  }
}
.block-page-columns .block-pagination {
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .block-page-columns .block-pagination {
    margin-top: 36px;
  }
}
.block-page-columns__top {
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  .block-page-columns__top {
    margin-bottom: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-columns__top .container {
    overflow: hidden;
  }
}
.block-page-columns__top ul {
  list-style: none;
  padding: 0;
  margin: 72px 0;
  display: flex;
}
.block-page-columns__top ul li {
  display: inline-block;
  float: left;
  margin-right: 11px;
  margin-bottom: 12px;
}
.block-page-columns__top ul li a {
  font-size: 13px;
  line-height: 32px;
  text-align: center;
  border-radius: 20px;
  color: #234872;
  display: flex;
  align-items: center;
  font-family: "Inter";
  background: #F5F5F3;
  padding: 5px 16px;
  height: 37px;
}
.block-page-columns__top ul li a i {
  font-size: 25px;
  margin-right: 15px;
}
.block-page-columns__top ul li a.active {
  color: #FFFFFF;
  background: linear-gradient(90deg, #71AFD1 -11.54%, #9DCCE0 108.64%);
}
.block-page-columns__top ul li a:hover {
  color: #FFFFFF;
  background: linear-gradient(90deg, #71AFD1 -11.54%, #9DCCE0 108.64%);
}
@media only screen and (max-width: 767px) {
  .block-page-columns__top ul {
    margin: 36px 0px 36px;
    display: block;
  }
  .block-page-columns__top ul li {
    margin-bottom: 12px;
  }
  .block-page-columns__top ul li a {
    height: 32px;
  }
}
.block-page-columns__top h2 {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 63px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #234872;
}
.block-page-columns__content {
  background: #F3F8FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-top: 72px;
  padding: 36px 48px;
}
@media only screen and (max-width: 767px) {
  .block-page-columns__content {
    margin-top: 36px;
    padding: 36px 16px;
  }
}
.block-page-columns__content h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  color: #4D4D4D;
  margin-bottom: 0;
  padding-bottom: 8px;
}
@media only screen and (max-width: 767px) {
  .block-page-columns__content h1 {
    font-size: 16px;
    line-height: 24px;
  }
}
.block-page-columns__content .category {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.block-page-columns__content .category span {
  color: #ffffff;
  font-size: 12px;
  background: #1c7ae5;
  border-radius: 20px;
  padding: 0 13px;
  line-height: 24px;
  display: inline-block;
  margin-right: 6px;
}
.block-page-columns__content .date {
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #838383;
  border-top: 1px solid #D4D4D4;
  padding-top: 8px;
}
.block-page-columns__content .date span {
  margin-left: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #1C7AE5;
}
.block-page-columns__content .date a {
  margin-right: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #1C7AE5;
}
.block-page-columns__content .date a:first-child {
  margin-left: 16px;
}
.block-page-columns__content2 {
  font-size: 16px;
  line-height: 32px;
  padding: 48px 0;
  border-bottom: 1px solid #D4D4D4;
}
.block-page-columns__content2 .heading-interview {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 48px;
  margin-bottom: 48px;
  padding: 0 96px;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .block-page-columns__content2 {
    padding: 36px 0;
  }
  .block-page-columns__content2 .heading-interview {
    margin-bottom: 36px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
}
.block-page-columns__content2 h1 {
  color: #234872;
  margin-bottom: 0px;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 4px solid #e9e9e9;
  padding: 0 0 10px 0;
  margin-top: 50px;
  line-height: 1.6;
  position: relative;
}
.block-page-columns__content2 h1:after {
  content: "";
  width: 100px;
  height: 4px;
  background: #234872;
  position: absolute;
  bottom: -4px;
  left: 0;
  margin: auto auto;
}
@media only screen and (max-width: 767px) {
  .block-page-columns__content2 h1 {
    font-size: 20px;
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-columns__content2 h1 {
    font-size: 20px;
  }
}
.block-page-columns__content2 h2 {
  color: #222;
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 18px;
  margin-top: 50px;
  line-height: 1.6;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}
.block-page-columns__content2 h2 > * {
  font-weight: 700;
}
.block-page-columns__content2 h2::after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #234872;
}
@media only screen and (max-width: 767px) {
  .block-page-columns__content2 h2 {
    font-size: 18px;
    margin-top: 25px;
    line-height: 1.4;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-columns__content2 h2 {
    font-size: 18px;
    margin-top: 25px;
    line-height: 1.4;
  }
}
.block-page-columns__content2 h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 48px;
  color: #222;
  position: relative;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 0px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .block-page-columns__content2 h3 {
    margin-top: 25px;
    line-height: 1.8;
    font-size: 16px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-columns__content2 h3 {
    margin-top: 25px;
    line-height: 1.8;
    font-size: 16px;
    padding-bottom: 5px;
  }
}
.block-page-columns__content2 h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
  margin-bottom: 0px;
  position: relative;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .block-page-columns__content2 h4 {
    margin-top: 25px;
    line-height: 1.4;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-columns__content2 h4 {
    margin-top: 25px;
    line-height: 1.4;
    font-size: 16px;
  }
}
.block-page-columns__content2 h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #4D4D4D;
  background: #F7F7F7;
  padding: 10px 36px;
  margin-bottom: 10px;
}
.block-page-columns__content2 img {
  margin-top: 36px;
}
@media only screen and (max-width: 767px) {
  .block-page-columns__content2 img {
    margin-top: 11px;
  }
}
.block-page-columns__content2 h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  padding: 10px 36px;
  color: #4D4D4D;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .block-page-columns__content2 h6 {
    font-size: 14px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .block-page-columns__content2 h6 {
    font-size: 14px;
    line-height: 28px;
  }
}
.block-page-columns__content2 p {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  color: #222;
  margin-bottom: 0px;
  margin-top: 14px;
  text-align: inherit;
  display: block;
  overflow: hidden;
}
.block-page-columns__content2 ul li {
  font-size: 16px;
  line-height: 32px;
  color: #000;
}
.block-page-columns__content2 ol li {
  font-size: 16px;
  line-height: 32px;
}

.block-page-voices {
  padding: 72px 0 67px;
}
.block-page-voices__item {
  width: 336px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 31px;
  margin-bottom: 72px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .block-page-voices__item {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
  }
}
.block-page-voices__item > a {
  display: block;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-page-voices__item > a {
    display: flex;
    align-items: center;
  }
  .block-page-voices__item > a > div {
    width: 100%;
  }
}
.block-page-voices__item img {
  width: 228px;
  height: 228px;
  border-radius: 20px;
  padding: 5px;
  box-sizing: content-box;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .block-page-voices__item img {
    width: 100px;
    height: 100px;
    margin-right: 10px;
  }
}
.block-page-voices__item img.img-conner {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 6px;
  right: 7px;
  border-radius: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .block-page-voices__item img.img-conner {
    right: -3px;
  }
}
.block-page-voices__item h3 {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  color: #4d4d4d;
  padding-bottom: 17px;
  border-bottom: 1px solid #234872;
  text-align: left;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .block-page-voices__item h3 {
    margin-bottom: 16px;
  }
}
.block-page-voices__item .target-job {
  padding: 14px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #234872;
  font-size: 14px;
  color: #4d4d4d;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .block-page-voices__item .target-job {
    padding: 3px 0;
  }
}
.block-page-voices__item .target-job span:first-child {
  display: inline-block;
  min-width: 44px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background: #234872;
  font-size: 16px;
  margin-right: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-page-voices__item .target-job span:first-child {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-voices__item .target-job span:last-child {
    font-size: 14px;
  }
}
.block-page-voices__item p {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 32px;
  color: #4D4D4D;
  margin-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
}
.block-page-voices__item p:last-child {
  margin-bottom: 0;
}
.block-page-voices__item p span {
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  color: #4D4D4D;
  width: 68px;
  height: 38px;
  border: 1px solid #4D4D4D;
  border-radius: 19px;
  display: inline-block;
  margin-right: 16px;
}
.block-page-voices__content {
  background: #F3F8FC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  min-height: 344px;
  padding: 53px;
  display: flex;
}
.block-page-voices__content img {
  width: 238px;
  height: 238px;
  object-fit: cover;
  margin-right: 53px;
  border-radius: 20px;
  padding: 5px;
  box-sizing: border-box;
}
.block-page-voices__content h1 {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  color: #4D4D4D;
  min-height: 80px;
}
.block-page-voices__content p {
  padding: 14px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #234872;
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 0;
}
.block-page-voices__content p:last-child {
  margin-bottom: 0;
}
.block-page-voices__content p span {
  display: inline-block;
  min-width: 44px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background: #234872;
  font-size: 16px;
  margin-right: 15px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-page-voices__content p span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-voices__content {
    display: block;
    padding: 31px 16px 36px;
    text-align: center;
  }
  .block-page-voices__content img {
    display: inline-block;
    margin: 0;
  }
  .block-page-voices__content > div {
    text-align: left;
  }
  .block-page-voices__content h1 {
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 16px;
    min-height: auto;
  }
  .block-page-voices__content p {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .block-page-voices {
    padding: 36px 0 31px;
  }
}
@media only screen and (min-width: 992px) {
  .block-page-voices .button-style1 {
    margin-bottom: 5px;
  }
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.box-pc {
  padding-bottom: 18px;
  position: relative;
}

.block-works .pos {
  height: auto !important;
}

.block-works__item.--box div img {
  position: relative;
  z-index: 9;
}

.block-works__item.--box div img.pos {
  position: absolute;
  z-index: 2;
}

.block-works .mobile {
  z-index: 10;
}

/*# sourceMappingURL=style.css.map */
