@charset "utf-8";

/* --------------------
Common
-------------------- */

body {
  overflow-x: hidden;
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, span, ul, ol, li  {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'Yu Gothic', YuGothic, Verdana, Helvetica, 'ＭＳ Ｐゴシック', sans-serif;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

::selection {
  background-color: #c7dbff;
  color: #333;
}

.layout-main img {
  width: 100%;
}

/* --------------------
.imageflux_header
-------------------- */
.imageflux_header {
  min-height: max(3.5vw, 56px);
}

/* --------------------
.page-header
-------------------- */

.layout-main {
  background-color: #FAF9F5;
  padding-bottom: max(5vw, 80px);
  font-feature-settings: "palt";
  overflow-wrap: break-word;
  letter-spacing: 0.01em;
}

.page-header {
  padding-bottom: max(2vw, 32px);
  height: auto;
  width: 100%;
  height: max(7.5vw, 120px);
  background: #467AEC;
  margin-bottom: max(2.5vw, 40px);
}

.page-header .area {
  width: calc(100% - 40px);
  max-width: max(60vw, 960px);
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.page-header .page-title {
  padding-bottom: 0;
  line-height: 1em;
  font-feature-settings: "palt";
}

.page-header .page-title .text {
  font-size: max(2vw, 32px);
  line-height: 1.5em;
  color: #fff;
  font-weight: normal;
}

.page-header .main-image {
  margin-bottom: 0;
}

.page-header .main-image img {
  display: block;
  width: 100%;
}

.lead.main-image-text {
  padding-top: max(1.25vw, 20px);
  margin-bottom: max(2.5vw, 40px);
}

@media  screen and (min-width: 1600px) {
  .page-header .area {
    width: auto;
  }

  .page-header .page-title .text {
    font-size: max(2vw, 24px);
    line-height: 1.35;
  }

  .lead.main-image-text {
    padding-top: 1.25vw;
    font-size: 1vw;
    margin-bottom: 2.5vw;
  }
}

@media  screen and (max-width: 960px) {
  .page-header {
    height: auto;
    padding: 32px 0;
  }

  .page-header .area {
    width: auto;
    max-width: 100%;
    padding: 0 16px;
  }
}

@media  screen and (max-width: 767px) {
  .page-header {
    padding: 32px 0;
  }

  .page-header .page-title .text {
    line-height: 1.5em;
  }
}

/* --------------------
レイアウト共通
-------------------- */

.section {
  padding-top: max(2.5vw, 40px);
  margin-bottom: max(2.5vw, 40px);
}

.section.overview {
  padding: 0;
  margin-bottom: max(2.5vw, 40px);
}

.section .area {
  width: calc(100% - 40px);
  max-width: max(60vw, 960px);
  margin: 0 auto;
}

.section .sub-section:has(.maxheadline),
.section .sub-section .maxheadline + .lead {
  margin-bottom: max(2.5vw, 40px);
}

.section .sub-section:has(.headline) {
  padding-top: max(0.5vw, 8px);
}

.section .sub-section .headline + .lead {
  margin-bottom: max(2vw, 32px);
}

.section .sub-section:has(.subheadline),
.section .sub-section .subheadline + .lead {
  margin-bottom: max(1.5vw, 24px);
}

.section .sub-section:has(.minheadline),
.section .sub-section:has(.minheadline.normal),
.section .sub-section .minheadline + .lead,
.section .sub-section .minheadline.normal + .lead {
  margin-bottom: max(1vw, 16px);
}


.section .sub-section::after {
  display: block;
  content: "";
  clear: both;
}

.section .sub-section .white-area {
  background-color: #fff;
  padding: max(1.25vw, 20px);
  border-radius: 8px;
  margin-top: max(1.25vw, 20px);
  margin-bottom: max(1.25vw, 20px);
  margin-right: 0;
  margin-left: 0;
}

.section .sub-section .white-area .subheadline::before {
  content: none;
}

.section .sub-section .white-area .subheadline .text {
  padding: 0;
}

.section .sub-section .white-area .subheadline {
  padding: 0;
  margin: 0;
}

.section .sub-section .white-area .subheadline .text {
  font-size: max(1vw, 16px);
}

.section .sub-section .white-area .lead {
  margin-bottom: 8px;
  font-size: max(1vw, 16px);
}

.section .sub-section .white-area .ul-list,
.section .sub-section .white-area .ol-list {
  margin-bottom: 0;
}

.section .sub-section .white-area .ul-list li:last-child,
.section .sub-section .white-area .ol-list li:last-child {
  margin-bottom: 0;
}

.section .sub-section .white-area .small-text,
.section .sub-section .white-area .small-text li {
  font-size: max(0.75, 12px);
}

.section .sub-section .white-area .note {
  line-height: 2em;
  padding-top: 0;
}

.section .sub-section .white-area .ul-list {
  padding: 0;
  margin: 0;
}

.section .sub-section .white-area .ul-list li {
  margin-bottom: max(0.5vw, 8px);
  font-size: max(0.875vw, 14px);
  display: block;
}

.section .sub-section .white-area .ul-list li:last-child {
  margin-bottom: 0;
}

.section .sub-section .white-area .image {
  padding-bottom: 0;
}

.section .sub-section .white-area .small-image {
  margin-top: max(1.25vw, 20px);
  margin-bottom: max(1.25vw, 20px);
  margin-left: max(2.5vw, 40px);
  margin-right: max(2.5vw, 40px);
  display: block;
}

.section .sub-section .float-right {
  float: right;
  width: max(20vw, 320px);
  margin-left: max(2vw, 32px);
  line-height: 2em;
}

.section .sub-section .float-left {
  float: left;
  width: max(20vw, 320px);
  margin-right: max(2vw, 32px);
}

.section .sub-section .note {
  padding-top: max(0.625vw, 10px);
  line-height: 1.5em;
  text-align: left;
  padding-left: 0;
  text-indent: 0;
}

.section .sub-section .note.center {
  text-align: center;
}

.section .sub-section .note a,
.section .sub-section .note .text-link {
  text-decoration: none;
  color: #333;
}

.section .sub-section .note a:hover,
.section .sub-section .note .text-link:hover {
  text-decoration: underline;
}

.section .sub-section .note .fa {
  margin-left: 4px;
}

@media screen and (min-width: 1600px) {
  .section {
    padding-top: 2.5vw;
    margin-bottom: 2.5vw;
  }

  .section.overview {
    padding: 0;
    margin-bottom: 2.5vw;
  }

  .section .area {
    width: calc(100% - 2.5vw);
    max-width: 60vw;
    margin: 0 auto;
  }

  .section .area img {
    width: 100%;
  }

  .section .sub-section {
    margin-bottom: 2.5vw;
  }

  .section .sub-section .white-area .lead {
    font-size: 0.875vw;
  }

  .section .sub-section .white-area .ul-list li,
  .section .sub-section .white-area .small-text li {
    font-size: 0.875vw;
  }

  .section .sub-section .float-right {
    float: right;
    width: 20vw;
    margin-left: 2vw;
  }

  .section .sub-section .float-left {
    float: left;
    width: 20vw;
    margin-right: 2vw;
  }

  .section .sub-section .note {
    padding-top: 0.625vw;
  }
}

/* .bg-gray-area */
.section .bg-gray-area {
  background-color: #F4F4F4;
  border-radius: 4px;
  border: 1px solid #DCDCDC;
  padding: max(2vw, 32px);
}

.section .bg-gray-area .subheadline.normal-text-center {
  position: relative;
}

.section .bg-gray-area .subheadline.normal-text-center .text {
  display: block;
  text-align: center;
  padding: 0;
}

.section .bg-gray-area .subheadline.normal-text-center::before {
  content: none;
}

.section .bg-gray-area .lead.center {
  text-align: center;
}

.section .bg-gray-area .lead.center.small-text {
  font-size: max(0.875vw, 14px);
}

.section .bg-gray-area .ul-list.margin-none {
  padding: 0;
  margin: 0;
}

.section .bg-gray-area .ul-list .parallel-item {
  display: flex;
  justify-content: flext-start;
  align-items: stretch;
  gap: max(1.25vw, 20px);
}

.section .bg-gray-area .ul-list .parallel-item .text {
  position: relative;
}

.section .bg-gray-area .ul-list .parallel-item .text::after {
  content: "：";
  position: absolute;
  right: -1em;
}

.section .bg-gray-area.bg-gray-inner {
  padding: max(1vw, 16px);
  margin-bottom: max(1vw, 16px);
}

.section .bg-gray-area.bg-gray-inner .subheadline .text {
  padding-right: max(0.5vw, 8px);
}

.section .bg-gray-area.bg-gray-inner .ul-list {
  margin-bottom: 0;
  left: 0;
}

.section .bg-gray-area.bg-gray-inner .ul-list li {
  left: max(0.5vw, 8px);
}

.section .bg-gray-area .fa {
  margin-left: max(0.5vw, 8px);
}

@media screen and (min-width: 1600px) {
  .section .bg-gray-area {
    border-radius: 0.25vw;
    padding: 2vw;
  }

  .section .bg-gray-area .lead.center.small-text {
    font-size: 0.875vw;
  }

  .section .bg-gray-area .ul-list .parallel-item {
    gap: 1.25vw;
  }

  .section .bg-gray-area.bg-gray-inner {
    padding: 1vw;
    margin-bottom: 1vw;
  }

  .section .bg-gray-area.bg-gray-inner .subheadline .text {
    padding: 0 0 0.5vw 0;
  }

  .section .bg-gray-area.bg-gray-inner .ul-list li {
    left: 0.5vw;
  }

  .section .bg-gray-area .fa {
    margin-left: 0.5vw;
  }
}

/* image,.btn  */

.section .image .image-title {
  font-weight: bold;
  font-size: max(1.25vw, 20px);
  display: block;
  padding-bottom: max(1vw, 16px);
}

.section .image .image-title.center {
  text-align: center;
}

.section .btn-area {
  width: max(12.5vw, 200px);
  margin: 0 auto;
  margin-bottom: max(2.5vw, 40px);
}

.section .btn-area .click-area {
  display: block;
  background: #fff;
  border: 2px solid #467AEC;
  text-align: center;
  border-radius: max(1.5625vw, 25px);
  height: max(3.125vw, 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 3px 6px 18px -9px rgb(25 57 128 / 36%);
  line-height: 1em;
}

.section .btn-area .click-area:hover {
  text-decoration: none;
  background-color: #467AEC;
  color: #fff;
}

.section .btn-area .click-area .text {
  font-weight: normal;
  font-size: max(1.125vw, 16px);
  line-height: 1.5em;
}

.section .btn-area .click-area .text .fa {
  margin-left: max(1vw, 16px);
  position: relative;
  bottom: 1px;
}

.section .btn-area .click-area .small-text {
  font-size: max(0.875vw, 14px);
}

.section .btn-area .click-area.cta-btn {
  border-color: #467AEC;
  background-color: #467AEC;
  height: max(3.5vw, 56px);
  border-radius: max(1.75vw, 28px);
}

.section .btn-area .click-area.cta-btn .text {
  color: #fff;
}

.section .btn-area .click-area.cta-btn:hover {
  background-color: #fff;
}

.section .btn-area .click-area.cta-btn:hover .text {
  color: #467AEC;
}

.section .btn-area.large-btn {
  width: max(25vw, 400px);
}

.btn-area-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(1.25vw, 20px);
  border-color: #467AEC;
}

.section .btn-area .click-area.cta-btn:hover .text {
  color: #467AEC;
  border-color: #21c2c0;
}

.section .btn-area .click-area.cta-btn .text {
  color: #fff;
}

.section .btn-area .click-area.cta-btn:hover {
  background-color: #fff;
}

.section .btn-area .click-area.cta-btn:hover .text {
  color: #467AEC;
}

.btn-area-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: max(1.25vw, 20px);
  border-color: #467AEC;
}

.section .btn-area .click-area.cta-btn:hover .text {
  color: #467AEC;
}

@media screen and (min-width: 1600px) {
  .section .image .image-title {
    padding-bottom: 0.625vw;
  }

  .section .btn-area {
    width: 12.5vw;
    margin: 0 auto 2.5vw auto;
  }

  .section .btn-area .click-area {
    border-radius: 1.5625vw;
    height: 3.125vw;
    box-shadow: 3px 6px 18px -9px rgb(25 57 128 / 36%);
    border-width: 0.125vw;
  }

  .section .btn-area .click-area .text {
    font-size: 1.125vw;
  }

  .section .btn-area .click-area .text .fa {
    margin-left: 0.625vw;
  }

  .section .btn-area .click-area .small-text {
    font-size: 0.625vw;
  }

  .section .btn-area .click-area.cta-btn {
    height: 3.5vw;
    border-radius: 1.75vw;
  }

  .section .btn-area.large-btn {
    width: 25vw;
  }

  .btn-area-flex {
    gap: 1.25vw;
  }

  .btn-area-flex {
    gap: 1.25vw;
  }
}

/* table  */
.section .sub-section .table-area {
  margin-bottom: max(1vw, 16px);
}

.section .sub-section .table-area.margin-bottom {
  margin-bottom: max(1vw, 16px);
}

.section .sub-section .table-area .table {
  width: 100%;
}

.section .sub-section .table-area .table .center {
  text-align: center;
}

.section .sub-section .table th,
.section .sub-section .table td {
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #ccc;
  padding-top: max(0.625vw, 10px);
  padding-bottom: max(0.625vw, 10px);
  padding-right: max(1.25vw, 20px);
  padding-left: max(1.25vw, 20px);
  display: table-cell;
  font-size: max(1vw, 16px);
  line-height: 1.5em;
}

.section .sub-section .table th {
  background-color: #f5f5f5;
  text-align: left;
  width: calc(240px - 20px);
  font-weight: normal;
}

.section .sub-section .table td {
  width: auto;
  background-color: #fff;
}

.section .sub-section .table-area .table .small-text {
  font-size: max(0.875vw, 14px);
}

.section .sub-section .table-area .table.half-sell th,
.section .sub-section .table-area .table.half-sell td {
  width: 50%;
}

/* .fourth-cell  */
.section .sub-section .table-area .table.fourth-cell th,
.section .sub-section .table-area .table.fourth-cell td {
  width: 25%;
}

/* .fifth-cell  */
.section .sub-section .table-area .table.fifth-cell th,
.section .sub-section .table-area .table.fifth-cell td {
  width: 20%;
}

.section .sub-section .table-area .table .small-text .ul-list,
.section .sub-section .table-area .table .small-text .ol-list {
  margin-bottom: 0;
}

.section .sub-section .table-area .table .small-text .ul-list li,
.section .sub-section .table-area .table .small-text .ol-list li {
  font-size: max(0.875vw, 14px);
  line-height: 1.3em;
}

.section .sub-section .table-area .table .small-text .ul-list li:last-child,
.section .sub-section .table-area .table .small-text .ol-list li:last-child {
  margin-bottom: 0;
}

.section .sub-section .table-area.large-size {
  overflow-x: auto;
}

.section .sub-section .table-area.large-size .table {
  width: 240%;
}

.section .sub-section .table-area.large-size .table .th-small {
  min-width: max(7.5vw, 120px);
  width: max(7.5vw, 120px);
}

.section .sub-section .table.blue .thead {
  background-color: #467AEC;
  color: #fff;
  text-align: center;
  width: auto;
}

.section .sub-section .table .ul-list {
  margin-bottom: 0;
}

.section .sub-section .table .ul-list li {
  line-height: 1.5em;
}

.section .sub-section .table .ul-list li .ul-list {
  margin-bottom: max(1vw, 16px);
}

.section .sub-section .table-area .table .small-cell {
  min-width: max(10vw, 160px);
}

.section .sub-section .table-area .table .half-sell {
  width: 50%;
}

.section .sub-section .table-area .table .vrtical-align-top {
  vertical-align: top;
}

@media screen and (min-width: 1600px) {
  .section .sub-section .table th,
  .section .sub-section .table td {
    padding: 0.625vw 1.25vw;
    display: table-cell;
    font-size: 1vw;
  }

  .section .sub-section .table th {
    width: calc(15vw - 20px);
  }

  .section .sub-section .table-area .table .small-text {
    font-size: 0.875vw;
  }

  .section .sub-section .table-area .table .small-text .ul-list li,
  .section .sub-section .table-area .table .small-text .ol-list li {
    font-size: 0.875vw;
  }

  .section .sub-section .table-area.large-size .table {
    width: 240%;
  }

  .section .sub-section .table-area.large-size .table .th-small {
    min-width: 7.5vw;
    width: 7.5vw;
  }

  .section .sub-section .table .ul-list li .ul-list {
    margin-bottom: 1vw;
  }

  .section .sub-section .table-area .table .small-cell {
    min-width: 10vw;
  }
}

/* 画像領域  */
.section .image {
  padding-bottom: max(1.25vw, 20px);
}

.section .half-image {
  width: 50%;
  padding-bottom: max(1.25vw, 20px);
}

.section .half-image.center {
  margin: 0 auto;
}

.section .three-quarters-image {
  width: 75%;
  padding-bottom: max(1.25vw, 20px);
}

.section .quarter-image {
  width: 25%;
  padding-bottom: max(1.25vw, 20px);
}

/* 画像並列配置  */
.section .flex-layout {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

.section .flex-layout .image-area,
.section .flex-layout .text-area {
  width: 50%;
}

.section .flex-layout .text-area {
  padding-left: max(1.25vw, 20px);
}

.section .sub-section .image.flex-layout {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}

.section .sub-section .image.flex-layout .image-two-column {
  width: 50%;
}

.section .sub-section .bnr-image.flex-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: max(1.25vw, 20px);
  margin-bottom: max(1.25vw, 20px);
}

.section .sub-section .bnr-image.flex-layout .image-two-column-bnr {
  width: calc(50% - 10px); 
}

.section .sub-section .bnr-image.flex-layout .image-two-column-bnr .click-area img {
  transition: all 0.2s ease-in-out;
  width: 100%;
}

.section .sub-section .bnr-image.flex-layout .image-two-column-bnr .click-area:hover img {
  opacity: 0.6;
}

.section .sub-section .image.flex-layout.small-photo {
  justify-content: center;
  align-items: center;
  gap: max(2.5vw, 40px);
}

.section .sub-section .image.flex-layout.small-photo .image-two-column {
  width: max(15vw, 240px);
}

.section .sub-section .image.flex-layout .image-three-column {
  width: calc(100% / 3);
}

@media screen and (min-width: 1600px) {
  .section .area {
    width: auto;
    max-width: 60vw;
  }

  .section .image {
    padding-bottom: 1.25vw;
  }

  .section .sub-section .bnr-image.flex-layout {
    gap: 1.25vw;
    margin-bottom: 1.25vw;
  }

  .section .flex-layout .text-area {
    padding-left: 1.25vw;
  }

  .section .sub-section .image.flex-layout.small-photo {
    gap: 2.5vw;
  }

  .section .sub-section .image.flex-layout.small-photo .image-two-column {
    width: 15vw;
  }

  .section .sub-section .bnr-image.flex-layout .image-two-column-bnr {
    width: calc(50% - 1vw); 
  }
}

.reference-area {
  padding: 56px 20px 20px 24px;
  background-color: #fff;
  box-shadow: 0 8px 16px rgb(193 200 222 / 30%);
  border-radius: 8px;
  position: relative;
  margin-top: 80px;
}

.reference-area .title {
  line-height: 1em;
  display: block;
  margin-bottom: 16px;
  font-weight: normal;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #467AEC;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.reference-area .title .text {
  font-size: max(0.875vw, 14px);
  color: #fff;
  display: block;
  text-align: center;
  padding: 12px 0;
}

.reference-area .ul-list {
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  left: -8px;
}

.reference-area .ul-list .text-link {
  color: #666;
}

.reference-area .ul-list .text-link:hover {
  text-decoration: underline;
}

.reference-area .ul-list .text-link:hover {
  text-decoration: underline;
}

.reference-area .ul-list li {
  font-size: max(0.875vw, 14px);
  margin-bottom: 8px;
  line-height: 1.75em;
  color: #666;
}

.reference-area .ul-list li::before {
  color: #467AEC;
  left: -10px;
  bottom: 2px;
  position: relative;
  display: inline-block;
  background-color: #467AEC;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  content: "";
}

.reference-area .ul-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.reference-area .minheadline {
  margin: 0;
  padding-bottom: 0;
}

.reference-area .minheadline::before {
  content: none;
}

.reference-area .minheadline .text {
  font-size: max(1vw, 16px);
  padding-bottom: 0;
}

.section .reference-area .note {
  font-size: max(0.875vw, 14px);
  line-height: 1.75em;
}

.reference-area .summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 1vw;
}

.reference-area .summary .image-area {
  width: 40%;
}

.reference-area .summary .image-area .image {
  width: 100%;
  padding-bottom: 0;
}

.reference-area .summary .text-area {
  width: auto;
} 

@media screen and (min-width: 1600px) {
  .reference-area {
    padding: 3vw 1.25vw 1.25vw 1.5vw;
    background-color: #fff;
    box-shadow: 0 0.5vw 1vw rgb(193 200 222 / 30%);
    border-radius: 0.5vw;
    margin-top: 5vw;
  }

  .reference-area .title {
    line-height: 1em;
    display: block;
    margin-bottom: 1vw;
    border-top-left-radius: 0.5vw;
    border-top-right-radius: 0.5vw;
  }

  .reference-area .title .text {
    font-size: 0.75vw;
    text-align: center;
    padding: 0.75vw 0;
  }

  .reference-area .ul-list {
    left: -0.5vw;
  }

  .reference-area .ul-list li {
    font-size: 0.875vw;
    margin-bottom: 0.5vw;
  }

  .reference-area .ul-list li::before {
    left: -0.625vw;
    width: 0.25vw;
    height: 0.25vw;
  }

  .reference-area .strong {
    font-size: 0.875vw;
  }

  .section .reference-area .note {
    font-size: 0.875vw;
  }
}


@media  screen and (max-width: 767px) {
  .section .flex-layout,
  .section .sub-section .bnr-image.flex-layout {
    flex-direction: column;
  }

  .section .btn-area.large-btn {
    width: 100%;
  }

  .section .sub-section .bnr-image.flex-layout .image-two-column-bnr {
    width: auto;
  }
  
  .section .sub-section .image.flex-layout .image-three-column {
    width: auto;
  }

  .section .btn-area.large-btn {
    width: 100%;
  }

  .section .flex-layout .image-area,
  .section .flex-layout .text-area {
    width: 100%;
  }

  .section .flex-layout .text-area {
    padding-left: 0;
  }

  .section .sub-section .float-right,
  .section .sub-section .float-left {
    width: auto;
    float: none;
    margin: 0;
  }

  .section .sub-section .table-area {
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 10px;
    display: block;
  }

  .section .sub-section .table-area .table {
    width: 200%;
  }

  .section .sub-section .white-area .small-image {
    margin: 0;
  }

  .section .half-image,
  .section .three-quarters-image {
    width: auto;
  }

  .section .sub-section .note {
    margin-bottom: 20px;
  }

  .btn-area-flex {
    gap: 0;
    flex-direction: column;
  }

  .reference-area .minheadline .text {
    text-align: center;
    display: block;
  }

  .section .reference-area .note {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .reference-area .summary {
    flex-direction: column;
  }

  .reference-area .summary .image-area {
    width: 30%;
    margin: 0 auto 1rem auto;
  }
}

/* --------------------
2カラムレイアウト
-------------------- */
.article {
  display: flex;
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.article .main {
  max-width: 100%;
  width: 720px;
  margin: 0;
  padding: 0;
}

.article .main .area {
  width: auto;
}

.article .sub-menu {
  width: 200px;
  padding-top: 0;
  margin-left: 40px;
  position: relative;
}

.article .sub-menu .area.scroll {
  position: sticky;
  top: 80px;
  right: 0;
}

.article .sub-menu .navi {
  background-color: #fff;
  padding-top: max(2vw, 32px);
  display: block;
  border-radius: max(0.5vw, 8px);
  position: relative;
  box-shadow: 0 8px 16px rgb(193 200 222 / 30%);
  margin-bottom: max(2.5vw, 40px);
}

.article .sub-menu .navi .title {
  line-height: 1em;
  display: block;
  font-weight: normal;
  position: absolute;
  width: 100%;
  background-color: #467AEC;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
  border-top-right-radius: max(0.5vw, 8px);
  border-top-left-radius: max(0.5vw, 8px);
}

.article .sub-menu .navi .title .text {
  padding-top: max(0.5vw, 8px);
  padding-bottom: max(0.5vw, 8px);
  display: block;
  font-size: max(0.875vw, 14px);
}

.article .sub-menu .navi .ol-list .item {
  position: relative;
  left: 0;
  font-size: max(0.875vw, 14px);
  font-feature-settings: "palt";
}

.article .sub-menu .navi .ol-list .item .text-link {
  color: #666;
  display: block;
  padding-top: max(0.5vw, 8px);
  padding-right: max(1vw, 16px);
  padding-bottom: max(0.5vw, 8px);
  padding-left: max(1vw, 16px);
  border-bottom: 1px dotted #ccc;
  position: relative;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.article .sub-menu .navi .ol-list .item:last-child {
  margin-bottom: 0;
}

.article .sub-menu .navi .ol-list .item .text-link:hover {
  background-color: #f5f5f5;
  text-decoration: none;
  color: #333;
}

.article .sub-menu .navi .ol-list .item:last-child .text-link {
  border-bottom: none;
  padding-bottom: max(0.5vw, 8px);
  border-bottom-right-radius: max(0.5vw, 8px);
  border-bottom-left-radius: max(0.5vw, 8px);
}

.article .sub-menu .navi .ol-list .item .text-link::before {
  content: "";
  position: relative;
  color: #467AEC;
  display: inline-block;
  width: max(0.25vw, 4px);
  height: max(0.25vw, 4px);
  border-radius: 50%;
  background-color: #467AEC;
  left: max(-0.5vw, -8px);
  bottom: max(0.125vw, 2px);
}

.article .sub-menu .bnr-area .click-area img {
  transition: all 0.2s ease-in-out;
}

.article .sub-menu .bnr-area .click-area:hover img {
  opacity: 0.6;
}

@media  screen and (min-width: 1600px) {
  .article {
    width: auto;
    max-width: 60vw;
    justify-content: space-between;
  }

  .article .main {
    width: 45vw;
  }

  .article .sub-menu {
    width: 12.5vw;
    margin-left: 0;
  }

  .article .sub-menu .navi {
    padding-top: 0;
    margin-bottom: 2.5vw;
    border-radius: 0.5vw;
  }

  .article .sub-menu .navi .title {
    height: auto;
    position: static;
  }

  .article .sub-menu .navi .title .text {
    padding: 0.5vw 0;
    font-size: max(0.75vw, 12px);
  }

  .article .sub-menu .navi .ol-list {
    padding-top: 0;
  }

  .article .sub-menu .navi .ol-list .item {
    font-size: max(0.75vw, 12px);
  }

  .article .sub-menu .navi .ol-list .item .text-link {
    padding: 0.5vw 1vw;
  }

  .article .sub-menu .navi .ol-list .item:last-child .text-link {
    padding-bottom: 0.5vw;
    border-bottom-right-radius: 0.5vw;
    border-bottom-left-radius: 0.5vw;
  }

  .article .sub-menu .navi .ol-list .item .text-link::before {
    width: 0.25vw;
    height: 0.25vw;
    left: -0.5vw;
    bottom: 0.125vw;
  }

  .article .sub-menu img,
  .article .sub-menu video,
  .article .sub-menu iframe {
    width: 100%;
  }
}

@media  screen and (max-width: 960px) {
  .article {
    width: auto;
    padding: 0 16px;
  }

  .article .main {
    width: 100%;
  }

  .article .sub-menu {
    display: none;
  }
}

/* --------------------
parts
-------------------- */

.text-link {
  color: #004ec4;
}

.text-link .fa {
  margin-left: max(0.5vw, 8px);
}

.layout-main .text-link:hover {
  text-decoration: underline;
}

.layout-main .text-link.gray-link {
  color: #333;
  text-decoration: underline;
}

.layout-main .text-link.gray-link:hover {
  text-decoration: none;
}

.text-external-link {
  padding-right: max(0.5vw, 8px);
}

.text-external-link:hover {
  text-decoration: underline;
}

.lead {
  font-size: max(1vw, 16px);
  text-align: left;
  line-height: 2em;
  color: #333;
  margin-bottom: max(1vw, 16px);
}

.lead.padding-top {
  padding-top: max(0.5vw, 8px);
}

.lead.opening-text {
  margin-bottom: max(5vw, 80px);
}

.lead.margin-bottom-none,
.section .sub-section .lead.margin-bottom-none,
.section .sub-section .white-area .ul-list .margin-bottom-none {
  margin-bottom: 0;
}

.note {
  font-size: max(0.75vw, 12px);
  color: #333;
}

.small-text {
  font-size: max(0.875vw, 14px);
}

.ul-list {
  margin-bottom: max(1vw, 16px);
}

.ul-list.margin-bottom-none {
  margin-bottom: 0;
  display: block;
}

.ul-list li {
  display: block;
  position: relative;
  left: 1em;
  line-height: 2em;
  font-size: max(1vw, 16px);
  margin-bottom: max(0.5vw, 8px);
}

.ul-list li:last-child {
  margin-bottom: 0;
}

.ul-list li::before {
  content: "・";
  left: -1em;
  position: absolute;
}

.ul-list li .ul-list {
  padding: 0;
  position: relative;
  top: 0.5em;
  left: 1em;
}

.ol-list {
  margin-bottom: max(1vw, 16px);
  list-style-type: decimal;
}

.main .section .ol-list li {
  display: list-item;
  position: relative;
  left: 1em;
  line-height: 2em;
  font-size: max(1vw, 16px);
  margin-bottom: max(0.5vw, 8px);
  list-style-type: decimal;
}

.left,
.lead.left {
  text-align: left;
  float: none;
}

.center,
.lead.center {
  text-align: center;
}

.strong {
  font-weight: bold;
}

.pc,
.pc.tab,
.pc.sp {
  display: block;
}

.tab {
  display: none;
}

.sp {
  display: none;
}

.image img {
  width: 100%;
}

.main .modaal_img {
  cursor: pointer;
  position: relative;
  display: block;
}

.main .modaal_img .fa {
  font-size: max(1.25vw, 20px);
  line-height: 1;
  color: #fff;
  background-color: #467AEC;
  position: absolute;
  display: block;
  padding-top: max(0.4vw, 6px);
  padding-right: max(0.5vw, 8px);
  padding-bottom: max(0.4vw, 6px);
  padding-left: max(0.5vw, 8px);
  bottom: 0;
  right: 0;
}

.main .modaal_img img {
  transition: all 0.2s ease-in-out;
}

.main .modaal_img:hover img {
  opacity: 0.6;
}

/* code  */
.section .code-block {
  padding-top: max(0.5vw, 8px);
  padding-right: max(1vw, 16px);
  padding-bottom: max(0.5vw, 8px);
  padding-left: max(1vw, 16px);
  margin-bottom: max(1vw, 16px);
  background-color: #032456;
  display: block;
  text-align: left;
}

.section .code-block.large-size {
  overflow-x: auto;
}

.section .code-block .code {
  color: #fff;
  font-size: max(0.75vw, 12px);
  display: inline;
  line-height: 2em;
}

.section .code-inline-block {
  padding-bottom: max(1vw, 16px);
  text-align: left;
  display: inline-block;
}

.section .code-inline-block .code {
  padding-top: max(0.25vw, 4px);
  padding-right: max(1vw, 16px);
  padding-bottom: max(0.25vw, 4px);
  padding-left: max(1vw, 16px);
  background-color: #032456;
  color: #fff;
  line-height: 2em;
  display: inline-block;
  font-size: max(0.75vw, 12px);
}

.section .code-block .code .red {
  color: #FF7171;
}

@media  screen and (min-width: 1600px) {
  .text-link .fa {
    margin-left: 0.5vw;
  }

  .text-external-link {
    padding-right: 0.3125vw;
  }

  .lead {
    font-size: 1vw;
    margin-bottom: 1.25vw;
  }

  .lead.padding-top {
    padding-top: 0.5vw;
  }

  .lead.opening-text {
    margin-bottom: 5vw;
  }

  .note {
    font-size: 0.75vw;
    color: #333;
  }

  .small-text {
    font-size: 0.875vw;
  }

  .ul-list {
    margin-bottom: 1.25vw;
  }

  .ul-list li {
    left: 0.625vw;
    line-height: 2em;
    font-size: 1vw;
    margin-bottom: 0.5vw;
  }

  .ul-list li::before {
    content: "・";
    left: -1vw;
    position: absolute;
  }

  .ul-list li .ul-list {
    padding: 0;
    position: relative;
    top: 0.5vw;
    left: 0.625vw;
  }

  .ol-list {
    margin-bottom: 1.25vw;
  }

  .main .section .ol-list li {
    left: 1vw;
    line-height: 2em;
    font-size: 1vw;
    margin-bottom: 0.5vw;
  }

  /* code  */
  .section .code-block {
    padding: 0.5vw 1vw;
    margin-bottom: 1.25vw;
  }

  .section .code-block .code {
    font-size: 0.75vw;
    line-height: 2em;
  }

  .section .code-inline-block {
    padding-bottom: 1.25vw;
  }

  .section .code-inline-block .code {
    padding: 0.25vw 1vw;
    line-height: 2em;
    font-size: 0.75vw;
  }
}

@media  screen and (max-width: 960px) {
  .pc,
  .pc.sp {
    display: none;
  }

  .tab {
    display: block;
  }
}

@media  screen and (max-width: 767px) {
  .section .area {
    width: auto;
    max-width: 100%;
    padding: 0;
  }

  .lead {
    text-align: left;
  }

  .section .code-block,
  .section .code-inline-block {
    overflow-x: scroll;
    display: block;
  }

  .pc,
  .pc.tab,
  .tab {
    display: none;
  }

  .sp,
  .pc.sp,
  .pc.tab.sp,
  .tab.sp {
    display: block;
  }
}

/*
Headline
-------------------- */

/* .maxheadline  */

.maxheadline {
  border-bottom: none;
  position: relative;
  line-height: 1em;
  margin: 0;
  padding: 0;
  min-height: auto;
  background: none;
  text-align: center;
}

.maxheadline .text {
  font-size: max(2vw, 32px);
  line-height: 1.5em;
  text-align: left;
  color: #467AEC;
  padding-bottom: max(1.5vw, 24px);
  letter-spacing: 0;
  display: block;
  font-weight: bold;
  position: relative;
}

/* .headline  */

.headline {
  border-bottom: none;
  position: relative;
  line-height: 1em;
  margin-bottom: max(1vw, 16px);
  padding: 0;
  font-size: max(1.5vw, 24px);
  border-bottom: 4px solid #467AEC;
}

.headline::after {
  content: none;
}

.headline .text {
  font-size: max(1.5vw, 24px);
  padding-bottom: max(1vw, 16px);
  line-height: 1.5em;
  text-align: left;
  color: #333;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
  display: block;
}


/* .subheadline  */

.subheadline {
  border-bottom: none;
  position: relative;
  line-height: 1em;
  margin-bottom: max(1vw, 16px);
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  height: 100%;
}

.subheadline .text {
  font-size: max(1.25vw, 20px);
  padding-left: max(1.25vw, 20px);
  line-height: 1.5em;
  text-align: left;
  color: #333;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
  display: block;
  height: 100%;
}

.subheadline::before {
  content: "";
  display: block;
  width: max(0.625vw, 10px);
  height: 80%;
  background-color: #467AEC;
  position: absolute;
  top: 10%;
  left: 0;
}

@media  screen and (min-width: 1600px) {
  .subheadline {
    line-height: 1em;
  }

  .subheadline .text {
    line-height: 1.5em;
  }

  .subheadline::before {
    width: 0.625vw;
  }
}

@media  screen and (max-width: 767px) {
  .maxheadline .text {
    line-height: 1.5;
  }

  .headline .text {
    font-size: 20px;
  }

  .subheadline .text::before {
    bottom: calc(50% - 25px);
  }

  .subheadline {
    padding-left: 0;
  }

  .subheadline::before {
    height: 60%;
    top: auto;
    bottom: auto;
  }

  .subheadline .text {
    display: flex;
    padding: 10px 0 10px 20px;
  }

  .section .image .image-title.center {
    font-size: 16px;
  }
}

/* .miniheadline  */
.minheadline {
  position: relative;
  line-height: 1em;
  margin-top: max(1.25vw, 20px);
  margin-left: max(1.25vw, 20px);
  padding-bottom: max(1vw, 16px);
  text-align: left;
  display: flex;
}

.minheadline::before {
  content: "●";
  font-size: 12px;
  position: absolute;
  left: -20px;
  bottom: 55%;
  color: #467AEC;
}

.minheadline .text {
  font-size: max(1.25vw, 20px);
  line-height: 1.5;
  padding-bottom: 0;
  color: #333;
  font-weight: bold;
  text-align: left;
  display: block;
}

.minheadline.normal {
  position: relative;
  padding-bottom: max(1vw, 16px);
  display: flex;
  margin: 0;
  text-align: left;
  line-height: 1em;
}

.minheadline.normal::before {
  content: none;
}

.miniheadline.normal .text {
  font-size: max(1vw, 16px);
  line-height: 1.5em;
  padding: 10px 0;
  color: #333;
  font-weight: bold;
  text-align: left;
  display: block;
}

@media  screen and (min-width: 1600px) {
  .miniheadline .text {
    font-size: 1vw;
    line-height: 1.5em;
    padding: 0.625vw 0;
  }
}

@media  screen and (max-width: 767px) {
  .subheadline {
    font-size: 20px;
  }

  .subheadline .text {
    font-size: 16px;
  }

  .subheadline.underline {
    padding: 0 0 10px 0;
  }

  .subheadline.underline span {
    font-size: 20px;
  }
}

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

.btn {
  margin: 0 auto;
  padding-top: max(1.25vw, 20px);
  width: 40%;
}

.btn-2column {
  display: flex;
  justify-content: center;
}

.btn-2column.large-btn-column {
  gap: max(1.25vw, 20px);
}

.btn-2column .btn {
  width: 100%;
}

.btn .click-area span {
  font-size: max(1vw, 16px);
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #fff;
}

.btn .click-area span {
  text-shadow: none;
}

.btn .click-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: max(3.75vw, 60px);
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  transition: all 0.2s ease-in-out;
  position: relative;
  box-shadow: rgb(0 0 0 / 10%) 4px 4px 0;
}

.btn .click-area .fa {
  margin-left: max(1vw, 16px);
}

/* white */
.btn.white .click-area {
  background-color: #fff;
  border: 1px solid #2C95BB;
  box-shadow: none;
  font-size: max(1vw, 16px);
  text-align: center;
  font-weight: bold;
  color: #2C95BB;
}

.btn.white .click-area .text {
  color: #2C95BB;
}

.btn.white .click-area:hover {
  background-color: #2C95BB;
  text-decoration: none;
  color: #fff;
}

.btn.white .click-area:hover .text {
  color: #fff;
}

/* blue */
.btn.blue .click-area {
  color: #fff;
  background: #23b8ef;
  border:  1px solid #23b8ef;
}

.btn.blue .click-area:hover {
  background: #fff;
}

.btn.blue .click-area:hover span {
  color: #23b8ef;
}

/* navy-blue */
.btn.navy-blue .click-area {
  color: #fff;
  background-color: #0F6585;
  border:  1px solid #0F6585;
}

.btn.navy-blue .click-area:hover {
  background: #fff;
}

.btn.navy-blue .click-area:hover span {
  color: #0F6585;
}

/* black */
.btn.black .click-area {
  background: #333;
  color: #fff;
}

.btn.black .click-area:hover {
  background: #23B8EF;
}

@media  screen and (min-width: 1600px) {
  .btn {
    padding-top: 1.25vw;
    width: 40vw;
  }

  .btn-2column.large-btn-column {
    gap: 1.25vw;  
  }

  .btn .click-area span {
    font-size: 1vw;
  }

  .btn .click-area {
    min-height: 3.75vw;
    border-radius: 0.3125vw;
    box-shadow: rgb(0 0 0 / 10%) 0.25vw 0.25vw 0;
  }

  .btn .click-area .fa {
    margin-left: 0.625vw;
  }

  /* white */
  .btn.white .click-area {
    font-size: 1vw;
  }
}

@media  screen and (max-width: 960px) {
  .btn {
    width: 60%;
  }
}

@media  screen and (max-width: 767px) {
  .btn {
    width: 100%;
  }

  .btn-2column {
    display: block;
  }

  .btn-2column .btn {
    width: 100%;
    margin-bottom: 40px;
  }

  .btn-2column .btn:last-child {
    margin-bottom: 0;
  }
}

/* --------------------
.movie,.video
-------------------- */
.movie.margin-bottom {
  margin-bottom: 1.5vw;
}

.movie .video {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #333;
  line-height: 1;
}

/* --------------------
.document
-------------------- */
.document .gray-area {
  background-color: #F4F4F4;
  padding: max(1.5vw, 24px);
  border-radius: max(0.5vw, 8px);
}

.document .gray-area .headline {
  padding: max(0.5vw, 8px) 0 max(0.5vw, 8px) 0;
  margin: 0;
  border: none;
  text-align: center;
}

.document .gray-area .headline .text {
  font-size: max(1.5vw, 20px);
  text-align: center;
}

.document .gray-area .flex-layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: max(1vw, 16px);
}

.document .gray-area .flex-layout .image {
  width: 50%;
}

.document .gray-area .flex-layout .text-area {
  width: calc(50% - max(1.25vw, 20px));
}

.document .btn-area.large-btn {
  margin-bottom: max(1vw, 16px);
}

@media screen and (max-width: 767px) {
  .document .gray-area .flex-layout {
    flex-direction: column;
  }

  .document .gray-area .flex-layout .image,
  .document .gray-area .flex-layout .text-area {
    width: auto;
  }
}

/* --------------------
.release-update
-------------------- */

.release-update .area .text {
  text-align: right;
  display: block;
  font-size: max(0.875vw, 14px);
}

@media screen and (max-width: 767px) {
  .release-update .area {
    padding: 0 10px;
    max-width: 100%;
  }

  .release-update .area .text {
    text-align: center;
  }
}

/* --------------------
.service-area
-------------------- */

.service-area {
  margin-top: 0;
  padding-top: max(2.5vw, 40px);
  width: 100%;
}

.service-area .area {
  background-color: transparent;
  padding-top: 24px;
  width: 100%;
}

.service-area .area .subheadline {
  padding-top: 0;
}

.service-area .area .subheadline::before {
  content: none;
}

.service-area .area .headline {
  border-bottom: none;
  padding-bottom: 0;
}

.service-area .area .headline .text {
  font-size: max(1.25vw, 20px);
  font-weight: bold;
  text-align: center;
  display: block;
  padding-left: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.service-area .area .headline .text::before {
  content: none;
}

.service-area .area .logo-area {
  width: max(20vw, 320px);
}

.service-area .area .service-list-area {
  margin: 0 auto;
}

.service-area .area .service-list-area .service-list {
  display: block;
  padding: 0;
}

.service-area .area .service-list-area .service-list .item {
  margin-bottom: 32px;
  display: block;
}

.service-area .area .service-list-area .service-list .item:last-child {
  margin-bottom: 0;
}

.service-area .area .service-list-area .service-list .item .click-area {
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: none;
  background-color: #fff;
  box-shadow: 0 8px 16px 0 rgb(193 200 222 / 30%);
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  position: relative;
}

.service-area .area .service-list-area .service-list .item .click-area:hover {
  box-shadow: 0 2px 2px 0 rgb(193 200 222 / 30%);
}

.service-area .area .service-list-area .service-list .item .click-area .logo-area img {
  transition: all 0.2s ease-in-out;
}

.service-area .area .service-list-area .service-list .item .click-area:hover .logo-area img {
  opacity: 0.6;
}

.service-area .area .service-list-area .service-list .item .click-area .text-area {
  padding-top: max(1vw, 16px);
  padding-right: max(4vw, 64px);
  padding-bottom: max(1vw, 16px);
  padding-left: max(2vw, 32px);
  width: calc(100% - 280px);
}

.service-area .area .service-list-area .service-list .item .click-area .text-area .title {
  padding-bottom: max(0.5vw, 8px);

}

.service-area .area .service-list-area .service-list .item .click-area .text-area .title .text {
  color: #333;
  font-size: max(1.125vw, 18px);
  transition: all 0.2s ease-in-out;
  line-height: 1.5;
}

.service-area .area .service-list-area .service-list .item .click-area:hover .text-area .title .text {
  color: #467AEC;
}

.service-area .area .service-list-area .service-list .item .click-area .text-area .service-text {
  font-size: max(0.875vw, 14px);
  color: #333;
  line-height: 1.75em;
}

.introduction-service-angle {
  position: absolute;
  right: max(1.5vw, 24px);
  top: 50%;
  z-index: 100;
}

.introduction-service-angle svg {
  fill: #8999ab;
  height: max(0.75vw, 12px);
  width: max(0.375vw, 6px);
}

@media screen and (min-width: 1600px) {
  .service-area {
    padding-top: 2.5vw;
  }

  .service-area .area {
    padding-top: 1.5vw;
  }

  .service-area .area .headline .text {
    font-size: 1.25vw;
  }

  .service-area .area .logo-area {
    width: 20vw;
  }

  .service-area .area .service-list-area .service-list {
    display: block;
    padding: 0;
  }

  .service-area .area .service-list-area .service-list .item {
    margin-bottom: 2vw;
  }

  .service-area .area .service-list-area .service-list .item .click-area {
    box-shadow: 0 0.5vw 1vw 0 rgb(193 200 222 / 30%);
    border-radius: 0.25vw;
  }

  .service-area .area .service-list-area .service-list .item .click-area .text-area {
    padding: 1vw 4vw 1vw 2vw;
    width: calc(100% - 17.5vw);
  }

  .service-area .area .service-list-area .service-list .item .click-area .text-area .title {
    padding-bottom: 0.5vw;
  }

  .service-area .area .service-list-area .service-list .item .click-area .text-area .title .text {
    font-size: 1.125vw;
  }

  .service-area .area .service-list-area .service-list .item .click-area .text-area .service-text {
    font-size: 0.875vw;
  }

  .introduction-service-angle {
    right: 1.5vw;
    top: 50%;
  }

  .introduction-service-angle svg {
    fill: #8999ab;
    height: 0.75vw;
    width: 0.375vw;
  }
}

@media  screen and (max-width: 960px) {
  .service-area {
    margin-bottom: 0;
  }

  .service-area .area {
    width: auto;
  }
}

@media  screen and (max-width: 767px) {
  .service-area .area .service-list-area .service-list {
    padding: 0 8px 8px 8px;
  }

  .service-area .area .service-list-area .service-list .item .click-area {
    flex-direction: column;
  }

  .service-area .area .service-list-area .service-list .item .click-area .logo-area {
    width: 100%;
  }

  .service-area .area .service-list-area .service-list .item .click-area .logo-area img {
    width: 100%;
  }

  .service-area .area .service-list-area .service-list .item .click-area .text-area {
    width: auto;
    padding: max(1.25vw, 20px);
  }

  .service-area .area .service-list-area .service-list .item:last-child {
    margin-bottom: max(2vw, 32px);
  }

  .introduction-service-angle {
    display: none;
  }
}

/* --------------------
contents-foot
-------------------- */
.contents-foot .bread {
  display: flex;
}

.contents-foot .bread li {
 margin-right: 10px;
 font-size: 75%;
}

.contents-foot a .fa {
  margin-left: 10px;
}

.contents-foot .bread a:hover {
 text-decoration: underline;
}