@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&family=Outfit:wght@100..900&display=swap");
html,
body,
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,
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
}

body {
  font-size: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

body,
button,
input,
select,
textarea {
  font-size: 1rem;
  line-height: 1.5;
}

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

img {
  width: 100%;
  max-width: initial;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}
img[src$=".svg"] {
  max-width: 100%;
}

label {
  margin-bottom: 0;
}

input[type=search] {
  color: inherit;
  border: 1px solid #333;
  border-radius: 0;
  padding: 0.3em 0.3em 0.3em 35px;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

ul,
ol {
  margin: 0;
}

figure {
  margin: 0;
}

h1 {
  font-size: inherit;
}

p {
  margin: 0;
}

h2 {
  color: inherit;
  font-size: 1rem;
}

h3 {
  color: inherit;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

h3 {
  font-size: 1rem;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 0;
}

h4 {
  color: inherit;
  font-size: inherit;
  font-weight: normal;
}

button,
input[type=button],
input[type=submit] {
  background-color: transparent;
}

ol {
  list-style: none;
}

a:hover,
a:active {
  color: inherit;
}

/*================================
	サイトごとに設定
=================================*/
/*================================
	メディアクエリの設定
=================================*/
/*================================
	サイト共通設定
=================================*/
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #222;
  word-wrap: break-word;
  width: 100%;
  height: 100%;
}
html * {
  font-weight: 500;
  box-sizing: border-box;
}

/*================================
	PC 共通設定
=================================*/
@media print, screen and (min-width: 768px) {
  html {
    overflow-y: scroll;
  }
  .inner {
    width: 90.9090909091%;
    max-width: 1000px;
    margin: auto;
  }
}
/*================================
	PC 相対値範囲設定
=================================*/
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}
/*================================
	SP 共通設定
=================================*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 3.6458333333vw;
  }
  .inner {
    width: 90%;
    margin: auto;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* BASE STYLE
--------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

iframe {
  vertical-align: middle;
}

/* CLEAR-FIX */
.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
}

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

.wrap {
  overflow: hidden;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.is-between {
  justify-content: space-between;
}

.flexdry {
  flex-direction: row-reverse;
}

.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

a {
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}
/*------------------------------------------------

l-header

-------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1000;
  height: 90px;
}
.l-header.active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.l-header .l-header-inner {
  align-items: center;
  height: 100%;
}
.l-header .l-header-logo__ttl {
  width: 170px;
  position: fixed;
  top: 15px;
  left: 15px;
  transition: all 0.6s ease;
}
.l-header .l-header-logo__ttl .-link {
  display: block;
}
.l-header .l-header-logo__txt {
  padding-left: 205px;
  font-size: 14px;
  color: #3B3533;
  font-weight: 400;
}
.l-header .l-header-area {
  align-items: center;
}
.l-header .l-header-area__list {
  margin-right: 190px;
  gap: 0 25px;
}
.l-header .l-header-area__list-item .-link {
  display: block;
  color: #121212;
  font-size: 12px;
  transition: all 0.3s ease;
}
.l-header .l-header-area__list-item .-link:hover {
  color: #35A7E3;
}
.l-header .l-header-area__contact-btn {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  right: 0;
}
.l-header .l-header-area__contact-btn .-link {
  height: 100%;
  display: flex;
  font-size: 12px;
  align-items: center;
  letter-spacing: 0.08em;
  background-color: #222;
  justify-content: center;
  color: #fff;
}
.l-header .l-header-area__contact-btn .sp-txt {
  display: none;
}
.l-header .l-header-area__contact-btn .-icon {
  position: relative;
  padding-left: 16px;
}
.l-header .l-header-area__contact-btn .-icon::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/mail-icon.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.l-header .l-header-humbtn {
  display: none;
}
@media screen and (max-width: 1330px) {
  .l-header .l-header-logo__txt {
    padding-left: 205px;
    font-size: 10px;
  }
  .l-header .l-header-area__list {
    margin-right: 150px;
  }
  .l-header .l-header-area__list-item .-link {
    font-size: 12px;
  }
  .l-header .l-header-area__contact-btn {
    width: 120px;
  }
  .l-header .l-header-area__contact-btn .-link {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .l-header-logo__ttl {
    width: 126px;
    top: 22px;
  }
  .l-header .l-header-logo__txt {
    padding-left: 164px;
  }
  .l-header .l-header-area__list {
    width: 270px;
    gap: 3px 0;
  }
  .l-header .l-header-area__list-item {
    width: 33%;
  }
  .l-header .l-header-area__list-item .-link {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 3.5714285714rem;
  }
  .l-header.open {
    background-color: #fff;
  }
  .l-header .l-header-logo__ttl {
    width: 9.2857142857rem;
    top: 0.2857142857rem;
    left: 0.3571428571rem;
  }
  .l-header .l-header-logo__txt {
    padding-left: 10.7142857143rem;
    font-size: 0.7142857143rem;
  }
  .l-header .l-header-area {
    background-color: #fff;
    position: fixed;
    height: calc(100vh - 3.5714285714rem);
    top: 3.5714285714rem;
    padding: 0rem 1.4285714286rem 0rem;
    width: 100%;
    left: 0;
    opacity: 0;
    transform: translateX(100%);
    pointer-events: none;
    transition: all 0.3s ease;
    overflow: scroll;
  }
  .l-header .l-header-area.open {
    opacity: 1;
    transform: translateX(0%);
    z-index: 1000;
    pointer-events: auto;
  }
  .l-header .l-header-area__list {
    width: 100%;
    margin-top: 1.4285714286rem;
    margin-right: 0px;
  }
  .l-header .l-header-area__list-item {
    width: 100%;
    position: relative;
  }
  .l-header .l-header-area__list-item::after {
    content: "";
    position: absolute;
    width: 0.4285714286rem;
    height: auto;
    aspect-ratio: 1;
    border-right: 1px solid;
    border-bottom: 1px solid;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 1.0714285714rem;
  }
  .l-header .l-header-area__list-item .-link {
    position: relative;
    display: block;
    color: #454545;
    padding: 1.4285714286rem 0;
    font-size: 1.0714285714rem;
    border-bottom: 1px solid #454545;
  }
  .l-header .l-header-area__contact {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    margin-top: 2.8571428571rem;
  }
  .l-header .l-header-area__contact-btn {
    position: static;
    top: 0;
    width: 100%;
    height: auto;
    right: 0;
  }
  .l-header .l-header-area__contact-btn .-link {
    position: relative;
    font-size: 1.2857142857rem;
    border-radius: 0rem;
    padding: 1.4285714286rem 0;
    background-color: #35A7E3;
  }
  .l-header .l-header-area__contact-btn .-icon {
    padding-left: 1.1428571429rem;
  }
  .l-header .l-header-area__contact-btn .-icon::before {
    width: 0.9285714286rem;
    height: 0.7142857143rem;
  }
  .l-header .l-header-area__contact-btn .sp-txt {
    display: inline-block;
  }
  .l-header .l-header-humbtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 3.5714285714rem;
    height: 3.5714285714rem;
    background-color: #222;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line {
    position: absolute;
    width: 1.6428571429rem;
    height: 0.1428571429rem;
    background-color: #fff;
    top: 50%;
    left: 28%;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line:nth-child(1) {
    transform: translateY(0px) rotate(45deg);
    left: 28%;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line:nth-child(2) {
    opacity: 0;
  }
  .l-header .l-header-humbtn.open .l-header-humbtn__line:nth-child(3) {
    transform: translateY(0px) rotate(-45deg);
    left: 28%;
  }
  .l-header .l-header-humbtn__line {
    position: absolute;
    width: 1.6428571429rem;
    height: 0.1428571429rem;
    background-color: #fff;
    top: 50%;
    left: 28%;
    transition: all 0.3s ease;
  }
  .l-header .l-header-humbtn__line:nth-child(1) {
    transform: translateY(-0.5714285714rem);
    width: 1.6428571429rem;
  }
  .l-header .l-header-humbtn__line:nth-child(2) {
    width: 1.0714285714rem;
    left: 45%;
  }
  .l-header .l-header-humbtn__line:nth-child(3) {
    transform: translateY(0.5714285714rem);
    width: 0.5rem;
    left: 60%;
  }
}

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

l-footer

-------------------------------------------------*/
.l-footer {
  position: relative;
  background: linear-gradient(225deg, rgb(103, 214, 247) 0%, rgb(52, 167, 227) 100%);
  padding: 80px 0 80px;
}
.l-footer .l-footer-pagetop {
  position: absolute;
  background-color: #FF9DCE;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 110px;
}
.l-footer .l-footer-pagetop:hover span::before {
  top: 0;
}
.l-footer .l-footer-pagetop a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  color: #fff;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  font-family: "Outfit", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.13em;
  padding-bottom: 20px;
}
.l-footer .l-footer-pagetop span {
  position: relative;
  padding-top: 35px;
}
.l-footer .l-footer-pagetop span::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../../../img/pagetop-arrow.png) no-repeat;
  background-size: contain;
  width: 3px;
  height: 28px;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.l-footer .l-footer-area {
  position: relative;
}
.l-footer .l-footer-area__left .-logo {
  width: 170px;
}
.l-footer .l-footer-area__left .-access {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
}
.l-footer .l-footer-area__right {
  color: #fff;
  width: 270px;
  padding-top: 20px;
  border-top: 1px solid #fff;
}
.l-footer .l-footer-area__right li {
  margin-top: 15px;
}
.l-footer .l-footer-area__right li:first-child {
  margin-top: 0;
}
.l-footer .l-footer-area__right a {
  font-size: 14px;
  letter-spacing: 0.1em;
}
.l-footer .l-footer-area__right a.no-click {
  pointer-events: none;
  color: #999;
}
.l-footer .l-footer-area__box {
  position: absolute;
  color: #fff;
  left: 0;
  bottom: 0;
}
.l-footer .l-footer-area__box .-txt {
  letter-spacing: 0.2em;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
.l-footer .l-footer-area__box .-txt:first-child {
  margin-top: 0;
}
.l-footer .l-footer-area__box .-txt a {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}
.l-footer .l-footer-area__box .-copy {
  margin-top: 25px;
  font-size: 10px;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 1100px) {
  .l-footer .l-footer-area__right {
    margin-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 5rem 0;
  }
  .l-footer .l-footer-pagetop {
    top: 1.0714285714rem;
    right: 0.7142857143rem;
    width: 2.1428571429rem;
    height: 7.8571428571rem;
  }
  .l-footer .l-footer-pagetop a {
    font-size: 1.1428571429rem;
    padding-bottom: 1.4285714286rem;
  }
  .l-footer .l-footer-pagetop span {
    padding-top: 2.5rem;
  }
  .l-footer .l-footer-pagetop span::before {
    width: 0.2142857143rem;
    height: 2rem;
    top: 0.3571428571rem;
  }
  .l-footer .l-footer-area__left {
    width: 100%;
    text-align: center;
  }
  .l-footer .l-footer-area__left .-logo {
    width: 12.5rem;
    margin: auto;
  }
  .l-footer .l-footer-area__left .-access {
    margin-top: 1.4285714286rem;
    font-size: 1rem;
  }
  .l-footer .l-footer-area__right {
    width: 100%;
    margin-right: 0;
    margin-top: 2.1428571429rem;
    padding-top: 2.1428571429rem;
  }
  .l-footer .l-footer-area__right ul {
    width: 100%;
    margin-top: 1.0714285714rem;
  }
  .l-footer .l-footer-area__right li {
    margin-top: 1.0714285714rem;
  }
  .l-footer .l-footer-area__right a {
    font-size: 1rem;
  }
  .l-footer .l-footer-area__box {
    position: static;
    margin-top: 3.5714285714rem;
  }
  .l-footer .l-footer-area__box .-txt {
    letter-spacing: 0.04em;
    font-size: 1rem;
    margin-top: 1.4285714286rem;
  }
  .l-footer .l-footer-area__box .-txt a {
    padding-bottom: 0.1785714286rem;
  }
  .l-footer .l-footer-area__box .-copy {
    margin-top: 2.1428571429rem;
    font-size: 0.7142857143rem;
  }
}

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

c-ttl01

-------------------------------------------------*/
.c-ttl01 {
  text-align: center;
  position: relative;
}
.c-ttl01.c-ttl01--sp .-jp {
  padding: 0;
}
.c-ttl01.c-ttl01--sp .-jp::before {
  display: none;
}
.c-ttl01.c-ttl01--sp .-jp::after {
  display: none;
}
.c-ttl01.c-ttl01-color .-en {
  color: #fff;
}
.c-ttl01.c-ttl01-color .-jp {
  color: #fff;
}
.c-ttl01.c-ttl01-color .-jp::before {
  background-color: #fff;
}
.c-ttl01.c-ttl01-color .-jp::after {
  background-color: #fff;
}
.c-ttl01 .-en {
  display: block;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 12px;
  letter-spacing: 0.15em;
  color: #35A7E3;
}
.c-ttl01 .-jp {
  position: relative;
  font-size: 26px;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding: 0 75px;
}
.c-ttl01 .-jp::before {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background-color: #222;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
}
.c-ttl01 .-jp::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 2px;
  background-color: #222;
  top: 55%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-ttl01 .-en {
    font-size: 0.7142857143rem;
  }
  .c-ttl01 .-jp {
    font-size: 1.5714285714rem;
    padding: 0 2.5rem;
  }
  .c-ttl01 .-jp::before {
    width: 1.4285714286rem;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
  }
  .c-ttl01 .-jp::after {
    width: 1.4285714286rem;
    top: 55%;
    transform: translateY(-50%);
    right: 0;
  }
}/*# sourceMappingURL=common.css.map */