@charset "utf-8";

/*Barlow*/
@import url("https://use.typekit.net/hqr8tem.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");

/*Barlow Googlefonts*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.pc {
  display: inline;
}
.sp {
  display: none;
}

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

/* COMPASS
 * ----------------------------------------------- */
/******sp*****/
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,
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

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;
}

/* ADDITIONAL RESET
 * ----------------------------------------------- */
/******sp*****/
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

body img {
  max-height: none;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type="search"] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

a {
  text-decoration: none;
  color: inherit;
  transition: ease-in-out 0.3s;
}
/*
a:hover {
  opacity: 0.7;
}
  */

/* ----------------------------
	COLOR
---------------------------- */
:root {
  --main: #30353a;
  --blue: #168cbb;
  --green: #1ea064;
}

.blue {
  color: var(--blue);
}
.green {
  color: var(--green);
}

/* ----------------------------
	FONT
---------------------------- */
.notosans {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.barlow {
  font-family: "Barlow", serif;
  font-weight: 100;
  font-style: normal;
}
.shoppori {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
}

.fw300 {
  font-weight: 300 !important;
  letter-spacing: -0.03em;
  margin-right: 5px;
}

/* ----------------------------
	Base
---------------------------- */
body {
  color: var(--main);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: 1.692307692;
  font-size: 14px;
  font-size: 1.0833333vw;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

body.fixed {
  position: fixed;
  width: 100%;
  overflow: hidden;
  left: 0;
}

img {
  width: 100%;
}

#logo {
  width: 210px;
  margin: 0px 0 0 20px;
  filter: drop-shadow(0 0 8px #fff) drop-shadow(0 0 8px #fff)
    drop-shadow(0 0 8px #fff);
}
@media screen and (max-width: 1024px) {
  #logo {
    width: 24vw;
    margin: 0px 0 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #logo {
    width: 30vw;
    margin: 0px 0 0 10px;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px 20px 0 0;
}
@media screen and (max-width: 767px) {
  header {
    padding: 15px 0px 0 0;
  }
}

#pc_menu {
  display: flex;
  font-size: 20px;
  font-family: "meno-banner", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.03em;
}
ul#pc_menu li {
  margin: 0 15px;
  position: relative;
  filter: drop-shadow(0 0 8px #fff) drop-shadow(0 0 8px #fff)
    drop-shadow(0 0 8px #fff);
}
ul#pc_menu li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #646464;
  bottom: 0px;
  transform: scale(0, 1);
  transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
  transition: transform 0.3s; /*変形の時間*/
}
#pc_menu li a:hover::after {
  transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #pc_menu {
    display: none;
  }
}

#fv {
  height: 100svh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../img/mv_bg.jpg") no-repeat;
  background-size: cover;
  opacity: 0;
  animation: fadeIn 2s forwards;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #fv {
    background: url("../img/mv_bg.jpg") no-repeat;
    background-position: top left 30%;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

#fv_logo {
  max-width: 500px;
  margin: 0 auto 8% auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #fv_logo {
    max-width: 70%;
    margin: 0 auto 30px auto;
  }
}
@media screen and (max-width: 767px) {
  #fv_logo {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
}

#fv_logo_type {
  max-width: 380px;
  width: 28vw;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #fv_logo_type {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  #fv_logo_type {
    width: 60%;
  }
}

#logo_blue,
#logo_green {
  width: 280px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #logo_blue,
  #logo_green {
    width: 95%;
  }
}

#logo_blue {
  left: 15px;
}
#logo_green {
  left: -15px;
}
#en_catch {
  font-family: "meno-banner", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 40px;
  line-height: 1.3em;
  margin: 70px 0 15px 0;
}

@media screen and (max-width: 1024px) {
  #en_catch {
    font-size: 2.2rem;
    padding: 0 4%;
    margin: 40px 0 15px 0;
  }
}

.grade {
  background-image: linear-gradient(90deg, #168cbb, #1ea064);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#ja_catch {
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 26px;
}
@media screen and (max-width: 1024px) {
  #ja_catch {
    font-size: 1.3rem;
  }
}

.pt {
  padding-top: 185px;
}
.pb {
  margin-bottom: 185px !important;
}

.cta {
  font-size: 20px;
  font-weight: 500;
  background-image: linear-gradient(90deg, #168cbb, #1ea064);
  width: 777px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50px;
  margin: 0 auto;
  padding: 0 0 3px 0;
  letter-spacing: 0.01em;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 10px 23px 0px rgba(156, 217, 232, 0.8);
  border: 1px transparent solid;
}

.cta:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1024px) {
  .cta {
    font-size: 1.2rem;
    width: 90%;
    height: 9vh;
  }
}

.cta span {
  position: relative;
  padding-left: 1.4em;
  vertical-align: text-top;
}
.cta span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f1d8";
  font-family: "Font Awesome 6 Pro";
  font-size: 22px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .cta span:before {
    font-size: 1.3rem;
  }
}

/*========= 見出し ===============*/
@font-face {
  font-family: "RextionsScript";
  src: url("/font/RextionsScript.ttf");
}

.en_title {
  font-family: "RextionsScript";
  font-size: 90px;
  text-align: center;
  line-height: 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .en_title {
    font-size: 4.5rem;
  }
}
/****ぼかし設定****/
@keyframes blur {
  from {
    opacity: 0;
    -webkit-filter: blur(20px);
    filter: blur(20px);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}

.ja_title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 55px;
  line-height: 0.9em;
}
@media screen and (max-width: 1024px) {
  .ja_title {
    font-size: 1.3rem;
  }
}

.text {
  font-size: 16px;
  line-height: 2.2em;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .text {
    font-size: 1rem;
    padding: 0 4%;
    text-align: justify;
  }
}

.image {
  margin-top: 70px;
}
@media screen and (max-width: 1024px) {
  .image {
    width: 90%;
    margin: 70px auto 0 auto;
  }
}

.b {
  font-weight: 700;
}
.list {
  text-align: left;
  font-size: 16px;
}
.list li {
  display: flex;
  align-items: center;
  margin: 10px 0;
}
.list li::before {
  content: "\f1ad";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 20px;
  margin-right: 5px;
}
.gray_bg {
  background: #f3f5f5;
  max-width: 750px;
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .gray_bg {
    width: 90%;
  }
}

#symbol_logo {
  width: 320px;
  margin: 70px auto;
}
@media screen and (max-width: 767px) {
  #symbol_logo {
    width: 64%;
  }
}

.a_center {
  text-align: center;
}

dl.faq {
  width: 800px;
  margin: 0 auto 30px auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  border-top: 1px #b7c0c5 dotted;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1024px) {
  dl.faq {
    width: 90%;
  }
}

dl.faq:last-child {
  padding-bottom: 30px;
  border-bottom: 1px #b7c0c5 dotted;
}
.faq dt {
  width: 4%;
  padding: 30px 0 0px 30px;
  font-family: "meno-banner", serif;
  font-weight: 800;
  font-style: normal;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .faq dt {
    width: 4%;
  }
}
@media screen and (max-width: 767px) {
  .faq dt {
    width: 10%;
    padding: 30px 0px 0px 20px;
  }
}

.bold {
  font-weight: 600;
}

.faq dd {
  width: 96%;
  padding: 28px 30px 0px 30px;
  text-align: justify;
}
@media screen and (max-width: 1024px) {
  .faq dd {
    width: 93%;
    padding: 28px 10px 0px 30px;
  }
}
@media screen and (max-width: 767px) {
  .faq dd {
    width: 85%;
    padding: 28px 20px 0px 15px;
    line-height: 1.7em;
  }
}

.circle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding-top: 2px;
}
.f {
  background-color: #168cbb;
}
.q {
  background-color: #1ea064;
}

dl.company {
  font-size: 16px;
  width: 800px;
  margin: 0 auto 100px auto;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  border-top: 1px #b7c0c5 dotted;
}
@media screen and (max-width: 1024px) {
  dl.company {
    font-size: 1rem;
    width: 90%;
  }
}

.company dt,
.company dd {
  padding: 20px 0 20px 30px;
  border-bottom: 1px #b7c0c5 dotted;
}
.company dt {
  width: 20%;
  font-weight: 600;
}
.company dd {
  width: 80%;
}

.flex {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .company dd {
    width: 75%;
  }
  .company dt {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .company dt,
  .company dd {
    padding: 20px;
    width: 100%;
  }
  .company dd {
    padding: 10px 20px 20px 20px;
  }
  .company dt {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.company a {
  color: #00b6f7;
  transition: ease-in-out 0.3s;
}
.company a:hover {
  color: #6ed5fa;
}
.gmap {
  margin-left: 20px;
  display: inline-flex;
  align-items: center;
}

.gmap span::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  font-size: 20px;
  font-weight: 300;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .gmap {
    margin-left: 0px;
    display: inline-block;
  }
}

footer {
  margin: 185px 0 0 0;
  background-image: linear-gradient(90deg, #168cbb, #1ea064);
  height: 380px;
  width: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
img#footer_logo {
  width: 170px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  img#footer_logo {
    width: 140px;
  }
}

#footer_box {
  display: flex;
  flex-direction: column;
}
.policy {
  font-size: 14px;
  margin-top: 15px;
  letter-spacing: 0.1em;
  transition: ease-in-out;
}
.policy::before {
  content: "\f2d2";
  font-family: "Font Awesome 6 Pro";
  font-size: 1rem;
  font-weight: 300;
}
.policy:hover {
  opacity: 0.7;
}

copy {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  copy {
    font-size: 12px;
    bottom: 20px;
  }
}

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

.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .anchor {
    padding-top: 20px;
    margin-top: -20px;
  }
}
