@charset "UTF-8";
/*
	Theme Name:SASAERU_2024-0620
	Description: SASAERU_2024-0620
	Theme URI: https://sasaeru.biz
	Author: KOSAERU
	Author URI: https://kosaeru.net
	Version: 1.0.0
*/
/****************************************

    The new CSS reset
    - version 1.11.1 (last updated 24.10.2023)

*****************************************/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/****************************************

    FONTS

*****************************************/
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 100;
  src: url("fonts/NotoSansJP-Thin.woff2") format("woff2"), url("fonts/NotoSansJP-Thin.woff") format("woff"), url("fonts/NotoSansJP-Thin.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 200;
  src: url("fonts/NotoSansJP-Light.woff2") format("woff2"), url("fonts/NotoSansJP-Light.woff") format("woff"), url("fonts/NotoSansJP-Light.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 300;
  src: url("fonts/NotoSansJP-DemiLight.woff2") format("woff2"), url("fonts/NotoSansJP-DemiLight.woff") format("woff"), url("fonts/NotoSansJP-DemiLight.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NotoSansJP-Regular.woff2") format("woff2"), url("fonts/NotoSansJP-Regular.woff") format("woff"), url("fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  src: url("fonts/NotoSansJP-Medium.woff2") format("woff2"), url("fonts/NotoSansJP-Medium.woff") format("woff"), url("fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NotoSansJP-Bold.woff2") format("woff2"), url("fonts/NotoSansJP-Bold.woff") format("woff"), url("fonts/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  src: url("fonts/NotoSansJP-Black.woff2") format("woff2"), url("fonts/NotoSansJP-Black.woff") format("woff"), url("fonts/NotoSansJP-Black.otf") format("opentype");
}
/* Josefin Sans */
@font-face {
  font-display: swap;
  font-weight: 100;
  font-style: normal;
  font-family: "Josefin Sans";
  src: url("fonts/JosefinSans-Thin.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-weight: 200;
  font-style: normal;
  font-family: "Josefin Sans";
  src: url("fonts/JosefinSans-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  font-family: "Josefin Sans";
  src: url("fonts/JosefinSans-Light.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  font-family: "Josefin Sans";
  src: url("fonts/JosefinSans-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-weight: 500;
  font-style: normal;
  font-family: "Josefin Sans";
  src: url("fonts/JosefinSans-Medium.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  font-family: "Josefin Sans";
  src: url("fonts/JosefinSans-Bold.woff2") format("woff2");
}
/*------------------------------------------------------

    BASE

------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #fafafa;
  color: #142730;
  font-size: 16px;
  line-height: 180%;
  font-family: "Noto Sans JP", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

.w100 {
  width: 100%;
  height: auto;
}

.en {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}

img {
  vertical-align: bottom;
}

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

a {
  display: block;
  text-decoration: none;
  color: #142730;
}
a:hover {
  text-decoration: underline;
}

.column {
  width: 48%;
}

/*右側へ要素を広げる（2カラム）*/
.column-outside-right {
  flex: 1;
  margin-right: calc(50% - 50vw);
  margin-left: 4%;
}

/*左側へ要素を広げる（2カラム）*/
.column-outside-left {
  flex: 1;
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
}

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

.text-left {
  text-align: left !important;
}

.text-center {
  margin-inline: auto !important;
}

.text-right {
  text-align: right !important;
}

.arrow-link {
  position: relative;
  display: block;
}

.arrow-link::after {
  position: absolute;
  top: 50%;
  right: 40px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  rotate: 45deg;
  translate: 0 -50%;
}

.arrow-link2 {
  position: relative;
}

.arrow-link2:after {
  display: block;
  content: "";
  position: absolute;
  width: 20px;
  height: 5px;
  top: calc(50% - 3px);
  right: 30px;
  border-bottom: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  transform: skew(45deg);
}

.arrow-link3 {
  position: relative;
  border: 3px solid #142730;
  padding: 12px;
  text-align: center;
  font-weight: 700;
}

.arrow-link3::before { /* くの字の表示設定 */
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  translate: 0 -50%;
  width: 14px;
  height: 14px;
  border-top: 3px solid #142730;
  border-right: 3px solid #142730;
}

.arrow-link3::after { /* 棒の表示設定 */
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 17px;
  height: 3px;
  background: #142730;
  rotate: 136deg;
}

.back-link {
  position: relative;
  display: block;
}

.back-link:after {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
  translate: 0 -50%;
}

.color-green {
  color: #4aa0a1;
}

.color-red {
  color: #e7504d;
}

.container {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.d-pc {
  display: inline-block;
}

.d-sp {
  display: none;
}

/****************************************

    CURSOR

*****************************************/
html, body, a {
  cursor: none;
}

#cursor {
  transform: translate(0, 0);
  pointer-events: none;
  position: fixed;
  top: -3px;
  left: -3px;
  width: 6px;
  height: 6px;
  background: #389e9e;
  border-radius: 50%;
  z-index: 999;
  transition: width 0.3s, height 0.3s, top 0.3s, left 0.3s;
}

#cursor.hov_ {
  background: #e7504d;
}

#stalker {
  pointer-events: none;
  position: fixed;
  top: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background: rgba(231, 74, 72, 0.25);
  border-radius: 50%;
  transform: translate(0, 0);
  transition: transform 0.2s;
  transition-timing-function: ease-out;
  z-index: 1000;
}

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

    HEADER

------------------------------------------------------*/
#header {
  padding: 40px 0;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header hgroup a {
  display: flex;
  align-items: center;
  gap: 20px;
}
#header hgroup a p {
  font-size: 11px;
  line-height: 1.8;
  font-weight: 300;
}
#header .menu-header-container ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
#header .menu-header-container ul li {
  font-size: 12px;
  font-weight: 700;
}
#header .menu-header-container ul li.contact a {
  position: relative;
  background-image: url(images/email.svg);
  background-position: right 25px center;
  background-repeat: no-repeat;
  background-size: 16px;
  background-color: #142730;
  color: #fff;
  border-radius: 100px;
  padding: 2px 70px 2px 25px;
}
#header .menu-header-container ul li.contact a::after {
  content: "|";
  position: absolute;
  top: 50%;
  right: 55px;
  translate: 0 -50%;
  color: #fff;
  font-size: 10px;
  font-weight: 100;
}

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

    CONTACT

------------------------------------------------------*/
#contact {
  background-color: #24363E;
  color: #fff;
  padding: 200px 0;
}
#contact .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#contact .container hgroup {
  width: 30%;
  text-align: center;
}
#contact .container hgroup h5 {
  color: #fff;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 30px;
}
#contact .container hgroup a {
  display: inline-block;
  background-color: #e7504d;
  color: #fff;
  padding: 14px 0;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  width: 68%;
  text-align: center;
}
#contact .container hgroup a::after {
  right: 28px;
}
#contact .container .section__contents {
  width: 65%;
}
#contact .container .section__contents h6 {
  font-size: 28px;
  line-height: 1.8;
  margin-bottom: 10px;
}
#contact .container .section__contents p {
  font-size: 14px;
}

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

    FOOTER

------------------------------------------------------*/
#footer {
  padding: 100px 0;
}
#footer .footer__menu {
  display: flex;
  align-items: center;
  gap: 40px;
}
#footer .footer__menu nav ul {
  display: flex;
  gap: 40px;
}
#footer .footer__menu nav ul li {
  font-weight: 700;
}
#footer .footer__menu a.kosaeru-link {
  margin-left: auto;
}
#footer .copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
#footer .copyright p {
  font-size: 11px;
}
#footer .copyright p a {
  display: inline-block;
  text-decoration: underline;
}

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

    RESPO

------------------------------------------------------*/
@media (max-width: 1200px) {
  #contact .container .section__contents h6 {
    font-size: 26px;
  }
  #contact .container .section__contents p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  #contact .container hgroup a {
    font-size: 11px;
  }
  #contact .container .section__contents h6 {
    font-size: 21px;
  }
  #contact .container .section__contents p {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 90%;
    padding: 0;
  }
  #contact {
    position: relative;
    padding: 100px 0 200px;
  }
  #contact .container {
    flex-direction: column;
  }
  #contact .container hgroup {
    width: 100%;
  }
  #contact .container hgroup a {
    position: absolute;
    bottom: 100px;
    left: 50%;
    translate: -50% 0;
    width: 40%;
  }
  #contact .container .section__contents {
    width: 100%;
    text-align: center;
  }
  #contact .container .section__contents h6 {
    font-size: 22px;
    margin-bottom: 35px;
  }
  #contact .container .section__contents p {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .d-pc {
    display: none;
  }
  .d-sp {
    display: inline-block;
  }
  html, body, a {
    cursor: initial;
  }
  #cursor,
  #stalker {
    display: none;
  }
  .column {
    width: 100%;
  }
  #header hgroup a {
    gap: 5px;
  }
  #header hgroup a h1 img {
    width: 75%;
  }
  #header hgroup a p {
    font-size: 10px;
  }
  #header .menu-header-container ul li.contact a {
    background-position: center;
    background-size: 14px;
    color: transparent;
    padding: 0;
    font-size: 0;
    width: 40px;
    height: 40px;
  }
  #header .menu-header-container ul li.contact a::after {
    display: none;
  }
  #contact .container hgroup a {
    width: 80%;
    font-size: 14px;
  }
  #contact .container .section__contents {
    text-align: left;
  }
  #contact .container .section__contents h6 {
    font-size: 18px;
  }
  #contact .container .section__contents p {
    font-size: 11px;
  }
  #footer {
    padding: 100px 0 10px;
    position: relative;
  }
  #footer .footer__menu {
    gap: 20px;
    justify-content: space-between;
  }
  #footer .footer__menu nav ul {
    gap: 20px;
  }
  #footer .footer__menu nav ul li {
    font-size: 5vw;
    font-weight: 900;
  }
  #footer .footer__menu a.kosaeru-link {
    margin-left: 0;
    position: absolute;
    bottom: -4%;
    left: 5%;
    width: 4%;
  }
  #footer .copyright {
    justify-content: flex-end;
    margin-top: -9px;
    margin-bottom: 100px;
  }
  #footer .copyright p {
    font-size: 10px;
  }
  #footer .copyright p.kosaeru-txt-link {
    position: absolute;
    bottom: 4%;
    left: 12%;
  }
}
@charset "UTF-8";
/*------------------------------------------------------

    PAN

------------------------------------------------------*/
#pan ul {
  display: flex;
}
#pan ul li {
  position: relative;
  font-size: 11px;
  font-weight: 300;
}
#pan ul li a {
  color: #767676;
}
#pan ul li.home {
  margin-right: 20px;
}
#pan ul li.home::after {
  content: "/";
  position: absolute;
  top: 50%;
  right: -13px;
  translate: 0 -50%;
  font-size: 10px;
  color: #767676;
}

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

    MAIN

------------------------------------------------------*/
main {
  padding: 100px 0 200px;
}

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

    ARTICLE

------------------------------------------------------*/
article hgroup h2 {
  font-size: 12px;
  margin-bottom: 15px;
}
article hgroup p {
  font-size: 68px;
  font-weight: 700;
  margin: 0 0 40px;
}
article h3 {
  margin: 50px 0 10px;
  line-height: 1.6;
}
article a {
  text-decoration: underline;
}

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

    FORM

------------------------------------------------------*/
.mw_wp_form {
  margin-top: 100px;
}
.mw_wp_form label {
  position: relative;
  margin: 50px 0 10px;
  font-weight: 600;
  display: block;
  padding-left: 65px;
}
.mw_wp_form label::before {
  content: "必須";
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  background-color: #333;
  color: #fff;
  padding: 0px 15px;
  border-radius: 4px;
  font-size: 12px;
}
.mw_wp_form input,
.mw_wp_form textarea {
  width: 58%;
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}
.mw_wp_form input[type=submit] {
  background-color: #24363f;
  color: #fff;
  font-weight: 700;
  border: 0;
  margin-top: 50px;
}

.mw_wp_form_complete a {
  margin-top: 50px;
}

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

    RESPO

------------------------------------------------------*/
@media (max-width: 767.98px) {
  .mw_wp_form input,
  .mw_wp_form textarea {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  main {
    padding: 100px 0;
  }
  article hgroup p {
    font-size: 15vw;
    margin: 0 0 25px;
  }
  .mw_wp_form {
    margin-top: 0;
  }
  .mw_wp_form input[type=submit] {
    margin-top: 10px;
  }
}