*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 0.76923vw;
  font-size: clamp(6px, 0.76923vw, 10px);
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #504b44;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

html,
body {
  font-size: 0.0732064422vw;
}
@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 0.2666666667vw;
  }
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.pc-hidden {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-hidden {
    display: block;
  }
}

.sp-hidden {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

#main {
  overflow-x: clip;
}

img.w100,
svg.w100 {
  max-width: 100%;
  height: auto;
}

.no-item {
  font-size: 16px;
}

.c-pink {
  color: #dd627e;
}

.w980 {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
}

.btn {
  background-color: #2e4469;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.sec_solution {
  position: absolute;
  bottom: 44px;
  left: 0;
  width: 100%;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .sec_solution {
    position: relative;
  }
}
.sec_solution .title {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -25px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .sec_solution .title {
    width: 80%;
  }
}
.sec_solution .list {
  position: relative;
  padding: 41px 0 23px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px 22px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 1023px) {
  .sec_solution .list {
    grid-template-columns: repeat(2, 45%);
    grid-template-rows: auto;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sec_solution .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .sec_solution .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec_solution .list .item img {
  width: 70px;
  height: auto;
}
.sec_solution .list .item .text .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #2e4469;
}
.sec_solution .list .item .text .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 13px;
  color: #333;
}

.page-template-default .w980 {
  padding: 100rem 0;
}

.header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.is-scrolled {
  -webkit-animation: fadeInDown 0.4s ease;
          animation: fadeInDown 0.4s ease;
  background-color: #ffffff;
}
.header .inner {
  max-width: 1333px;
  width: 95%;
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
@media screen and (max-width: 1175px) {
  .header .inner {
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .header .inner {
    max-width: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.header .inner .logo {
  max-width: 201px;
  width: 100%;
}
.header .inner .logo svg {
  height: 29px;
}
.header .inner .logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .hamburger {
  display: none;
}
@media screen and (max-width: 1175px) {
  .header .inner .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 30rem;
    height: 22rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  .header .inner .hamburger span {
    display: block;
    width: 30rem;
    height: 3rem;
    background: #333;
    border-radius: 2rem;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.25s ease;
    transition: transform 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s ease;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
}
.header .inner .hamburger.active span:nth-child(1) {
  -webkit-transform: translateY(9rem) rotate(45deg);
          transform: translateY(9rem) rotate(45deg);
}
.header .inner .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header .inner .hamburger.active span:nth-child(3) {
  -webkit-transform: translateY(-9rem) rotate(-45deg);
          transform: translateY(-9rem) rotate(-45deg);
}
.header .inner .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 1175px) {
  .header .inner .nav {
    position: absolute;
    right: -100%;
    width: 100%;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    top: 0;
    height: 100vh;
    padding: 45rem 0;
    gap: 20px;
  }
  .header .inner .nav.open {
    right: 0;
  }
}
.header .inner .nav .header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
@media screen and (max-width: 1175px) {
  .header .inner .nav .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-right: 0;
  }
}
.header .inner .nav .header-list .menu-item {
  font-weight: 500;
  font-size: 16px;
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .nav .header-list .menu-item:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .sns_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-right: 31px;
}
@media screen and (max-width: 1175px) {
  .header .inner .sns_icon {
    margin-right: 0;
  }
}
.header .inner .sns_icon li {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .sns_icon li:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .sns_icon .icon-yt svg {
  width: 20px;
  height: 24px;
}
.header .inner .sns_icon .icon-line svg {
  width: 24px;
  height: 24px;
}
.header .inner .sns_icon .icon-ig svg {
  width: 24px;
  height: 24px;
}
.header .inner .sns_icon .icon-tw svg {
  width: 23px;
  height: 24px;
}

.h_contact {
  height: 48px;
  width: 172px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.h_contact:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.h_contact .btn {
  gap: 7px;
}
.h_contact .btn .icon-mail {
  width: 19px;
  height: 14px;
}
.h_contact .btn p {
  font-size: 17px;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.map iframe {
  height: 500px;
}
@media screen and (max-width: 1023px) {
  .map iframe {
    height: 250px;
  }
}

.foot_item {
  padding: 73px 0 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .foot_item {
    padding: 80rem 0 20rem;
  }
}
.foot_item .f_logo {
  margin-bottom: 17px;
}
.foot_item .f_logo a svg {
  width: 283px;
  height: 41px;
}
.foot_item .nav {
  margin-bottom: 29px;
}
.foot_item .nav .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .foot_item .nav .footer-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.foot_item .nav .footer-list .menu-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.foot_item .nav .footer-list .menu-item:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .foot_item .nav .footer-list .menu-item {
    text-align: center;
  }
}
.foot_item .sns_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 28px;
}
.foot_item .sns_icon li {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.foot_item .sns_icon li:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.foot_item .sns_icon .icon-yt svg {
  width: 25px;
  height: 30px;
}
.foot_item .sns_icon .icon-line svg {
  width: 30px;
  height: 30px;
}
.foot_item .sns_icon .icon-ig svg {
  width: 30px;
  height: 30px;
}
.foot_item .sns_icon .icon-tw svg {
  width: 29px;
  height: 30px;
}
.foot_item .privacy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #777;
  display: block;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.foot_item .privacy:hover {
  -webkit-filter: opacity(60%);
          filter: opacity(60%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.foot_item .copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  color: #777;
}

.fixed-line {
  position: fixed;
  right: 17px;
  bottom: 97px;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .fixed-line {
    bottom: 2%;
  }
}
.fixed-line svg {
  width: 60px;
  height: 60px;
}

.mv {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top/mv_back.png) no-repeat top/100% auto;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .mv::after {
    background-image: url(../img/top/mv_back_sp.png);
    height: 48%;
    background-position: bottom;
  }
}
@media screen and (max-width: 767px) {
  .mv::after {
    height: 60%;
    background-position: bottom;
    background-size: cover;
  }
}
.mv::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: url(../img/top/mv_bg.jpg) no-repeat bottom/cover;
  z-index: -1;
}
@media screen and (max-width: 1175px) {
  .mv::before {
    height: 60%;
  }
}
@media screen and (max-width: 767px) {
  .mv::before {
    height: 70%;
  }
}
.mv .w980 {
  padding: 136px 0 202px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1175px) {
  .mv .w980 {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 1023px) {
  .mv .w980 {
    padding-top: 87px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .mv .w980 {
    padding: 80rem 0;
  }
}
.mv .w980 .col-text {
  margin-top: 62px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 1023px) {
  .mv .w980 .col-text {
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.mv .w980 .col-text .sub {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 19px;
  color: #dd627e;
  white-space: nowrap;
}
@media screen and (max-width: 1023px) {
  .mv .w980 .col-text .sub {
    font-size: 1.7rem;
    line-height: 1.4705882353;
    font-size: 17px;
    white-space: wrap;
  }
}
.mv .w980 .col-text .btnwrap {
  max-width: 370px;
  width: 100%;
  height: 64px;
}
.mv .w980 .col-text .btnwrap .btn {
  border-radius: 32px;
  gap: 15px;
}
.mv .w980 .col-text .btnwrap .btn p {
  font-size: 26px;
}
.mv .w980 .col-img {
  margin-left: -46px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .mv .w980 .col-img {
    margin: 0 auto;
    width: 100%;
    text-align: left;
  }
  .mv .w980 .col-img img {
    margin-left: 17px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .mv .w980 .col-img img {
    width: 65%;
    margin-left: 0;
  }
}
.mv .w980 .col-img .mv_catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/top/circle.png) no-repeat right/contain;
  width: 315px;
  height: 142px;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1023px) {
  .mv .w980 .col-img .mv_catch {
    right: 0;
    top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mv .w980 .col-img .mv_catch {
    width: 200rem;
    height: 142rem;
    right: -49rem;
    top: 0;
  }
}
.mv .w980 .col-img .mv_catch p {
  margin-right: 35px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.3181818182;
  font-size: 22px;
  text-align: left;
  color: #2e4469;
}
@media screen and (max-width: 767px) {
  .mv .w980 .col-img .mv_catch p {
    font-size: 14px;
    margin-right: 22%;
  }
}
.mv .scroll {
  position: absolute;
  bottom: 46px;
  right: 17px;
  z-index: 10;
}
@media screen and (max-width: 1023px) {
  .mv .scroll {
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .mv .scroll {
    bottom: 20rem;
  }
}

.t_sec02 {
  background: url(../img/top/bg.png) no-repeat top/100% auto;
}
.t_sec02 .w980 {
  padding: 70px 0;
}
.t_sec02 .w980 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}
.t_sec02 .w980 .title .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 5rem;
  line-height: 1.3;
  font-size: 50px;
  text-align: center;
  color: #2e4469;
}
@media screen and (max-width: 767px) {
  .t_sec02 .w980 .title .main {
    font-size: 24px;
  }
}
.t_sec02 .w980 .title .main .c-pink {
  color: #df6b85;
}
.t_sec02 .w980 .title .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.4;
  font-size: 20px;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 1023px) {
  .t_sec02 .w980 .title .desc {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .t_sec02 .w980 .title .desc {
    font-size: 16px;
  }
}
.t_sec02 .w980 .list {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .t_sec02 .w980 .list {
    grid-template-columns: repeat(3, 205px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .t_sec02 .w980 .list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 40rem;
  }
}
.t_sec02 .w980 .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .t_sec02 .w980 .list .item {
    gap: 20rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.t_sec02 .w980 .list .item .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.625;
  font-weight: normal;
  font-size: 16px;
  color: #222;
}

.t_sec03 {
  background-color: #f9fbfc;
}
.t_sec03 .w980 {
  padding: 80px 0 63px;
}
.t_sec03 .w980 .title {
  margin-bottom: 38px;
}
.t_sec03 .w980 .title .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 4.6rem;
  line-height: 1.3043478261;
  font-size: 46px;
  text-align: center;
  color: #2e4469;
}
@media screen and (max-width: 767px) {
  .t_sec03 .w980 .title .main {
    font-size: 24px;
  }
}
.t_sec03 .w980 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .t_sec03 .w980 .list {
    gap: 36rem;
  }
}
.t_sec03 .w980 .list .item {
  position: relative;
}
.t_sec03 .w980 .list .item .img {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 10;
}
.t_sec03 .w980 .list .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.t_sec03 .w980 .list .item .box {
  position: relative;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
  max-width: 800px;
  width: 100%;
  margin-right: 0;
  margin-left: auto;
  padding: 36px 60px 36px 104px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .t_sec03 .w980 .list .item .box {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .t_sec03 .w980 .list .item .box {
    width: 100%;
    padding-right: 20rem;
    padding-left: 90rem;
  }
}
.t_sec03 .w980 .list .item .box .num {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4%;
  margin: auto;
  display: inline-block;
  width: auto;
  height: 45%;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: normal;
  font-size: 10rem;
  line-height: 1;
  font-size: 100px;
  color: #df6b85;
}
@media screen and (max-width: 767px) {
  .t_sec03 .w980 .list .item .box .num {
    font-size: 80rem;
    left: 2%;
  }
}
.t_sec03 .w980 .list .item .box .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.t_sec03 .w980 .list .item .box .text .item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-size: 24px;
  color: #2e4469;
}
@media screen and (max-width: 767px) {
  .t_sec03 .w980 .list .item .box .text .item-ttl {
    font-size: 20px;
  }
}
.t_sec03 .w980 .list .item .box .text .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  color: #222;
}
.t_sec03 .w980 .list .item.reverse .img {
  right: 0;
  left: auto;
}
.t_sec03 .w980 .list .item.reverse .box {
  margin-right: auto;
  margin-left: 0;
  padding: 36px 32px 36px 108px;
}
@media screen and (max-width: 767px) {
  .t_sec03 .w980 .list .item.reverse .box {
    padding-left: 20rem;
    padding-right: 90rem;
  }
}
.t_sec03 .w980 .list .item:first-child .img {
  width: 183px;
  height: 234px;
}
@media screen and (max-width: 767px) {
  .t_sec03 .w980 .list .item:first-child .img {
    width: 80rem;
    height: 99rem;
    margin-top: auto;
    margin-bottom: 0;
  }
}
.t_sec03 .w980 .list .item:nth-child(2) .box {
  max-width: 860px;
}
@media screen and (max-width: 767px) {
  .t_sec03 .w980 .list .item:nth-child(2) .box {
    max-width: 100%;
  }
  .t_sec03 .w980 .list .item:nth-child(2) .box .num {
    right: 2%;
    left: auto;
  }
}
.t_sec03 .w980 .list .item:nth-child(2) .img {
  width: 150px;
  height: 234px;
}
@media screen and (max-width: 767px) {
  .t_sec03 .w980 .list .item:nth-child(2) .img {
    width: 80rem;
    height: 99rem;
    margin-top: auto;
    margin-bottom: 0;
  }
}
.t_sec03 .w980 .list .item:last-child .img {
  width: 221px;
  height: 258px;
}
@media screen and (max-width: 767px) {
  .t_sec03 .w980 .list .item:last-child .img {
    width: 80rem;
    height: 99rem;
    margin-top: auto;
    margin-bottom: 0;
    left: -4%;
  }
}
.t_sec03 .w980 .list .item:last-child .box {
  padding: 49px 60px 49px 108px;
}
@media screen and (max-width: 767px) {
  .t_sec03 .w980 .list .item:last-child .box {
    width: 100%;
    padding-right: 20rem;
    padding-left: 90rem;
  }
}

.t_sec04 .w980 {
  padding: 80px 0 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 767px) {
  .t_sec04 .w980 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20rem;
  }
}
.t_sec04 .w980 .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 46px;
  color: #2e4469;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .t_sec04 .w980 .main {
    font-size: 24px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.t_sec04 .w980 .news-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .t_sec04 .w980 .news-list {
    gap: 32rem;
  }
}
.t_sec04 .w980 .news-list .news-date {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #df6b85;
}
.t_sec04 .w980 .news-list .news-cat {
  display: inline-block;
  width: 140px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
}
.t_sec04 .w980 .news-list .news-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .t_sec04 .w980 .news-list .news-title {
    grid-column: 1/3;
  }
}
.t_sec04 .w980 .news-list .news-item {
  padding-bottom: 28px;
  border-bottom: 1px solid #ccc;
}
.t_sec04 .w980 .news-list .news-item a {
  display: grid;
  grid-template-columns: 90px 140px auto;
  grid-auto-flow: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .t_sec04 .w980 .news-list .news-item a {
    grid-auto-flow: unset;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}
.t_sec04 .w980 .news-list .news-item.cat-news .news-cat {
  background-color: #df6b85;
}
.t_sec04 .w980 .news-list .news-item.cat-knowledge .news-cat {
  background-color: #6aaea2;
}
.t_sec04 .w980 .news-list .news-item.cat-monologue .news-cat {
  background-color: #6a83ae;
}

.t_sec05 {
  background-color: #f9fbfc;
}
.t_sec05 .w980 {
  padding: 80px 0 186px;
}
.t_sec05 .w980 .title {
  margin-bottom: 38px;
}
.t_sec05 .w980 .title .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 46px;
  text-align: center;
  color: #2e4469;
}
@media screen and (max-width: 767px) {
  .t_sec05 .w980 .title .main {
    font-size: 24px;
  }
}
.t_sec05 .w980 .ex-swiper {
  overflow: visible;
  padding-bottom: 43px;
}
.t_sec05 .w980 .ex-swiper .swiper-slide {
  width: 300px;
}
.t_sec05 .w980 .ex-swiper img {
  width: 100%;
  margin-bottom: 15px;
}
.t_sec05 .w980 .ex-swiper .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4166666667;
  font-size: 24px;
  color: #2e4469;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .t_sec05 .w980 .ex-swiper .main {
    font-size: 24px;
  }
}
.t_sec05 .w980 .ex-swiper .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  color: #222;
}
.t_sec05 .w980 .ex-swiper .swiper-pagination {
  bottom: 0;
}
.t_sec05 .w980 .ex-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #2e4469;
}
.t_sec05 .w980 .ex-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.t_sec06 {
  position: relative;
  background: url(../img/top/flow_bottom.png) no-repeat left bottom 9px/100% auto, #2e4469;
}
.t_sec06::before {
  content: "";
  background: url(../img/top/flow_top.png) no-repeat top/100% auto;
  position: absolute;
  bottom: 99%;
  left: 0;
  width: 100%;
  height: 145px;
}
@media screen and (max-width: 767px) {
  .t_sec06::before {
    background-position: bottom;
  }
}
.t_sec06 .w980 {
  padding: 0 0 75px;
}
@media screen and (max-width: 767px) {
  .t_sec06 .w980 {
    padding-top: 40rem;
  }
}
.t_sec06 .w980 .title {
  margin-bottom: 38px;
}
.t_sec06 .w980 .title .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 46px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .t_sec06 .w980 .title .main {
    font-size: 24px;
  }
}
.t_sec06 .w980 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 64px;
}
.t_sec06 .w980 .list .item {
  background-color: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .t_sec06 .w980 .list .item {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .t_sec06 .w980 .list .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .t_sec06 .w980 .list .item .img {
    width: 50%;
    margin: 0 auto;
  }
}
.t_sec06 .w980 .list .item::after {
  content: "";
  background: url(../img/top/arrow.svg) no-repeat center/contain;
  width: 38px;
  height: 19px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% + 20px);
}
.t_sec06 .w980 .list .item .item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 47px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .t_sec06 .w980 .list .item .item-ttl {
    gap: 40rem;
  }
}
.t_sec06 .w980 .list .item .item-ttl .num {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: normal;
  font-size: 26px;
  color: #2e4469;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t_sec06 .w980 .list .item .item-ttl .num {
    font-size: 18px;
  }
}
.t_sec06 .w980 .list .item .item-ttl .num::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #cccccc;
  position: absolute;
  left: calc(100% + 22px);
  top: 0;
}
.t_sec06 .w980 .list .item .item-ttl .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #2e4469;
}
@media screen and (max-width: 767px) {
  .t_sec06 .w980 .list .item .item-ttl .main {
    font-size: 18px;
  }
}
.t_sec06 .w980 .list .item .desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.625;
  font-size: 16px;
  color: #222;
}
.t_sec06 .w980 .list .item:last-child::after {
  content: none;
}

.t_sec07 {
  background-color: #f9fbfc;
}
.t_sec07 .w980 {
  padding: 80px 0 104px;
}
.t_sec07 .w980 .title {
  margin-bottom: 36px;
}
.t_sec07 .w980 .title .main {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 46px;
  text-align: center;
  color: #2e4469;
}
@media screen and (max-width: 767px) {
  .t_sec07 .w980 .title .main {
    font-size: 24px;
  }
}
.t_sec07 .w980 .contactform {
  width: 90%;
  margin: 0 auto;
}
.t_sec07 .w980 .contactform .item {
  display: grid;
  grid-template-columns: 1fr 620px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1023px) {
  .t_sec07 .w980 .contactform .item {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 15rem;
    margin-bottom: 35rem;
  }
}
.t_sec07 .w980 .contactform .item .l-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .t_sec07 .w980 .contactform .item .l-name {
    font-size: 16rem;
    margin-top: 0;
  }
}
.t_sec07 .w980 .contactform .item .l-name .required {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  background: #df6b85;
  padding: 2px 6px;
}
@media screen and (max-width: 767px) {
  .t_sec07 .w980 .contactform .item .l-name .required {
    font-size: 14rem;
    border-radius: 10rem;
    padding: 2rem 7rem;
  }
}
.t_sec07 .w980 .contactform .item .l-detail input {
  width: 100%;
  height: 43px;
  font-size: 1.6rem;
  line-height: 2;
  font-size: 16px;
  padding: 0 10px;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #cccccc;
}
@media screen and (max-width: 767px) {
  .t_sec07 .w980 .contactform .item .l-detail input {
    height: 43rem;
    border-radius: 3rem;
    font-size: 16rem;
    padding: 0 10rem;
  }
}
.t_sec07 .w980 .contactform .item .l-detail textarea {
  width: 100%;
  max-height: 143px;
  min-height: 143px;
  height: 100%;
  font-size: 1.6rem;
  line-height: 2;
  font-size: 16rem;
  border-radius: 3px;
  background: #fcfcfc;
  border: 1px solid #d0d6eb;
}
@media screen and (max-width: 767px) {
  .t_sec07 .w980 .contactform .item .l-detail textarea {
    max-height: 140rem;
    min-height: 140rem;
    border-radius: 3rem;
    font-size: 16rem;
  }
}
.t_sec07 .w980 .contactform .item.nogrid {
  display: block;
  text-align: center;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .t_sec07 .w980 .contactform .item.nogrid {
    margin-bottom: 26rem;
  }
}
.t_sec07 .w980 .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.t_sec07 .w980 .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .t_sec07 .w980 .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item label {
    gap: 11rem;
  }
}
.t_sec07 .w980 .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item label input {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .t_sec07 .w980 .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item label input {
    width: 20rem;
    height: 20rem;
    border-radius: 12rem;
  }
}
.t_sec07 .w980 .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .t_sec07 .w980 .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 15rem;
  }
}
.t_sec07 .w980 .contactform .item.nogrid .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label a {
  text-decoration: underline;
}
.t_sec07 .w980 .contactform .wpcf7-submit {
  display: block;
  width: 260px;
  margin: auto auto 0;
  border-radius: 32px;
  letter-spacing: 0.1em;
  background: #2e4469;
  height: 60px;
  border: none;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .t_sec07 .w980 .contactform .wpcf7-submit {
    width: 240rem;
    height: 60rem;
    font-size: 16rem;
    border-radius: 10rem;
  }
}
.t_sec07 .w980 .contactform .wpcf7-submit:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .wpcf7 form.invalid .wpcf7-response-output,
  .wpcf7 form.unaccepted .wpcf7-response-output,
  .wpcf7 form.payment-required .wpcf7-response-output,
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 16rem;
  }
}/*# sourceMappingURL=style.css.map */