@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.2
*/
@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");
.home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1400px;
  margin: 0 auto;
  max-width: 96%;
}

@media (max-width: 767px) {
  .topinner {
    max-width: 84%;
  }
}
/* tinyMCE用に見出しをリセット */
.toppage h3,
.toppage h4,
.toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.toppage h3::before,
.toppage h3::after,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
  display: none;
}

/*==========================
	　mainimage
==========================*/
.mainimage {
  position: relative;
  margin-bottom: min(10%, 50px);
}

.mainimage .copy {
  position: absolute;
  right: 14%;
  top: auto;
  bottom: 11%;
  max-width: 18%;
}

/*-- スライダーの時 ------------*/
.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.slick-prev {
  /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }
  button.slick-next {
    right: 13.7%;
  }
}
@media screen and (max-width: 1200px) {
  button.slick-prev {
    left: 8%;
  }
  button.slick-next {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .mainimage .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
/*==========================
	汎用に使えるボタン
==========================*/
.link_btn,
.btn-style {
  text-align: center;
}

.link_btn a,
.btn-style a {
  background: #333333;
  width: 280px;
  max-width: 100%;
  padding: 0.8em 1.2em;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  line-height: 1.2;
  box-sizing: border-box;
  font-size: 20px;
  border-radius: 6px;
  position: relative;
  letter-spacing: 0.1em;
}

.link_btn a span,
.btn-style a span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.link_btn a::after,
.btn-style a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.3s;
}

.link_btn a:hover:after,
.btn-style a:hover:after {
  right: 13px;
  border-color: #fff;
}

.link_btn a:hover,
.btn-style a:hover {
  background: #004d80;
  color: #fff;
  cursor: pointer;
}

.under .link_btn a,
.under .btn-style a {
  width: auto;
  min-width: 280px;
}

/*==========================
	loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 255px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 255px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 255px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 400px;
  height: 255px;
  float: left;
  display: inline;
  overflow: hidden;
}

/*==========================
	　TOP コンテンツ
==========================*/
.top .mainblock a {
  text-decoration: none;
}

/*-- 新着情報 --------------*/
.sec_news {
  padding: 6em 0 3em;
}

.sec_news .h3_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}

.sec_news .h3_wrap h3 {
  font-weight: bold;
  font-size: 42px;
  font-family: brandon-grotesque, sans-serif;
  margin: 0;
}

.sec_news .h3_wrap h3 .sub {
  font-size: 20px;
  color: #333333;
  letter-spacing: 0;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 500;
  font-style: normal;
  margin-left: 1em;
}

.sec_news .h3_wrap .btn-style a {
  width: 120px;
  border-radius: 3px;
  padding: 0.2em 1.2em;
  font-size: 18px;
}

.sec_news .news {
  position: relative;
  box-sizing: border-box;
}

.sec_news .news dl {
  line-height: 1.3;
  border-top: 1px solid #dedede;
  margin: 0 0 2.5rem;
  display: flex;
  flex-flow: row wrap;
}

.sec_news .news dt {
  width: 13%;
  padding: 1.375rem 0;
  border-bottom: 1px solid #dedede;
  display: flex;
  flex-flow: row wrap;
  -ms-align-items: center;
  align-items: center;
}

.sec_news .news dd {
  width: 87%;
  margin-left: 0;
  padding: 1.375rem 0;
  border-bottom: 1px solid #dedede;
}

.news dd a {
  text-decoration: none;
  color: #333333;
  display: block;
}

.sec_news .news dd a:hover {
  text-decoration: underline;
}

.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.sec_news .news h3 {
  font-size: 30px;
  color: #162e85;
  line-height: 1.5;
  letter-spacing: 0.1em;
  position: relative;
  font-weight: bold;
  padding: 3px 10px 0 0;
  border-bottom: 1px solid #cecece;
  margin: 0 auto 10px;
  box-sizing: border-box;
  background: none;
  text-align: left;
  border-radius: 0;
}

.sec_news .news .btn {
  text-align: right;
}

.sec_news .news .btn a {
  font-size: 18px;
  display: inline-block;
  padding: 1px 15px 1px 0;
  text-decoration: none;
  text-align: right;
  color: #333333;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  position: relative;
}

.sec_news .news .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  transform: rotate(45deg);
  transition: 0.3s;
}

.sec_news .news .btn a:hover:after {
  right: 6px;
}

.sec_news .newscategory {
  font-size: 14px;
  color: #fff;
  background: #333333;
  display: table;
  padding: 2px 10px;
  letter-spacing: 0.05em;
  margin-bottom: 6px;
}

/*見出し*/
h2.midashi,
.top h2 {
  font-size: 64px;
  color: #333333;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 0.8em;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2.midashi span,
h2 span {
  display: block;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 600;
  font-style: normal;
}

body:not(.home) h2 span {
  display: inline-block;
  font-size: 32px;
  padding: 0 10px;
}

@media (max-width: 767px) {
  body:not(.home) h2 span {
    font-size: 22px;
  }
}
h2.midashi,
h2.midashi span {
  /* color: #fff; */
}

.top h3 {
  font-size: 24px;
  color: #333333;
  line-height: 1.3;
  margin: 6% auto 4%;
  text-align: center;
  font-weight: 600;
}

/*-- ボックスその他 --------------*/
.secWarks {
  margin: 6em 0 4em;
}
.secWarks h3 {
  text-align: left;
}
.secWarks .txt {
  color: #ccc;
}

section.secWarks .column {
  margin-bottom: 2em;
}

.secWarks .btn-style {
  margin-top: 2%;
}

.secSystem {
  padding: 6em 0 4em;
  background: #f5f5f5;
}

.secSystem .column {
  margin-bottom: 2em;
}

.secAbout {
  padding: 6em 0;
}

.secAbout h3 {
  font-size: 40px;
  text-align: left;
  margin-left: 10px;
}

.secAbout p {
  margin-left: 10px;
}

.secMessage {
  padding: 6em 0;
  text-align: center;
  background: #f5f5f5 url(img/message.png) no-repeat center center;
  margin-bottom: 0;
}

.secMessage .txt {
  text-align: center;
  clear: both;
  margin: 0 auto;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
}

.secMessage p {
  font-size: 19px;
  line-height: 2.4;
  margin-left: 2%;
  margin-right: 10%;
  text-align: left;
  vertical-align: top;
}

section.secMessage p:last-child {
  margin: 0;
}

.secBlog {
  padding: 6em 0;
}

/* blog ショートコード */
.bloglist.columns {
  justify-content: flex-start;
}

.bloglist .datetxt {
  color: #333333;
}

.bloglist .titletxt {
  font-size: 24px;
  color: #333333;
  line-height: 1.3;
  margin: 6% auto 4%;
  text-align: center;
  font-weight: 600;
  display: block;
  text-align: center;
}

.bloglist .thumb {
  display: block;
  position: relative;
  overflow: hidden;
  padding-top: 70%;
}

.bloglist .thumb img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  font-family: "object-fit: contain;";
}

.bloglist .newscontent {
  color: #333333;
  display: block;
}

.bloglist a:hover span {
  color: #999;
}

/********************************
	Responsive
*********************************/
@media screen and (min-width: 768px) {
  /* タブレットまで */
  /*================================
  	mainimage　が一枚画像の場合
  ================================*/
  /*   .mainimage{
        background: url(img/mainimage.jpg) no-repeat center / cover;
        height:500px;
    }
    */
  /*==========================
  	　TOP コンテンツ
  ==========================*/
  /*-- FLEX設定 --------------*/
  .columns {
    display: -moz-flex;
    display: flex;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .col_wrap {
    /*改行して組む場合*/
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*IE10*/
    -webkit-flex-wrap: wrap;
    /* Safari6.1以降 */
  }
  .columns.reverse {
    /*左右反転*/
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .columns .column {
    box-sizing: border-box;
    max-width: 48%;
    -webkit-box-flex-basis: 48%;
    flex-basis: 48%;
  }
  .columns.col50 .column {
    box-sizing: border-box;
    max-width: 50%;
    -webkit-box-flex-basis: 50%;
    flex-basis: 50%;
  }
  .columns.col3 {
    justify-content: flex-start;
  }
  .columns.col3 .column {
    max-width: 32.2%;
    -webkit-box-flex-basis: 32.2%;
    flex-basis: 32.2%;
    margin-right: 1.7%;
  }
  .columns.col3 .column:nth-of-type(3n) {
    margin-right: 0;
  }
  .columns.col4 .column {
    max-width: 23.5%;
    -webkit-box-flex-basis: 23.5%;
    flex-basis: 23.5%;
    margin-right: 2%;
  }
  .columns.col4 .column:nth-of-type(4n) {
    margin-right: 0;
  }
  /*-- ボックスその他 --------------*/
  .secAbout .col_txt {
    display: -moz-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding-left: 1em;
  }
  .secAbout .columns:nth-of-type(2) .col_txt {
    padding: 0 1em 0 0;
  }
  .secMessage {
    height: 690px;
    box-sizing: border-box;
  }
  .secMessage .txt {
    writing-mode: vertical-rl;
  }
  .secMessage .txt span.ttl {
    font-size: 34px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* 程よいブラウザサイズでメインイメージを縮小 */
  .secMessage p {
    line-height: 4vw;
  }
}
@media screen and (max-width: 1200px) {
  /*コンテンツが横幅いっぱいになったら*/
  .top h3 {
    font-size: 19px;
  }
  .secAbout h3 {
    font-size: 24px;
    margin-top: 0;
  }
  .bloglist .titletxt {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .top #contents,
  .top #aside {
    margin-bottom: 0;
  }
  /*==========================
  	　mainimage
  ==========================*/
  .mainimage,
  .slider {
    margin-bottom: 20px;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  /*==========================
  	ボタン
  ==========================*/
  /*==========================
  	loop
  ==========================*/
  .loopSlider {
    height: 100px;
  }
  .loopSlider ul {
    height: 100px;
  }
  .loopSlider ul li {
    width: 150px;
    height: 100px;
  }
  /*==========================
  	　TOP コンテンツ
  ==========================*/
  .sec_news .h3_wrap h3 {
    text-align: left;
    font-size: 30px;
  }
  .sec_news .h3_wrap h3 .sub {
    display: block;
    margin: 0;
    font-size: 16px;
  }
  .sec_news .news dt {
    padding-top: 1rem;
    padding-bottom: 5px;
    border-bottom: none;
    width: 100%;
  }
  .sec_news .news + .news {
    margin-top: 1.5em;
  }
  .sec_news .news dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1rem;
    font-size: 0.875rem;
  }
  /*-- 余白・背景 --------------*/
  .sec_news {
    padding: 2em 0;
  }
  .secWarks {
    margin: 2em 0 1em;
  }
  .secSystem {
    padding: 2em 0 1em;
  }
  .secAbout {
    padding: 2em 0;
  }
  .secMessage {
    padding: 5em 0 2em;
    background-size: 94% auto;
    background-position: center 20px;
  }
  .secBlog {
    padding: 2em 0 1em;
  }
  /*-- 見出し --------------*/
  .sec_news .news h3 {
    font-size: 24px;
  }
  h2.midashi,
  .top h2 {
    font-size: 36px;
    margin-bottom: 5%;
  }
  .secAbout h3 {
    font-size: 22px;
    margin-top: 6%;
  }
  /*-- ボックスその他 --------------*/
  .bloglist li {
    margin-bottom: 1.5em;
  }
  .secMessage p {
    line-height: 1.8;
    margin: 0 0 10%;
    text-align: center;
  }
  .secSystem .columns {
    padding: 0 4%;
  }
  .secSystem img {
    max-width: 80%;
  }
  .secMessage .txt span.ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  /* スマホ480px */
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}
/*easy-responsive-tab*/
#horizontalTab {
  position: relative;
}

ul.resp-tabs-list {
  padding: 0px;
  width: 100%;
  max-width: 100%;
  margin-bottom: 7%;
  overflow: hidden;
  clear: both;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  padding: 20px 5px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
  width: 33.3333%;
  text-align: center;
  color: #333333;
  box-sizing: border-box;
  background: #fff !important;
  border: 1px solid #333333;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}

.resp-tabs-list li:hover {
  background: #333333 !important;
  color: #fff !important;
}

.resp-tabs-list li:first-child {
  border-right: none;
}

.resp-tabs-list li:last-child {
  margin: 0;
  border-left: none;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tabs-list li.resp-tab-active {
  background: #333333 !important;
  color: #fff !important;
}

.resp-tab-active {
  border-bottom: none;
  background: #333333 !important;
  color: #fff !important;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

h2.resp-accordion {
  font-size: 13px;
  margin: 0px 0 10px;
  padding: 10px 15px;
  background: #f0f0f8 !important;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important;
  background: #202279 !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0 0 4px;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
  word-wrap: break-word;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
  border-top: 1px solid;
  border: 1px solid #5ab1d0 !important;
  border-left: 4px solid #5ab1d0 !important;
  margin-bottom: 4px !important;
  border-right: 1px #fff solid !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9b9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #f0f0f8 !important;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
  background-color: #f0f0f8 !important;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1;
  /* !important;*/
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #202279 !important;
}

h3.resp-accordion.hor_1 {
  display: none;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 767px) {
  /*    ul.resp-tabs-list {
        display: none;
    }*/
  .resp-tabs-list li {
    font-size: 12px;
    padding: 10px 5px;
  }
  h2.resp-accordion {
    display: block;
    background: #f0f0f8 !important;
  }
  h2.resp-tab-active {
    background-color: #202279 !important;
    color: #fff;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: 100px;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
/* --------------------------------------------- アニメーション*/
.anime_01 .column:nth-child(1) {
  transition: all 1s 0.5s;
  opacity: 0;
  transform: translateY(10px);
}

.anime_01 .column:nth-child(2) {
  transition: all 1s 1s;
  opacity: 0;
  transform: translateY(10px);
}

.anime_01 .column:nth-child(3) {
  transition: all 1s 1.5s;
  opacity: 0;
  transform: translateY(10px);
}

.anime_01 .column:nth-child(4) {
  transition: all 1s 2s;
  opacity: 0;
  transform: translateY(10px);
}

.anime_01 .column:nth-child(5) {
  transition: all 1s 2.5s;
  opacity: 0;
  transform: translateY(10px);
}

.anime_01 .column:nth-child(6) {
  transition: all 1s 3s;
  opacity: 0;
  transform: translateY(10px);
}

.anime_01 .column:nth-child(7) {
  transition: all 1s 3.5s;
  opacity: 0;
  transform: translateY(10px);
}

.anime_01 .column:nth-child(8) {
  transition: all 1s 4s;
  opacity: 0;
  transform: translateY(10px);
}

.anime_01 .column:nth-child(9) {
  transition: all 1s 4.5s;
  opacity: 0;
  transform: translateY(10px);
}

.anime_01.animated .column {
  opacity: 1;
  transform: translateY(0);
}

/* section_case */
.case_title .case_title_num {
  font-family: brandon-grotesque, sans-serif;
  font-size: 64px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-right: 14px;
}

.case_title_txt {
  display: inline-block;
}

.case_img p {
  margin-bottom: 1.25em;
}

.case_info p {
  line-height: 1.5;
}

.case_info .case_info_area {
  font-size: 14px;
  margin-bottom: 0;
}

.case_info .case_info_name {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 0.4em;
}

.case_info .case_info_url {
  font-size: 14px;
}

.case_content .case_content_title {
  background: none;
  color: inherit;
  font-size: 34px;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.8em;
  padding: 0;
}

.case_content .case_content_voice_title {
  border: none;
  border-top: 1px solid #eaeff4;
  display: block;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 1.6em;
  margin-top: 1.25em;
  padding: 0;
  padding-top: 1.38em;
}

.case_content .case_content_voice_title .en {
  font-family: brandon-grotesque, sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
}

.case_content .case_content_voice_title .jp {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .case_columns > * {
    flex: 1 1 auto;
    width: 100%;
  }
  .case_columns > *:not(:last-child) {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .case_title .case_title_num {
    font-size: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .case_info .case_info_area {
    font-size: 13px;
  }
  .case_info .case_info_name {
    font-size: 18px;
  }
  .case_info .case_info_url {
    font-size: 12px;
  }
  .case_content {
    padding-top: 20px;
  }
  .case_content .case_content_title {
    font-size: 26px;
  }
  .case_content .case_content_voice_title .en {
    font-size: 22px;
  }
}
/* section_kaizen */
.kaizen_wrap {
  margin-bottom: 60px;
}

.kaizen_wrap .dib {
  display: inline-block;
}

.kaizen_wrap .kaizen_box:not(:last-child) {
  margin-bottom: 80px;
}

.kaizen_box .kaizen_content_title {
  display: flex;
  align-items: center;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
}

.kaizen_content_title::before,
.kaizen_content_title::after {
  display: none;
}

.kaizen_content_title .kaizen_content_title_num {
  flex: 0 0 auto;
  width: 110px;
  height: 90px;
  border-radius: 50%;
  background: #ece053;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  font-family: brandon-grotesque, sans-serif;
  font-size: 48px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.05em;
  margin-right: 20px;
  margin-bottom: auto;
  padding-top: 20px;
  position: relative;
}

.kaizen_content_title .kaizen_content_title_num::before {
  position: absolute;
  content: "改善ポイント";
  top: 18px;
  left: 0;
  width: 100%;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0px;
  text-align: center;
  text-shadow: -1px -1px 0 #333, -1px 0 0 #333, -1px 1px 0 #333, 0 -1px 0 #333, 0 1px 0 #333, 1px -1px 0 #333, 1px 0 0 #333, 1px 1px 0 #333;
  color: #fff;
}

.kaizen_content_title .kaizen_content_title_txt {
  flex: 1 1 auto;
  display: block;
  font-size: 34px;
  line-height: 1.2;
}

.kaizen_content_title .kaizen_content_title_txt_sub {
  color: #0455a0;
  display: table;
  font-size: 24px;
  line-height: 1.2;
  padding-top: 4px;
}

.kaizen_content ul li {
  font-size: 20px;
  padding-left: 58px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  position: relative;
  border-bottom: 1px dashed #ddd;
}

.kaizen_content ul li::before {
  position: absolute;
  top: 0.45em;
  font-family: "Material Icons";
  content: "\e86c";
  font-size: 24px;
  left: 18px;
  color: #0455a0;
}

.kaizen_start {
  border-bottom: 4px dotted #333;
  border-top: 4px dotted #333;
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 60px;
  padding: 40px 20px 10px;
  position: relative;
  text-align: center;
}

.kaizen_start .kaizen_start_txt {
  margin-bottom: 0;
  padding-bottom: 70px;
  position: relative;
}

.kaizen_start_txt::after {
  position: absolute;
  font-family: "Material Icons";
  content: "\e5c5\e5c5\e5c5";
  font-size: 80px;
  letter-spacing: -0.25em;
  line-height: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #ece053;
}

@media screen and (min-width: 768px) {
  .kaizen_wrap .kaizen_box:nth-child(even) .kaizen_columns {
    flex-direction: row-reverse;
  }
  .kaizen_columns > * {
    flex: 1 1 auto;
    width: 100%;
  }
  .kaizen_wrap .kaizen_box:nth-child(odd) .kaizen_columns > *:not(:last-child) {
    margin-right: 4%;
  }
  .kaizen_wrap .kaizen_box:nth-child(even) .kaizen_columns > *:not(:last-child) {
    margin-left: 4%;
  }
  .kaizen_img p {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .kaizen_content_title .kaizen_content_title_num {
    width: 11vw;
    height: 9vw;
    line-height: 9vw;
    font-size: 4.8vw;
    margin-right: 2vw;
    padding-top: 2vw;
  }
  .kaizen_content_title .kaizen_content_title_num::before {
    font-size: 1.5vw;
    top: 1.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .kaizen_wrap {
    margin-bottom: 20px;
  }
  .kaizen_wrap .kaizen_box:not(:last-child) {
    margin-bottom: 40px;
  }
  .kaizen_content_title .kaizen_content_title_num {
    width: 70px;
    height: 58px;
    line-height: 58px;
    font-size: 32px;
    margin-right: 14px;
    padding-top: 12px;
  }
  .kaizen_content_title .kaizen_content_title_num::before {
    font-size: 10px;
    top: 10px;
  }
  .kaizen_content_title .kaizen_content_title_txt {
    font-size: 21px;
  }
  .kaizen_content_title .kaizen_content_title_txt_sub {
    font-size: 18px;
  }
  .kaizen_content ul li {
    font-size: 18px;
    padding-left: 40px;
  }
  .kaizen_content ul li::before {
    font-size: 20px;
    left: 10px;
  }
  .kaizen_start {
    font-size: 22px;
    margin-top: 40px;
    padding: 20px 10px 1px;
  }
  .kaizen_start .kaizen_start_txt {
    padding-bottom: 35px;
  }
  .kaizen_start_txt::after {
    font-size: 60px;
    bottom: -5px;
  }
}
/* price */
.section_price .dib {
  display: inline-block;
}

.columns_price > * {
  margin-bottom: 30px;
}

.price_box {
  border: 1px solid #0455a0;
}

.price_box .price_box_title {
  background: #0455a0;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.01em;
  margin: 0;
  padding: 0;
  padding: 20px;
  text-align: center;
}

.price_box .price_box_title::before,
.price_box .price_box_title::after {
  display: none;
}

.price_box_content {
  padding: 30px 10%;
}

.price_box_wide .price_box_content {
  padding-left: 3.3%;
  padding-right: 3.3%;
}

.price_box_content p {
  margin-bottom: 0.5em;
}

.price_box_content_title,
.price_box_price {
  text-align: center;
}

.price_box_price {
  color: #0455a0;
  font-size: 30px;
  font-feature-settings: "palt";
}

.price_box_content .price_box_price {
  margin-bottom: 0.25em;
}

.price_box_price .yen {
  font-size: 0.5em;
}

.price_box_content_subtext {
  font-size: 0.88em;
}

.price_box_content_txtlist {
  margin-top: 20px;
}

.price_box_content_txtlist li {
  font-feature-settings: "palt";
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 0.5em;
  padding-left: 1em;
  position: relative;
}

.price_box_content_txtlist li::before {
  position: absolute;
  content: "";
  top: 0.55em;
  left: 0.25em;
  width: 0.3em;
  height: 0.3em;
  border-radius: 50%;
  background: #0455a0;
}

.price_box_content_inner:not(:first-child) {
  border-top: 1px solid #eaeff4;
  margin-top: 25px;
  padding-top: 30px;
}

.price_box_content_bg {
  background: #f5f5f5;
  margin-top: 30px;
  padding: 30px 0;
  position: relative;
}

.price_box_content_bg::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 0;
  border-color: #0454a0 transparent transparent transparent;
  top: 0;
  left: 0;
}

.price_box_content_bg_inner {
  padding-left: 30px;
  padding-right: 30px;
}

.price_box_content_subtitle {
  color: #0455a0;
  font-size: 24px;
  text-align: center;
}

.price_box_content_column02 .price_box_content_subtitle {
  margin-bottom: 2em;
}

.price_box_content_txt_big {
  font-size: 1.1em;
  line-height: 1.75;
}

.price_box_content_txt_small {
  font-size: 0.8em;
  line-height: 1.75;
  padding-top: 1.5em;
}

.price_box_content_pricelist li {
  border-bottom: 1px solid #dce2e9;
  padding-top: 1em;
  padding-bottom: 1px;
}

@media screen and (min-width: 768px) {
  .columns_price {
    flex-wrap: wrap;
  }
  .columns_price > * {
    width: 100%;
  }
  .columns_price > .price_box_wide {
    flex: 1 1 auto;
    width: 100%;
    margin-right: 0;
  }
  .price_box_content_columns {
    display: block;
  }
  .price_box_content_column01,
  .price_box_content_column02 {
    flex: 1 1 auto;
  }
  .price_box_content_pricelist li {
    display: flex;
    justify-content: space-between;
  }
  .price_box_content_pricelist > * {
    flex: 1 1 auto;
  }
  .price_box_content_list_txt {
    margin-right: 20px;
  }
  .price_box_content_pricelist li .price_box_price {
    text-align: right;
  }
}
@media screen and (min-width: 1000px) {
  .columns_price > * {
    flex: 0 0 32%;
    margin-bottom: 40px;
  }
  .columns_price > *:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .columns_price > *:not(.price_box_wide) {
    max-width: calc(32% - 2px);
  }
  .price_box_content_columns {
    display: flex;
  }
  .price_box_content_column01 {
    flex: 0 0 60%;
    margin-right: 2%;
  }
  .price_box_content_column02 {
    flex: 0 0 38%;
  }
}
@media only screen and (max-width: 767px) {
  .price_box .price_box_title {
    font-size: 20px;
  }
  .price_box_price {
    font-size: 26px;
  }
  .price_box_content {
    padding: 22px 15px 15px;
  }
  .price_box_content_inner:not(:first-child) {
    margin-top: 15px;
    padding-top: 20px;
  }
  .price_box_content_bg {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .price_box_content_bg_inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .price_box_content_subtitle {
    font-size: 21px;
  }
  .price_box_content_column02 .price_box_content_subtitle {
    margin-bottom: 1em;
  }
  .price_box_content_txt_big {
    font-size: 1.05em;
  }
  .price_box_content_pricelist .price_box_price {
    display: block;
    text-align: left;
  }
  .price_box_content_txt_small {
    padding-top: 0.75em;
  }
}
.box_block {
  background: #fff;
  padding: 20px 30px;
  margin: 20px 0 30px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}

@media (min-width: 1225px) {
  .box_block {
    padding: 50px 60px;
    margin: 50px 0 60px;
  }
}
.box_block p:last-child {
  margin-bottom: 0;
}

.box_block .box_block_ttl {
  background: #4083b5;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  position: relative;
  margin-top: 0;
  border: 0;
}

@media (min-width: 1225px) {
  .box_block .box_block_ttl {
    font-size: 24px;
  }
}
.box_block .box_block_ttl:before {
  display: none;
}

.box_block .box_block_ttl:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #4083b5 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  background: none;
}

.box_block span {
  color: #fff;
}

.js-scrollable {
  margin: 0 0 8%;
  position: relative;
  overflow: auto;
}

.r_table {
  border-spacing: 0;
  margin: 0 auto;
  max-width: 894px;
  width: 100%;
}

@media (max-width: 767px) {
  .r_table {
    margin: 0 0 0;
    width: 650px;
    overflow-x: scroll;
  }
}
.r_table tr:nth-child(2n+1) {
  background: #fafbfc;
}

.r_table tr th {
  padding: 0 10px 20px;
  border-bottom: 2px solid #e4e4e4;
}

.r_table tr th .r_table_tit_01 {
  background: #77797a;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
}

.r_table tr th .r_table_tit_02 {
  background: #4083b5;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
}

.r_table tr td {
  border-right: 2px solid #e4e4e4;
  text-align: center;
  border-bottom: 2px solid #e4e4e4;
  border-left: 2px solid #e4e4e4;
  width: 26%;
  background: #f0f2f4;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
}

.r_table tr td:not(:last-child) {
  border-right: none;
  border-left: 2px solid #e4e4e4;
}

.r_table tr td:not(:first-child) {
  width: 37%;
  background: inherit;
  padding: 30px;
}

@media (max-width: 1224px) {
  .r_table tr td:not(:first-child) {
    width: 37%;
    padding: 5%;
  }
}
.r_table tr td .r_table_icon {
  width: 100%;
}

.r_table tr td .r_table_icon img {
  width: auto;
  height: 28px;
}

.r_table tr td .r_table_txt {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0;
  padding: 15px 0 0;
}

.r_table tr td .r_table_txt .r_table_txt_span {
  font-weight: bold;
  border-bottom: 2px solid #ece053;
  padding: 0 0 2px;
}

.r_box_03 {
  margin: 40px 0 0;
  background: #fff;
  padding: 50px 40px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
}

@media (max-width: 767px) {
  .r_box_03 {
    margin: 6% 0 0;
    padding: 6%;
  }
}
.r_box_03 h4 {
  background: #333333;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  position: relative;
}

@media (max-width: 767px) {
  .r_box_03 h4 {
    padding: 5%;
    font-size: 18px;
  }
}
.r_box_03 h4::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

@media (max-width: 767px) {
  .r_box_03 h4::after {
    bottom: -14px;
    border-width: 15px 10px 0 10px;
  }
}
.r_box_03 .r_p {
  margin: 50px 0 0;
}

@media (max-width: 767px) {
  .r_box_03 .r_p {
    margin: 8% 0 0;
  }
}
* {
  box-sizing: border-box;
}

.scrollable_txt {
  font-weight: bold;
  text-align: center;
  display: block;
}

@media (min-width: 768px) {
  .scrollable_txt {
    display: none !important;
  }
}
.r_box_02 {
  display: flex;
  -moz-column-gap: 4%;
  column-gap: 4%;
  justify-content: center;
  margin: 0 0 60px;
}

@media (max-width: 767px) {
  .r_box_02 {
    flex-direction: column;
    margin: 0 0 8%;
  }
}
.r_box_02 .r_box_02_box {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  background: #fff;
  width: 400px;
  padding: 25px 20px;
}

@media (max-width: 767px) {
  .r_box_02 .r_box_02_box {
    width: 100%;
    padding: 6%;
    margin: 0 0 8%;
  }
}
.r_box_02 .r_box_02_box::after {
  content: "など";
  display: block;
  text-align: right;
  font-size: 16px;
  padding: 0 1em 0 0;
}

@media (max-width: 767px) {
  .r_box_02 .r_box_02_box::after {
    font-size: 14px;
  }
}
.r_box_02 .r_box_02_box .r-ttl {
  background: #4083b5;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  line-height: 1.7;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .r_box_02 .r_box_02_box .r-ttl {
    font-size: 18px;
    padding: 4%;
  }
}
.r_box_02 .r_box_02_box ul {
  margin: 1em 0 1em 1em;
}

.r_box_02 .r_box_02_box ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

@media (max-width: 767px) {
  .r_box_02 .r_box_02_box ul li {
    font-size: 15px;
  }
}
.r_box_02 .r_box_02_box ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 50%;
  display: inline-block;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
}

@media (max-width: 767px) {
  .spbr {
    display: block;
  }
}
@media (min-width: 768px) {
  .pcbr {
    display: block;
  }
}
.box_block02 {
  background: #fff;
  padding: 20px 30px;
  margin: 20px 0 30px;
  text-align: center;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.1));
}

@media (min-width: 1225px) {
  .box_block02 {
    padding: 50px 60px;
    margin: 50px 0 60px;
  }
}
.box_block02 .box_block02_ttl {
  font-weight: bold;
  color: #fff;
  background: #4083b5;
  text-align: center;
  padding: 10px;
  margin: 0 auto 10px;
  font-size: 20px;
  position: relative;
}

@media (min-width: 1225px) {
  .box_block02 .box_block02_ttl {
    font-size: 24px;
  }
}
.box_block02 .box_block02_ttl:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #4083b5 transparent transparent transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
  background: none;
}

.box_block02 .box_block02_ttl:before {
  display: none;
}

.box_block02 .box_block02_ttl span {
  color: #fff;
}

.box_block02 ul li {
  border-bottom: 2px solid #ebebeb;
  font-size: 16px;
  text-align: center;
  padding: 20px;
  position: relative;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .box_block02 ul li {
    text-align: left;
    padding: 6% 0 6% 30px;
    font-size: 15px;
  }
}
.box_block02 ul li:before {
  content: url(img/icon_r_a.svg);
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0%;
}

@media (min-width: 768px) {
  .box_block02 ul li:before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .box_block02 ul li:before {
    width: 20px;
    height: 20px;
    top: 1.5em;
  }
}
.box_block02 .box_block02_txt {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  position: relative;
  margin: 20px auto 0;
  padding: 40px 0 0;
  display: table;
}

@media (max-width: 1224px) {
  .box_block02 .box_block02_txt {
    font-size: 16px;
    margin: 20px auto 0;
  }
}
.box_block02 .box_block02_txt::before {
  content: "";
  border-top: solid 3px #333333;
  border-right: solid 3px #333333;
  transform: rotate(135deg);
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 50%;
}

@media (max-width: 1224px) {
  .box_block02 .box_block02_txt::before {
    width: 12px;
    height: 12px;
  }
}
.box_block02 .box_block02_txt::after {
  content: "";
  background: #333333;
  height: 4px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1224px) {
  .box_block02 .box_block02_txt::after {
    width: 100%;
    margin: 4% auto 0;
  }
}
.interview_block {
  background: #f5f5f5;
  padding: 20px 20px 40px;
}

@media (min-width: 1225px) {
  .interview_block {
    padding: 50px;
  }
}
.interview_block .c-title {
  margin-bottom: 15px;
}

@media (min-width: 1225px) {
  .interview_block .c-title {
    margin-bottom: 25px;
  }
}
.interview_block .c-title .ul_ttl {
  width: 100%;
  display: flex;
  font-family: "Oswald", sans-serif;
  border: solid 1px #fff;
}

.interview_block .c-title .ul_ttl .c-number {
  background: #333333;
  color: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
  width: 120px;
}

.interview_block .c-title .ul_ttl .c-number .case {
  display: table;
  border-bottom: solid 2px #fff;
}

.interview_block .c-title .ul_ttl .c-number .num {
  font-size: 40px;
  padding: 0 10px;
}

.interview_block .c-title .ul_ttl .clinic_name {
  background: #ece053;
  width: calc(100% - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

@media (min-width: 1225px) {
  .interview_block .c-title .ul_ttl .clinic_name {
    font-size: 22px;
  }
}
.interview_block .main_image,
.interview_block .clinic_info,
.interview_block .lead {
  margin-bottom: 15px;
}

@media (min-width: 1225px) {
  .interview_block .main_image,
  .interview_block .clinic_info,
  .interview_block .lead {
    margin-bottom: 30px;
  }
}
.interview_block .interview_slide_box {
  padding: 10px;
}

@media (min-width: 1225px) {
  .interview_block .interview_slide_box {
    padding: 20px;
  }
}
.interview_block .interview_slide_box .wrap {
  background: #fff;
  padding: 20px;
}

@media (min-width: 1225px) {
  .interview_block .interview_slide_box .wrap {
    padding: 40px;
  }
}
@media (min-width: 768px) {
  .interview_block .clinic_info {
    background: #ccc;
    padding: 15px;
  }
}
@media (min-width: 1225px) {
  .interview_block .clinic_info {
    padding: 30px;
  }
}
.interview_block .clinic_info figure {
  width: 130px;
  height: 130px;
  text-align: center;
}

@media (max-width: 767px) {
  .interview_block .clinic_info figure {
    margin: 0 auto 1em;
  }
}
.interview_block .clinic_info figure img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .interview_block .clinic_info .sp_d_name {
    display: none;
  }
}
@media (max-width: 767px) {
  .interview_block .clinic_info .sp_d_name {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .interview_block .clinic_info {
    display: flex;
    align-items: center;
    -moz-column-gap: 3%;
    column-gap: 3%;
  }
}
.interview_block .clinic_info .information li:not(:last-child) {
  margin-bottom: 10px;
}

.interview_block .clinic_info .information .d_name {
  font-size: 130%;
  font-weight: bold;
}

.interview_block .clinic_info .information .url a {
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: #333333;
}

.interview_block .clinic_info .information .url a:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 10px);
  margin: auto;
  background: url(img/icon_link_blue.svg) no-repeat center/cover;
}

.interview_block .clinic_info .information .url a:hover {
  text-decoration: underline;
}

.interview_block .lead {
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 1225px) {
  .interview_block .lead {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .interview_block .lead {
    background: #eeeeee;
    padding: 15px;
  }
}
.interview_block .lead p {
  margin-bottom: 15px;
}

.interview_block .lead p:last-child {
  margin-bottom: 0;
}

.interview_block .button a {
  display: block;
  border: solid 1px #333333;
  padding: 15px 10px;
  color: #333333;
  text-decoration: none;
  text-align: center;
}

.interview_block .button a .blank {
  position: relative;
}

.interview_block .button a .blank:after {
  content: "";
  background: url(img/icon_link_blue.svg) no-repeat center/cover;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(100% + 10px);
  margin: auto;
}

.interview_block .slide-arrow.prev-arrow.slick-arrow img,
.interview_block .slide-arrow.next-arrow.slick-arrow img {
  width: 15px;
  height: 30px;
}

.interview_block .slick-dots {
  bottom: -60px;
}

@media (max-width: 1224px) {
  .interview_block .slick-dots {
    bottom: -50px;
  }
}
.interview_block .slick-dots li button {
  width: 40px;
  height: 40px;
}

.interview_block .slick-dots li button:before {
  font-size: 40px;
}

.interview_block .slide-arrow.next-arrow.slick-arrow {
  position: absolute;
  right: 10vw;
  bottom: -5%;
  z-index: 10;
  cursor: pointer;
}

.interview_block .slide-arrow.prev-arrow.slick-arrow {
  position: absolute;
  left: 10vw;
  bottom: -5%;
  z-index: 10;
  cursor: pointer;
}

#toc_container {
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

@media (min-width: 768px) {
  #toc_container {
    width: 70%;
  }
}
@media (min-width: 1225px) {
  #toc_container {
    padding: 40px;
  }
}
#toc_container p.toc_title + ul.toc_list li a {
  padding-left: 20px;
  position: relative;
}

#toc_container p.toc_title + ul.toc_list li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #4083b5;
  position: absolute;
  top: 0.2em;
  left: 0;
}

.secLans {
  padding: clamp(30px, 5.333px + 3.212vw, 67px) 0 clamp(40px, 0px + 5.208vw, 100px);
  position: relative;
}

.secLans:before {
  content: "";
  background: #f5f5f5;
  width: 100%;
  height: 20vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.secLans h2 {
  font-size: clamp(24px, 9.333px + 1.91vw, 46px);
  position: relative;
  z-index: 0;
  padding-top: clamp(20px, 0px + 2.604vw, 50px);
}

.secLans h2 .en {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  color: #ffffff;
  font-size: clamp(28px, 11.738px + 4.337vw, 95px);
  z-index: -1;
  line-height: 1;
}

.secLans .secLans_slider .item {
  padding: 0 20px;
}

.secLans .secLans_slider .item figure img {
  opacity: 0.4;
  transition: 0.2s;
}

.secLans .secLans_slider .item.slick-current figure img {
  opacity: 1;
}

.secLans .secLans_slider button.slick-arrow {
  width: clamp(20px, 15.333px + 0.608vw, 27px);
  height: clamp(37px, 28.333px + 1.128vw, 50px);
}

.secLans .secLans_slider button.slick-arrow:before {
  content: "";
  display: block;
}

.secLans .secLans_slider button.slick-next {
  background: url(img/secLans_slider_arrpw.png) no-repeat center/cover;
}

@media (min-width: 1200px) {
  .secLans .secLans_slider button.slick-next {
    margin-right: -572px;
    right: 50%;
  }
}
.secLans .secLans_slider button.slick-prev {
  background: url(img/secLans_slider_arrpw.png) no-repeat center/cover;
  transform: rotate(180deg);
}

@media (min-width: 1200px) {
  .secLans .secLans_slider button.slick-prev {
    margin-left: -572px;
    left: 50%;
  }
}
@media (min-width: 1200px) {
  .secLans .content {
    width: 90%;
    margin: auto;
  }
}
.secLans .content .button_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 2%;
}

/***********

TOP ロゴスライダ―

***********/
.contents_logoslider .topinner {
  overflow: visible;
}

.contents_logoslider .slick-slider .slick-track {
  display: flex;
  align-items: center;
}

.contents_logoslider .logoslider li {
  padding: 15px;
}

@media (max-width: 767px) {
  .contents_logoslider .logoslider li {
    padding: 5px;
  }
}
.contents_logoslider button.slick-prev {
  background: url(img/logoslider_prev.png) no-repeat center/contain;
  border: none;
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  height: 30px;
  width: 18px;
  text-indent: -9px;
  z-index: 1;
}

@media (max-width: 767px) {
  .contents_logoslider button.slick-prev {
    left: -5%;
    width: 13px;
  }
}
.contents_logoslider button.slick-prev::before {
  content: none;
}

.contents_logoslider button.slick-next {
  background: url(img/logoslider_next.png) no-repeat center/contain;
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0;
  height: 30px;
  width: 18px;
  text-indent: -9px;
  z-index: 1;
}

@media (max-width: 767px) {
  .contents_logoslider button.slick-next {
    right: -5%;
    width: 13px;
  }
}
.contents_logoslider button.slick-next::before {
  content: none;
}

/***********

TOP ビジネス・パートナー募集

***********/
.secPartner {
  padding: 115px 0;
}

@media (max-width: 767px) {
  .secPartner {
    padding: 40px 0;
  }
}
.secPartner h2 {
  font-size: clamp(24px, 9.333px + 1.91vw, 46px);
  position: relative;
  z-index: 0;
  padding-top: clamp(10px, 0px + 2.604vw, 50px);
}

.secPartner h2 .en {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  color: #eeeeee;
  font-size: clamp(28px, 11.738px + 4.337vw, 100px);
  z-index: -1;
  line-height: 1;
  font-family: brandon-grotesque, sans-serif;
}

@media (max-width: 767px) {
  .secPartner h2 .en {
    right: 0;
  }
}
.secPartner .logolist {
  margin: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
}

@media (max-width: 767px) {
  .secPartner .logolist {
    margin: 20px 0;
  }
}
.secPartner .lead {
  margin: 0;
  text-align: center;
  font-weight: bold;
  font-size: 33px;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-weight: 600;
  line-height: 1.8;
  color: #333333;
}

@media (max-width: 767px) {
  .secPartner .lead {
    font-size: 20px;
  }
}
.secService .bg01 {
  padding: 100px 0 60px;
  position: relative;
  z-index: 0;
  background: url(img/top01_bg01.jpg) no-repeat center/cover;
}
@media ( min-width : 1000px ) {
  .secService .movie {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .secService .bg01 {
    padding: 50px 0 30px;
  }
}
@media (min-width: 768px) {
  .secService .bg01 .columns .column:nth-child(1) .blue_btn {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .secService .bg01 .columns .column:nth-child(2) {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .secService .bg01 .columns .column:nth-child(2) .blue_btn {
    text-align: left;
  }
}
.secService .movie {
  margin-bottom: 125px;
}
@media (max-width: 767px) {
  .secService .movie {
    margin-bottom: 40px;
  }
}
.secService .movie video {
  max-width: 100%;
}
.secService .service_ttl {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-size: 42px;
  font-weight: bold;
  padding-left: 80px;
  position: relative;
  display: table;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .secService .service_ttl {
    padding-left: 40px;
    font-size: 26px;
    margin-bottom: 30px;
  }
}
.secService .service_ttl .num {
  font-size: 125px;
  position: absolute;
  left: 0;
  line-height: 42px;
  color: #d4e2ec;
  z-index: -1;
}
@media (max-width: 767px) {
  .secService .service_ttl .num {
    font-size: 80px;
  }
}
.secService .blue_btn a {
  width: 620px;
  border-radius: 5px;
  background: linear-gradient(90deg, #337199 0%, #014e80 100%);
  font-size: 33px;
}
@media (max-width: 767px) {
  .secService .blue_btn a {
    font-size: 20px;
  }
}
.secService .blue_btn a .icon {
  font-family: toppan-bunkyu-gothic-pr6n, serif;
  font-size: 33px;
  padding-left: 40px;
  position: relative;
  margin: 0;
  display: inline;
}
@media (max-width: 767px) {
  .secService .blue_btn a .icon {
    font-size: 20px;
  }
}
.secService .blue_btn a .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  margin: auto;
}
.secService .blue_btn.new_btn .icon:before {
  width: 32px;
  height: 32px;
  background: url(img/new_icon.png) no-repeat center/contain;
}
.secService .blue_btn.renewal_btn .icon:before {
  width: 33px;
  height: 27px;
  background: url(img/renewal_icon.png) no-repeat center/contain;
}
.secService .servicebnr {
  margin-top: 70px;
  text-align: center;
}
@media (max-width: 767px) {
  .secService .servicebnr {
    margin-top: 20px;
  }
}
.secService .bg02 {
  color: #fff;
}
.secService .bg02 .columns {
  align-items: stretch;
}
@media (min-width: 768px) {
  .secService .bg02 .columns .column {
    padding: 420px 2% 2% 2%;
    display: flex;
    flex-direction: column;
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .secService .bg02 .columns .column {
    padding: 5%;
  }
}
.secService .bg02 .columns .column .txt {
  flex: 2 0 auto;
}
.secService .bg02 .service_ttl {
  color: #fff;
}
@media (min-width: 768px) {
  .secService .bg02 .service_ttl {
    font-size: clamp(20px, 2.8vw, 42px);
    padding-left: clamp(20px, 3vw, 80px);
  }
}
@media (max-width: 767px) {
  .secService .bg02 .service_ttl {
    margin-left: 0;
  }
}
.secService .bg02 .service_ttl .num {
  color: #fff;
  opacity: 0.4;
}
@media (min-width: 768px) {
  .secService .bg02 .service_ttl .num {
    font-size: clamp(20px, 7vw, 125px);
  }
}
.secService .bg02 .subttl {
  font-size: clamp(18px, 2vw, 25px);
}
.secService .bg02 p {
  margin-bottom: 1em;
}
.secService .bg02 .service02 {
  background: url(img/service02_bg.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .secService .bg02 .service02 {
    background: url(img/sp_service02_bg.jpg) no-repeat center/cover;
  }
}
.secService .bg02 .service03 {
  background: url(img/service03_bg.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .secService .bg02 .service03 {
    background: url(img/sp_service03_bg.jpg) no-repeat center/cover;
  }
}
.secService .bg02 .service04 {
  background: url(img/service04_bg.jpg) no-repeat center/cover;
}
@media (max-width: 767px) {
  .secService .bg02 .service04 {
    background: url(img/sp_service04_bg.jpg) no-repeat center/cover;
  }
}
.secService .bg02 .btn-style a {
  background: #fff;
  color: #333333;
}
.secService .bg02 .btn-style a:after {
  border-color: #333333;
}
.secService .bg02 .btn-style a:hover {
  opacity: 0.8;
}

.secStrong {
  padding: 100px 0 0;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
}
@media (max-width: 767px) {
  .secStrong {
    padding: 50px 0 0;
  }
}
.secStrong .bg {
  background: url(img/strong_bg.jpg) no-repeat center/cover;
  padding: 50px 0 clamp(50px, 9vw, 140px);
}
@media (max-width: 767px) {
  .secStrong .bg {
    padding: 30px 0;
  }
}

.secStrong .fig_wrap {
  display: table;
  margin: 0 auto;
  position: relative;
}

.secStrong .fig_wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: clamp(305px, 60vw, 610px);
  height: clamp(305px, 60vw, 610px);
  top: 0;
  bottom: clamp(-20%, -11vw, -13%);
  right: 0;
  left: 0;
  margin: auto;
  border: solid 8px #b3d7ee;
  border-radius: 50%;
}

.secStrong .fig_wrap .fig_center {
  padding: clamp(150px, 27vw, 300px) clamp(45px, 22vw, 240px) clamp(110px, 20vw, 140px) clamp(45px, 22vw, 240px);
}

.secStrong .fig_wrap .fig_center_wrap {
  width: clamp(180px, 40vw, 365px);
  height: clamp(180px, 40vw, 365px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 auto;
  background-image: linear-gradient(135deg, #337199, #004d80);
  border-radius: 50%;
}

.secStrong .fig_wrap .fig_center_wrap img {
  max-width: 75%;
}

.secStrong .fig_wrap .fig_link .fig_linl_ul li {
  position: absolute;
  border-radius: 50%;
  width: clamp(135px, 25vw, 250px);
  height: clamp(135px, 25vw, 250px);
  background-image: linear-gradient(135deg, #6a9fc2, #4d8cb6);
}

.secStrong .fig_wrap .fig_link .fig_linl_ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  font-size: clamp(14px, 2.3vw, 24px);
  text-align: center;
  position: relative;
  line-height: 1.8;
}

.secStrong .fig_wrap .fig_link .fig_linl_ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 18%;
  right: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 3px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.2s;
  transform: skew(45deg);
}

.secStrong .fig_wrap .fig_link .fig_linl_ul li a:hover::after {
  transform: skew(45deg) translateX(5px);
}

.secStrong .fig_wrap .fig_link .fig_linl_ul li:nth-child(1) {
  left: 0;
  bottom: 0;
}

.secStrong .fig_wrap .fig_link .fig_linl_ul li:nth-child(2) {
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}

.secStrong .fig_wrap .fig_link .fig_linl_ul li:nth-child(3) {
  right: 0;
  bottom: 0;
}

.secAboutUs {
  margin: 100px 0 ;
  font-family: toppan-bunkyu-gothic-pr6n, serif;
}
@media (max-width: 767px) {
  .secAboutUs {
    margin: 40px 0 ;
  }
}
.secAboutUs .ttl {
  font-size: clamp(25px, 4.5vw, 60px);
  margin-bottom: 0.3em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .secAboutUs .ttl {
    margin-top: 0.5em;
  }
}
.secAboutUs .subttl {
  font-size: clamp(18px, 2.6vw, 33px);
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.secAboutUs .columns {
  align-items: center;
}
@media (min-width: 768px) {
  .secAboutUs .con_txt {
    max-width: 60%;
    -webkit-box-flex-basis: 60%;
    flex-basis: 60%;
  }
}
.secAboutUs .con_txt .btns {
  display: flex;
  gap: 15px;
}
@media (max-width: 767px) {
  .secAboutUs .con_txt .btns {
    flex-direction: column;
  }
}
.secAboutUs .con_txt .btn-style a {
  width: 240px;
}
@media (min-width: 768px) {
  .secAboutUs .con_img img {
    max-width: 134%;
    transform: translateX(-25%);
    position: relative;
    z-index: -1;
  }
}/*# sourceMappingURL=index.css.map */