@charset "UTF-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/* base */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
body {
  color: #333;
  font-family:
  "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: normal;
  counter-reset: number 0;
}
body.no-scroll {
  overflow: hidden;
}
@media (max-width: 1280px) {
  body {
    font-size: 1.7rem;
  }
}
@media (max-width: 1023px) {
  body {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
a:hover {
  opacity: 0.75;
  transition: background-color 0.5s ease;
}
@media (min-width: 1023px) {
  .show.is-sp {
    display: none !important;
  }
}
@media (max-width: 1022px) {
  .show.is-pc {
    display: none !important;
  }
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.mt05 { margin-top: 5px; }
/* ==========================================================================
  header
  ========================================================================== */
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  font-size: 1.6rem;
  box-shadow: 0px 7px 15px -11px #777777;
  position: sticky;
  top: 0;
  z-index: 3;
  background: #FFF;
}
#header .gNav ul {
  display: flex;
  align-items: center;
  gap: 0 25px;
}
#header .gNav ul a {
  text-decoration: none;
  color: inherit;
}
#header .gNav ul a.btn_contact, .globalMenuSp a.btn_contact, .section_contact a.btn_contact {
  background: #0C72B5;
  color: #FFF;
  padding: 8px 15px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.globalMenuSp a.btn_contact {
  font-size: 2.4rem;
  padding: 15px 15px;
}
.section_contact a.btn_contact {
  width: 230px;
}
#header .gNav ul a.btn_contact svg,
.section_contact a.btn_contact svg {
  width: 18px;
}
.globalMenuSp a.btn_contact svg {
  width: 27px;
}
.hamburger {
  display: none;
  position: fixed;
  z-index: 3;
  right: 15px;
  top: 15px;
  width: 44px;
  height: 44px;
  cursor: pointer;
  text-align: center;
  background: #0C72B5;
  border-radius: 5px;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  left: 10px;
  background: #FFF;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 14px;
}
.hamburger span:nth-child(2) {
  top: 21px;
}
.hamburger span:nth-child(3) {
  top: 28px;
}
.hamburger.active span:nth-child(1) {
  top: 20px;
  /*left: 6px;*/
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  padding: 22px 15px 30px;
  background: #FFF;
  width: 100%;
  height: 100vh;
  opacity: 0;
  display: none;
  transition: opacity .6s ease, visibility .6s ease;
}
.globalMenuSp.active {
  opacity: 100;
  display: block;
  overflow-y: scroll;
}
.globalMenuSp .logo {
  margin-bottom: 65px;
}
.globalMenuSp nav {
  margin: 0 15px;
}
.globalMenuSp a {
  display: block;
  color: inherit;
  text-decoration: none;
  line-height: 1.4;
}
.globalMenuSp ul.mainMenu {
  font-size: 3.0rem;
  margin-bottom: 25px;
}
.globalMenuSp ul.mainMenu li {}
.globalMenuSp ul.mainMenu li a {
  display: flex;
  align-items: center;
  padding: 23px 5px;
  border-bottom: 1px solid #D0D0D0;
  gap: 0 15px;
}
.globalMenuSp ul.mainMenu li a:after {
  content: attr(data-txt)"";
  color: #0C72B5;
  font-size: 1.4rem;
}
.c-accordion {
  margin-top: 25px;
}
.c-accordion__title {
  position: relative;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
  background: #454545;
  color: #FFF;
  border-radius: 5px;
  margin-bottom: 3px;
}
.c-accordion__title::before,
.c-accordion__title::after {
  content: "";
  position: absolute;
  background: #FFF;
  top: 50%;
  translate: 0 -50%;
}
.c-accordion__title::before {
  width: 16px;
  height: 2px;
  right: 20px;
}
.c-accordion__title::after {
  width: 2px;
  height: 16px;
  right: 27px;
  transition: rotate 0.3s;
}
.c-accordion__item[open] .c-accordion__title::after {
  rotate: 90deg;
}
.c-accordion summary {
  list-style-type: none;
}
.c-accordion__content {
  padding: 10px;
  animation: fadeIn 0.5s ease;
  background: #F7F7F7;
  border-radius: 5px;
}
.c-accordion__content ul {
  margin: 0;
  padding: 0;
}
.c-accordion__content a {
  padding: 5px 30px 5px 5px;
  position: relative;
  display: block;
}
.c-accordion__content a:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #707070;
  border-right: solid 2px #707070;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    padding: 22px 15px;
  }
  #header .logo img {
    width: 284px;
  }
  .gNav {
    display: none;
  }
  .hamburger {
    display: block;
  }
}
/* ==========================================================================
  footer
  ========================================================================== */
/* section_contact */
.section_contact {
  margin-top: 160px;
}
.section_contact .contactBox {
  background: #E5EEF7;
  border-radius: 5px;
  padding: 60px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 0 30px;
  z-index: 1;
}
.section_contact .contactBox::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/common/bg_contact01.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  mix-blend-mode: hard-light;
  pointer-events: none;
  z-index: -1;
}
.section_contact .contactBox h2 {
  width: 270px;
}
.section_contact .contactBox > div {
  width: 46%;
}
.section_contact .contactBox p {
  font-size: 1.4rem;
  margin-bottom: 1em;
}
#footer {
  margin-top: 100px;
  background: #0C72B5;
  color: #FFF;
  padding: 80px 90px 40px;
  border-top-left-radius: 70px;
  display: flex;
  gap: 0 50px;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1.5rem;
  line-height: 1.4;
}
#footer a {
  color: #FFF;
  text-decoration: none;
}
#footer .footer_leftBox {
  width: 55%;
}
#footer .footer_rightBox {
  flex: 1;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#footer .add {
  margin-top: 10px;
}
#footer .mainMenu {
  display: flex;
  font-size: 1.6rem;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#footer .mainMenu li + li {
  position: relative;
}
#footer .mainMenu li + li::before{
  content: "";
  display: block;
  height: 1.3em;
  border-left: 1px solid #FFF;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
#footer .mainMenu a {
  padding: 0 20px;
  white-space: nowrap;
}
#footer .subMenu {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  gap: 3px 15px;
  margin-top: 30px;
}
#footer .subMenu a[target="_blank"]::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../img/common/clone-regular-full.svg") no-repeat;
  vertical-align: middle;
  margin-left: 3px;
}
#footer small {
  font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .section_contact {
    margin-top: 50px;
  }
  .section_contact .contactBox {
    flex-direction: column;
    padding: 60px 25px;
  }
  .section_contact .contactBox::after {
    background-size: 135%;
  }
  .section_contact .contactBox h2 {
    width: 100%;
  }
  .section_contact .contactBox > div {
    width: 100%;
    line-height: 2.3;
  }
  .section_contact .left .btn_contact {
    margin: 0 auto;
  }
  #footer {
    flex-direction: column;
    padding: 40px 35px 20px;
    align-items: flex-start;
    border-top-left-radius: 45px;
    gap: 20px;
    font-size: 90%;
    margin-top: 50px;
  }
  #footer .footer_leftBox,
  #footer .footer_rightBox {
    width: 100%;
  }
  #footer .footer_rightBox {
    text-align: left;
    gap: 15px;
    flex: none;
  }
  #footer .mainMenu,
  #footer .subMenu {
    display: none;
  }
  #footer small {
    font-size: 1.0rem;
  }
}
/* ==========================================================================
  home
  ========================================================================== */
/* mainimg */
#mainimg {
  position: relative;
  width: 100%;
  height: calc(100vh - 74px);
  background: #F1F7FB;
}
#mainimg .slide {
  height: 100%;
  border-bottom-right-radius: 70px;
  overflow: hidden;
}
#mainimg .slide img {
  object-fit: cover;
  object-position: center bottom;
  width: 100%;
  height: 100%
}
.mainimgCopy {
  position: absolute;
  bottom: 80px;
  left: 50px;
  color: #FFF;
  font-size: 1.8rem;
}
.mainimgCopy p {
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  #mainimg {
    height: 620px;
  }
  #mainimg .slide {
    border-bottom-right-radius: 45px;
  }
  .mainimgCopy {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #mainimg {
    height: 405px;
  }
  .mainimgCopy {
    left: 15px;
    bottom: 100px;
  }
  .mainimgCopy p {
    margin-top: 15px;
    font-size: 1.4rem;
  }
  .mainimgCopy p br {
    display: none;
  }
}
/* section common */
h2.h2_home {
  font-size: 4.0rem;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  line-height: 1.0;
  gap: 10px;
  margin-bottom: 40px;
}
h2.h2_home:after {
  content: attr(data-txt)"";
  color: #0C72B5;
  font-size: 1.4rem;
}
@media screen and (max-width: 1024px) {
  h2.h2_home {
    font-size: 3.0rem;
    margin-bottom: 15px;
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
}
@media screen and (max-width: 768px) {
  h2.h2_home {
    font-size: 2.7rem;
    margin-bottom: 15px;
    flex-direction: row;
    align-items: center;
    gap: 15px;
  }
}
/* section_news */
.section_news {
  background: #F1F7FB;
  padding: 90px 0;
}
.section_news .contents {
  display: flex;
  gap: 70px;
}
.section_news header {
  width: 20%;
}
ul.newsList {
  flex: 1;
}
ul.newsList li {
  border-bottom: 1px dotted #B5B5B5;
}
ul.newsList li a {
  padding: 11px 45px 11px 12px;
  text-decoration: none;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 10px 50px;
  position: relative;
  line-height: 1.4;
}
ul.newsList li a::before {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 15px;
  background: #EAEAEA;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
ul.newsList li a::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #0C72B5;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow-right.svg);
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
ul.newsList li a:hover::before {
  background: #0C72B5;
  transition: background-color 0.5s ease;
}
ul.newsList li a:hover::after {
  background: #FFF;
  transition: background-color 0.5s ease;
}
ul.newsList .news_date {
  font-size: 1.5rem;
  width: 9em;
}
ul.newsList .new {
  color: #FF0000;
  font-size: 1.2rem;
  display: inline-block;
  margin-left: 5px;
}
@media screen and (max-width: 1024px) {
  .section_news {
    padding: 55px 0;
  }
  .section_news .contents {
    flex-direction: column;
    gap: 15px 70px;
  }
  .section_news header {
    width: 100%;
  }
  .section_news header h2.h2_home {
    margin-bottom: 0;
  }
  ul.newsList {
    margin-bottom: 15px;
  }
  ul.newsList li a {
    flex-direction: column;
    align-items: flex-start;
    padding: 11px 45px 11px 0;
  }
  ul.newsList li a::before {
    right: 0px;
  }
  ul.newsList li a::after {
    right: 8px;
  }
  ul.newsList .news_tit {
    font-size: 1.7rem;
  }
}
/* section_company */
.sectioin_company, .sectioin_service {
  margin-top: 140px;
}
.sectioin_company .contents {
  display: flex;
  align-items: center;
  gap: 30px 80px;
  font-feature-settings: "palt";
}
.sectioin_company .contents > div, .sectioin_company .contents > figure {
  width: calc((100% - 80px) / 2);
}
.sectioin_company .contents > figure {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
}
.sectioin_company .contents > figure img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.sectioin_company .contents > figure img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.sectioin_company p.desc {
  line-height: 2.5;
  margin-bottom: 2em;
}
@media screen and (max-width: 1024px) {
  .sectioin_company, .sectioin_service {
    margin-top: 80px;
  }
  .sectioin_company .contents {
    flex-direction: column-reverse;
  }
  .sectioin_company .contents > div, .sectioin_company .contents > figure {
    width: 100%;
  }
  .sectioin_company .contents > figure {
    flex: none;
    margin-left: 0;
    margin-right: 0;
  }
  .sectioin_company .contents > figure img {
    aspect-ratio: 9 / 5;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
  }
  .sectioin_company p.desc {
    font-size: 1.7rem;
  }
  .sectioin_company .right {
    text-align: center;
  }
}
/* section_service */
.sectioin_service ol {
  display: flex;
  gap: 15px 80px;
  margin-bottom: 50px;
}
.sectioin_service ol a {
  color: inherit;
}
.sectioin_service ol figure {
  position: relative;
  font-weight: 600;
  aspect-ratio: 51 / 26;
}
.sectioin_service ol figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.sectioin_service figcaption {
  position: absolute;
  background: #FFF;
  bottom: 0;
  left: 0;
  padding: 5px 85px 0 10px;
  border-top-right-radius: 10px;
  font-size: 2.7rem;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sectioin_service figcaption span {
  font-size: 2.0rem;
  color: #0C72B5;
}
.sectioin_service figcaption .corner01,
.sectioin_service figcaption .corner02 {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: translateX(-100%);
}
.sectioin_service figcaption .corner01 {
  right: -20px;
  bottom: 0px;
}
.sectioin_service figcaption .corner02 {
  left: 10px;
  top: -10px;
}
.sectioin_service figcaption .corner01::before,
.sectioin_service figcaption .corner02::before {
  display: block;
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0px;
  right: -20px;
  overflow: hidden;
  content: '';
  background: transparent;
  border-radius: 50%;
  box-shadow: -10px 10px 0 0 white;
  transform: translate(-50%, -50%);
}
.sectioin_service a figcaption::before {
  content: "";
  width: 27px;
  height: 27px;
  border-radius: 15px;
  background: #EAEAEA;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.sectioin_service ol a figcaption::after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #0C72B5;
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/common/arrow-right.svg);
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
}
.sectioin_service ol a:hover figcaption::before {
  background: #0C72B5;
  transition: background-color 0.5s ease;
}
.sectioin_service ol a:hover figcaption::after {
  background: #FFF;
  transition: background-color 0.5s ease;
}
@media screen and (max-width: 768px) {
  .sectioin_service ol {
    flex-direction: column;
  }
}
/* ==========================================================================
  page common
  ========================================================================== */
.headline {
  background-image: url("../img/common/bg_headline.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
  padding: 100px 60px 60px;
  border-bottom-right-radius: 70px;
  margin-bottom: 15px;
}
.headline h1 {
  font-size: 4.0rem;
  font-weight: normal;
  line-height: 1.4;
}
.headline h1::after {
  content: attr(data-txt)"";
  color: #0C72B5;
  font-size: 1.4rem;
  display: block;
}
.breadcrumb {
  font-size: 1.2rem;
  margin-bottom: 50px;
  color: #666;
}
.breadcrumb__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
}
.breadcrumb__list li::before {
  content: "-";
  font-size: 80%;
  margin: 0 8px;
}
.breadcrumb__list li:first-of-type::before {
  display: none;
}
.table_basic01 {
  width: 100%;
}
.table_basic01 th,
.table_basic01 td {
  padding: 20px;
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
}
.table_basic01 th {
  background: #F7F7F7;
  text-align: left;
  min-width: 27%;
  white-space: nowrap;
}
.txt_lead {
  color: #0C72B5;
  font-size: 135%;
  font-weight: bold;
  line-height: 2.3;
}
.btn_basic01 {
  background: #0C72B5;
  color: #FFF;
  padding: 13px 60px;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  border-radius: 50px;
  font-size: 1.6rem;
  text-decoration: none;
  position: relative;
  min-width: 220px;
}
.btn_basic01::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.btn_basic02 {
  background: #F7F7F7;
  border: 1px solid #CBCBCB;
  color: #333;
  padding: 13px 60px;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  border-radius: 50px;
  font-size: 1.6rem;
  text-decoration: none;
  position: relative;
  min-width: 220px;
}
.btn_basic02::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.contents {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 25px;
}
.contents > section + section {
  margin-top: 100px;
}
.contents > section h2 {
  font-size: 3.4rem;
  position: relative;
  border-bottom: 4px solid #F7F7F7;
  margin-bottom: 45px;
}
.contents > section h2:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 80px;
  height: 4px;
  content: '';
  background: #0C72B5;
}
@media screen and (max-width: 1024px) {
  .headline {
    padding: 50px 15px 30px;
    border-bottom-right-radius: 45px;
    margin-bottom: 15px;
  }
  .headline h1 {
    font-size: 3.0rem;
  }
  .table_basic01 th,
  .table_basic01 td {
    padding: 15px;
  }
  .txt_lead {
    line-height: 2.0;
  }
}
@media screen and (max-width: 768px) {
  .contents {
    padding: 0 15px;
  }
  .contents > section h2 {
    font-size: 2.7rem;
    margin-bottom: 30px;
  }
}
/* ==========================================================================
  service
  ========================================================================== */
.strengthsList {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.strengthsList li {
  margin-top: 40px;
  background: #F0F2F4;
  padding: 85px 22px 50px;
  border-radius: 15px;
  position: relative;
  width: calc((100% - 40px * 2 ) / 3);
}
.strengthsList li .service_ico {
  background: #375065;
  padding: 18px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%);
  border-radius: 80px;
}
.strengthsList h3 {
  color: #375065;
  font-size: 2.1rem;
  line-height: 1.5;
  margin-bottom: 30px;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.strengthsList p {
  font-size: 90%;
  font-feature-settings: "palt";
}
.serviceList {
  display: flex;
  gap: 40px 80px;
  font-feature-settings: "palt";
}
.serviceList > div {
  flex: 1;
}
.serviceList h3 {
  font-size: 2.7rem;
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: normal;
}
.serviceList h3::before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) "."; 
  color: #0C72B5;
  font-size: 2.0rem;
  display: inline-block;
}
.preparation {
  background: #DDDDDD;
  padding: 2px 10px;
  border-radius: 5px;
  display: inline-block;
  font-size: 90%;
}
@media screen and (max-width: 1024px) {
  .strengthsList {
    flex-wrap: wrap;
  }
  .strengthsList li {
    margin-top: 40px;
    padding: 85px 22px 50px;
    width: calc((100% - 40px ) / 2);
  }
  .strengthsList h3 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .strengthsList li {
    margin-top: 40px;
    padding: 60px 22px 30px;
    width: 100%;
  }
  .strengthsList h3 {
    font-size: 2.0rem;
    margin-bottom: 15px;
    height: inherit;
  }
  .strengthsList h3 br {
    display: block;
  }
  .serviceList {
    flex-direction: column;
  }
}
/* ==========================================================================
  news
  ========================================================================== */
.snav-wrapper {
  display: flex;
  gap: 50px 80px;
}
.content-area {
  flex: 1;
}
.snav-area {
  width: 260px;
  border-radius: 5px;
  overflow: hidden;
}
.snav-area li:not(:last-child) {
  border-bottom: 1px solid #FFF;
}
.snav-area li a {
  display: block;
  background: #F7F7F7;
  padding: 15px 20px;
  line-height: 1.4;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.snav-area li a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #375065;
  border-right: 2px solid #375065;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.news-head {
  border-left: 5px solid #0C72B5;
  padding: 10px 0 5px 15px;
  line-height: 1.4;
  margin-bottom: 75px;
}
.news-head .news_date {
  font-size: 1.4rem;
}
.news-head h2 {
  font-size: 3.0rem;
  font-weight: normal;
}
.news-body {
  line-height: 2.2;
  margin-bottom: 3em;
}
@media screen and (max-width: 1024px) {
  .snav-wrapper {
    flex-direction: column;
  }
  .content-area {
    flex: none;
    width: 100%;
  }
  .snav-area {
    width: 100%;
  }
  .snav-area ul {
    display: flex;
    flex-wrap: wrap;
  }
  .snav-area li {
    width: calc(100% / 3);
  }
  .snav-area li:not(:last-child) {
    border-right: 1px solid #FFF;
  }
}
@media screen and (max-width: 768px) {
  .snav-area li {
    width: calc(100% / 2);
  }
  .news-head .news_date {
    font-size: 1.3rem;
  }
  .news-head h2 {
    font-size: 2.6rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 568px) {
  .snav-area li {
    width: 100%;
  }
}
.anchor {
    padding-top: 74px;
    margin-top: -74px;
}