@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400,700|family=Noto+Serif+JP:wght@400,500,700&display=swap&subset=japanese");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  -webkit-box-sizing: border-box;
  background: transparent;
  border: 0;
  box-sizing: border-box;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  color: #222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  line-height: 1.875;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  -webkit-transition: all 0.2s;
  background: transparent;
  color: #3197a3;
  font-size: 100%;
  margin: 0;
  padding: 0;
  transition: all 0.2s;
  vertical-align: baseline;
}

a:hover {
  text-decoration: none;
}

img {
  border: none;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

video {
  height: auto;
  max-width: 100%;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #222;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #222;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: inherit;
  letter-spacing: 0.05em;
  line-height: 1.875;
}

textarea {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

.l-wrapper {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  word-break: break-all;
}

@media screen and (min-width: 769px) {
  .l-wrapper {
    min-width: 1220px;
    padding-left: 80px;
  }
}
.l-footer {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.l-footer_copy {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .l-footer {
    height: 80px;
  }
  .l-footer_copy {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    height: 50px;
  }
  .l-footer_copy {
    font-size: 12px;
  }
}
/*HEADER*/
.l-header {
  position: relative;
  z-index: 21;
}

.l-header_nav {
  background-color: #222;
  list-style: none;
  position: relative;
  z-index: 23;
}

.l-header_menu {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}

.l-header_menu_btn {
  background-color: transparent;
  border: none;
  color: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

.l-header_menu_btn::before {
  background: url(../images/menu-24px.svg) top center no-repeat;
  content: "";
  display: block;
  height: 28px;
  width: 28px;
}

.is-drawer-open .l-header_menu_btn::before {
  background: url(../images/close-24px.svg) top center no-repeat;
}

.l-header_contact a {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #3197a3;
  color: #fff;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

.l-header_contact a::before {
  background: url(../images/ico-mail.svg) top center no-repeat;
  content: "";
  display: block;
}

.l-header_drawer {
  background-color: #2a2c2f;
  position: fixed;
  z-index: 22;
}

.l-header_drawer_inner {
  position: relative;
  width: 100%;
  z-index: 22;
}

.l-header_gnav_item:not(:last-of-type) {
  margin-bottom: 24px;
}

.l-header_gnav_item a {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  letter-spacing: 4.5px;
  text-decoration: none;
}

.l-header_overlay {
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 20;
}

@media screen and (min-width: 769px) {
  .l-header_logo {
    position: fixed;
    right: 60px;
    top: 40px;
    width: 188px;
  }
  .l-header_nav {
    -ms-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 80px;
  }
  .l-header_menu {
    -ms-flex: 1;
    -ms-flex-pack: start;
    -webkit-box-flex: 1;
    -webkit-box-pack: start;
    flex: 1;
    height: auto;
    justify-content: flex-start;
  }
  .l-header_menu_btn {
    -ms-flex: 1;
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    -webkit-transition: all 0.3s;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    flex-direction: column;
    font-size: 10px;
    height: auto;
    justify-content: flex-start;
    padding-top: 23px;
    transition: all 0.3s;
  }
  .l-header_menu_btn:hover {
    background-color: #3b3c3e;
    cursor: pointer;
  }
  .l-header_menu_btn:active,
  .l-header_menu_btn:focus {
    outline: none;
  }
  .l-header_contact {
    height: 80px;
    width: 80px;
  }
  .l-header_contact a {
    font-size: 10px;
  }
  .l-header_contact a:hover {
    background-color: #44bccb;
  }
  .l-header_contact a::before {
    height: 28px;
    margin-bottom: 5px;
    width: 28px;
  }
  .l-header_drawer {
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -webkit-transition: all 0.3s;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    left: -200px;
    top: 0;
    transition: all 0.3s;
    width: 270px;
  }
  .is-drawer-open .l-header_drawer {
    left: 80px;
  }
  .l-header_drawer_inner {
    padding: 32px;
  }
  .l-header_gnav_item a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    justify-content: space-between;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .l-header_logo {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 70px;
    padding: 11px 20px 0;
  }
  .l-header_logo img {
    width: 130px;
  }
  .l-header_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header_menu {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    height: 70px;
    justify-content: center;
    width: 70px;
  }
  .l-header_menu_btn {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    font-size: 8px;
    height: 100%;
    justify-content: center;
    padding-top: 0;
    width: 100%;
  }
  .l-header_menu_btn::before {
    margin-bottom: -3px;
  }
  .l-header_contact {
    height: 70px;
    width: 70px;
  }
  .l-header_contact a {
    font-size: 8px;
  }
  .l-header_contact a::before {
    height: 24px;
    margin-bottom: 3px;
    width: 24px;
  }
  .l-header_drawer {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: start;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: none;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    top: 70px;
    width: 100%;
  }
  .is-drawer-open .l-header_drawer {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-in;
    animation-duration: 0.5s;
    animation-name: fade-in;
    display: block;
    opacity: 1;
  }
  .is-drawer-close .l-header_drawer {
    -webkit-animation-duration: 0.5s;
    -webkit-animation-name: fade-out;
    animation-duration: 0.5s;
    animation-name: fade-out;
    display: none;
    opacity: 0;
  }
  .l-header_drawer_inner {
    padding: 80px 5%;
  }
  .l-header_gnav_item {
    text-align: center;
  }
}
.c-list_disc {
  padding-left: 1em;
}

.c-list_disc li {
  list-style-type: disc;
}

.c-pagetop {
  -webkit-transition: all 0.3s;
  background-color: transparent;
  bottom: 0;
  display: none;
  position: fixed;
  right: 0;
  transition: all 0.3s;
  z-index: 20;
}

.c-pagetop.is-scrolled {
  background-color: #fff;
}

.c-pagetop a {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: center;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.c-pagetop a img {
  -webkit-transform: translateY(0);
  -webkit-transition: all 0.3s;
  display: block;
  transform: translateY(0);
  transition: all 0.3s;
}

.c-pagetop a:hover img {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.c-title_big {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.c-title_big span {
  display: block;
  letter-spacing: 3.6px;
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .c-title_big {
    font-size: 40px;
    letter-spacing: 5px;
  }
  .c-title_big span {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 769px) {
  .c-pagetop {
    height: 80px;
    width: 80px;
  }
  .c-title_big {
    font-size: 49px;
    letter-spacing: 8px;
  }
  .c-title_big span {
    font-size: 18px;
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) {
  .c-pagetop {
    height: 50px;
    width: 50px;
  }
}
@media screen and (max-width: 425px) {
  .c-title_big {
    font-size: 30px;
    letter-spacing: 5px;
  }
  .c-title_big span {
    font-size: 12px;
    margin-top: 5px;
  }
}
@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
.u-align_left {
  text-align: left;
}

.u-align_right {
  text-align: right;
}

.u-align_center {
  text-align: center;
}

/* Utility - margin-top */
.u-mt5 {
  margin-top: 5px;
}

.u-mt6 {
  margin-top: 6px;
}

.u-mt7 {
  margin-top: 7px;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt9 {
  margin-top: 9px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt11 {
  margin-top: 11px;
}

.u-mt12 {
  margin-top: 12px;
}

.u-mt13 {
  margin-top: 13px;
}

.u-mt14 {
  margin-top: 14px;
}

.u-mt15 {
  margin-top: 15px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt17 {
  margin-top: 17px;
}

.u-mt18 {
  margin-top: 18px;
}

.u-mt19 {
  margin-top: 19px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt21 {
  margin-top: 21px;
}

.u-mt22 {
  margin-top: 22px;
}

.u-mt23 {
  margin-top: 23px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt25 {
  margin-top: 25px;
}

.u-mt26 {
  margin-top: 26px;
}

.u-mt27 {
  margin-top: 27px;
}

.u-mt28 {
  margin-top: 28px;
}

.u-mt29 {
  margin-top: 29px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt31 {
  margin-top: 31px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt33 {
  margin-top: 33px;
}

.u-mt34 {
  margin-top: 34px;
}

.u-mt35 {
  margin-top: 35px;
}

.u-mt36 {
  margin-top: 36px;
}

.u-mt37 {
  margin-top: 37px;
}

.u-mt38 {
  margin-top: 38px;
}

.u-mt39 {
  margin-top: 39px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt41 {
  margin-top: 41px;
}

.u-mt42 {
  margin-top: 42px;
}

.u-mt43 {
  margin-top: 43px;
}

.u-mt44 {
  margin-top: 44px;
}

.u-mt45 {
  margin-top: 45px;
}

.u-mt46 {
  margin-top: 46px;
}

.u-mt47 {
  margin-top: 47px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt49 {
  margin-top: 49px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt51 {
  margin-top: 51px;
}

.u-mt52 {
  margin-top: 52px;
}

.u-mt53 {
  margin-top: 53px;
}

.u-mt54 {
  margin-top: 54px;
}

.u-mt55 {
  margin-top: 55px;
}

.u-mt56 {
  margin-top: 56px;
}

.u-mt57 {
  margin-top: 57px;
}

.u-mt58 {
  margin-top: 58px;
}

.u-mt59 {
  margin-top: 59px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt61 {
  margin-top: 61px;
}

.u-mt62 {
  margin-top: 62px;
}

.u-mt63 {
  margin-top: 63px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt65 {
  margin-top: 65px;
}

.u-mt66 {
  margin-top: 66px;
}

.u-mt67 {
  margin-top: 67px;
}

.u-mt68 {
  margin-top: 68px;
}

.u-mt69 {
  margin-top: 69px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt71 {
  margin-top: 71px;
}

.u-mt72 {
  margin-top: 72px;
}

.u-mt73 {
  margin-top: 73px;
}

.u-mt74 {
  margin-top: 74px;
}

.u-mt75 {
  margin-top: 75px;
}

.u-mt76 {
  margin-top: 76px;
}

.u-mt77 {
  margin-top: 77px;
}

.u-mt78 {
  margin-top: 78px;
}

.u-mt79 {
  margin-top: 79px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt81 {
  margin-top: 81px;
}

.u-mt82 {
  margin-top: 82px;
}

.u-mt83 {
  margin-top: 83px;
}

.u-mt84 {
  margin-top: 84px;
}

.u-mt85 {
  margin-top: 85px;
}

.u-mt86 {
  margin-top: 86px;
}

.u-mt87 {
  margin-top: 87px;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt89 {
  margin-top: 89px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt91 {
  margin-top: 91px;
}

.u-mt92 {
  margin-top: 92px;
}

.u-mt93 {
  margin-top: 93px;
}

.u-mt94 {
  margin-top: 94px;
}

.u-mt95 {
  margin-top: 95px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt97 {
  margin-top: 97px;
}

.u-mt98 {
  margin-top: 98px;
}

.u-mt99 {
  margin-top: 99px;
}

.u-mt100 {
  margin-top: 100px;
}

/* Utility - margin-bottom */
.u-mb5 {
  margin-bottom: 5px;
}

.u-mb6 {
  margin-bottom: 6px;
}

.u-mb7 {
  margin-bottom: 7px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb9 {
  margin-bottom: 9px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb11 {
  margin-bottom: 11px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb13 {
  margin-bottom: 13px;
}

.u-mb14 {
  margin-bottom: 14px;
}

.u-mb15 {
  margin-bottom: 15px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb17 {
  margin-bottom: 17px;
}

.u-mb18 {
  margin-bottom: 18px;
}

.u-mb19 {
  margin-bottom: 19px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb21 {
  margin-bottom: 21px;
}

.u-mb22 {
  margin-bottom: 22px;
}

.u-mb23 {
  margin-bottom: 23px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb25 {
  margin-bottom: 25px;
}

.u-mb26 {
  margin-bottom: 26px;
}

.u-mb27 {
  margin-bottom: 27px;
}

.u-mb28 {
  margin-bottom: 28px;
}

.u-mb29 {
  margin-bottom: 29px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb31 {
  margin-bottom: 31px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb33 {
  margin-bottom: 33px;
}

.u-mb34 {
  margin-bottom: 34px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb37 {
  margin-bottom: 37px;
}

.u-mb38 {
  margin-bottom: 38px;
}

.u-mb39 {
  margin-bottom: 39px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb41 {
  margin-bottom: 41px;
}

.u-mb42 {
  margin-bottom: 42px;
}

.u-mb43 {
  margin-bottom: 43px;
}

.u-mb44 {
  margin-bottom: 44px;
}

.u-mb45 {
  margin-bottom: 45px;
}

.u-mb46 {
  margin-bottom: 46px;
}

.u-mb47 {
  margin-bottom: 47px;
}

.u-mb48 {
  margin-bottom: 48px;
}

.u-mb49 {
  margin-bottom: 49px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb51 {
  margin-bottom: 51px;
}

.u-mb52 {
  margin-bottom: 52px;
}

.u-mb53 {
  margin-bottom: 53px;
}

.u-mb54 {
  margin-bottom: 54px;
}

.u-mb55 {
  margin-bottom: 55px;
}

.u-mb56 {
  margin-bottom: 56px;
}

.u-mb57 {
  margin-bottom: 57px;
}

.u-mb58 {
  margin-bottom: 58px;
}

.u-mb59 {
  margin-bottom: 59px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb61 {
  margin-bottom: 61px;
}

.u-mb62 {
  margin-bottom: 62px;
}

.u-mb63 {
  margin-bottom: 63px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb65 {
  margin-bottom: 65px;
}

.u-mb66 {
  margin-bottom: 66px;
}

.u-mb67 {
  margin-bottom: 67px;
}

.u-mb68 {
  margin-bottom: 68px;
}

.u-mb69 {
  margin-bottom: 69px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb71 {
  margin-bottom: 71px;
}

.u-mb72 {
  margin-bottom: 72px;
}

.u-mb73 {
  margin-bottom: 73px;
}

.u-mb74 {
  margin-bottom: 74px;
}

.u-mb75 {
  margin-bottom: 75px;
}

.u-mb76 {
  margin-bottom: 76px;
}

.u-mb77 {
  margin-bottom: 77px;
}

.u-mb78 {
  margin-bottom: 78px;
}

.u-mb79 {
  margin-bottom: 79px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb81 {
  margin-bottom: 81px;
}

.u-mb82 {
  margin-bottom: 82px;
}

.u-mb83 {
  margin-bottom: 83px;
}

.u-mb84 {
  margin-bottom: 84px;
}

.u-mb85 {
  margin-bottom: 85px;
}

.u-mb86 {
  margin-bottom: 86px;
}

.u-mb87 {
  margin-bottom: 87px;
}

.u-mb88 {
  margin-bottom: 88px;
}

.u-mb89 {
  margin-bottom: 89px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb91 {
  margin-bottom: 91px;
}

.u-mb92 {
  margin-bottom: 92px;
}

.u-mb93 {
  margin-bottom: 93px;
}

.u-mb94 {
  margin-bottom: 94px;
}

.u-mb95 {
  margin-bottom: 95px;
}

.u-mb96 {
  margin-bottom: 96px;
}

.u-mb97 {
  margin-bottom: 97px;
}

.u-mb98 {
  margin-bottom: 98px;
}

.u-mb99 {
  margin-bottom: 99px;
}

.u-mb100 {
  margin-bottom: 100px;
}

/* Utility - margin-right */
.u-mr5 {
  margin-right: 5px;
}

.u-mr6 {
  margin-right: 6px;
}

.u-mr7 {
  margin-right: 7px;
}

.u-mr8 {
  margin-right: 8px;
}

.u-mr9 {
  margin-right: 9px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr11 {
  margin-right: 11px;
}

.u-mr12 {
  margin-right: 12px;
}

.u-mr13 {
  margin-right: 13px;
}

.u-mr14 {
  margin-right: 14px;
}

.u-mr15 {
  margin-right: 15px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr17 {
  margin-right: 17px;
}

.u-mr18 {
  margin-right: 18px;
}

.u-mr19 {
  margin-right: 19px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr21 {
  margin-right: 21px;
}

.u-mr22 {
  margin-right: 22px;
}

.u-mr23 {
  margin-right: 23px;
}

.u-mr24 {
  margin-right: 24px;
}

.u-mr25 {
  margin-right: 25px;
}

.u-mr26 {
  margin-right: 26px;
}

.u-mr27 {
  margin-right: 27px;
}

.u-mr28 {
  margin-right: 28px;
}

.u-mr29 {
  margin-right: 29px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr31 {
  margin-right: 31px;
}

.u-mr32 {
  margin-right: 32px;
}

.u-mr33 {
  margin-right: 33px;
}

.u-mr34 {
  margin-right: 34px;
}

.u-mr35 {
  margin-right: 35px;
}

.u-mr36 {
  margin-right: 36px;
}

.u-mr37 {
  margin-right: 37px;
}

.u-mr38 {
  margin-right: 38px;
}

.u-mr39 {
  margin-right: 39px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr41 {
  margin-right: 41px;
}

.u-mr42 {
  margin-right: 42px;
}

.u-mr43 {
  margin-right: 43px;
}

.u-mr44 {
  margin-right: 44px;
}

.u-mr45 {
  margin-right: 45px;
}

.u-mr46 {
  margin-right: 46px;
}

.u-mr47 {
  margin-right: 47px;
}

.u-mr48 {
  margin-right: 48px;
}

.u-mr49 {
  margin-right: 49px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr51 {
  margin-right: 51px;
}

.u-mr52 {
  margin-right: 52px;
}

.u-mr53 {
  margin-right: 53px;
}

.u-mr54 {
  margin-right: 54px;
}

.u-mr55 {
  margin-right: 55px;
}

.u-mr56 {
  margin-right: 56px;
}

.u-mr57 {
  margin-right: 57px;
}

.u-mr58 {
  margin-right: 58px;
}

.u-mr59 {
  margin-right: 59px;
}

.u-mr60 {
  margin-right: 60px;
}

.u-mr61 {
  margin-right: 61px;
}

.u-mr62 {
  margin-right: 62px;
}

.u-mr63 {
  margin-right: 63px;
}

.u-mr64 {
  margin-right: 64px;
}

.u-mr65 {
  margin-right: 65px;
}

.u-mr66 {
  margin-right: 66px;
}

.u-mr67 {
  margin-right: 67px;
}

.u-mr68 {
  margin-right: 68px;
}

.u-mr69 {
  margin-right: 69px;
}

.u-mr70 {
  margin-right: 70px;
}

.u-mr71 {
  margin-right: 71px;
}

.u-mr72 {
  margin-right: 72px;
}

.u-mr73 {
  margin-right: 73px;
}

.u-mr74 {
  margin-right: 74px;
}

.u-mr75 {
  margin-right: 75px;
}

.u-mr76 {
  margin-right: 76px;
}

.u-mr77 {
  margin-right: 77px;
}

.u-mr78 {
  margin-right: 78px;
}

.u-mr79 {
  margin-right: 79px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr81 {
  margin-right: 81px;
}

.u-mr82 {
  margin-right: 82px;
}

.u-mr83 {
  margin-right: 83px;
}

.u-mr84 {
  margin-right: 84px;
}

.u-mr85 {
  margin-right: 85px;
}

.u-mr86 {
  margin-right: 86px;
}

.u-mr87 {
  margin-right: 87px;
}

.u-mr88 {
  margin-right: 88px;
}

.u-mr89 {
  margin-right: 89px;
}

.u-mr90 {
  margin-right: 90px;
}

.u-mr91 {
  margin-right: 91px;
}

.u-mr92 {
  margin-right: 92px;
}

.u-mr93 {
  margin-right: 93px;
}

.u-mr94 {
  margin-right: 94px;
}

.u-mr95 {
  margin-right: 95px;
}

.u-mr96 {
  margin-right: 96px;
}

.u-mr97 {
  margin-right: 97px;
}

.u-mr98 {
  margin-right: 98px;
}

.u-mr99 {
  margin-right: 99px;
}

.u-mr100 {
  margin-right: 100px;
}

/* Utility - margin-left */
.u-ml5 {
  margin-left: 5px;
}

.u-ml6 {
  margin-left: 6px;
}

.u-ml7 {
  margin-left: 7px;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml9 {
  margin-left: 9px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml11 {
  margin-left: 11px;
}

.u-ml12 {
  margin-left: 12px;
}

.u-ml13 {
  margin-left: 13px;
}

.u-ml14 {
  margin-left: 14px;
}

.u-ml15 {
  margin-left: 15px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml17 {
  margin-left: 17px;
}

.u-ml18 {
  margin-left: 18px;
}

.u-ml19 {
  margin-left: 19px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml21 {
  margin-left: 21px;
}

.u-ml22 {
  margin-left: 22px;
}

.u-ml23 {
  margin-left: 23px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml25 {
  margin-left: 25px;
}

.u-ml26 {
  margin-left: 26px;
}

.u-ml27 {
  margin-left: 27px;
}

.u-ml28 {
  margin-left: 28px;
}

.u-ml29 {
  margin-left: 29px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml31 {
  margin-left: 31px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml33 {
  margin-left: 33px;
}

.u-ml34 {
  margin-left: 34px;
}

.u-ml35 {
  margin-left: 35px;
}

.u-ml36 {
  margin-left: 36px;
}

.u-ml37 {
  margin-left: 37px;
}

.u-ml38 {
  margin-left: 38px;
}

.u-ml39 {
  margin-left: 39px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml41 {
  margin-left: 41px;
}

.u-ml42 {
  margin-left: 42px;
}

.u-ml43 {
  margin-left: 43px;
}

.u-ml44 {
  margin-left: 44px;
}

.u-ml45 {
  margin-left: 45px;
}

.u-ml46 {
  margin-left: 46px;
}

.u-ml47 {
  margin-left: 47px;
}

.u-ml48 {
  margin-left: 48px;
}

.u-ml49 {
  margin-left: 49px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml51 {
  margin-left: 51px;
}

.u-ml52 {
  margin-left: 52px;
}

.u-ml53 {
  margin-left: 53px;
}

.u-ml54 {
  margin-left: 54px;
}

.u-ml55 {
  margin-left: 55px;
}

.u-ml56 {
  margin-left: 56px;
}

.u-ml57 {
  margin-left: 57px;
}

.u-ml58 {
  margin-left: 58px;
}

.u-ml59 {
  margin-left: 59px;
}

.u-ml60 {
  margin-left: 60px;
}

.u-ml61 {
  margin-left: 61px;
}

.u-ml62 {
  margin-left: 62px;
}

.u-ml63 {
  margin-left: 63px;
}

.u-ml64 {
  margin-left: 64px;
}

.u-ml65 {
  margin-left: 65px;
}

.u-ml66 {
  margin-left: 66px;
}

.u-ml67 {
  margin-left: 67px;
}

.u-ml68 {
  margin-left: 68px;
}

.u-ml69 {
  margin-left: 69px;
}

.u-ml70 {
  margin-left: 70px;
}

.u-ml71 {
  margin-left: 71px;
}

.u-ml72 {
  margin-left: 72px;
}

.u-ml73 {
  margin-left: 73px;
}

.u-ml74 {
  margin-left: 74px;
}

.u-ml75 {
  margin-left: 75px;
}

.u-ml76 {
  margin-left: 76px;
}

.u-ml77 {
  margin-left: 77px;
}

.u-ml78 {
  margin-left: 78px;
}

.u-ml79 {
  margin-left: 79px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml81 {
  margin-left: 81px;
}

.u-ml82 {
  margin-left: 82px;
}

.u-ml83 {
  margin-left: 83px;
}

.u-ml84 {
  margin-left: 84px;
}

.u-ml85 {
  margin-left: 85px;
}

.u-ml86 {
  margin-left: 86px;
}

.u-ml87 {
  margin-left: 87px;
}

.u-ml88 {
  margin-left: 88px;
}

.u-ml89 {
  margin-left: 89px;
}

.u-ml90 {
  margin-left: 90px;
}

.u-ml91 {
  margin-left: 91px;
}

.u-ml92 {
  margin-left: 92px;
}

.u-ml93 {
  margin-left: 93px;
}

.u-ml94 {
  margin-left: 94px;
}

.u-ml95 {
  margin-left: 95px;
}

.u-ml96 {
  margin-left: 96px;
}

.u-ml97 {
  margin-left: 97px;
}

.u-ml98 {
  margin-left: 98px;
}

.u-ml99 {
  margin-left: 99px;
}

.u-ml100 {
  margin-left: 100px;
}

/* Utility - font-size */
.u-fz_xsm {
  font-size: 0.6rem;
}

.u-fz_sm {
  font-size: 0.8rem;
}

.u-fz_md {
  font-size: 1rem;
}

.u-fz_lg {
  font-size: 1.2rem;
}

.u-fz_xlg {
  font-size: 1.4rem;
}

.u-fz_xxlg {
  font-size: 2rem;
}

.u-fz10 {
  font-size: 10px;
}

.u-fz11 {
  font-size: 11px;
}

.u-fz12 {
  font-size: 12px;
}

.u-fz13 {
  font-size: 13px;
}

.u-fz14 {
  font-size: 14px;
}

.u-fz15 {
  font-size: 15px;
}

.u-fz16 {
  font-size: 16px;
}

.u-fz17 {
  font-size: 17px;
}

.u-fz18 {
  font-size: 18px;
}

.u-fz19 {
  font-size: 19px;
}

.u-fz20 {
  font-size: 20px;
}

.u-fz21 {
  font-size: 21px;
}

.u-fz22 {
  font-size: 22px;
}

.u-fz23 {
  font-size: 23px;
}

.u-fz24 {
  font-size: 24px;
}

.u-fz25 {
  font-size: 25px;
}

.u-fz26 {
  font-size: 26px;
}

.u-fz27 {
  font-size: 27px;
}

.u-fz28 {
  font-size: 28px;
}

.u-fz29 {
  font-size: 29px;
}

.u-fz30 {
  font-size: 30px;
}

.u-fz31 {
  font-size: 31px;
}

.u-fz32 {
  font-size: 32px;
}

.center {
  text-align: center;
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .u-spnone {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-pcnone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .u-spnone {
    display: none !important;
  }
}
.p-complete {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #eceff1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  text-align: center;
}

.p-complete_title {
  color: #3197a3;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 3.6px;
  line-height: 1.5;
}

.p-complete_text {
  margin-bottom: 20px;
}

.p-complete_button {
  margin: auto;
  max-width: 300px;
  width: 90%;
}

.p-complete_button a {
  background: linear-gradient(273deg, #3197a3 5%, #319eab 52%, #2aaab9 100%);
  background-color: #3197a3;
  color: #fff;
  display: block;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .p-complete_title {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .p-complete_button a {
    font-size: 20px;
    padding: 10px 20px;
  }
  .p-complete_button a:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .p-complete {
    padding: 0 5%;
    text-align: left;
  }
  .p-complete_title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .p-complete_text {
    font-size: 14px;
  }
  .p-complete_button a {
    font-size: 16px;
    padding: 15px;
  }
}
.p-top_mv {
  background: url(../images/top/top-mv-bg.jpg) top left no-repeat;
  background-size: 70% auto;
}
@media screen and (max-width: 768px) {
  .p-top_mv {
    background-position: 0 70px;
    background-size: 100%;
  }
}

.p-top_mv_inner {
  padding-left: 110px;
  max-width: 1980px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-top_mv_inner {
    padding-left: 8%;
  }
}

.p-top_mv_catch {
  font-family: "Noto Serif JP", serif;
  font-size: 54px;
  font-weight: 300;
  letter-spacing: 0.15em;
  color: #676565;
  padding-block: 120px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-top_mv_catch {
    font-size: 36px;
    padding-block: 120px 60px;
  }
}
.p-top_mv_catch br {
  display: none;
}
@media screen and (max-width: 425px) {
  .p-top_mv_catch br {
    display: block;
    padding-block: 120px 40px;
  }
}

.p-top_mv_list {
  position: relative;
}

.p-top_mv_item img {
  margin-left: 200px;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-top_mv_item img {
    margin-left: 90px;
    height: 460px;
  }
}
@media screen and (max-width: 425px) {
  .p-top_mv_item img {
    height: 200px;
    margin-left: 23px;
  }
}
.p-top_mv_item .item_cont {
  position: absolute;
  z-index: 2;
  top: 180px;
  left: 0;
}
@media screen and (max-width: 425px) {
  .p-top_mv_item .item_cont {
    position: relative;
    top: auto;
    margin-top: -50px;
  }
}
.p-top_mv_item .item_title {
  margin-bottom: 30px;
}
.p-top_mv_item .item_title span {
  font-family: "Noto Serif JP", serif;
  display: block;
}
.p-top_mv_item .item_title span:first-of-type {
  font-size: 14px;
}
.p-top_mv_item .item_title span:first-of-type::after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: currentColor;
  margin-left: 33px;
  margin-block: 10px;
}
.p-top_mv_item .item_title span:nth-of-type(2) {
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 425px) {
  .p-top_mv_item .item_title span:nth-of-type(2) {
    font-size: 26px;
  }
}
.p-top_mv_item .item_title span:nth-of-type(3) {
  font-size: 16px;
}
@media screen and (max-width: 425px) {
  .p-top_mv_item .item_title span:nth-of-type(3) {
    font-size: 14px;
  }
}
.p-top_mv_item .item_button {
  display: block;
  width: 240px;
  padding: 0.8em 1em;
  text-align: center;
  background: linear-gradient(273deg, #3197a3 5%, #319eab 52%, #2aaab9 100%);
  background-color: #3197a3;
  -webkit-box-shadow: 9px 16px 23px 0 rgba(11, 57, 62, 0.08);
          box-shadow: 9px 16px 23px 0 rgba(11, 57, 62, 0.08);
  color: #fff;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-top_mv_item .item_button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 425px) {
  .p-top_mv_item .item_button {
    font-size: 14px;
  }
}

.slick-dots {
  list-style: none;
  position: absolute;
  bottom: 30px;
  right: 25px;
}
.slick-dots button {
  font-size: 0;
  border: none;
  width: 10px;
  height: 10px;
  position: relative;
  background-color: transparent;
  opacity: 0.5;
}
.slick-dots button::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-dots button:hover {
  cursor: pointer;
}
.slick-dots .slick-active button {
  opacity: 1;
}

.slick-active .item_cont {
  -webkit-animation: fadein 3s;
          animation: fadein 3s;
}
.slick-active .item_title span:nth-of-type(2), .slick-active .item_title span:nth-of-type(3) {
  -webkit-animation: slidein 2s;
          animation: slidein 2s;
}
.slick-active .item_button {
  -webkit-animation: slidein 2s;
          animation: slidein 2s;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slidein {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slidein {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-top_company {
  margin: auto;
}

.p-top_company_title {
  color: #3197a3;
}

.p-top_company_profile {
  border-bottom: 2px solid #222;
  border-top: 2px solid #222;
}

.p-top_company_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-top_company_item:not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.p-top_company_item .item_head {
  background-color: #eceff1;
  text-align: center;
}

.p-top_concept {
  width: 100%;
}

.p-top_concept_catch {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 3.6px;
  line-height: 1.5;
  text-align: center;
}

.p-top_concept_catch > .catch_line {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.p-top_concept_catch > .catch_line span {
  color: #fff;
  padding-left: 0.2em;
  position: relative;
  z-index: 4;
}

.p-top_concept_catch > .catch_line::before {
  -webkit-transform: translateX(-50%);
  background: linear-gradient(273deg, #3197a3 5%, #319eab 52%, #2aaab9 100%);
  background-color: #3197a3;
  bottom: 0;
  content: "";
  display: block;
  height: 1.4em;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 94%;
  z-index: 2;
}

.p-top_contact {
  background-color: #eceff1;
}

.p-top_contact_title {
  color: #3197a3;
}

.p-top_contact_input .contact-label {
  font-weight: 600;
}

.p-top_contact_input .contact-label > .required {
  background-color: #cc3619;
  color: #fff;
  font-size: 12px;
  margin-left: 10px;
  padding: 0.4em 0.6em;
}

.p-top_contact_input .contact-form input[type=text],
.p-top_contact_input .contact-form input[type=tel],
.p-top_contact_input .contact-form input[type=email],
.p-top_contact_input .contact-form textarea {
  -webkit-box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0.8em;
  width: 100%;
}

.p-top_contact_input .contact-form input[type=text]::-webkit-input-placeholder,
.p-top_contact_input .contact-form input[type=tel]::-webkit-input-placeholder,
.p-top_contact_input .contact-form input[type=email]::-webkit-input-placeholder,
.p-top_contact_input .contact-form textarea::-webkit-input-placeholder {
  color: #ccc;
}

.p-top_contact_input .contact-form input[type=text]::-moz-placeholder,
.p-top_contact_input .contact-form input[type=tel]::-moz-placeholder,
.p-top_contact_input .contact-form input[type=email]::-moz-placeholder,
.p-top_contact_input .contact-form textarea::-moz-placeholder {
  color: #ccc;
}

.p-top_contact_input .contact-form input[type=text]:-ms-input-placeholder,
.p-top_contact_input .contact-form input[type=tel]:-ms-input-placeholder,
.p-top_contact_input .contact-form input[type=email]:-ms-input-placeholder,
.p-top_contact_input .contact-form textarea:-ms-input-placeholder {
  color: #ccc;
}

.p-top_contact_input .contact-form input[type=text]::-ms-input-placeholder,
.p-top_contact_input .contact-form input[type=tel]::-ms-input-placeholder,
.p-top_contact_input .contact-form input[type=email]::-ms-input-placeholder,
.p-top_contact_input .contact-form textarea::-ms-input-placeholder {
  color: #ccc;
}

.p-top_contact_input .contact-form input[type=text]::-webkit-input-placeholder, .p-top_contact_input .contact-form input[type=tel]::-webkit-input-placeholder, .p-top_contact_input .contact-form input[type=email]::-webkit-input-placeholder, .p-top_contact_input .contact-form textarea::-webkit-input-placeholder {
  color: #ccc;
}

.p-top_contact_input .contact-form input[type=text]::-moz-placeholder, .p-top_contact_input .contact-form input[type=tel]::-moz-placeholder, .p-top_contact_input .contact-form input[type=email]::-moz-placeholder, .p-top_contact_input .contact-form textarea::-moz-placeholder {
  color: #ccc;
}

.p-top_contact_input .contact-form input[type=text]:-ms-input-placeholder, .p-top_contact_input .contact-form input[type=tel]:-ms-input-placeholder, .p-top_contact_input .contact-form input[type=email]:-ms-input-placeholder, .p-top_contact_input .contact-form textarea:-ms-input-placeholder {
  color: #ccc;
}

.p-top_contact_input .contact-form input[type=text]::-ms-input-placeholder, .p-top_contact_input .contact-form input[type=tel]::-ms-input-placeholder, .p-top_contact_input .contact-form input[type=email]::-ms-input-placeholder, .p-top_contact_input .contact-form textarea::-ms-input-placeholder {
  color: #ccc;
}

.p-top_contact_input .contact-form input[type=text]::placeholder,
.p-top_contact_input .contact-form input[type=tel]::placeholder,
.p-top_contact_input .contact-form input[type=email]::placeholder,
.p-top_contact_input .contact-form textarea::placeholder {
  color: #ccc;
}

.p-top_contact_input .contact-form input[type=text]:focus::-webkit-input-placeholder,
.p-top_contact_input .contact-form input[type=tel]:focus::-webkit-input-placeholder,
.p-top_contact_input .contact-form input[type=email]:focus::-webkit-input-placeholder,
.p-top_contact_input .contact-form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.p-top_contact_input .contact-form input[type=text]:focus::-moz-placeholder,
.p-top_contact_input .contact-form input[type=tel]:focus::-moz-placeholder,
.p-top_contact_input .contact-form input[type=email]:focus::-moz-placeholder,
.p-top_contact_input .contact-form textarea:focus::-moz-placeholder {
  opacity: 0;
}

.p-top_contact_input .contact-form input[type=text]:focus:-ms-input-placeholder,
.p-top_contact_input .contact-form input[type=tel]:focus:-ms-input-placeholder,
.p-top_contact_input .contact-form input[type=email]:focus:-ms-input-placeholder,
.p-top_contact_input .contact-form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.p-top_contact_input .contact-form input[type=text]:focus::-ms-input-placeholder,
.p-top_contact_input .contact-form input[type=tel]:focus::-ms-input-placeholder,
.p-top_contact_input .contact-form input[type=email]:focus::-ms-input-placeholder,
.p-top_contact_input .contact-form textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.p-top_contact_input .contact-form input[type=text]:focus::-webkit-input-placeholder, .p-top_contact_input .contact-form input[type=tel]:focus::-webkit-input-placeholder, .p-top_contact_input .contact-form input[type=email]:focus::-webkit-input-placeholder, .p-top_contact_input .contact-form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

.p-top_contact_input .contact-form input[type=text]:focus::-moz-placeholder, .p-top_contact_input .contact-form input[type=tel]:focus::-moz-placeholder, .p-top_contact_input .contact-form input[type=email]:focus::-moz-placeholder, .p-top_contact_input .contact-form textarea:focus::-moz-placeholder {
  opacity: 0;
}

.p-top_contact_input .contact-form input[type=text]:focus:-ms-input-placeholder, .p-top_contact_input .contact-form input[type=tel]:focus:-ms-input-placeholder, .p-top_contact_input .contact-form input[type=email]:focus:-ms-input-placeholder, .p-top_contact_input .contact-form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

.p-top_contact_input .contact-form input[type=text]:focus::-ms-input-placeholder, .p-top_contact_input .contact-form input[type=tel]:focus::-ms-input-placeholder, .p-top_contact_input .contact-form input[type=email]:focus::-ms-input-placeholder, .p-top_contact_input .contact-form textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

.p-top_contact_input .contact-form input[type=text]:focus::placeholder,
.p-top_contact_input .contact-form input[type=tel]:focus::placeholder,
.p-top_contact_input .contact-form input[type=email]:focus::placeholder,
.p-top_contact_input .contact-form textarea:focus::placeholder {
  opacity: 0;
}

.p-top_contact_input .contact-form .error_blank {
  color: #cc3619;
}

.p-top_contact_input .contact-button {
  text-align: center;
}

.p-top_contact_input .contact-button input[type=button] {
  -webkit-transition: all 0.3s;
  background: linear-gradient(273deg, #3197a3 5%, #319eab 52%, #2aaab9 100%);
  background-color: #3197a3;
  border: none;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 3.6px;
  max-width: 300px;
  transition: all 0.3s;
  width: 100%;
}

.p-top_profile {
  margin: auto;
}

.p-top_profile_title {
  color: #3197a3;
}

.p-top_profile_figure {
  text-align: center;
}

.p-top_profile_name {
  font-weight: 600;
}
.p-top_profile_name .name_kana {
  padding-left: 1em;
}

.p-top_profile_sns {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 10px;
}
.p-top_profile_sns li {
  width: 25px;
}
.p-top_profile_sns li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .p-top_profile_sns li img {
    min-width: auto;
    width: 100%;
  }
}

.p-top_profile_desc .desc_title {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-top_profile_desc .desc_title span {
  color: #3197a3;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 3.6px;
  padding-right: 0.5em;
}
.p-top_profile_desc .desc_title::after {
  -ms-flex: auto;
  -webkit-box-flex: 1;
  background-color: #3197a3;
  content: "";
  display: block;
  flex: auto;
  height: 1px;
  max-width: 100%;
}
.p-top_profile_desc .desc_book {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-top_profile_desc .desc_book {
    margin-top: 30px;
  }
}
.p-top_profile_desc .desc_book h3 {
  font-size: 20px;
  color: #3197a3;
  margin-bottom: 1em;
}
.p-top_profile_desc .desc_book .desc_book_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .p-top_profile_desc .desc_book .desc_book_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top_profile_desc .desc_book .desc_book_img {
  width: 30%;
  min-width: 300px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top_profile_desc .desc_book .desc_book_img img {
  border: 1px solid #ddd;
}
.p-top_profile_desc .desc_book .desc_book_text ul {
  margin-top: 30px;
  list-style-position: inside;
}

.p-top_service {
  position: relative;
  z-index: 1;
}

.p-top_service::before {
  background-color: rgba(49, 151, 163, 0.25);
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.p-top_service_inner {
  position: relative;
  z-index: 3;
}

.p-top_service_title {
  color: #3197a3;
}

.p-top_service_list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top_service_item {
  list-style-type: none;
}
.p-top_service_item a {
  text-decoration: none;
  color: currentColor;
}
.p-top_service_item a .item_head {
  position: relative;
}
.p-top_service_item a .item_image {
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.p-top_service_item a .item_image img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-top_service_item a .item_title {
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}
.p-top_service_item a .item_title span {
  display: block;
  letter-spacing: 1.6px;
  position: relative;
}
.p-top_service_item a .item_title span::before {
  -webkit-transform: translateX(-50%);
  background-color: #fff;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 27px;
}
.p-top_service_item a .item_text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
}
.p-top_service_item a:hover .item_image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-top_strength {
  width: 100%;
}

.p-top_strength_figure {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-top_strength_desc {
  background: linear-gradient(273deg, #3197a3 5%, #319eab 52%, #2aaab9 100%);
  background-color: #3197a3;
  color: #fff;
}

.p-top_strength_catch {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 3.6px;
  line-height: 1.5;
}

.p-top_works {
  background-color: #eceff1;
  position: relative;
  z-index: 1;
}
.p-top_works::before {
  background: linear-gradient(273deg, #3197a3 5%, #319eab 52%, #2aaab9 100%);
  background-color: #3197a3;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.p-top_works_inner {
  position: relative;
  z-index: 3;
}

/* navigation */
.p-top_works_nav {
  background: linear-gradient(273deg, #3197a3 5%, #319eab 52%, #2aaab9 100%);
  background-color: #3197a3;
  padding-bottom: 30px;
}

.p-top_works_nav_list {
  margin: 60px auto 0;
  width: 940px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top_works_nav_list li {
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  margin-bottom: 20px;
}
.p-top_works_nav_list li:not(:nth-of-type(3n)) {
  margin-right: 20px;
}
.p-top_works_nav_list li a {
  display: block;
  background: rgba(255, 255, 255, 0.8) url(/images/ico_arrow_circle02.svg) right 20px center no-repeat;
  border-radius: 3px;
  text-align: center;
  padding: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  font-weight: bold;
  color: #21646c;
  font-size: 16px;
}
.p-top_works_nav_list li a:hover {
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-top_works_nav_list {
    width: 100%;
    max-width: 500px;
    padding: 0 5%;
    display: block;
    margin-top: 30px;
  }
  .p-top_works_nav_list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-top_works_nav_list li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .p-top_works_nav_list li a {
    font-size: 14px;
    padding: 10px;
  }
}
.p-top_works_title {
  color: #fff;
}

.p-top_works_list {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.p-top_works_item {
  list-style-type: none;
}
.p-top_works_item a {
  text-decoration: none;
  color: currentColor;
}
.p-top_works_item .item_head img {
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.p-top_works_item .item_body {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
  width: 90%;
  z-index: 4;
}
.p-top_works_item .item_cat span {
  background-color: #d1e6e9;
  color: #3197a3;
  display: inline-block;
  font-weight: 600;
  padding: 2px 12px;
}
.p-top_works_item .item_title {
  font-weight: 600;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 0.5em;
}
.p-top_works_item .item_text {
  color: #717171;
  font-size: 12px;
}
.p-top_works_item .item_morebtn {
  color: #3197a3;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 12px;
  right: 15px;
  font-family: "Noto Serif JP", serif;
}

.p-top_works_item .item_title::after {
  background-color: #3197a3;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 22px;
}

.p-top_works_item .item_text {
  line-height: 1.5;
}

/*トップページ（WORKS）*/
.p-top_works_item .item_head {
  overflow: hidden;
}

.p-top_works_item a img {
  transition: -webkit-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.p-top_works_item a:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.p-top_works_item .item_body h3 a {
  text-decoration: none;
  color: #222;
}

.p-top_works_item .item_body span a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: 12px;
  right: 15px;
  font-family: "Noto Serif JP", serif;
}

.item_body span i {
  margin-left: 5px;
}

.p-top_works_item .item_body a:hover {
  opacity: 0.7;
  transition: -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media screen and (min-width: 426px) and (max-width: 768px) {
  .p-top_company_item .item_head {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    padding: 15px 0;
  }
  .p-top_company_item .item_body {
    /*padding: 15px;*/
    padding: 15px 15px 40px;
  }
  .p-top_profile_name {
    margin-top: 20px;
  }
  .p-top_service::before {
    height: 40vw;
  }
  .p-top_service_item {
    -ms-flex: 0 0 calc((100% - 23px) / 2);
    -webkit-box-flex: 0;
    flex: 0 0 calc((100% - 23px) / 2);
    margin-bottom: 40px;
  }
  .p-top_service_item:nth-of-type(odd) {
    margin-right: 23px;
  }
  .p-top_strength_desc .desc_inner {
    padding: 100px 5%;
  }
  .p-top_works::before {
    height: 40vw;
  }
  .p-top_works_item {
    -ms-flex: 0 0 calc((100% - 23px) / 2);
    -webkit-box-flex: 0;
    flex: 0 0 calc((100% - 23px) / 2);
    margin-bottom: 40px;
  }
  .p-top_works_item:nth-of-type(odd) {
    margin-right: 23px;
  }
}
@media screen and (min-width: 769px) {
  .p-top_company {
    padding: 180px 0;
    width: 1140px;
  }
  .p-top_company_profile {
    margin-top: 80px;
  }
  .p-top_company_item .item_head {
    -ms-flex: 0 0 200px;
    -webkit-box-flex: 0;
    flex: 0 0 200px;
    padding: 30px 0;
  }
  .p-top_company_item .item_body {
    padding: 30px;
  }
  .p-top_concept_inner {
    margin: 0 auto;
    padding: 120px 0;
    width: 840px;
  }
  .p-top_concept_catch {
    font-size: 29px;
  }
  .p-top_concept_read:first-of-type {
    margin-top: 50px;
  }
  .p-top_concept_read:nth-of-type(2) {
    margin-top: 20px;
  }
  .p-top_contact {
    padding: 120px 0;
  }
  .p-top_contact_input {
    margin: 60px auto 0;
    width: 830px;
  }
  .p-top_contact_input .contact-content {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
  }
  .p-top_contact_input .contact-label {
    -ms-flex: 0 0 200px;
    -webkit-box-flex: 0;
    flex: 0 0 200px;
    padding-top: 0.8em;
  }
  .p-top_contact_input .contact-form {
    -ms-flex: 0 0 570px;
    -webkit-box-flex: 0;
    flex: 0 0 570px;
  }
  .p-top_contact_input .contact-button input[type=button] {
    font-size: 20px;
    padding: 20px;
  }
  .p-top_contact_input .contact-button input[type=button]:hover {
    cursor: pointer;
    opacity: 0.8;
  }
  .p-top_profile {
    padding: 120px 0 0;
    width: 1140px;
  }
  .p-top_profile_inner {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
  }
  .p-top_profile_figure {
    -ms-flex: 0 0 27%;
    -webkit-box-flex: 0;
    flex: 0 0 27%;
    padding-top: 13px;
  }
  .p-top_profile_figure img {
    width: 314px;
  }
  .p-top_profile_name {
    margin-top: 30px;
  }
  .p-top_profile_name .name_kanji {
    font-size: 20px;
  }
  .p-top_profile_name .name_kana {
    font-size: 14px;
  }
  .p-top_profile_desc {
    -ms-flex: 0 0 66%;
    -webkit-box-flex: 0;
    flex: 0 0 66%;
  }
  .p-top_profile_desc .desc_title {
    margin-bottom: 24px;
  }
  .p-top_profile_desc .desc_title span {
    font-size: 22px;
  }
  .p-top_profile_desc .desc_text:not(:last-of-type) {
    margin-bottom: 24px;
  }
  .p-top_service {
    padding-top: 120px;
  }
  .p-top_service::before {
    height: 418px;
  }
  .p-top_service_list {
    margin: 60px auto 0;
    width: 1140px;
  }
  .p-top_service_item {
    -ms-flex: 0 0 calc((100% - 46px) / 3);
    -webkit-box-flex: 0;
    flex: 0 0 calc((100% - 46px) / 3);
    margin-bottom: 48px;
  }
  .p-top_service_item:not(:nth-of-type(3n)) {
    margin-right: 23px;
  }
  .p-top_service_item .item_title {
    font-size: 32px;
    letter-spacing: 3.6px;
    line-height: 1.3;
  }
  .p-top_service_item .item_title span {
    font-size: 16px;
    padding-top: 30px;
  }
  .p-top_service_item .item_title span::before {
    top: 11px;
  }
  .p-top_strength {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-top_strength_figure {
    -ms-flex: 0 0 44%;
    -webkit-box-flex: 0;
    flex: 0 0 44%;
  }
  .p-top_strength_figure img {
    margin: 60px;
    width: 400px;
  }
  .p-top_strength_desc {
    -ms-flex: 0 0 56%;
    -ms-flex-align: start;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-flex: 0;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 0 0 56%;
    flex-direction: column;
    justify-content: center;
  }
  .p-top_strength_desc .desc_inner {
    padding: 80px;
  }
  .p-top_strength_catch {
    font-size: 31px;
    margin-bottom: 32px;
  }
  .p-top_works {
    margin-top: 80px;
    padding-bottom: 80px;
    padding-top: 120px;
  }
  .p-top_works::before {
    height: 418px;
  }
  .p-top_works_list {
    margin: 60px auto 0;
    width: 1140px;
  }
  .p-top_works_item {
    -ms-flex: 0 0 calc((100% - 46px) / 3);
    -webkit-box-flex: 0;
    flex: 0 0 calc((100% - 46px) / 3);
    margin-bottom: 48px;
  }
  .p-top_works_item:not(:nth-of-type(3n)) {
    margin-right: 23px;
  }
  .p-top_works_item .item_cat span {
    font-size: 11px;
  }
  .p-top_works_item .item_body {
    margin: -60px auto 0;
    padding: 14px 20px 50px;
  }
  .p-top_works_item .item_title {
    padding-bottom: 30px;
  }
  .p-top_works_item .item_title::after {
    bottom: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-top_company {
    padding: 60px 0 80px;
    width: 90%;
  }
  .p-top_company_profile {
    font-size: 14px;
    margin-top: 40px;
    text-align: center;
  }
  .p-top_concept_inner {
    margin: auto;
    padding: 60px 0;
    width: 90%;
  }
  .p-top_concept_catch {
    font-size: 23px;
    text-align: left;
  }
  .p-top_concept_read {
    font-size: 14px;
  }
  .p-top_concept_read:first-of-type {
    margin-top: 30px;
  }
  .p-top_concept_read:nth-of-type(2) {
    margin-top: 10px;
  }
  .p-top_contact {
    padding: 60px 0;
  }
  .p-top_contact_input {
    margin: 40px auto 0;
    width: 90%;
  }
  .p-top_contact_input .contact-content {
    margin-bottom: 16px;
  }
  .p-top_contact_input .contact-label {
    font-size: 14px;
  }
  .p-top_contact_input .contact-button input[type=button] {
    font-size: 16px;
    padding: 15px;
  }
  .p-top_hero {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    background: url(../images/top/top-hero-img01_sp@2x.jpg) center top no-repeat;
    background-size: cover;
    height: 70vh;
    justify-content: flex-end;
    margin-top: 70px;
  }
  .p-top_hero_logo {
    display: none;
  }
  .p-top_hero_catch {
    margin: 30px 30px 40px;
  }
  .p-top_hero_catch .catch_first {
    font-size: 57px;
    letter-spacing: 9.6px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  .p-top_hero_catch .catch_second {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  .p-top_profile {
    padding: 60px 0 0;
    width: 90%;
  }
  .p-top_profile_inner {
    margin-top: 40px;
  }
  .p-top_profile_figure img {
    min-width: 180px;
    width: 40%;
  }
  .p-top_profile_name .name_kanji {
    font-size: 18px;
  }
  .p-top_profile_name .name_kana {
    font-size: 12px;
  }
  .p-top_profile_desc {
    padding-top: 30px;
  }
  .p-top_profile_desc .desc_title {
    margin-bottom: 16px;
  }
  .p-top_profile_desc .desc_title span {
    font-size: 20px;
  }
  .p-top_profile_desc .desc_text {
    font-size: 14px;
  }
  .p-top_profile_desc .desc_text:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .p-top_service {
    padding-top: 60px;
  }
  .p-top_service_list {
    margin: 30px auto 0;
    width: 90%;
  }
  .p-top_service_item .item_title {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .p-top_service_item .item_title span {
    font-size: 14px;
    padding-top: 20px;
  }
  .p-top_service_item .item_title span::before {
    top: 6px;
  }
  .p-top_strength_figure img {
    margin: 40px 0;
    min-width: 285px;
    width: 50%;
  }
  .p-top_strength_catch {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .p-top_strength_read {
    font-size: 14px;
  }
  .p-top_works {
    margin-top: 40px;
    padding-bottom: 40px;
    padding-top: 60px;
  }
  .p-top_works_list {
    margin: 30px auto 0;
    width: 90%;
  }
  .p-top_works_item .item_cat span {
    font-size: 11px;
  }
  .p-top_works_item .item_body {
    margin: -60px auto 0;
    /*padding: 15px;*/
    padding: 15px 15px 45px;
  }
  .p-top_works_item .item_title {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .p-top_works_item .item_title::after {
    bottom: 11px;
  }
  .p-top_works_item .item_text {
    font-size: 12px;
  }
  /*トップページ（WORKS）*/
}
@media screen and (max-width: 425px) {
  .p-top_company_item {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  .p-top_company_item:not(:last-of-type) {
    border-bottom: none;
  }
  .p-top_company_item .item_head {
    padding: 8px;
  }
  .p-top_company_item .item_body {
    padding: 20px;
  }
  .p-top_hero_catch .catch_first {
    font-size: 38px;
    letter-spacing: 6.4px;
    line-height: 1.1;
    margin-bottom: 10px;
  }
  .p-top_hero_catch .catch_second {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 1.5;
  }
  .p-top_profile_name {
    margin-top: 10px;
  }
  .p-top_service::before {
    height: 250px;
  }
  .p-top_service_item {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .p-top_strength_desc .desc_inner {
    padding: 60px 5%;
  }
  .p-top_works::before {
    height: 250px;
  }
  .p-top_works_item {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    margin-bottom: 40px;
  }
}
/*下層ページ(WORKS)*/
.p-lower_works {
  background-color: #eceff1;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 80px;
  height: auto;
}

.p-lower_works::before {
  background: linear-gradient(273deg, #3197a3 5%, #319eab 52%, #2aaab9 100%);
  background-color: #3197a3;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 450px;
}

.breadcrumb {
  margin-left: 40px;
  font-size: 14px;
  color: #fff;
}

.breadcrumb a {
  text-decoration: none;
  color: #fff;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.p-lower_works_inner {
  position: relative;
  z-index: 3;
}

.p-lower_works_title {
  color: #fff;
  margin-top: 60px;
}

.works_wrapper {
  width: 80%;
  margin: 7% auto;
  position: relative;
}

.works_wrapper_top-img {
  max-width: 1120px;
  max-height: 630px;
  margin: 0px auto;
}

.works_wrapper img {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.works_detail {
  width: 85%;
  max-width: 952px;
  background-color: #fff;
  padding: 50px 70px 70px;
  margin: -125px auto 0;
  position: relative;
  z-index: 10;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.works_detail .item_title {
  font-size: 35px;
  color: #3197a3;
  font-family: "Noto Serif JP", serif;
}

.works_detail .item_title::after {
  background-color: #3197a3;
  content: "";
  display: block;
  height: 3px;
  width: 50px;
  margin-top: 5px;
}

.works_overview .item_cat span {
  background-color: #222;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 2px 12px;
  font-size: 12px;
  margin-bottom: 5px;
}

.works_overview .client {
  font-weight: 600;
  font-size: 18px;
}

.works_overview {
  margin: 40px 0px 60px;
}

.works_desc .desc_title {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.works_desc .desc_title span {
  color: #3197a3;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 3.6px;
  padding-right: 0.5em;
  font-size: 22px;
}

.works_desc .desc_title::after {
  -ms-flex: auto;
  -webkit-box-flex: 1;
  background-color: #3197a3;
  content: "";
  display: block;
  flex: auto;
  height: 1px;
  max-width: 100%;
}

.works_desc .desc_title span {
  font-size: 22px;
}

.works_desc .desc_text {
  margin-bottom: 24px;
}

.works_desc .desc_text:not(:last-of-type) {
  margin-bottom: 24px;
}

.works_desc .desc_cont {
  margin-bottom: 24px;
}
.works_desc .desc_cont h5 {
  font-size: 16px;
  margin-top: 0.5em;
}
.works_desc .desc_cont ul {
  padding-left: 30px;
}

.works_img .img_title {
  font-size: 18px;
  margin-top: 55px;
  font-weight: 600;
}

.works_img img, .works_img video {
  width: 100%;
  margin: 5px 0px;
}

.works_img_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.works_img_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.works_cv {
  margin-top: 2em;
}

.return-button {
  margin: 40px auto;
  text-align: center;
}

.return-button button[type=button] {
  -webkit-transition: all 0.3s;
  background: linear-gradient(273deg, #3197a3 5%, #319eab 52%, #2aaab9 100%);
  background-color: #3197a3;
  border: none;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 3.6px;
  max-width: 300px;
  transition: all 0.3s;
  width: 100%;
  font-size: 20px;
  padding: 20px;
}

.return-button button[type=button]:hover {
  cursor: pointer;
  opacity: 0.8;
}

.return-button button[type=button]:focus {
  outline: 0;
}

@media screen and (max-width: 768px) {
  .works_cv {
    font-size: 14pxs;
  }
}
@media screen and (max-width: 768px) {
  .works_wrapper {
    width: 100%;
  }
  .p-lower_works {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  .p-lower_works::before {
    height: 53vw;
  }
  .works_detail {
    width: 90%;
    padding: 25px 15px 30px;
    margin: -70px auto 0;
  }
  .works_detail .item_title {
    font-size: 25px;
  }
  .works_detail .item_title::after {
    height: 2px;
    width: 37px;
  }
  .works_overview .item_cat span {
    font-size: 11px;
  }
  .works_overview .client {
    font-size: 16px;
  }
  .works_overview {
    margin: 30px 0px 40px;
  }
  .works_desc .desc_title {
    margin-bottom: 16px;
  }
  .works_desc .desc_title span {
    font-size: 20px;
  }
  .works_desc .desc_text {
    font-size: 14px;
  }
  .works_desc .desc_text:not(:last-of-type) {
    margin-bottom: 16px;
  }
  .works_detail .img_title {
    font-size: 16px;
    margin-top: 30px;
    font-weight: 600;
  }
  .return-button button[type=button] {
    font-size: 16px;
    padding: 15px;
  }
}
@media screen and (max-width: 425px) {
  /*下層ページ（WORKS）*/
  .p-lower_works::before {
    height: 300px;
  }
  .works_detail .item_title {
    font-size: 22px;
  }
  .works_detail .item_title::after {
    height: 2px;
    width: 30px;
    margin-top: 3.5px;
  }
  .works_img img, .works_img video {
    margin: 2px 0px;
  }
}
.works_voice {
  margin-top: 60px;
}
.works_voice .works_voice_title {
  text-align: center;
  font-size: 26px;
  color: #3197a3;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 30px;
}
.works_voice .works_voice_inner {
  border: 1px solid #3197a3;
  padding: 30px;
}
@media screen and (max-width: 425px) {
  .works_voice .works_voice_inner {
    padding: 5%;
  }
}
.works_voice .works_voice_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.works_voice .works_voice_info .info_img {
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.works_voice .works_voice_info .info_img img {
  border: none;
}
.works_voice .works_voice_info .info_name {
  font-size: 14px;
  line-height: 1.3;
}
.works_voice .works_voice_subject {
  color: #3197a3;
  font-size: 20px;
  border-left: 4px solid currentColor;
  line-height: 1.2;
  padding-left: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 425px) {
  .works_voice .works_voice_subject {
    font-size: 18px;
  }
}

.p-lower_service {
  background-color: #eceff1;
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 80px;
  height: auto;
}

.p-lower_service::before {
  background: linear-gradient(273deg, #3197a3 5%, #319eab 52%, #2aaab9 100%);
  background-color: #3197a3;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .p-lower_service::before {
    height: 270px;
  }
}

.breadcrumb {
  margin-left: 40px;
  font-size: 14px;
  color: #fff;
}

.breadcrumb a {
  text-decoration: none;
  color: #fff;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.p-lower_service_inner {
  position: relative;
  z-index: 3;
}

.p-lower_service_title {
  color: #fff;
  margin-top: 60px;
}

.p-lower_service_content {
  max-width: 1140px;
  width: 90%;
  margin-inline: auto;
  margin-top: 65px;
}
@media screen and (max-width: 425px) {
  .p-lower_service_content {
    margin-top: 7%;
  }
}

.p-lower_service_header .header_title {
  min-width: 500px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3db9c7), to(#3197a3));
  background-image: linear-gradient(to right, #3db9c7, #3197a3);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 22px;
  display: inline-block;
  padding: 40px 60px;
  margin-left: -60px;
  margin-top: -80px;
}
@media screen and (max-width: 768px) {
  .p-lower_service_header .header_title {
    padding: 20px 60px;
    font-size: 18px;
    min-width: 330px;
  }
}
@media screen and (max-width: 425px) {
  .p-lower_service_header .header_title {
    margin-top: -40px;
  }
}
.p-lower_service_header .header_title::before {
  content: attr(data-en);
  display: block;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .p-lower_service_header .header_title::before {
    font-size: 26px;
  }
}
@media screen and (max-width: 425px) {
  .p-lower_service_header .header_title::before {
    font-size: 18px;
  }
}
.p-lower_service_header .header_read {
  margin-top: 60px;
}
@media screen and (max-width: 425px) {
  .p-lower_service_header .header_read {
    margin-top: 40px;
  }
}

.p-lower_service_works {
  margin-top: 60px;
}
@media screen and (max-width: 425px) {
  .p-lower_service_works {
    margin-top: 40px;
  }
}

.p-lower_service_subtitle {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.p-lower_service_subtitle span {
  color: #3197a3;
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  letter-spacing: 0.08em;
  padding-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .p-lower_service_subtitle span {
    font-size: 20px;
  }
}
.p-lower_service_subtitle::after {
  -ms-flex: auto;
  -webkit-box-flex: 1;
  background-color: #3197a3;
  content: "";
  display: block;
  flex: auto;
  height: 1px;
  max-width: 100%;
}

.p-lower_service_flow {
  margin-top: 60px;
}
@media screen and (max-width: 425px) {
  .p-lower_service_flow {
    margin-top: 40px;
  }
}
.p-lower_service_flow .flow_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  list-style: none;
  margin-top: 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-lower_service_flow .flow_list {
    grid-template-columns: 1fr;
    width: 70%;
    margin-inline: auto;
    gap: 30px;
  }
}
.p-lower_service_flow .flow_item {
  position: relative;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-lower_service_flow .flow_item {
    padding-top: 50px;
  }
}
.p-lower_service_flow .flow_item::before {
  content: "";
  display: block;
  width: 150%;
  height: 2px;
  position: absolute;
  top: 19px;
  left: 50%;
  background-color: #eceff1;
}
@media screen and (max-width: 768px) {
  .p-lower_service_flow .flow_item::before {
    display: none;
  }
}
.p-lower_service_flow .flow_item:not(:last-of-type)::before {
  background-color: #38a9b6;
}
.p-lower_service_flow .flow_item::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-lower_service_flow .flow_item:nth-of-type(1)::after {
  background-image: url(../images/service/service-flow-num01.png);
  background-size: contain;
}
.p-lower_service_flow .flow_item:nth-of-type(2)::after {
  background-image: url(../images/service/service-flow-num02.png);
  background-size: contain;
}
.p-lower_service_flow .flow_item:nth-of-type(3)::after {
  background-image: url(../images/service/service-flow-num03.png);
  background-size: contain;
}
.p-lower_service_flow .flow_item:nth-of-type(4)::after {
  background-image: url(../images/service/service-flow-num04.png);
  background-size: contain;
}
.p-lower_service_flow .flow_title {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  color: #3197a3;
  margin-block: 10px;
}
@media screen and (max-width: 768px) {
  .p-lower_service_flow .flow_title {
    margin-bottom: 0;
  }
}
.p-lower_service_flow .flow_image {
  text-align: center;
  display: block;
}
.p-lower_service_flow .flow_image img {
  width: 50%;
}
.p-lower_service_flow .flow_text {
  font-size: 14px;
  line-height: 1.5;
}

.p-lower_service_price {
  margin-top: 90px;
}
@media screen and (max-width: 425px) {
  .p-lower_service_price {
    margin-top: 60px;
  }
}
.p-lower_service_price h4 {
  margin-top: 30px;
  font-size: 18px;
}
.p-lower_service_price ul, .p-lower_service_price ol {
  list-style-position: inside;
  margin-top: 10px;
}

.p-lower_service_cta {
  margin-top: 80px;
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 425px) {
  .p-lower_service_cta {
    padding: 5%;
    margin-top: 60px;
  }
}
.p-lower_service_cta p {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 425px) {
  .p-lower_service_cta p {
    font-size: 14px;
  }
  .p-lower_service_cta p br {
    display: none;
  }
}
.p-lower_service_cta .return-button {
  display: block;
  margin-inline: auto;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  background: linear-gradient(273deg, #3197a3 5%, #319eab 52%, #2aaab9 100%);
  background-color: #3197a3;
  -webkit-box-shadow: 9px 16px 23px 0 rgba(11, 57, 62, 0.08);
          box-shadow: 9px 16px 23px 0 rgba(11, 57, 62, 0.08);
  color: #fff;
  font-family: "Noto Serif JP", serif;
  max-width: 380px;
  transition: all 0.3s;
  width: 100%;
  font-size: 20px;
  padding: 24px;
}
@media screen and (max-width: 768px) {
  .p-lower_service_cta .return-button {
    font-size: 16px;
    width: auto;
    padding: 15px;
  }
}
.p-lower_service_cta .return-button:hover {
  opacity: 0.8;
}