@charset "UTF-8";
/* ----------------------------
    Reset style
---------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre, code, blockquote,
a, em, img, strong, small, sub, sup, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, figcaption, figure,
footer, header, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 62.5%;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000;
  position: relative;
}

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

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
}
a:hover, a:focus {
  opacity: 0.6;
}

img, video {
  max-width: 100%;
  height: auto;
  display: block;
}

strong {
  font-weight: bold;
}

em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

input, textarea, select, button {
  font: inherit;
  color: inherit;
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button, label {
  cursor: pointer;
}

input:focus, textarea:focus, select:focus, button:focus {
  outline: none;
}

/*----------------------------
	background
-----------------------------*/
.bg-main {
  background: #D3E5F7;
}

.bg-main2 {
  background: #C5DDF0;
}

.bg-white {
  background: #fff;
}

.bg-blue {
  background: #B1D7F1;
}

.bg-lightgreen {
  background: #DEF1A9;
}

.bg-yellow {
  background: #FFF6A7;
}

/*----------------------------
	text
-----------------------------*/
.c-accent {
  color: #174771;
}

.c-blue {
  color: #1E87E5;
}

.bold {
  font-weight: 600;
}

.align-l {
  text-align: left;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

/*----------------------------
	display
-----------------------------*/
.block {
  display: block;
}

.inblock {
  display: inline-block;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .tab {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.pst-rel {
  position: relative;
}

.pst-abs {
  position: absolute;
}

.pst-fix {
  position: fixed;
}

.inner {
  max-width: 116rem;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

/* ----------------------------
    icon
---------------------------- */
.icon-tel {
  position: relative;
  padding-left: 2.4rem;
}
.icon-tel::before {
  content: "";
  width: 1.4rem;
  height: 1.4rem;
  mask: url(../img/common/icon_tel.svg) center/100% no-repeat;
  -webkit-mask: url(../img/common/icon_tel.svg) center/100% no-repeat;
  position: absolute;
  left: 0;
  top: 0.7rem;
  background-color: #174771;
}

/* ----------------------------
    link
---------------------------- */
.link-line {
  background-color: #25BE56;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 1.2rem 1.7rem 1.4rem 1.8rem;
  border-radius: 4rem;
  margin-bottom: 1.4rem;
}
.link-line::before {
  content: "";
  width: 1.6rem;
  height: 1.5rem;
  background: url(../img/common/icon_LINE.svg) center/100% no-repeat;
  display: block;
}

.link-accent {
  background: #174771;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  padding: 1.4rem 3.6rem;
  border-radius: 4.8rem;
  display: flex;
  gap: 3.2rem;
  justify-content: center;
  align-items: center;
  width: 27rem;
}
@media only screen and (max-width: 767px) {
  .link-accent {
    margin: auto;
    width: 32rem;
  }
}
.link-accent::after {
  content: "";
  width: 1.2rem;
  height: 1.1rem;
  display: block;
  mask: url(../img/common/icon_arrow.svg) center/100% no-repeat;
  -webkit-mask: url(../img/common/icon_arrow.svg) center/100% no-repeat;
  background: #fff;
}

.link-white {
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2142857143;
  display: block;
  gap: 2.4rem;
  border-radius: 5rem;
  text-align: center;
  padding: 1.6rem 4.8rem;
}
.link-white.c-accent {
  color: #174771;
  border: 1px solid #174771;
}
.link-white:has(span) {
  padding-left: 0;
  padding-right: 0;
}
.link-white:not(:has(span)) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.link-white:not(:has(span))::after {
  content: "";
  width: 1.2rem;
  height: 1.1rem;
  display: block;
  background: url(../img/common/icon_arrow.svg) center/100% no-repeat;
}
.link-white .icon-arrow {
  position: relative;
  padding: 0 3.6rem;
}
.link-white .icon-arrow::after {
  content: "";
  width: 1.2rem;
  height: 1.1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/common/icon_arrow.svg) center/100% no-repeat;
}

.main-kaso .link-white {
  max-width: 33.8rem;
  min-height: 6.3rem;
}
@media only screen and (max-width: 767px) {
  .main-kaso .link-white {
    min-height: 5.7rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ----------------------------
    section
---------------------------- */
.sec_header {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  text-align: center;
  line-height: 1.45;
}
@media only screen and (max-width: 767px) {
  .sec_header {
    font-size: 2.4rem;
  }
}
.sec_title {
  min-width: 18.2rem;
  background: url(../img/common/bg_title_line.svg) center bottom 0.6rem/auto no-repeat;
}
@media only screen and (max-width: 767px) {
  .sec_title {
    min-width: 8rem;
    background: url(../img/common/bg_title_line_sp.svg) center bottom/8rem no-repeat;
  }
}
.sec_title-en {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #174771;
  line-height: 1.125;
}
@media only screen and (max-width: 767px) {
  .sec_title-en {
    margin-bottom: 0.7rem;
  }
}
.sec_title-serif {
  text-align: center;
}

/* ----------------------------
    list
---------------------------- */
.list {
  line-height: 2.3125;
  margin-left: 1.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .list {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.list_item {
  padding-left: 2.3rem;
  position: relative;
}
.list_item::before {
  content: "";
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 1.3rem;
  background: #D2DFE8;
}
@media only screen and (max-width: 767px) {
  .list_item::before {
    width: 1rem;
    height: 1rem;
    top: 0.5rem;
  }
}
.list.yellow .list_item::before {
  background: #FFE880;
}
.list.accent .list_item::before {
  background: #174771;
}

.list-normal {
  line-height: 1.5;
}
.list-normal_item {
  padding-left: 2.4rem;
  position: relative;
}
.list-normal_item::before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  position: absolute;
  background: #000;
  left: 1rem;
  top: 1.2rem;
}

/* ----------------------------
    Contact
---------------------------- */
.sec-contact {
  padding: 6.4rem 0 7.4rem;
  background: url(../img/common/bg_contact.png) center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .sec-contact {
    padding: 3.2rem 0 3.7rem;
    background: url(../img/common/bg_contact_sp.png) center/cover no-repeat;
  }
}
.sec-contact .sec_header {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 1.6rem #174771;
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .sec-contact .sec_header {
    margin-bottom: 2.5rem;
  }
}
.sec-contact .sec_text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.4285714286;
  text-shadow: 0 0 1.6rem #174771;
  margin-bottom: 3.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-contact .sec_text {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 2.5rem;
  }
}
.sec-contact .link-white {
  max-width: 44.8rem;
  padding: 2.5rem;
  margin: 0 auto 3.8rem;
  color: #174771;
}
@media only screen and (max-width: 767px) {
  .sec-contact .link-white {
    padding: 1.8rem;
    margin-bottom: 2.5rem;
  }
}
.sec-contact .link-bn {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  display: block;
}

/* ----------------------------
    payment
---------------------------- */
.payment {
  padding: 6.4rem 0;
  max-width: 75rem;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .payment {
    padding: 4.8rem 0 13.2rem;
  }
}
.payment_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  margin-bottom: 6.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .payment_title {
    font-size: 1.6rem;
    line-height: 1.4375;
    margin-bottom: 3.2rem;
  }
}
.payment img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .payment img {
    width: 34.5rem;
    margin: auto;
  }
}

/* ----------------------------
    下層mv
---------------------------- */
.mv-kaso {
  min-height: 17rem;
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  padding: 3rem 0 2.4rem;
  margin-bottom: 9rem;
  background-image: url(../img/common/bg_kasomv_02.jpg);
}
@media only screen and (max-width: 767px) {
  .mv-kaso {
    min-height: auto;
    height: 14.2rem;
    margin-bottom: 3rem;
    background-image: url(../img/common/bg_kasomv_02_sp.jpg);
    padding: 2.4rem 0;
  }
}
.mv-kaso_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4.8rem;
  line-height: 1.4583333333;
  margin-bottom: 1.8rem;
  text-shadow: 0 0 16px rgba(23, 71, 113, 0.8);
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 767px) {
  .mv-kaso_title {
    font-size: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
.mv-kaso_text {
  position: relative;
  line-height: 1.75;
  text-shadow: 0 0 10px rgba(23, 71, 113, 0.8);
}
@media only screen and (max-width: 767px) {
  .mv-kaso_text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}

/* ----------------------------
    下層タイトル,テキスト
---------------------------- */
.main-kaso .sec_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
  line-height: 1.45;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main-kaso .sec_title {
    font-size: 2.4rem;
    line-height: 1.4583333333;
  }
}
@media only screen and (min-width: 768px) {
  .main-kaso .sec_title.line-left {
    background-position: bottom left;
    text-align: left;
    padding-left: 0.6rem;
  }
}
.main-kaso .sec_title.align-l {
  text-align: left;
}
.main-kaso .sec_title.c-white {
  color: #fff;
}
.main-kaso .sec_title.line-none {
  background: none;
}
@media only screen and (max-width: 767px) {
  .main-kaso .sec_text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.main-kaso .sec_text_mb {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .main-kaso .sec_text_mb {
    margin-bottom: 2.2rem;
  }
}
.main-kaso .title-mincho {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.4642857143;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .main-kaso .title-mincho {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
.main-kaso .title-mincho.bg-line {
  font-size: 3.2rem;
  line-height: 1.4375;
  min-width: 18.2rem;
  background: url(../img/common/bg_title_line2.svg) center bottom 0.6rem/auto no-repeat;
}
@media only screen and (max-width: 767px) {
  .main-kaso .title-mincho.bg-line {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    min-width: 8rem;
    background: url(../img/common/bg_title_line2_sp.svg) center bottom/8rem no-repeat;
  }
}

/* ----------------------------
    下層intro部分横並び
---------------------------- */
.sec_2column {
  display: flex;
  align-items: flex-start;
  gap: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .sec_2column {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.sec_2column.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .sec_2column.reverse {
    flex-direction: column;
  }
}
.sec_2column_wrap {
  flex: 1;
}
.sec_2column img {
  max-width: 53.2rem;
  width: 45.8620689655%;
}
@media only screen and (max-width: 767px) {
  .sec_2column img {
    width: 100%;
  }
}

/* ----------------------------
    header
---------------------------- */
.header {
  padding: 1.6rem 2.4rem 0.2rem;
  border-bottom: 2px solid #174771;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 1000;
}
@media only screen and (max-width: 1024px) {
  .header {
    padding: 1.6rem 2.4rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header {
    padding: 0.6rem 0.7rem 0.3rem 0.6rem;
  }
}
.header_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 144rem;
  margin: auto;
}
.header .icon-tel {
  padding-left: 2.3rem;
  display: flex;
  gap: 0.1rem;
  margin-left: auto;
  margin-right: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .header .icon-tel {
    padding-left: 2rem;
    margin-right: 2.4rem;
  }
}
.header .icon-tel::before {
  width: 1.8rem;
  height: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .header .icon-tel::before {
    width: 1.4rem;
    height: 1.4rem;
    top: 0.4rem;
  }
}
.header .icon-tel .link-tel {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 700;
  color: #174771;
}
@media only screen and (max-width: 767px) {
  .header .icon-tel .link-tel {
    font-size: 2rem;
  }
}
.header .icon-tel .link-tel span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .header .icon-tel .link-tel span {
    font-size: 1rem;
  }
}
.header .icon-tel .link-tel span small {
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .header .icon-tel .link-tel span small {
    font-size: 0.8rem;
  }
}
.header .icon-tel .bg-blue {
  background-color: #174771;
  color: #fff;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1.1666666667;
}
@media only screen and (max-width: 767px) {
  .header .icon-tel .bg-blue {
    font-size: 1rem;
    width: 3.2rem;
    height: 3.2rem;
  }
}
.header .link-line.pc {
  margin-bottom: 0;
  margin-right: 1rem;
}
@media only screen and (max-width: 1024px) {
  .header .link-line.pc {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .header .link-line.tab {
    width: 83.5897435897%;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
    line-height: 1.2142857143;
    display: flex !important;
    align-items: center;
    justify-content: center;
    max-width: 32.6rem;
  }
}
@media only screen and (max-width: 1024px) {
  .header .link-instagram.pc {
    display: none;
  }
  .header .link-instagram.tab {
    width: 83.5897435897%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.4rem 1.6rem 0.5rem;
    font-size: 1.4rem;
    line-height: 1.2142857143;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    max-width: 32.6rem;
    background: #C8158F;
    color: #fff;
    border-radius: 4rem;
    font-weight: 700;
  }
  .header .link-instagram.tab img {
    width: 2.8rem;
    height: 2.8rem;
  }
}

.sitetitle {
  display: flex;
  gap: 1.5rem;
  align-items: flex-end;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-left: 7.1527777778vw;
}
@media only screen and (max-width: 1024px) {
  .sitetitle {
    align-items: center;
    gap: 1.3rem;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .sitetitle {
    font-size: 1rem;
  }
  .sitetitle img {
    width: 8.7rem;
    height: 4.5rem;
  }
}
.sitetitle p {
  color: #626268;
}

.nav {
  width: 100%;
  margin-top: 0.9rem;
}
@media only screen and (max-width: 1024px) {
  .nav {
    margin-top: 0;
    padding: 3.2rem 0 9.6rem;
    position: fixed;
    left: 0;
    top: 10.5rem;
    height: calc(100vh - 10.5rem);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 1001;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .nav.is-active {
    opacity: 1;
    visibility: visible;
  }
}
@media only screen and (max-width: 767px) {
  .nav {
    top: 5.5rem;
    height: calc(100vh - 5.5rem);
  }
}

.list-nav {
  display: flex;
  justify-content: center;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.2142857143;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .list-nav {
    flex-direction: column;
    line-height: 1.5;
    width: 83.5897435897%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.4rem;
  }
}
.list-nav_item:nth-child(1) .link-nav {
  border-left: 1px solid #DBDBDB;
}
@media only screen and (max-width: 1024px) {
  .list-nav_item:nth-child(1) .link-nav {
    border-left: none;
    border-top: 1px solid #DBDBDB;
  }
}

.link-nav {
  padding: 1.65rem clamp(1rem, 3.3333333333vw, 4.8rem) 1.65rem clamp(1rem, 3.2638888889vw, 4.7rem);
  border-right: 1px solid #DBDBDB;
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .link-nav {
    padding: 2.4rem 0;
    border-right: none;
    border-bottom: 1px solid #DBDBDB;
  }
}

.menu_outer {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .menu_outer {
    display: block;
    width: 2.4rem;
    height: 2.2rem;
    position: relative;
  }
  .menu_outer.is-active .menu:nth-child(1) {
    transform: rotate(45deg);
    top: 1rem;
  }
  .menu_outer.is-active .menu:nth-child(2) {
    opacity: 0;
  }
  .menu_outer.is-active .menu:nth-child(3) {
    transform: rotate(-45deg);
    top: 1rem;
  }
  .menu_outer .menu {
    width: 100%;
    height: 0.2rem;
    background: #174771;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  .menu_outer .menu:nth-child(1) {
    top: 0;
  }
  .menu_outer .menu:nth-child(2) {
    top: 1rem;
  }
  .menu_outer .menu:nth-child(3) {
    top: 2rem;
  }
}

/* ----------------------------
    footer
---------------------------- */
@media only screen and (max-width: 767px) {
  .cta + .totop {
    bottom: 7.4rem;
  }
}
.totop {
  position: fixed;
  z-index: 999;
  border-radius: 50%;
  width: 6.4rem;
  height: 6.4rem;
  background: #174771;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  right: 7.6rem;
  bottom: 3.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding-top: 0.4rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.totop.is-show {
  opacity: 1;
  visibility: visible;
}
.totop.is-stop {
  position: absolute;
}
@media only screen and (max-width: 767px) {
  .totop {
    right: 1.6rem;
    bottom: 1.6rem;
  }
}
.totop::before {
  content: "";
  width: 1.4rem;
  height: 1.7rem;
  background: url(../img/common/icon_arrow_top.svg) center/100% no-repeat;
  display: block;
}

.footer {
  border-top: 2px solid #174771;
  padding-top: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 2.5rem;
  }
}
.footer .inner {
  max-width: 111.4rem;
}
.footer .sitetitle {
  align-items: center;
  gap: 3.2rem;
  margin-left: 2rem;
}
@media only screen and (max-width: 767px) {
  .footer .sitetitle {
    gap: 4.1rem;
    margin-left: 0;
  }
  .footer .sitetitle img {
    width: 10.2rem;
  }
}
.footer .sitetitle_outer {
  display: flex;
  align-items: center;
  gap: 5.4757630162%;
  color: #333;
  padding-bottom: 3rem;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .footer .sitetitle_outer {
    flex-direction: column;
    gap: 0.1rem;
    padding-bottom: 1.1rem;
    margin-bottom: 1.6rem;
  }
}
.footer .sitetitle p {
  font-weight: 700;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .footer .sitetitle p {
    font-size: 1.8rem;
  }
}
.footer .sitetitle + p {
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  .footer .sitetitle + p {
    font-size: 1rem;
    line-height: 2;
    text-align: center;
    margin-top: 0.6rem;
  }
}
.footer .flex {
  color: #595959;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4.3rem;
}
@media only screen and (max-width: 767px) {
  .footer .flex {
    flex-direction: column;
    gap: 2.2rem;
  }
}
.footer_title {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .footer_title {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 0.9rem;
  }
}
.footer_link {
  flex: 1;
}
@media only screen and (min-width: 768px) {
  .footer_link .footer_title {
    padding-left: 2.8rem;
  }
}
.footer .list-footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.6rem;
  line-height: 1.1875;
  white-space: nowrap;
  padding-left: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .footer .list-footer {
    grid-template-columns: auto;
    font-size: 1.2rem;
    line-height: 1.8333333333;
    padding-left: 0;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #D8D8D8;
    gap: 1.3rem 0;
  }
}
.footer .list-footer_item {
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .footer .list-footer_item {
    padding-left: 0;
    width: 50%;
  }
}
.footer .list-footer_item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}
.footer .list-footer_item:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}
.footer .list-footer_item:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}
.footer .list-footer_item:nth-child(4) {
  grid-column: 2;
  grid-row: 1;
}
.footer .list-footer_item:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}
.footer .list-footer_item:nth-child(6) {
  grid-column: 2;
  grid-row: 3;
}
.footer .list-footer_item:nth-child(7) {
  grid-column: 1;
  grid-row: 4;
}
.footer .footer_contact {
  display: flex;
  gap: 5.7rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer_contact {
    flex-direction: column;
    gap: 3.2rem;
  }
}
.footer .footer_contact_text {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer_contact_text {
    margin-bottom: 2.5rem;
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.footer .footer_contact .link-tel {
  line-height: 1.5625;
  font-size: 1.6rem;
}
.footer .footer_contact .link-tel.c-accent {
  font-size: 1.8rem;
  line-height: 1.3888888889;
  display: flex;
  align-items: center;
}
.footer .footer_contact .link-tel .bg-blue {
  background: #174771;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.4rem 0.8rem 0.6rem;
  margin-left: 1.6rem;
  border-radius: 2rem;
}
.footer .footer_contact .link-tel + .fs-small {
  font-size: 1.2rem;
  line-height: 1.4166666667;
  margin-top: 0.8rem;
  margin-bottom: 1.1rem;
}
.footer .footer_contact .link-white {
  padding: 2rem 4.8rem;
}
@media only screen and (max-width: 767px) {
  .footer .footer_contact .link-white {
    padding: 1.7rem;
    max-width: 33.8rem;
    margin: auto;
  }
}
.footer .footer_contact .footer_contact_left + a {
  max-height: -moz-max-content;
  max-height: max-content;
}
@media only screen and (max-width: 767px) {
  .footer .footer_contact .footer_contact_left + a {
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
  }
}

.copyright_outer {
  text-align: center;
  color: #333;
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 7.2rem;
}
@media only screen and (max-width: 767px) {
  .copyright_outer {
    font-size: 1rem;
    line-height: 2.8;
    margin-top: 3.2rem;
  }
}

/* ----------------------------
    mv
---------------------------- */
.mv {
  margin-bottom: 6.5rem;
  position: relative;
  width: 100%;
  aspect-ratio: 1440/710;
}
@media only screen and (max-width: 767px) {
  .mv {
    margin-bottom: 6.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .mv_img {
    aspect-ratio: 390/315;
    position: relative;
    margin-bottom: 2.2rem;
  }
}
.mv_bg, .mv_illust, .mv_text_wrap {
  opacity: 0;
  animation-fill-mode: forwards;
  position: absolute;
}
.mv_bg, .mv_illust {
  width: 100%;
  height: 100%;
  background-size: cover;
  top: 0;
  left: 0;
}
.mv_bg1 {
  background: url(../img/top/bg_mv_01.jpg) center/cover no-repeat;
  animation: fadeIn 1.5s forwards;
}
@media only screen and (max-width: 767px) {
  .mv_bg1 {
    background: url(../img/top/bg_mv_01_sp.jpg) center/cover no-repeat;
  }
}
.mv_bg2 {
  background: url(../img/top/bg_mv_02.jpg) center/cover no-repeat;
  animation: fadeIn 1.5s forwards;
  animation-delay: 9s;
}
@media only screen and (max-width: 767px) {
  .mv_bg2 {
    background: url(../img/top/bg_mv_02_sp.jpg) center/cover no-repeat;
  }
}
.mv_illust1 {
  animation: show 3.5s ease-in-out forwards 0s;
}
.mv_illust2 {
  animation: show 3.5s ease-in-out forwards 1.5s;
}
.mv_illust3 {
  animation: show 3.5s ease-in-out forwards 3s;
}
.mv_illust4 {
  animation: show 3.5s ease-in-out forwards 4.5s;
}
.mv_illust5 {
  animation: show 3.5s ease-in-out forwards 6s;
}
.mv_illust6 {
  animation: show 3.5s ease-in-out forwards 7.5s;
}
.mv_illust7 {
  animation: show 3.5s ease-in-out forwards 9s;
}
.mv_illust8 {
  animation: show 3.5s ease-in-out forwards 10.5s;
}
.mv_illust9 {
  animation: showLast 3s ease-out forwards 12s;
}
.mv_illust img {
  width: 100%;
}
.mv_text_wrap {
  animation: fadeIn 1.5s forwards;
  animation-delay: 13.5s;
  z-index: 1;
  left: 0;
  right: 0;
  top: 7.6388888889vw;
  margin: auto;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 5.6944444444vw;
}
@media only screen and (max-width: 767px) {
  .mv_text_wrap {
    top: 1.5rem;
    padding-left: 0;
  }
}
.mv_title {
  color: #fff;
  font-size: 3.3333333333vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6041666667;
  margin-bottom: 1.1111111111vw;
}
@media only screen and (max-width: 767px) {
  .mv_title {
    font-size: 2.1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
  }
}
.mv_title span {
  position: relative;
  z-index: 1;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
}
.mv_title span:nth-child(1) {
  background: url(../img/top/bg_line_mvtitle.svg) left bottom/21.7361111111vw no-repeat;
}
@media only screen and (max-width: 767px) {
  .mv_title span:nth-child(1) {
    background-size: 17rem;
  }
}
.mv_text {
  font-size: 1.6666666667vw;
  font-weight: 500;
  line-height: 2.25;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .mv_text {
    font-size: 1rem;
    line-height: 2.5;
  }
}
.mv_text span {
  padding: 0 1.6666666667vw;
  position: relative;
  z-index: 1;
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .mv_text span {
    padding: 0 1rem;
  }
}
.mv_text span::before {
  content: "";
  width: 100%;
  height: 2.9861111111vw;
  background: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .mv_text span::before {
    height: 1.5rem;
  }
}
.mv .link-estimation {
  border-radius: 1rem;
  border: 1px solid #fff;
  background: linear-gradient(274deg, #114B7F 1.98%, #1E87E5 94.02%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  letter-spacing: 0.05em;
  width: 27.7777777778vw;
  height: 7.6388888889vw;
  padding-top: 1.0416666667vw;
}
@media only screen and (min-width: 768px) {
  .mv .link-estimation {
    opacity: 0;
    animation-fill-mode: forwards;
    animation: fadeIn 1.5s forwards;
    animation-delay: 15s;
    position: absolute;
    bottom: 1.9444444444vw;
    right: 11.9444444444vw;
  }
}
@media only screen and (max-width: 767px) {
  .mv .link-estimation {
    width: 35.8rem;
    height: 7.2rem;
    padding-top: 0.7rem;
    position: relative;
    display: block;
    margin: auto;
  }
}
.mv .link-estimation::after {
  content: "";
  width: 4.7916666667vw;
  height: 6.4583333333vw;
  background: url(../img/top/icon_phone.svg) center/100% no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9722222222vw;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .mv .link-estimation::after {
    width: 4.5rem;
    height: 5.8rem;
    right: 1.2rem;
  }
}
.mv .link-estimation div {
  padding-left: 6.8055555556vw;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .mv .link-estimation div {
    padding-left: 9.8rem;
  }
}
.mv .link-estimation .fs-small {
  color: #B1D7F1;
  font-size: 1.25vw;
  line-height: 1.4444444444;
  margin-bottom: 0.2777777778vw;
  display: block;
}
@media only screen and (max-width: 767px) {
  .mv .link-estimation .fs-small {
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 0.7rem;
  }
}
.mv .link-estimation .fs-large {
  color: #fff;
  font-weight: 700;
  font-size: 2.7777777778vw;
  position: relative;
  line-height: 1.15;
}
@media only screen and (max-width: 767px) {
  .mv .link-estimation .fs-large {
    font-size: 2.8rem;
    line-height: 1;
  }
}
.mv .link-estimation .fs-large::before {
  content: "即日";
  font-size: 1.6666666667vw;
  width: 4.5138888889vw;
  height: 4.5138888889vw;
  border-radius: 50%;
  background: #FFE91F;
  color: #174771;
  font-weight: 900;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -1.1111111111vw;
  left: -5.7638888889vw;
}
@media only screen and (max-width: 767px) {
  .mv .link-estimation .fs-large::before {
    font-size: 2rem;
    width: 5.4rem;
    height: 5.4rem;
    left: -8.4rem;
    top: -1.6rem;
  }
}
.mv .link-estimation .fs-large::after {
  content: "";
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  background: #FFE91F;
  position: absolute;
  clip-path: polygon(65% 0, 100% 100%, 0 60%);
  left: -2.3611111111vw;
  bottom: 1.25vw;
  transform: rotate(-12deg);
}
@media only screen and (max-width: 767px) {
  .mv .link-estimation .fs-large::after {
    width: 1.7rem;
    height: 1.7rem;
    left: -4.3rem;
    bottom: 0.8rem;
  }
}
.mv .link-line {
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  border-radius: 50%;
  position: absolute;
  right: 11.9444444444vw;
  bottom: 11.25vw;
  z-index: 1;
  padding: 0;
  margin-bottom: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  animation-fill-mode: forwards;
  animation: fadeIn 1.5s forwards;
  animation-delay: 15s;
  font-size: 1.4583333333vw;
  gap: 0.4rem;
}
.mv .link-line::before {
  width: 1.8055555556vw;
  height: 1.6666666667vw;
}
@media only screen and (min-width: 768px) {
  .mv .link-line .fs-16 {
    font-size: 1.1111111111vw;
  }
  .mv .link-line .fs-18 {
    font-size: 1.25vw;
  }
}
@media only screen and (max-width: 767px) {
  .mv .link-line {
    width: 7.6rem;
    height: 7.6rem;
    right: 1.6rem;
    bottom: 1.8rem;
    gap: 0.1rem;
    font-size: 1.4rem;
    line-height: 1.2857142857;
  }
  .mv .link-line::before {
    width: 1.8rem;
    height: 1.7rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes show {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* 最後だけ表示維持 */
@keyframes showLast {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------
    Merit
---------------------------- */
.sec-merit {
  margin-bottom: 9rem;
  max-width: 95.2rem;
}
@media only screen and (max-width: 767px) {
  .sec-merit {
    margin-bottom: 4.8rem;
  }
}
.sec-merit .sec_header {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .sec-merit .sec_header {
    margin-bottom: 1.3rem;
  }
}
.sec-merit .sec_text {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .sec-merit .sec_text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    margin-bottom: 2.3rem;
  }
}

.list-merit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.2rem 8.4033613445%;
}
@media only screen and (max-width: 767px) {
  .list-merit {
    flex-direction: column;
    align-items: center;
    gap: 3.6rem;
  }
}
.list-merit_item {
  text-align: center;
}
.list-merit_item img {
  margin: 0 auto 1.7rem;
}
@media only screen and (max-width: 767px) {
  .list-merit_item img {
    margin: 0 auto 1.5rem;
  }
}
.list-merit_item .title {
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.7rem;
  min-width: 18.3rem;
  background: url(../img/common/bg_title_line2.svg) center bottom 1.2rem/auto no-repeat;
}
@media only screen and (max-width: 767px) {
  .list-merit_item .title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 1.6rem;
    background: url(../img/common/bg_title_line2_sp.svg) center bottom/auto no-repeat;
  }
}
.list-merit_item .text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media only screen and (max-width: 767px) {
  .list-merit_item .text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
@media only screen and (max-width: 767px) {
  .list-merit_item:nth-child(1) img {
    width: 11.6rem;
  }
  .list-merit_item:nth-child(2) img {
    width: 15.7rem;
  }
  .list-merit_item:nth-child(3) img {
    width: 10.6rem;
  }
}

/* ----------------------------
    Service
---------------------------- */
.sec-service {
  padding: 4.8rem 0 8rem;
  margin-bottom: 9rem;
  background: url(../img/top/bg_service.jpg) center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .sec-service {
    padding-bottom: 4.8rem;
    margin-bottom: 4.8rem;
    background: url(../img/top/bg_service_sp.jpg) center/cover no-repeat;
  }
}
.sec-service .sec_header {
  color: #fff;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .sec-service .sec_header {
    margin-bottom: 4.4rem;
  }
}
.sec-service .sec_title, .sec-service .sec_title-sub {
  color: #fff;
}

.list-service {
  max-width: 113.2rem;
  display: flex;
  justify-content: center;
  gap: 7.5971%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .list-service {
    flex-direction: column;
    align-items: center;
    width: 32rem;
    gap: 4rem;
  }
}
.list-service_item {
  width: 28.2686%;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .list-service_item {
    width: 100%;
  }
}
.list-service img {
  width: 100%;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .list-service img {
    margin-bottom: 1.6rem;
  }
}
.list-service .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .list-service .title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 0.4rem;
  }
}
.list-service .title-sub {
  font-size: 1.4;
  line-height: 1.1428571429;
  margin-bottom: 2.4rem;
  text-align: center;
  position: relative;
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .list-service .title-sub {
    margin-bottom: 1.6rem;
  }
}
.list-service .text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .list-service .text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    margin-bottom: 1.6rem;
  }
}
.list-service .link-white {
  width: 100%;
  margin-top: auto;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .list-service .link-white {
    line-height: 1.5;
  }
}

/* ----------------------------
    Strengths
---------------------------- */
.sec-strengths {
  max-width: 101.2rem;
  margin-bottom: 9rem;
}
@media only screen and (max-width: 767px) {
  .sec-strengths {
    margin-bottom: 4.8rem;
  }
}
.sec-strengths .sec_header {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .sec-strengths .sec_header {
    margin-bottom: 4.8rem;
  }
  .sec-strengths .sec_header .sec_title-en {
    margin-bottom: 1.1rem;
  }
}
.sec-strengths .contents-strengths {
  display: flex;
  gap: 4.5454545455%;
}
@media only screen and (max-width: 767px) {
  .sec-strengths .contents-strengths {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.sec-strengths .contents_text {
  flex: 1;
}
.sec-strengths .contents_text .title {
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 3.2rem;
  position: relative;
  line-height: 1.4285714286;
  margin-bottom: 3.1rem;
  margin-top: 0.2rem;
}
@media only screen and (max-width: 767px) {
  .sec-strengths .contents_text .title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding-left: 3.9rem;
    margin-bottom: 2.4rem;
    margin-top: 0;
  }
}
.sec-strengths .contents_text .title::before {
  content: "";
  width: 2rem;
  height: 1.3rem;
  background: url(../img/common/icon_circle.svg) center/100% no-repeat;
  position: absolute;
  left: 0;
  top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .sec-strengths .contents_text .title::before {
    width: 2rem;
    height: 1.3rem;
    left: 0.7rem;
    top: 0.9rem;
  }
}
.sec-strengths .contents_text .text {
  line-height: 2;
  margin-bottom: 3.1rem;
}
@media only screen and (max-width: 767px) {
  .sec-strengths .contents_text .text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    margin-bottom: 1.6rem;
  }
}
.sec-strengths .contents_img {
  width: 45.256916996%;
}
@media only screen and (max-width: 767px) {
  .sec-strengths .contents_img {
    width: 100%;
  }
}
.sec-strengths .contents_img img {
  margin-bottom: 1.6rem;
}
.sec-strengths .contents_img .bg-main2 {
  padding: 1.6rem;
  border-radius: 1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-strengths .contents_img .bg-main2 {
    padding: 1.5rem 1rem 2.8rem;
  }
}
.sec-strengths .contents_img .bg-main2 p {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .sec-strengths .contents_img .bg-main2 p {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    margin-bottom: 2.4rem;
  }
}
.sec-strengths .contents_img .bg-main2 .link-white {
  max-width: 33.8rem;
  margin: auto;
  padding: 2rem 4.8rem;
}
@media only screen and (max-width: 767px) {
  .sec-strengths .contents_img .bg-main2 .link-white {
    padding: 1.5rem;
  }
}

/* ----------------------------
    News
---------------------------- */
.sec-news {
  padding: 4.8rem 0 6.4rem;
}
@media only screen and (max-width: 767px) {
  .sec-news {
    padding: 4.8rem 0 4.8rem;
  }
}
.sec-news .sec_header {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .sec-news .sec_header {
    margin-bottom: 4.8rem;
  }
  .sec-news .sec_header .sec_title-en {
    margin-bottom: 0.6rem;
  }
}
.sec-news .bg-white {
  border-radius: 1rem;
  padding: 3.1rem 3.2rem;
  margin-bottom: 6.8rem;
}
@media only screen and (max-width: 767px) {
  .sec-news .bg-white {
    padding: 1.6rem;
    margin-bottom: 4.8rem;
  }
}
.sec-news .link-white {
  margin: auto;
  max-width: 33.8rem;
  padding: 1.5rem 1.5rem 1.6rem;
}

.article {
  border-bottom: 1px solid #E1E1E1;
  font-weight: 500;
}
.article_link {
  display: flex;
  align-items: center;
  gap: 4.5112781955%;
  padding: 2.2rem 1.6rem 1.9rem;
}
@media only screen and (max-width: 767px) {
  .article_link {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    flex-wrap: wrap;
    gap: 0.7rem 2.4rem;
    padding: 0.8rem 0;
  }
}
.article_cat {
  font-size: 1.2rem;
  border-radius: 0.4rem;
  line-height: 1.5;
  padding: 0.2rem 1rem;
  min-width: 9.6rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .article_cat {
    font-size: 1rem;
    line-height: 1;
    padding: 0.5rem;
    min-width: 8.8rem;
  }
}
.article .cat-news, .article .cat-event {
  background: #B1D7F1;
}
.article .cat-works {
  background: #DEF1A9;
}
.article .cat-service {
  background: #FFF6A7;
}

/* ----------------------------
    会社概要
---------------------------- */
#company .mv-kaso {
  background-image: url(../img/common/bg_kasomv_01.jpg);
}
@media only screen and (min-width: 768px) {
  #company .mv-kaso {
    margin-bottom: 10.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #company .mv-kaso {
    background-image: url(../img/common/bg_kasomv_01_sp.jpg);
  }
}
#company .sec-intro {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-intro {
    margin-bottom: 4.8rem;
  }
}
#company .sec-intro .sec_title {
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-intro .sec_title {
    margin-bottom: 3rem;
  }
}
#company .sec-intro + .bg-main {
  padding: 6rem 0 7.3rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-intro + .bg-main {
    padding: 4.8rem 0;
    margin-bottom: 5.4rem;
  }
}
#company .sec-philosophy {
  margin-bottom: 9.6rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-philosophy {
    margin-bottom: 8rem;
  }
}
#company .sec-philosophy.inner {
  max-width: 106.4rem;
}
#company .sec-philosophy .sec_title {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-philosophy .sec_title {
    margin-bottom: 3.8rem;
  }
}
#company .sec-philosophy .sec_title_sub {
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4583333333;
  margin-bottom: 3.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #company .sec-philosophy .sec_title_sub {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 2.4rem;
    text-align: left;
  }
}
#company .sec-greeting.inner {
  max-width: 106.4rem;
}
#company .sec-greeting .sec_title {
  margin-bottom: 5.1rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-greeting .sec_title {
    margin-bottom: 3.8rem;
  }
}
#company .sec-greeting .grid {
  display: grid;
  gap: 2rem 5.1rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-greeting .grid {
    gap: 2.4rem 2.7rem;
    grid-template-columns: 1fr 13.7rem;
  }
}
#company .sec-greeting .grid .sec_text_outer {
  grid-row: 1/2;
  grid-column: 1/2;
}
@media only screen and (max-width: 767px) {
  #company .sec-greeting .grid .sec_text_outer {
    grid-column: 1/3;
  }
}
#company .sec-greeting .grid .sec_text_title {
  font-size: 2.4rem;
  margin-bottom: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  #company .sec-greeting .grid .sec_text_title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 2.4rem;
  }
}
#company .sec-greeting .grid .name {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  grid-row: 2/3;
  grid-column: 1/2;
  text-align: right;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  #company .sec-greeting .grid .name {
    margin-right: 1.7rem;
    margin-top: 0.3rem;
  }
}
#company .sec-greeting .grid .name span {
  font-size: 2.1rem;
  margin-left: 1.6rem;
}
#company .sec-greeting .grid img {
  grid-row: 1/3;
  grid-column: 2/3;
  width: 20rem;
}
@media only screen and (min-width: 768px) {
  #company .sec-greeting .grid img {
    margin-top: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  #company .sec-greeting .grid img {
    grid-row: 2/3;
    width: 13.7rem;
  }
}
#company .sec-company {
  margin-bottom: 17.2rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-company {
    margin-bottom: 4.8rem;
  }
}
#company .sec-company .sec_title {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-company .sec_title {
    margin-bottom: 2.7rem;
  }
}
#company .sec-company .dl {
  max-width: 88rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}
#company .sec-company .dl_line {
  display: flex;
  border-bottom: 1px solid #E1E1E1;
  padding: 2.4rem 1.6rem 2.3rem;
  gap: 4.8rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-company .dl_line {
    gap: 0.8rem;
    flex-direction: column;
    padding: 1.6rem 1.6rem 1.5rem;
  }
}
#company .sec-company .dl_term {
  color: #174771;
  font-weight: 700;
  width: 16rem;
  display: flex;
  align-items: cneter;
}
#company .sec-company .dl_description {
  font-weight: 500;
  flex: 1;
}
#company .sec-company .dl_description .ml {
  margin-left: 1.6rem;
}
#company .sec-company .dl_description small {
  font-size: 1.4rem;
}
#company .sec-company .dl .mb-24 {
  margin-bottom: 2.4rem;
}
#company .sec-company .dl .mb-8 {
  margin-bottom: 0.8rem;
}
#company .sec-features {
  padding: 6rem 0 11.9rem;
  background: url(../img/company/bg_features.jpg) center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  #company .sec-features {
    padding: 4.8rem 0;
    background: url(../img/company/bg_features_sp.jpg) center/cover no-repeat;
  }
}
#company .sec-features .inner {
  max-width: 112rem;
}
#company .sec-features .sec_title {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-features .sec_title {
    margin-bottom: 4.8rem;
  }
}
#company .sec-features .list-features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #company .sec-features .list-features {
    max-width: 34rem;
    gap: 3.3rem;
    margin: auto;
  }
}
#company .sec-features .list-features_item {
  width: 28.5714285714%;
  border-radius: 1rem;
  padding: 3.2rem 2.4rem;
  background: url(../img/company/bg_logo.png) top left/100% no-repeat, #fff;
}
@media only screen and (min-width: 768px) {
  #company .sec-features .list-features_item {
    min-height: 29rem;
  }
}
@media only screen and (max-width: 767px) {
  #company .sec-features .list-features_item {
    width: 100%;
    background-size: 32rem;
    padding: 2.4rem;
  }
}
#company .sec-features .list-features_item .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #174771;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #company .sec-features .list-features_item .title {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
    line-height: 1.4444444444;
  }
}
#company .sec-features .list-features_item .text {
  color: #333;
}
@media only screen and (max-width: 767px) {
  #company .sec-features .list-features_item .text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#company .sec-staff {
  padding: 6rem 0 10.8rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-staff {
    padding: 4.8rem 0;
  }
}
#company .sec-staff .sec_title {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-staff .sec_title {
    margin-bottom: 3.9rem;
  }
}
#company .sec-staff .list-staff {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 1rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-staff .list-staff {
    flex-direction: column;
    gap: 2.4rem;
    max-width: 34rem;
    margin: auto;
  }
}
#company .sec-staff .list-staff_item {
  width: calc((100% - 6rem) / 7);
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #company .sec-staff .list-staff_item:nth-child(1), #company .sec-staff .list-staff_item:nth-child(2), #company .sec-staff .list-staff_item:nth-child(3) {
    width: calc((100% - 2rem) / 3);
  }
}
@media only screen and (max-width: 767px) {
  #company .sec-staff .list-staff_item {
    width: 100%;
    flex-direction: row;
  }
  #company .sec-staff .list-staff_item img {
    width: 16rem;
  }
}
#company .sec-staff .list-staff .bg-white {
  padding: 1.2rem 1.2rem 1rem;
  border-radius: 0 0 1rem 1rem;
  color: #333;
  line-height: 1.5;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  #company .sec-staff .list-staff .bg-white {
    border-radius: 0 1.2rem 1.2rem 0;
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#company .sec-staff .list-staff .c-accent {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  #company .sec-staff .list-staff .c-accent {
    margin-bottom: 0.1rem;
  }
}
#company .sec-staff .list-staff .text, #company .sec-staff .list-staff .hobby {
  color: #333;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media only screen and (max-width: 767px) {
  #company .sec-staff .list-staff .text, #company .sec-staff .list-staff .hobby {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#company .sec-staff .list-staff .name {
  font-weight: 700;
  font-size: 1.6rem;
  color: #333;
}
@media only screen and (max-width: 767px) {
  #company .sec-staff .list-staff .name {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#company .sec-staff .list-staff span.name {
  margin-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-staff .list-staff span.name {
    margin-left: 1.1rem;
  }
}
#company .sec-staff .list-staff .hobby {
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-staff .list-staff .hobby {
    margin-top: 0.8rem;
  }
}
#company .sec-staff .list-staff .text + .hobby {
  margin-top: 0.8rem;
}
#company .sec-partners {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-partners {
    margin-bottom: 6.4rem;
  }
}
#company .sec-partners .sec_title {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-partners .sec_title {
    margin-bottom: 3.2rem;
  }
}
#company .sec-partners .sec_text {
  text-align: center;
  margin-bottom: 5.6rem;
}
@media only screen and (min-width: 768px) {
  #company .sec-partners .sec_text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
@media only screen and (max-width: 767px) {
  #company .sec-partners .sec_text {
    margin-bottom: 4.8rem;
  }
}
#company .sec-partners .list-partners {
  display: flex;
  max-width: 92rem;
  justify-content: space-between;
  margin: 0 auto 5.6rem;
}
@media only screen and (min-width: 768px) {
  #company .sec-partners .list-partners {
    min-height: 29rem;
  }
}
@media only screen and (max-width: 767px) {
  #company .sec-partners .list-partners {
    width: 34rem;
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 4.8rem;
  }
}
#company .sec-partners .list-partners_item {
  width: 45.652173913%;
  background: #D3E5F7;
  border-radius: 1rem;
  padding: 3.2rem 2.4rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-partners .list-partners_item {
    width: 100%;
    padding: 2.4rem;
  }
}
#company .sec-partners .list-partners_item .c-accent {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  margin-bottom: 3.2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #company .sec-partners .list-partners_item .c-accent {
    line-height: 1.4444444444;
  }
}
#company .sec-partners .list-partners_item ul {
  color: #333;
  line-height: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #company .sec-partners .list-partners_item ul {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#company .sec-partners .list-partners_item ul li {
  background: #fff;
  border-radius: 0.8rem;
  padding: 1.4rem 1rem;
}
@media only screen and (max-width: 767px) {
  #company .sec-partners .list-partners_item ul li {
    padding: 1rem;
  }
}
#company .sec-partners .align-c {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media only screen and (max-width: 767px) {
  #company .sec-partners .align-c {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}

/* ----------------------------
    事業内容
---------------------------- */
#service .mv-kaso {
  background-image: url(../img/common/bg_kasomv_01.jpg);
}
@media only screen and (min-width: 768px) {
  #service .mv-kaso {
    margin-bottom: 9.1rem;
  }
}
@media only screen and (max-width: 767px) {
  #service .mv-kaso {
    background-image: url(../img/common/bg_kasomv_01_sp.jpg);
  }
  #service .mv-kaso_title {
    margin-bottom: 0.8rem;
  }
}
#service .sec-intro {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #service .sec-intro {
    margin-bottom: 4.8rem;
  }
}
#service .sec-intro .sec_2column + .sec_2column {
  margin-top: 9.1rem;
}
@media only screen and (max-width: 767px) {
  #service .sec-intro .sec_2column + .sec_2column {
    margin-top: 4.8rem;
  }
}
#service .sec-intro .sec_title {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #service .sec-intro .sec_title {
    margin-bottom: 2.4rem;
  }
}
#service .sec-intro .sec_text {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #service .sec-intro .sec_text {
    margin-bottom: 2.4rem;
  }
}
#service .sec-intro .list {
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #service .sec-intro .list {
    line-height: 2.1875;
  }
}
@media only screen and (max-width: 767px) {
  #service .sec-intro .list {
    margin-bottom: 2.4rem;
  }
}
#service .sec-flow {
  padding: 6rem 0 10rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #service .sec-flow {
    padding: 3.8rem 0 4.8rem;
    margin-bottom: 4.8rem;
  }
}
#service .sec-flow .sec_title {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  #service .sec-flow .sec_title {
    margin-bottom: 2.2rem;
  }
}
#service .sec-flow .sec_text {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #service .sec-flow .sec_text {
    margin-bottom: 4.8rem;
  }
}
#service .sec-flow .list-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 5.3rem;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #service .sec-flow .list-flow {
    gap: 2.4rem;
    width: 34rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#service .sec-flow .list-flow_item {
  width: calc((100% - 15.9rem) / 4);
  background: #fff;
  border-radius: 1rem;
  padding: 1.6rem;
}
@media only screen and (max-width: 1024px) {
  #service .sec-flow .list-flow_item {
    width: calc((100% - 5.3rem) / 2);
  }
}
@media only screen and (max-width: 767px) {
  #service .sec-flow .list-flow_item {
    width: 100%;
  }
}
#service .sec-flow .list-flow_item:nth-child(1) img {
  width: 8.4rem;
}
#service .sec-flow .list-flow_item:nth-child(2) img {
  width: 9.3rem;
}
#service .sec-flow .list-flow_item:nth-child(3) img {
  width: 10.6rem;
}
#service .sec-flow .list-flow_item:nth-child(4) img {
  width: 9.6rem;
}
#service .sec-flow .list-flow_item .num {
  display: flex;
  gap: 3rem;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #service .sec-flow .list-flow_item .num {
    gap: 4.8rem;
  }
}
#service .sec-flow .list-flow_item .num span {
  width: 4.8rem;
  height: 4.8rem;
  color: #fff;
  background: #174771;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 500;
}
#service .sec-flow .list-flow_item .title {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #service .sec-flow .list-flow_item .title {
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
}
#service .sec-flow .list-flow_item .text {
  color: #333;
}
@media only screen and (max-width: 767px) {
  #service .sec-flow .list-flow_item .text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#service .sec-strength {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #service .sec-strength {
    margin-bottom: 9rem;
  }
}
#service .sec-strength .sec_title {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #service .sec-strength .sec_title {
    margin-bottom: 2.4rem;
  }
}
#service .sec-strength .list-strength {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #service .sec-strength .list-strength {
    gap: 3.2rem;
  }
}
#service .sec-strength .list-strength_item {
  max-width: 28rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #service .sec-strength .list-strength_item {
    max-width: 30.7rem;
  }
}
#service .sec-strength .list-strength_item:nth-child(1) {
  max-width: 30.7rem;
}
#service .sec-strength .list-strength_item:nth-child(2) img {
  width: 16.1rem;
}
#service .sec-strength .list-strength_item img {
  width: 15rem;
  margin: 0 auto 2.4rem;
}
@media only screen and (max-width: 767px) {
  #service .sec-strength .list-strength_item img {
    margin-bottom: 1rem;
  }
}
#service .sec-strength .list-strength_item .title-mincho {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #service .sec-strength .list-strength_item .title-mincho {
    margin-bottom: 0.9rem;
  }
}
#service .sec-strength .list-strength_item .text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media only screen and (max-width: 767px) {
  #service .sec-strength .list-strength_item .text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    text-align: left;
  }
}

/* ----------------------------
    事業内容
---------------------------- */
@media only screen and (min-width: 768px) {
  #reform .mv-kaso {
    margin-bottom: 9.3rem;
  }
}
#reform .sec-intro {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #reform .sec-intro {
    margin-bottom: 5.8rem;
  }
}
#reform .sec-intro .sec_title {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #reform .sec-intro .sec_title {
    margin-bottom: 2.4rem;
  }
}
#reform .sec-intro .list-reform {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  #reform .sec-intro .list-reform {
    gap: 3.2rem;
    width: 26rem;
    margin: auto;
  }
}
#reform .sec-intro .list-reform_item {
  text-align: center;
  width: 26rem;
}
#reform .sec-intro .list-reform_item img {
  margin: 0 auto 2.4rem;
}
@media only screen and (max-width: 767px) {
  #reform .sec-intro .list-reform_item img {
    margin-bottom: 1rem;
  }
}
#reform .sec-intro .list-reform_item:nth-child(1) img {
  width: 11rem;
}
#reform .sec-intro .list-reform_item:nth-child(2) img {
  width: 8.6rem;
}
#reform .sec-intro .list-reform_item:nth-child(3) img {
  width: 12.2rem;
}
#reform .sec-intro .list-reform_item:nth-child(4) img {
  width: 8.8rem;
}
#reform .sec-intro .list-reform_item .title-mincho {
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #reform .sec-intro .list-reform_item .title-mincho {
    margin-bottom: 1rem;
  }
}
#reform .sec-intro .list-reform_item .text {
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
@media only screen and (max-width: 767px) {
  #reform .sec-intro .list-reform_item .text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    text-align: left;
  }
}
#reform .sec-menu {
  padding: 6rem 0 10rem;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  #reform .sec-menu {
    padding: 3.8rem 0;
  }
}
#reform .sec-menu .sec_title {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #reform .sec-menu .sec_title {
    margin-bottom: 2.4rem;
  }
}
#reform .sec-menu .list-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
}
@media only screen and (max-width: 767px) {
  #reform .sec-menu .list-menu {
    max-width: 34rem;
    margin: auto;
    gap: 2.4rem;
  }
}
#reform .sec-menu .list-menu_item {
  background: #fff;
  border-radius: 1rem;
  padding: 3.2rem 1.6rem 2.6rem;
  width: calc((100% - 8rem) / 2);
}
@media only screen and (max-width: 767px) {
  #reform .sec-menu .list-menu_item {
    width: 100%;
    padding: 1.6rem;
  }
}
#reform .sec-menu .list-menu .title-mincho {
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #reform .sec-menu .list-menu .list {
    line-height: 2.1875;
  }
}
@media only screen and (max-width: 767px) {
  #reform .sec-menu .list-menu .list {
    margin-left: 0.8rem;
  }
  #reform .sec-menu .list-menu .list_item::before {
    width: 1.3rem;
    height: 1.3rem;
  }
}
#reform .sec-works {
  margin-bottom: 14rem;
}
@media only screen and (max-width: 767px) {
  #reform .sec-works {
    margin-bottom: 3.7rem;
  }
}
#reform .sec-works .sec_title {
  margin-bottom: 3.7rem;
}
@media only screen and (max-width: 767px) {
  #reform .sec-works .sec_title {
    margin-bottom: 4.8rem;
  }
}
#reform .sec-works .sec_text {
  text-align: center;
  margin-bottom: 7.8rem;
}
@media only screen and (max-width: 767px) {
  #reform .sec-works .sec_text {
    margin-bottom: 4.8rem;
  }
}
#reform .sec-works .swiper_outer {
  position: relative;
  max-width: 135.2rem;
  width: 99%;
  margin: auto;
  padding: 0 calc(6.4rem + 1%);
}
@media only screen and (max-width: 1024px) {
  #reform .sec-works .swiper_outer {
    padding: 0 calc(4rem + 1%);
  }
}
#reform .sec-works .works-swiper {
  width: 100%;
}
#reform .sec-works .works-swiper.is-static {
  overflow: visible;
}
#reform .sec-works .works-swiper.is-static .swiper-wrapper {
  transform: none !important;
}
#reform .sec-works .swiper-slide {
  max-width: 34rem;
  width: 29.3103448276%;
  flex-shrink: 0;
  margin-right: 6.0344827586%;
}
@media only screen and (max-width: 1024px) {
  #reform .sec-works .swiper-slide {
    width: 30.6666666667%;
    margin-right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  #reform .sec-works .swiper-slide {
    width: 100%;
    margin-right: 2.5rem;
  }
}
#reform .sec-works .swiper-slide .thumbnail {
  aspect-ratio: 340/255;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
}
#reform .sec-works .swiper-slide .thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#reform .sec-works .swiper-slide .text_wrap {
  border: solid 1px #CCD7DE;
  border-top: none;
  padding: 1.4rem 1.6rem;
  border-radius: 0 0 1rem 1rem;
}
#reform .sec-works .swiper-slide .text_wrap .list-works {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  line-height: 1;
}
#reform .sec-works .swiper-slide .text_wrap .text {
  line-height: 1.875;
  margin: 2rem 0 1.6rem;
}
#reform .sec-works .swiper-slide .text_wrap .link-white {
  padding: 0;
}
#reform .sec-works .swiper-button-prev, #reform .sec-works .swiper-button-next {
  border: 1px solid #174771;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  #reform .sec-works .swiper-button-prev, #reform .sec-works .swiper-button-next {
    width: 4rem;
    height: 4rem;
  }
  #reform .sec-works .swiper-button-prev img, #reform .sec-works .swiper-button-next img {
    width: 1.2rem;
  }
}
#reform .sec-works .swiper-button-prev svg, #reform .sec-works .swiper-button-next svg {
  display: none;
}
#reform .sec-works .swiper-button-prev {
  left: 0;
}
#reform .sec-works .swiper-button-next {
  right: 0;
}

/* ----------------------------
    原状回復
---------------------------- */
#restoration .sec-intro {
  margin-bottom: 14rem;
}
@media only screen and (max-width: 767px) {
  #restoration .sec-intro {
    margin-bottom: 8rem;
  }
}
#restoration .sec-intro .sec_title {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 767px) {
  #restoration .sec-intro .sec_title {
    margin-bottom: 2.5rem;
  }
}
#restoration .sec-intro .flex {
  justify-content: center;
  gap: 7rem;
  margin-bottom: 8.5rem;
}
#restoration .sec-intro .flex img {
  width: 37rem;
}
@media only screen and (max-width: 767px) {
  #restoration .sec-intro .flex {
    flex-direction: column;
    width: 28.4rem;
    gap: 2rem;
    margin: 0 auto 6rem;
    align-items: center;
  }
}
#restoration .sec-intro .flex .link-white {
  flex-shrink: 0;
}
#restoration .sec-intro figcaption {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.5rem;
  color: #174771;
}
#restoration .sec-intro .sec_2column {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  #restoration .sec-intro .sec_2column {
    margin-bottom: 2rem;
  }
}
#restoration .sec-intro .contact_button {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  #restoration .sec-intro .contact_button {
    width: 100%;
  }
}
#restoration .sec-intro .contact_button::after {
  content: "";
  width: 45.8620689655%;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  #restoration .sec-intro .contact_button::after {
    width: 0;
  }
}

/* ----------------------------
    清掃サービス
---------------------------- */
#cleaning .sec-intro {
  margin-bottom: 5rem;
}
#cleaning .sec-intro .sec_title {
  margin-bottom: 5.8rem;
}
@media only screen and (max-width: 767px) {
  #cleaning .sec-intro .sec_title {
    text-align: center;
    margin-bottom: 4.8rem;
  }
}
#cleaning .sec-intro .sec_2column {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #cleaning .sec-intro .sec_2column {
    gap: 4.8rem;
    margin-bottom: 4.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #cleaning .sec-intro .sec_2column img {
    width: 31rem;
    margin-left: auto;
    margin-right: auto;
  }
}
#cleaning .sec-intro .list-cleaning {
  display: flex;
  justify-content: center;
  gap: 2.4rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #cleaning .sec-intro .list-cleaning {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    margin-bottom: 4.754rem;
  }
}
#cleaning .sec-intro .list-cleaning_item {
  width: calc((100% - 6rem) / 4);
  border-radius: 0.625rem;
  padding: 3rem 1rem;
  border: 1px solid #CCD7DE;
}
@media only screen and (max-width: 767px) {
  #cleaning .sec-intro .list-cleaning_item {
    width: 34rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
}
#cleaning .sec-intro .list-cleaning_item .text {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #cleaning .sec-intro .list-cleaning_item .text {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
#cleaning .sec-intro .list-cleaning .title-mincho {
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #cleaning .sec-intro .list-cleaning .title-mincho {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 767px) {
  #cleaning .sec-intro .list-cleaning .title-mincho {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  #cleaning .sec-intro .list-cleaning .list_item::before {
    top: 0.7rem;
  }
}
#cleaning .bg-main {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #cleaning .bg-main {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }
}
#cleaning .bg-main .bg-white {
  padding: 3.2rem 8rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  #cleaning .bg-main .bg-white {
    padding: 2.4rem;
  }
}
#cleaning .bg-main .bg-white .title-mincho {
  margin-bottom: 2.4rem;
}

/* ----------------------------
    ニュース一覧
---------------------------- */
@media only screen and (min-width: 768px) {
  #news .mv-kaso {
    margin-bottom: 9.5rem;
  }
}
#news .archive {
  display: flex;
  gap: 6.4rem;
  margin-bottom: 14rem;
}
@media only screen and (max-width: 767px) {
  #news .archive {
    flex-direction: column;
    gap: 5.6rem;
    margin-bottom: 8rem;
  }
}
#news .archive_content {
  flex: 1;
  border-top: 1px solid #E1E1E1;
}
#news .archive_link {
  width: 24.5rem;
}
@media only screen and (max-width: 767px) {
  #news .archive_link {
    width: 100%;
  }
}
#news .archive_link .title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.45;
  margin-bottom: 1.5rem;
}
#news .archive .list-archive {
  font-weight: 500;
  border-top: 1px solid #E1E1E1;
}
#news .archive .list-archive a {
  padding: 1.6rem;
  border-bottom: 1px solid #E1E1E1;
  display: block;
}

.wrap__paging {
  margin-top: 7.2rem;
}
.wrap__paging .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.wrap__paging a.first, .wrap__paging a.last, .wrap__paging a.page {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #174771;
  background: #174771;
  color: #fff;
}
.wrap__paging a.first, .wrap__paging a.last {
  width: auto;
  font-size: 1.4rem;
  padding: 0 1rem;
}
.wrap__paging a, .wrap__paging span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
}
.wrap__paging span {
  width: 3.2rem;
  height: 3.2rem;
  border: 1px solid #174771;
  color: #174771;
  background: #fff;
}
.wrap__paging .previouspostslink, .wrap__paging .nextpostslink {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1rem;
  height: 3.2rem;
  font-size: 1.4rem;
  color: #fff;
  background: #174771;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  position: relative;
}
.wrap__paging .previouspostslink::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.2rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(225deg);
}
.wrap__paging .nextpostslink::after {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.2rem;
  border-top: 0.2rem solid #fff;
  border-right: 0.2rem solid #fff;
  transform: rotate(45deg);
}

/* ----------------------------
    ニュース詳細
---------------------------- */
@media only screen and (min-width: 768px) {
  #single .mv-kaso {
    margin-bottom: 13.2rem;
  }
}
#single .article {
  border-bottom: none;
  max-width: 90rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #single .article {
    margin-bottom: 8rem;
  }
}
#single .article_header {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #single .article_header {
    margin-bottom: 3.2rem;
  }
}
#single .article_header .flex {
  align-items: center;
  gap: 2.4rem;
}
#single .article_title {
  font-size: 3.2rem;
  padding: 1.6rem 0;
  line-height: 1.46875;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #single .article_title {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
#single .article_date {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #single .article_date {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#single .article_content {
  font-weight: 400;
}
#single .article_content .wp-block-image {
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  display: block;
  margin: 0 auto 4.1rem;
}
@media only screen and (max-width: 767px) {
  #single .article_content .wp-block-image {
    margin-bottom: 3.2rem;
  }
}
#single .article_content h2 {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  margin-bottom: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #single .article_content h2 {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    margin-bottom: 1.6rem;
  }
}
#single .article_content h3 {
  font-size: 2.1rem;
  line-height: 1.5238095238;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #single .article_content h3 {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 1.6rem;
  }
}
#single .article_content p {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #single .article_content p {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#single .article_content p + p {
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #single .article_content p + p {
    margin-top: 2.2rem;
  }
}
#single .article_content .wp-block-group + .wp-block-group {
  margin-top: 8rem;
}
@media only screen and (max-width: 767px) {
  #single .article_content .wp-block-group + .wp-block-group {
    margin-top: 4rem;
  }
}
#single .article + .link-white {
  margin: 0 auto 14rem;
}
@media only screen and (max-width: 767px) {
  #single .article + .link-white {
    margin-bottom: 10rem;
    min-height: 6.3rem;
  }
}

/* ----------------------------
    お問い合わせ
---------------------------- */
#contact .mv-kaso {
  margin-bottom: 0;
}
#contact .mv-kaso + .bg-main {
  padding: 6.4rem 0;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #contact .mv-kaso + .bg-main {
    padding: 3.8rem 0;
    margin-bottom: 4.8rem;
  }
}
#contact .info {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #contact .info {
    width: 87.1794871795%;
    flex-direction: column;
    gap: 2.4rem;
  }
}
#contact .info .bg-white {
  width: 46.5517241379%;
  border-radius: 1rem;
  text-align: center;
  padding: 3.2rem 1.6rem;
}
@media only screen and (max-width: 767px) {
  #contact .info .bg-white {
    width: 100%;
    padding: 1.6rem;
  }
}
#contact .info .bg-white .bold {
  line-height: 1.4375;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #contact .info .bg-white .bold {
    margin-top: 1rem;
  }
}
#contact .info .bg-white .link-tel {
  font-family: "Comfortaa", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #174771;
  font-size: 4rem;
  line-height: 1.125;
  margin-top: 1.6rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  #contact .info .bg-white .link-tel {
    margin-top: 1rem;
    font-size: 3.2rem;
  }
}
#contact .sec-form {
  max-width: 90rem;
}
#contact .sec-form .sec_title {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  #contact .sec-form .sec_title {
    margin-bottom: 4.8rem;
  }
}
#contact .sec-form .sec_text {
  margin-bottom: 4rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #contact .sec-form .sec_text {
    margin-bottom: 3.3rem;
    line-height: 1.8333333333;
    text-align: left;
  }
}
#contact .sec-form .dl_term {
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1.6rem;
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #contact .sec-form .dl_term {
    font-size: 1.2rem;
    line-height: 1;
    margin-bottom: 1.2rem;
  }
}
#contact .sec-form .dl_description + .dl_term {
  margin-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  #contact .sec-form .dl_description + .dl_term {
    margin-top: 2.1rem;
  }
}
#contact .sec-form .dl .required {
  color: #fff;
  background: #DF0000;
  border-radius: 0.4rem;
  text-align: center;
  padding: 0.3rem 0.8rem 0.5rem;
  line-height: 1;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  #contact .sec-form .dl .required {
    font-size: 1rem;
  }
}
#contact .sec-form .form_input, #contact .sec-form .form_select, #contact .sec-form .form_textarea {
  width: 100%;
  border: solid 1px #888;
  padding: 0.8rem 1.8rem 0.9rem;
  border-radius: 0.4rem;
}
@media only screen and (max-width: 767px) {
  #contact .sec-form .form_input, #contact .sec-form .form_select, #contact .sec-form .form_textarea {
    font-size: 1.2rem;
  }
}
#contact .sec-form .form_input {
  min-height: 5rem;
}
#contact .sec-form .form_select {
  max-width: 38.4rem;
  padding: 0.9rem 1.8rem 1rem;
  min-height: 5.2rem;
}
#contact .sec-form .form_textarea {
  min-height: 24rem;
  resize: none;
}
@media only screen and (max-width: 767px) {
  #contact .sec-form .form_textarea {
    line-height: 1.4166666667;
  }
}
#contact .sec-form .form_text {
  margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #contact .sec-form .form_text {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#contact .sec-form .form_btn {
  margin-top: 5.6rem;
  display: flex;
  justify-content: center;
  gap: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #contact .sec-form .form_btn {
    margin-top: 4.2rem;
  }
}
#contact .sec-form .form_submit {
  font-size: 1.4rem;
  text-align: center;
  width: 25.6rem;
  min-height: 5rem;
  line-height: 1;
  padding: 1.8rem;
  color: #fff;
  background: url(../img/common/icon_arrow_right.svg) center right 1.6rem/0.6rem no-repeat, #174771;
  font-size: 1.2rem;
}
#contact .sec-form .form_submit.is-disabled {
  background: #A0A0A0;
}
#contact .sec-form .form .bg-main {
  margin-top: 5rem;
  margin-bottom: 14rem;
  padding: 3.2rem 4rem 2.6rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 767px) {
  #contact .sec-form .form .bg-main {
    margin-top: 7.2rem;
    margin-bottom: 9rem;
    padding: 1.6rem 1.6rem 1.3rem;
  }
}
#contact .sec-form .form .bg-main .c-accent {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  margin-bottom: 1.8rem;
}
@media only screen and (max-width: 767px) {
  #contact .sec-form .form .bg-main .c-accent {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    margin-bottom: 1.3rem;
  }
}
@media only screen and (max-width: 767px) {
  #contact .sec-form .form .bg-main .list {
    margin-left: 0;
  }
}
#contact .sec-form .form .bg-main .list_item {
  line-height: 1.75;
  padding-left: 2.6rem;
}
@media only screen and (max-width: 767px) {
  #contact .sec-form .form .bg-main .list_item {
    padding-left: 1.9rem;
  }
}
#contact .sec-form .form .bg-main .list_item::before {
  background: #fff;
}
@media only screen and (min-width: 768px) {
  #contact .sec-form .form .bg-main .list_item::before {
    width: 1.6rem;
    height: 1.6rem;
    top: 0.6rem;
  }
}
#contact .sec-form .form .bg-main .list_item + .list_item {
  margin-top: 1.2rem;
}
@media only screen and (max-width: 767px) {
  #contact .sec-form .form .bg-main .list_item + .list_item {
    margin-top: 0.9rem;
  }
}
#contact .form_error {
  color: #d33;
  font-size: 1.2rem;
  line-height: 1.4;
}

/* ----------------------------
    管理組合対応
---------------------------- */
#association .mv-association {
  background-size: cover;
  background-repeat: no-repeat;
  color: white;
  background-image: url(../img/association/bg_mv.jpg);
  padding: 4.8rem 0 5rem;
}
@media only screen and (max-width: 767px) {
  #association .mv-association {
    background-image: url(../img/association/bg_mv_sp.jpg);
    padding: 2.4rem 0 2.6rem;
  }
}
#association .mv-association .mv-associtation_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
  margin-bottom: 4.8rem;
  font-size: 4rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #association .mv-association .mv-associtation_title {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    margin-bottom: 2rem;
    letter-spacing: 0;
  }
}
#association .mv-association .mv-associtation_text {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.55);
  line-height: 1.75;
}
@media only screen and (max-width: 767px) {
  #association .mv-association .mv-associtation_text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#association .mv-association .mv-associtation_text .text_mb {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #association .mv-association .mv-associtation_text .text_mb {
    margin-bottom: 2rem;
  }
}
#association .mv-association .mv-associtation_text .link-white {
  margin-top: 4.8rem;
  color: #174771;
  width: 44.8rem;
  height: 7.1rem;
  max-width: none;
  text-shadow: none;
}
@media only screen and (max-width: 767px) {
  #association .mv-association .mv-associtation_text .link-white {
    margin-top: 2.5rem;
    width: 33.8rem;
    height: 5.7rem;
  }
}
#association .list-worries,
#association .list-reason,
#association .list-support,
#association .list-type,
#association .list-merit {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  #association .list-worries,
  #association .list-reason,
  #association .list-support,
  #association .list-type,
  #association .list-merit {
    flex-direction: column;
    max-width: 34rem;
    margin: auto;
  }
}
#association .list-worries li,
#association .list-reason li,
#association .list-support li,
#association .list-type li,
#association .list-merit li {
  border-radius: 1rem;
}
#association .list-worries img,
#association .list-reason img,
#association .list-support img,
#association .list-type img,
#association .list-merit img {
  margin: 0 auto 1.6rem;
}
@media only screen and (max-width: 767px) {
  #association .list-worries img,
  #association .list-reason img,
  #association .list-support img,
  #association .list-type img,
  #association .list-merit img {
    margin-bottom: 0.8rem;
  }
}
@media only screen and (max-width: 767px) {
  #association .list-worries .text,
  #association .list-reason .text,
  #association .list-support .text,
  #association .list-type .text,
  #association .list-merit .text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#association .sec-intro {
  margin-bottom: 10.7rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-intro {
    margin-bottom: 7.2rem;
  }
}
#association .sec-intro .bg-main {
  padding: 9rem 0 7.9rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #association .sec-intro .bg-main {
    padding: 4.8rem 0 7.2rem;
  }
}
#association .sec-intro .bg-main::after {
  content: "";
  width: 80.9722222222%;
  height: 8.6rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8.6rem;
  margin: auto;
  background: #D3E5F7;
  z-index: -1;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media only screen and (max-width: 767px) {
  #association .sec-intro .bg-main::after {
    width: 100%;
    bottom: -5.8rem;
    height: 5.9rem;
  }
}
#association .sec-intro .sec_title {
  margin-bottom: 6.5rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-intro .sec_title {
    margin-bottom: 4.8rem;
  }
}
#association .sec-intro .list-worries {
  justify-content: center;
  gap: 7rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-intro .list-worries {
    margin: auto;
    gap: 2.4rem;
  }
}
#association .sec-intro .list-worries_item {
  background: #fff;
  padding: 3.2rem 1.6rem;
  text-align: center;
  width: 34rem;
  border: 1px solid #CCD7DE;
}
@media only screen and (max-width: 767px) {
  #association .sec-intro .list-worries_item {
    padding: 1.5rem 1.6rem;
  }
}
#association .sec-intro .list-worries_item:nth-child(1) img {
  width: 5.4rem;
}
#association .sec-intro .list-worries_item:nth-child(2) img {
  width: 8.6rem;
}
#association .sec-intro .list-worries_item:nth-child(3) img {
  width: 5.2rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-intro .list-worries img {
    margin-bottom: 1.1rem;
  }
}
#association .sec-intro .list-worries .title-mincho {
  margin-bottom: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-intro .list-worries .title-mincho {
    margin-bottom: 1.1rem;
  }
}
#association .sec-intro_text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #003C95;
  font-size: 4.8rem;
  line-height: 1.4583333333;
  text-align: center;
  margin-top: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-intro_text {
    font-size: 2.4rem;
    margin-top: 0;
  }
}
#association .sec-reason {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-reason {
    margin-bottom: 4.8rem;
  }
}
#association .sec-reason .sec_title {
  margin-bottom: 5.8rem;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #association .sec-reason .sec_title {
    margin-bottom: 2.4rem;
  }
}
#association .sec-reason .list-reason {
  justify-content: center;
  flex-wrap: wrap;
  gap: 7rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-reason .list-reason {
    gap: 2.4rem;
  }
}
#association .sec-reason .list-reason_item {
  width: 34rem;
  padding: 1.4rem 1.6rem 1.9rem;
  border: 1px solid #174771;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-reason .list-reason_item {
    width: 100%;
    gap: 1.6rem;
    padding: 0.9rem;
  }
}
@media only screen and (min-width: 768px) {
  #association .sec-reason .list-reason_item:nth-child(2) .c-red {
    padding-top: 1em;
  }
  #association .sec-reason .list-reason_item:nth-child(3) .c-red {
    padding-top: 1.2rem;
  }
}
#association .sec-reason .list-reason .title {
  display: flex;
  gap: 2.4rem;
  align-items: center;
}
#association .sec-reason .list-reason .title .num {
  font-size: 3.2rem;
  font-weight: 500;
  width: 6rem;
  height: 6rem;
  background: #174771;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.4rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-reason .list-reason .title .num {
    font-size: 2.4rem;
    width: 4.8rem;
    height: 4.8rem;
  }
}
#association .sec-reason .list-reason .title .text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #174771;
  font-size: 2.4rem;
  line-height: 1.4583333333;
}
@media only screen and (max-width: 767px) {
  #association .sec-reason .list-reason .title .text {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
#association .sec-reason .list-reason .c-red {
  color: #C10000;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  #association .sec-reason .list-reason .c-red {
    min-height: 7.2rem;
  }
}
@media only screen and (max-width: 767px) {
  #association .sec-reason .list-reason .c-red {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    margin-bottom: 0;
  }
}
#association .sec-reason .list-reason .list {
  font-weight: 500;
  line-height: 2.1875;
}
@media only screen and (max-width: 767px) {
  #association .sec-reason .list-reason .list {
    line-height: 1.8333333333;
    margin-left: 0.9rem;
  }
  #association .sec-reason .list-reason .list_item::before {
    width: 1.3rem;
    height: 1.3rem;
  }
}
#association .sec-achievement {
  padding: 5.8rem 0 10rem;
  margin-bottom: 4.8rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-achievement {
    padding: 3.8rem 0;
  }
}
#association .sec-achievement .sec_title {
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-achievement .sec_title {
    margin-bottom: 2.4rem;
  }
}
#association .sec-achievement .sec_text {
  text-align: center;
  margin-bottom: 6.2rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-achievement .sec_text {
    margin-bottom: 2.4rem;
  }
}
#association .sec-achievement .content {
  background-color: #fff;
  border-radius: 1rem;
  padding: 3.2rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-achievement .content {
    padding: 1.6rem;
    width: 34rem;
    margin: auto;
  }
}
#association .sec-achievement .content + .content {
  margin-top: 6.3rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-achievement .content + .content {
    margin-top: 2.4rem;
  }
}
#association .sec-achievement .content_title {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  font-size: 2.8rem;
  line-height: 1.7083333333;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #869BAA;
  margin-bottom: 2.6rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-achievement .content_title {
    flex-direction: column;
    gap: 1.6rem;
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 1.6rem;
  }
}
#association .sec-achievement .content_title .text {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
#association .sec-achievement .content .circle {
  background: #174771;
  color: #fff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  font-size: 1.2rem;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#association .sec-achievement .content .circle .num {
  font-size: 2.4rem;
  line-height: 1;
  position: relative;
  top: -0.4rem;
}
#association .sec-achievement .content .flex {
  justify-content: center;
  gap: 6.5rem;
  margin-bottom: 4.2rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-achievement .content .flex {
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 1.6rem;
  }
}
#association .sec-achievement .content figure {
  margin-bottom: 1.1rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-achievement .content figure {
    margin-bottom: 0.8rem;
  }
  #association .sec-achievement .content figure img {
    width: 100%;
  }
}
#association .sec-achievement .content figcaption {
  color: #174771;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 0.8rem;
}
#association .sec-achievement .content ul {
  font-weight: 500;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #association .sec-achievement .content ul {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#association .sec-achievement .content .bg-main {
  max-width: 100rem;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  padding: 3.2rem 2.4rem;
  border-radius: 1rem;
  gap: 3.2rem;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #association .sec-achievement .content .bg-main {
    padding: 1rem;
    gap: 1rem;
  }
}
#association .sec-achievement .content .bg-main .text_outer {
  padding: 0.6rem 1rem 1rem;
  flex: 1;
}
@media only screen and (max-width: 767px) {
  #association .sec-achievement .content .bg-main .text_outer {
    width: 100%;
    flex: auto;
    padding: 1rem;
  }
}
#association .sec-achievement .content .bg-main .c-accent {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-achievement .content .bg-main .c-accent {
    line-height: 1.4444444444;
  }
}
#association .sec-achievement .content .bg-main .text {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #association .sec-achievement .content .bg-main .text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#association .sec-achievement .content .bg-main .bg-yellow,
#association .sec-achievement .content .bg-main .bg-white {
  border-radius: 2rem;
  width: 12rem;
  height: 10.6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 0.7rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-achievement .content .bg-main .bg-yellow,
  #association .sec-achievement .content .bg-main .bg-white {
    width: 13.9rem;
  }
}
#association .sec-achievement .content .bg-main .bg-yellow em,
#association .sec-achievement .content .bg-main .bg-white em {
  font-weight: 900;
  font-size: 4rem;
  line-height: 1;
}
#association .sec-achievement .content .bg-main .bg-white {
  color: #174771;
}
#association .sec-achievement .content .bg-main .bg-white.c-red {
  color: #DF0000;
}
#association .sec-support {
  margin-bottom: 10rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-support {
    margin-bottom: 4.8rem;
  }
}
#association .sec-support .sec_title {
  margin-bottom: 3.8rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-support .sec_title {
    margin-bottom: 2.4rem;
  }
}
#association .sec-support .sec_text {
  text-align: center;
  margin-bottom: 6.3rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-support .sec_text {
    margin-bottom: 2.4rem;
  }
}
#association .sec-support .list-support {
  justify-content: center;
  gap: 5.3rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-support .list-support {
    max-width: 25rem;
    gap: 2.4rem;
  }
}
#association .sec-support .list-support_item {
  background: #EFF7FF;
  padding: 3.2rem 1.6rem;
  width: 25rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-support .list-support_item {
    padding: 1.6rem 3.2rem;
  }
}
#association .sec-support .list-support_item:nth-child(1) img {
  width: 5.4rem;
}
#association .sec-support .list-support_item:nth-child(2) img {
  width: 5rem;
}
#association .sec-support .list-support_item:nth-child(3) img {
  width: 5.7rem;
}
#association .sec-support .list-support_item:nth-child(4) img {
  width: 10.2rem;
}
#association .sec-support .list-support_item .title {
  color: #174771;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-support .list-support_item .title {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    margin-bottom: 0.8rem;
  }
}
#association .sec-support .list-support_item .list-normal {
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  #association .sec-support .list-support_item .list-normal {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#association .sec-support .list-support_item .list-normal_item {
  padding-left: 0.8rem;
}
#association .sec-support .list-support_item .list-normal_item::before {
  left: 0;
}
@media only screen and (max-width: 767px) {
  #association .sec-support .list-support_item .list-normal_item::before {
    top: 1rem;
  }
}
#association .sec-type {
  padding: 6rem 0 10rem;
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-type {
    padding: 3.8rem 0;
    margin-bottom: 5rem;
  }
}
#association .sec-type .sec_title {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-type .sec_title {
    margin-bottom: 2.4rem;
  }
}
#association .sec-type .sec_text {
  margin-bottom: 6.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #association .sec-type .sec_text {
    margin-bottom: 2.4rem;
  }
}
#association .sec-type .list-type {
  justify-content: center;
  gap: 7rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-type .list-type {
    gap: 2.4rem;
  }
}
#association .sec-type .list-type_item {
  width: 34rem;
  background: #fff;
  padding: 2.4rem 3.2rem 3.1rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-type .list-type_item {
    padding: 1.6rem;
  }
}
#association .sec-type .list-type .title-mincho {
  font-size: 2.4rem;
  color: #174771;
}
@media only screen and (max-width: 767px) {
  #association .sec-type .list-type .title-mincho {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
#association .sec-type .list-type img {
  width: 100%;
  margin-bottom: 0;
}
#association .sec-type .list-type .text {
  color: #333;
  line-height: 1.875;
  font-weight: 500;
}
#association .sec-type .list-type .list {
  color: #333;
  line-height: 2.1875;
}
#association .sec-type .list-type .list_item::before {
  background-color: #174771;
}
@media only screen and (max-width: 767px) {
  #association .sec-type .list-type .list {
    line-height: 1.8333333333;
    margin-left: 0.8rem;
    margin-top: -0.2rem;
  }
  #association .sec-type .list-type .list_item::before {
    width: 1.3rem;
    height: 1.3rem;
  }
}
#association .sec-merit {
  margin-bottom: 10rem;
  max-width: 116rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-merit {
    margin-bottom: 4.8rem;
  }
}
#association .sec-merit .sec_title {
  margin-bottom: 4.3rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-merit .sec_title {
    margin-bottom: 2.4rem;
  }
}
#association .sec-merit .sec_text {
  margin-bottom: 6.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #association .sec-merit .sec_text {
    margin-bottom: 2.4rem;
  }
}
#association .sec-merit .list-merit {
  justify-content: center;
  gap: 7rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-merit .list-merit {
    margin: auto;
    gap: 2.4rem;
  }
}
#association .sec-merit .list-merit_item {
  background: #fff;
  padding: 3.2rem 1.6rem;
  text-align: center;
  width: 34rem;
  border: 1px solid #CCD7DE;
}
@media only screen and (max-width: 767px) {
  #association .sec-merit .list-merit_item {
    padding: 1.6rem;
  }
  #association .sec-merit .list-merit_item img {
    margin-bottom: 0.7rem;
  }
}
#association .sec-merit .list-merit_item:nth-child(1) img {
  width: 6.8rem;
}
#association .sec-merit .list-merit_item:nth-child(2) img {
  width: 5.8rem;
}
#association .sec-merit .list-merit_item:nth-child(3) img {
  width: 7.4rem;
}
#association .sec-merit .list-merit .title-mincho {
  margin-bottom: 1.3rem;
}
@media only screen and (max-width: 767px) {
  #association .sec-merit .list-merit .title-mincho {
    margin-bottom: 0.7rem;
  }
}
@media only screen and (min-width: 768px) {
  #association .sec-merit .list-merit .text {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}

/* ----------------------------
    施工事例
---------------------------- */
#works .mv-kaso {
  margin-bottom: 11.2rem;
}
@media only screen and (max-width: 767px) {
  #works .mv-kaso {
    margin-bottom: 4.6rem;
  }
}
#works .article {
  border-bottom: none;
}
#works .article.inner {
  max-width: 100rem;
}
#works .article_title {
  font-size: 2.8rem;
  line-height: 1.4642857143;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #869BAA;
  margin-bottom: 4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  #works .article_title {
    font-size: 2.4rem;
    line-height: 1.4583333333;
    margin-bottom: 4.8rem;
  }
}
#works .article_content {
  max-width: 90rem;
  width: 90%;
  margin: 0 auto 12.2rem;
}
@media only screen and (max-width: 767px) {
  #works .article_content {
    margin-bottom: 8rem;
    width: 100%;
  }
}
#works .article_content p {
  line-height: 2;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  #works .article_content p {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    margin-bottom: 4.8rem;
  }
}
#works .article_content .bg-main {
  border-radius: 1rem;
  margin-bottom: 4rem;
  padding: 3.2rem 4rem;
}
@media only screen and (max-width: 767px) {
  #works .article_content .bg-main {
    padding: 1.6rem;
    margin-bottom: 3.2rem;
  }
}
#works .article_content .dl {
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media only screen and (max-width: 767px) {
  #works .article_content .dl {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#works .article_content .dl_flex {
  display: flex;
  gap: 2.4rem;
  padding: 0.8rem 0 0.7rem;
  border-bottom: 1px solid #869BAA;
}
@media only screen and (max-width: 767px) {
  #works .article_content .dl_flex {
    padding: 0.4rem 0 0.3rem;
  }
}
#works .article_content .dl_term {
  color: #174771;
  font-weight: 700;
  width: 10rem;
}
#works .article_content .dl_description {
  flex: 1;
  color: #333;
}
#works .article_content .drawing {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  #works .article_content .drawing {
    margin-bottom: 3.2rem;
  }
}
#works .article_content .drawing img {
  width: 100%;
}
#works .article_content .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4rem 0;
}
@media only screen and (max-width: 767px) {
  #works .article_content .images {
    flex-direction: column;
    gap: 2.4rem;
  }
}
#works .article_content .images_block {
  width: 47.7777777778%;
}
@media only screen and (max-width: 767px) {
  #works .article_content .images_block {
    width: 100%;
  }
}
#works .article_content .images_block .c-accent {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  margin-bottom: 1rem;
}
#works .article_content .images_block figure {
  aspect-ratio: 430/300;
  width: 100%;
}
#works .article_content .images_block figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#works .article_content .images_block figcaption {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media only screen and (max-width: 767px) {
  #works .article_content .images_block figcaption {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#works .article + .link-white {
  margin: 0 auto 14rem;
}
@media only screen and (max-width: 767px) {
  #works .article + .link-white {
    margin-bottom: 10rem;
  }
}

/* ----------------------------
    プライバシーポリシー
---------------------------- */
#privacy .sec_title {
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #privacy .sec_title {
    margin-bottom: 4.8rem;
  }
}
#privacy .sec_text {
  line-height: 2;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #privacy .sec_text {
    margin-bottom: 4.8rem;
  }
}
#privacy .sec-privacy {
  margin-bottom: 14.1rem;
}
@media only screen and (max-width: 767px) {
  #privacy .sec-privacy {
    margin-bottom: 8.4rem;
  }
}
#privacy .content + .content {
  margin-top: 6.4rem;
}
@media only screen and (max-width: 767px) {
  #privacy .content + .content {
    margin-top: 4.8rem;
  }
}
#privacy .content_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.8rem;
  line-height: 1.4642857143;
  margin-bottom: 2.4rem;
}
@media only screen and (max-width: 767px) {
  #privacy .content_title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-bottom: 2.4rem;
  }
}
#privacy .content_text {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #privacy .content_text {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
#privacy .content .list-normal {
  margin-top: 1.6rem;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  #privacy .content .list-normal {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
@media only screen and (max-width: 767px) {
  #privacy .content .list-normal_item {
    padding-left: 1.6rem;
  }
}
#privacy .content .list-normal_item::before {
  top: 1.4rem;
}
@media only screen and (max-width: 767px) {
  #privacy .content .list-normal_item::before {
    left: 0.5rem;
    top: 1rem;
  }
}

/* ----------------------------
    CTA
---------------------------- */
.cta {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cta {
    display: block;
    position: fixed;
    z-index: 999;
    bottom: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    width: 36rem;
  }
  .cta.is-stop {
    position: absolute;
  }
  .cta .list-cta {
    display: flex;
    border-radius: 0.8rem;
    overflow: hidden;
  }
  .cta .list-cta_item {
    width: 33.3333333333%;
  }
  .cta .link-cta {
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0.8rem 0;
  }
  .cta .link-cta-tel {
    background: #1E87E5;
  }
  .cta .link-cta-line {
    background: #25BE56;
  }
  .cta .link-cta-contact {
    background: #174771;
  }
  .cta .link-cta .fs-16 {
    font-size: 1.6rem;
  }
  .cta .link-cta .fs-14 {
    font-size: 1.4rem;
  }
  .cta .icon-tel {
    padding-left: 1.4rem;
    position: relative;
  }
  .cta .icon-tel::before {
    mask: url(../img/common/icon_tel.svg) center/100% no-repeat;
    -webkit-mask: url(../img/common/icon_tel.svg) center/100% no-repeat;
    background: #fff;
    width: 1.1rem;
    height: 1.1rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .cta .icon-line {
    position: relative;
    padding-left: 2rem;
  }
  .cta .icon-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1.4rem;
    height: 1.3rem;
    background: url(../img/common/icon_LINE.svg) center/100% no-repeat;
  }
  .cta .icon-mail {
    position: relative;
    padding-left: 2.2rem;
  }
  .cta .icon-mail::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.1rem;
    background: url(../img/common/icon_mail.svg) center/100% no-repeat;
  }
}

/* ----------------------------
    404 Not Found
---------------------------- */
.content-404 {
  padding: 6.4rem 0;
}
.content-404 h1 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-style: normal;
  color: #174771;
  margin-bottom: 6.4rem;
  font-size: 4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .content-404 h1 {
    font-size: 3.2rem;
    margin-bottom: 4.8rem;
  }
}
.content-404 p {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  margin-bottom: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .content-404 p {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    margin-bottom: 4.8rem;
  }
}
.content-404 .link-white {
  margin: auto;
  max-width: 33.8rem;
}/*# sourceMappingURL=style.css.map */