@charset "UTF-8";
@import url("global.css");
@import url("https://fonts.googleapis.com/css2?family=Amita:wght@400;700&family=Redressed&family=Shippori+Mincho:wght@400;600;800&display=swap");
:root {
  --font: 21px;
  --divider: 120px;
  --radius: 10px;
  --line-ht: 1.4;
  --header-ht: 160px;
  --wrapper: auto;
  --list-gap: 6%;
}

::-moz-selection {
  background: rgba(33, 137, 180, 0.2);
}

::selection {
  background: rgba(33, 137, 180, 0.2);
}

body {
  /*line-height: 1.8;*/
}

#header #header-logo {
  margin-inline: auto;
}

.lpcnone, .pcnone {
  display: none;
}

br.spon {
  display: none;
}

.textinner p {
  font-size: var(--font);
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.textinner p + p {
  margin-top: 1.5em;
}

.point_color {
  color: #2189B4;
}

.under {
  color: #2189B4;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, rgba(33, 137, 180, 0.17)));
  background: linear-gradient(transparent 70%, rgba(33, 137, 180, 0.17) 70%);
  font-weight: 600;
}

.titlearea::before {
  content: "";
  display: block;
  margin-inline: auto;
  background-color: currentColor;
  width: 1px;
  height: 80px;
  margin-bottom: 50px;
}
.titlearea .sec_title {
  margin-bottom: 30px;
  line-height: var(--line-ht);
  font-size: 40px;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}

#mainvisual {
  height: calc(100vh - var(--header-ht));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#mainvisual .mainvl {
  width: 100%;
  height: 100%;
}
#mainvisual .maintitlearea {
  position: absolute;
  inset: 0;
  margin: auto;
  display: -ms-grid;
  display: grid;
  place-content: center;
  /*top: 50%;
  transform: translateY(-50%);
  left: calc((100vw - 1480px) / 2);*/
}
#mainvisual .maintitlearea .maintitle {
  color: #fff;
  text-indent: 0.5em;
  font-size: 48px;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}

#sec_intro {
  padding-block: 150px var(--divider);
}
#sec_intro .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 6%;
}
#sec_intro .inner .textinner {
  padding-block: 50px;
  width: 55%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.8;
}
#sec_intro .inner .textinner .lead {
  margin-bottom: 30px;
  line-height: 1.5;
  font-size: 32px;
  font-weight: 600;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec_intro .inner .ph {
  margin-left: calc(50% - 50vw);
}

#sec_about {
  position: relative;
  padding-bottom: var(--divider);
}
#sec_about .bg {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 0;
  background-color: #191919;
  z-index: -1;
}
#sec_about .titlearea {
  text-align: center;
  color: #fff;
}
#sec_about .titlearea .lead {
  font-size: var(--font);
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec_about .list-about {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--list-gap);
}
#sec_about .list-about .item {
  --triangle: 100px;
  width: 50%;
  background-color: #fff;
  clip-path: polygon(var(--triangle) 0, 100% 0, 100% 100%, 0 100%, 0 var(--triangle));
  padding: 40px 30px;
}
#sec_about .list-about .item .list_title {
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 0.8em;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
  font-size: 38px;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}
#sec_about .list-about .item .text {
  line-height: 1.6;
  font-size: var(--font);
}
#sec_about .list-about .item_orange .list_title {
  border-color: #FFB14A;
}
#sec_about .list-about .item_blue .list_title {
  border-color: #2189B4;
}

#sec_service {
  background-color: #F8F8F8;
  padding-bottom: var(--divider);
}
#sec_service .titlearea {
  text-align: center;
}
#sec_service .titlearea .catch {
  margin-bottom: 40px;
  font-size: 30px;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec_service .titlearea .sec_title {
  background-color: #191919;
  padding: 0.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1100px;
  border-radius: var(--radius);
  color: #fff;
  margin-inline: auto;
  margin-bottom: 60px;
}
#sec_service .list-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--list-gap);
}
#sec_service .list-service .item {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  position: relative;
}
#sec_service .list-service .item::before {
  --arrow: 117px;
  content: "";
  display: block;
  width: var(--arrow);
  aspect-ratio: 117/110;
  background: url("/img/top/arrow.svg") center center/contain no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  margin-inline: auto;
  top: -90px;
  z-index: 1;
}
#sec_service .list-service .item .inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.15) 0 3px 6px;
}
#sec_service .list-service .item .list_titlearea {
  position: relative;
  overflow: hidden;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  padding: 50px 1em 40px;
}
#sec_service .list-service .item .list_titlearea .lead {
  position: relative;
  font-size: 26px;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec_service .list-service .item .list_titlearea .list_title {
  position: relative;
  z-index: 2;
  /* 1480 ⇒ 959 */
  font-size: clamp(30px, 15.2744721689px + 1.5355086372vw, 38px);
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
}
#sec_service .list-service .item .list_titlearea::before {
  display: block;
  line-height: 1;
  color: #fff;
  opacity: 0.3;
  /*1280 ⇒ 950 */
  font-size: clamp(120px, 33.6363636364px + 9.0909090909vw, 150px);
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  position: absolute;
  top: -25px;
  left: -10px;
}
#sec_service .list-service .item .list_wrap {
  display: -ms-grid;
  display: grid;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 40px 20px;
}
#sec_service .list-service .item .list_wrap .inner_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#sec_service .list-service .item .list_wrap .inner_list li {
  position: relative;
  padding-left: 1.6em;
  line-height: 1;
  font-size: var(--font);
}
#sec_service .list-service .item .list_wrap .inner_list li::before {
  content: "\f058";
  display: inline-block;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  font-weight: 900;
  font-size: 1.2em;
  position: absolute;
  left: 0;
}
#sec_service .list-service .item .list_wrap .inner_list li + li {
  margin-top: 1em;
}
#sec_service .list-service .item .service_btn .link {
  position: relative;
  display: block;
  max-width: 430px;
  width: 80%;
  margin-top: 40px;
  margin-inline: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 3px;
  border-radius: 100vmax;
  background-color: #fff;
  line-height: 1;
  padding: 0.8em 1em;
  overflow: hidden;
  font-size: 24px;
  font-family: "Shippori Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#sec_service .list-service .item .service_btn .link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #2189B4;
  margin: auto;
  width: 0;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#sec_service .list-service .item .service_btn .link span {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px auto;
  grid-template-columns: 1fr auto;
  gap: 30px;
  text-align: center;
}
#sec_service .list-service .item .service_btn .link span::after {
  content: "\f138";
  display: inline-block;
  font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
  font-weight: 900;
  font-size: 1.2em;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
@media (any-hover: hover) {
  #sec_service .list-service .item .service_btn .link:hover {
    color: #fff;
  }
  #sec_service .list-service .item .service_btn .link:hover::before {
    width: 100%;
  }
  #sec_service .list-service .item .service_btn .link:hover span::after {
    color: #fff;
  }
}
#sec_service .list-service .item_orange .list_titlearea {
  background-color: #FFB14A;
}
#sec_service .list-service .item_orange .list_titlearea::before {
  content: "前";
}
#sec_service .list-service .item_orange .list_wrap .inner_list li::before {
  color: #FFB14A;
}
#sec_service .list-service .item_orange .service_btn .link {
  border-color: #FFB14A;
}
#sec_service .list-service .item_orange .service_btn .link::before {
  background-color: #FFB14A;
}
#sec_service .list-service .item_orange .service_btn .link span::after {
  color: #FFB14A;
}
#sec_service .list-service .item_blue .list_titlearea {
  background-color: #2189B4;
}
#sec_service .list-service .item_blue .list_titlearea::before {
  content: "後";
}
#sec_service .list-service .item_blue .list_wrap .inner_list li::before {
  color: #2189B4;
}
#sec_service .list-service .item_blue .service_btn .link {
  border-color: #2189B4;
}
#sec_service .list-service .item_blue .service_btn .link::before {
  background-color: #2189B4;
}
#sec_service .list-service .item_blue .service_btn .link span::after {
  color: #2189B4;
}

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1480px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1480px) {
  :root {
    --wrapper: 2vw;
  }
  .lpcnone, .pcnone {
    display: none;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 1280px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1280px) {
  :root {
    --header-ht: 130px;
    --wrapper: 7vw;
    --list-gap: 4%;
  }
  .lpcnone {
    display: inherit;
  }
  .pcnone {
    display: none;
  }
  #sec_about .titlearea .lead {
    text-align: left;
  }
  #sec_about .titlearea .lead br {
    display: none;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 959px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  :root {
    --font: 18px;
    --divider: 80px;
    --radius: 10px;
    --header-ht: 120px;
    --wrapper: 6vw;
  }
  body {
    line-height: 1.8;
  }
  .pcnone {
    display: inherit;
  }
  .titlearea::before {
    height: 70px;
    margin-bottom: 40px;
  }
  .titlearea .sec_title {
    font-size: 32px;
  }
  #mainvisual {
    height: calc(60vh - var(--header-ht));
  }
  #mainvisual .maintitlearea .maintitle {
    font-size: 38px;
  }
  #sec_intro {
    padding-top: 80px;
  }
  #sec_intro .inner {
    display: block;
  }
  #sec_intro .inner .textinner {
    width: auto;
    padding-block: 0 50px;
  }
  #sec_intro .inner .textinner .lead {
    text-align: center;
    margin-bottom: 40px;
  }
  #sec_intro .inner .ph {
    margin-left: 0;
  }
  #sec_about .list-about {
    margin-top: 50px;
  }
  #sec_about .list-about .item {
    --triangle: 60px;
    padding: 30px 20px;
  }
  #sec_about .list-about .item .list_title {
    margin-bottom: 20px;
    font-size: 30px;
  }
  #sec_service .titlearea .catch {
    margin-bottom: 30px;
    font-size: 24px;
  }
  #sec_service .titlearea .sec_title {
    margin-bottom: 40px;
  }
  #sec_service .list-service .item::before {
    --arrow: 85px;
    top: -60px;
  }
  #sec_service .list-service .item .list_titlearea {
    line-height: 1.2;
    padding: 35px 1em 30px;
  }
  #sec_service .list-service .item .list_titlearea .lead {
    position: relative;
    margin-bottom: 10px;
    font-size: 21px;
  }
  #sec_service .list-service .item .list_titlearea .list_title {
    font-size: 30px;
  }
  #sec_service .list-service .item .service_btn .link {
    margin-top: 30px;
    font-size: 19px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-4 ( 644px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  :root {
    --font: 16px;
    --divider: 60px;
    --radius: 5px;
    --header-ht: 80px;
    --list-gap: 30px;
  }
  body {
    line-height: 1.8;
  }
  #header #header-logo {
    width: 160px;
  }
  br.spon {
    display: inline;
  }
  .textinner p + p {
    margin-top: 1em;
  }
  .textinner br:not([class]) {
    display: none;
  }
  .titlearea::before {
    height: 50px;
    margin-bottom: 25px;
  }
  .titlearea .sec_title {
    font-size: 23px;
    margin-bottom: 20px;
  }
  #mainvisual .maintitlearea .maintitle {
    font-size: clamp(22px, -1.2727272727px + 7.2727272727vw, 26px);
  }
  #sec_intro {
    padding-top: 50px;
  }
  #sec_intro .inner .textinner {
    padding-bottom: 30px;
    line-height: 1.6;
  }
  #sec_intro .inner .textinner .lead {
    letter-spacing: 0;
    font-size: 23px;
    margin-bottom: 25px;
  }
  #sec_about .list-about {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #sec_about .list-about .item {
    --triangle: 60px;
    width: auto;
    padding: 25px 15px;
  }
  #sec_about .list-about .item .list_title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  #sec_service .titlearea .catch {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #sec_service .titlearea .sec_title {
    margin-bottom: 30px;
  }
  #sec_service .list-service {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  #sec_service .list-service .item {
    width: auto;
  }
  #sec_service .list-service .item::before {
    content: none;
  }
  #sec_service .list-service .item .list_titlearea {
    padding: 20px 10px;
  }
  #sec_service .list-service .item .list_titlearea .lead {
    margin-bottom: 10px;
    font-size: 18px;
  }
  #sec_service .list-service .item .list_titlearea .list_title {
    line-height: 1.2;
    font-size: 24px;
  }
  #sec_service .list-service .item .list_titlearea::before {
    font-size: 100px;
    top: -10px;
  }
  #sec_service .list-service .item .list_wrap {
    padding: 25px 10px 30px;
  }
  #sec_service .list-service .item .service_btn .link {
    margin-top: 25px;
    font-size: 16px;
  }
}