@charset "UTF-8";
/*------------------------------------------------------------
	サイト幅でセンタリング
------------------------------------------------------------*/
/*------------------------------------------------------------
	breakpoint
------------------------------------------------------------*/
/*------------------------------------------------------------
	フォント
------------------------------------------------------------*/
/*------------------------------------------------------------
	clearfix
------------------------------------------------------------*/
/*------------------------------------------------------------
	flex
------------------------------------------------------------*/
/*------------------------------------------------------------
	Other
------------------------------------------------------------*/
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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,
font,
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,
figcaption,
figure,
section {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}
@media (min-width: 600px) and (max-width: 1024px) {
  html {
    font-size: clamp(15px, 1.3vw, 16.5px);
  }
}
body,
table,
input,
textarea,
select,
option {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

chrome_annotation {
  border: none !important;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

address {
  font-style: normal;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000;
}
a:hover {
  color: #000;
}
a:active {
  color: #000;
}
a[href^="tel:"] {
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    cursor: pointer;
    pointer-events: auto;
  }
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #000;
  line-height: 1.7;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  background: #fffaf6;
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  body .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  body {
    min-width: inherit;
  }
  body a:hover,
  body a:hover img {
    opacity: 1 !important;
  }
  body .pc {
    display: none !important;
  }
}

#container {
  position: relative;
  text-align: left;
}

.en {
  font-family: "Bitter", sans-serif;
}

/*------------------------------------------------------------
	header
------------------------------------------------------------*/
#gHeader {
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 1024px) {
  #gHeader {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  #gHeader {
    width: 100%;
  }
}
@keyframes scroll-anime {
  0% {
    opacity: 0;
    translate: 0 -2rem;
  }
  20% {
    opacity: 1;
    translate: 0 0;
  }
  100% {
    opacity: 1;
  }
}
#gHeader .hBox {
  display: flex;
  width: 100%;
}
#gHeader .hBox h1 {
  display: flex;
}
#gHeader .hBox h1 .logo {
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s ease;
}
#gHeader .hBox h1 .logo .scrolled {
  transform: scale(1);
  opacity: 1;
}
#gHeader .hBox #gNav {
  display: none;
}
@media screen and (min-width: 1025px) {
  #gHeader .hBox #gNav {
    display: block;
    margin-left: auto;
    margin-right: min(5%, 9.8rem);
    margin-top: 5.2rem;
  }
  #gHeader .hBox #gNav ul {
    display: flex;
  }
  #gHeader .hBox #gNav ul li {
    display: flex;
    align-items: center;
    gap: 3rem;
  }
  #gHeader .hBox #gNav ul li:not(:first-child) {
    margin-left: 3rem;
  }
  #gHeader .hBox #gNav ul li::before {
    content: url(../img/top/menu-line.svg);
    display: block;
    width: 1rem;
    height: auto;
  }
  #gHeader .hBox #gNav ul li a {
    display: block;
    color: #485b51;
    text-align: center;
    font-size: max(12px,2.4rem);
    font-weight: 700;
    line-height: 3.625rem;
    letter-spacing: 0.0625rem;
    width: 16.3rem;
    font-family: "Bitter", sans-serif;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  #gHeader .hBox #gNav ul li a {
    font-size: 2.4rem;
    line-height: 1;
    width: auto;
  }
}
@media screen and (min-width: 1025px) {
  #gHeader .hBox #gNav ul li a .ja {
    display: block;
    font-size: max(12px,1.2rem);
    font-family: "Zen Old Mincho", sans-serif;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1025px) {
  #gHeader .hBox #gNav ul li a .ja {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 600px) {
  #gHeader .hBox {
    padding: 3.25rem 3.25rem 0 3.25rem !important;
  }
  #gHeader .hBox h1 {
    width: 4.625rem;
  }
  #gHeader .hBox #gNav {
    display: none !important;
  }
}

/*------------------------------------------------------------
	footer
------------------------------------------------------------*/
#gFooter {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 1.4rem;
  margin: 0 auto;
  background: #355d37;
  z-index: 3;
}
#gFooter .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.1rem;
  width: 80%;
  border-top: 0.1rem solid white;
}
#gFooter .content .policy {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1025px) {
  #gFooter .content .policy {
    font-size: 1.8rem;
  }
}
#gFooter .content address {
  font-size: 1rem;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  padding-top: 3.5rem;
}
@media screen and (min-width: 1025px) {
  #gFooter .content address {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-WYX */
/* flex */
.flex,
.flexA,
.flexB,
.flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

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

.flexC {
  justify-content: center;
}

/*------------------------------------------------------------
	breadcrumb
------------------------------------------------------------*/
.breadcrumb {
  position: relative;
  width: 91.5%;
  margin: 0 auto;
  padding-top: 3rem;
}
@media screen and (min-width: 1025px) {
  .breadcrumb {
    padding-top: 7rem;
  }
}
.breadcrumb #pagePath {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.breadcrumb #pagePath li {
  font-size: 1rem;
  color: #485b51;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0.1rem;
}
.breadcrumb #pagePath li a {
  color: #485b51;
}
.breadcrumb #pagePath li:not(:last-child) {
  padding-right: 0.6rem;
}
.breadcrumb #pagePath li span {
  padding-left: 0.6rem;
}
@media screen and (min-width: 1025px) {
  .breadcrumb #pagePath li {
    font-size: 1.4rem;
  }
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  color: #485b51;
}
.headLine01 .en {
  display: block;
  font-size: 3.6rem;
  text-align: center;
  height: 4.8rem;
  font-family: "Bitter", sans-serif;
}
@media screen and (min-width: 1025px) {
  .headLine01 .en {
    height: 9.2rem;
    font-size: 6.4rem;
  }
}
.headLine01 .ja {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  font-family: "Zen Old Mincho", sans-serif;
}
@media screen and (min-width: 1025px) {
  .headLine01 .ja {
    font-size: 2.8rem;
  }
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #485b51;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .headLine02 {
    margin-bottom: 0;
    font-size: 1.5rem;
  }
}

/*------------------------------------------------------------
	comBorder
------------------------------------------------------------*/
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink,
.comLink_back {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  padding: 1.6rem 0.6rem;
  margin: 0 auto;
  margin-top: 10.8rem;
  border: none;
  cursor: pointer;
  background: url(../img/top/arrow-down.svg) no-repeat right 0.7rem center;
  background-color: #fffaf6;
}
@media screen and (min-width: 1025px) {
  .comLink,
  .comLink_back {
    width: 21rem;
    padding: 1.8rem 3.2rem 1.8rem 2.2rem;
    font-size: 2.4rem;
    background: url(../img/top/arrow-down.svg) no-repeat right 1.7rem bottom 2.6rem;
    background-size: 1.2rem auto;
    background-color: #fffaf6;
  }
}
.comLink .line,
.comLink_back .line {
  position: absolute;
  transition: all 0.3s ease;
}
.comLink .line.line-top,
.comLink_back .line.line-top {
  width: 90%;
  height: 0.1rem;
  background-color: black;
  top: 0;
  left: -0.7rem;
}
@media screen and (min-width: 1025px) {
  .comLink .line.line-top,
  .comLink_back .line.line-top {
    left: -1.2rem;
  }
}
.comLink .line.line-left,
.comLink_back .line.line-left {
  height: 90%;
  width: 0.1rem;
  background-color: black;
  top: -0.7rem;
  left: 0;
}
@media screen and (min-width: 1025px) {
  .comLink .line.line-left,
  .comLink_back .line.line-left {
    top: -1.2rem;
  }
}
.comLink .line.line-bottom,
.comLink_back .line.line-bottom {
  width: 90%;
  height: 0.1rem;
  background-color: black;
  bottom: 0;
  right: -0.7rem;
}
@media screen and (min-width: 1025px) {
  .comLink .line.line-bottom,
  .comLink_back .line.line-bottom {
    right: -1.2rem;
  }
}
.comLink .line.line-right,
.comLink_back .line.line-right {
  height: 90%;
  width: 0.1rem;
  background-color: black;
  bottom: -0.7rem;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .comLink .line.line-right,
  .comLink_back .line.line-right {
    bottom: -1.2rem;
  }
}
.comLink .hover_bg,
.comLink_back .hover_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: -1;
  transition: all 0.3s ease;
}
.comLink:hover,
.comLink_back:hover {
  box-shadow: 5px 5px 0px 0px #236843;
  transition: all 0.3s ease;
}
.comLink:hover .line-top,
.comLink:hover .line-bottom,
.comLink_back:hover .line-top,
.comLink_back:hover .line-bottom {
  width: calc(100% + 1.4rem);
}
@media screen and (min-width: 1025px) {
  .comLink:hover .line-top,
  .comLink:hover .line-bottom,
  .comLink_back:hover .line-top,
  .comLink_back:hover .line-bottom {
    width: calc(100% + 2.4rem);
  }
}
.comLink:hover .line-left,
.comLink:hover .line-right,
.comLink_back:hover .line-left,
.comLink_back:hover .line-right {
  height: calc(100% + 1.4rem);
}
@media screen and (min-width: 1025px) {
  .comLink:hover .line-left,
  .comLink:hover .line-right,
  .comLink_back:hover .line-left,
  .comLink_back:hover .line-right {
    height: calc(100% + 2.4rem);
  }
}
.comLink:hover .hover_bg,
.comLink_back:hover .hover_bg {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  height: 100%;
  background: #e2f4fb;
  z-index: -1;
  transition: all 0.3s ease;
  filter: blur(4px);
}
.comLink .btn_name,
.comLink_back .btn_name {
  position: relative;
  z-index: 1;
  display: block;
  flex-grow: 1;
  text-align: center;
  width: auto;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .comLink .btn_name,
  .comLink_back .btn_name {
    font-size: 1.8rem;
  }
}

.white {
  background-color: white;
}

.comLink_back {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15rem;
  padding: 1.6rem 0.6rem;
  margin: 0 auto;
  margin-top: 10.8rem;
  border: none;
  background: url(../img/top/arrow-back.svg) no-repeat left 0.7rem center;
  background-color: #fffaf6;
}
@media screen and (min-width: 1025px) {
  .comLink_back {
    width: 21rem;
    padding: 1.8rem 1.2rem 1.8rem 3.2rem;
    font-size: 2.4rem;
    background: url(../img/top/arrow-back.svg) no-repeat left 1.4rem bottom 2.6rem;
    background-size: 2rem auto;
    background-color: #fffaf6;
  }
}

.scaleUp {
  animation: scaleUp 0.8s ease-in-out;
}

@keyframes scaleUp {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.1;
  }
  80% {
    scale: 1.1;
  }
  100% {
    scale: 1;
  }
}
/*------------------------------------------------------------
	profile
------------------------------------------------------------*/
#profile {
  position: relative;
  padding-top: 22rem;
  padding-bottom: 17rem;
}
@media screen and (max-width: 600px) {
  #profile {
    padding-bottom: 15rem;
  }
}
@media screen and (min-width: 1025px) {
  #profile {
    max-width: 1440px;
    margin: 9.8rem auto;
    padding-top: 20rem;
    padding-bottom: 0;
  }
}
#profile .fBox {
  position: relative;
}
@media screen and (min-width: 1025px) {
  #profile .fBox {
    display: grid;
    grid-template-columns: min(40%, 80rem) min(40%, 80rem);
    margin-inline: auto;
    justify-content: center;
    gap: 2rem;
  }
  #profile .fBox .headLine01 {
    grid-column: 1/3;
  }
  #profile .fBox .headLine01 .ja {
    line-height: 1.2;
  }
}
@media screen and (max-width: 1024px) {
  #profile .fBox .lBox {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 48rem;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  #profile .fBox .lBox {
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(0);
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  #profile .fBox .lBox {
    position: absolute;
    width: 100%;
    height: 100%;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
#profile .fBox .lBox .bg_image {
  position: absolute;
  width: 40dvw;
}
@media screen and (max-width: 1024px) {
  #profile .fBox .lBox .bg_image.sai {
    top: -12rem;
    left: 0;
    width: 14rem;
  }
}
@media screen and (max-width: 600px) {
  #profile .fBox .lBox .bg_image.sai {
    top: -13rem;
    left: 0;
    width: 34dvw;
  }
}
@media screen and (min-width: 1025px) {
  #profile .fBox .lBox .bg_image.sai {
    top: -17rem;
    left: 6rem;
    width: 25rem;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 1024px) {
  #profile .fBox .lBox .bg_image.kujaku {
    top: 33rem;
    right: 0;
    width: 13rem;
  }
}
@media screen and (max-width: 600px) {
  #profile .fBox .lBox .bg_image.kujaku {
    top: 33rem;
    right: -3rem;
    width: 33dvw;
  }
}
@media screen and (min-width: 1025px) {
  #profile .fBox .lBox .bg_image.kujaku {
    top: 16%;
    right: -8rem;
    transform: translate(-50%, -50%);
    width: 23rem;
  }
}
#profile .fBox .lBox .bg_image.cloud1 {
  top: 50%;
  left: 1.5rem;
  width: 6rem;
}
@media screen and (max-width: 600px) {
  #profile .fBox .lBox .bg_image.cloud1 {
    left: -4%;
    width: 11dvw;
  }
}
@media screen and (min-width: 1025px) {
  #profile .fBox .lBox .bg_image.cloud1 {
    top: 40%;
    left: 4rem;
    transform: translate(-50%, -50%);
    width: 9rem;
  }
}
#profile .fBox .lBox .bg_image.cloud2 {
  top: 70%;
  right: 1rem;
  width: 6rem;
}
@media screen and (max-width: 600px) {
  #profile .fBox .lBox .bg_image.cloud2 {
    right: -4%;
    width: 11dvw;
  }
}
@media screen and (min-width: 1025px) {
  #profile .fBox .lBox .bg_image.cloud2 {
    top: 65%;
    right: 3rem;
    transform: translate(-50%, -50%);
    width: 9rem;
  }
}
#profile .fBox .lBox .bg_image.ushi {
  bottom: -15rem;
  left: -1rem;
  width: 18rem;
}
@media screen and (max-width: 600px) {
  #profile .fBox .lBox .bg_image.ushi {
    bottom: -13rem;
    width: 14rem;
  }
}
@media screen and (min-width: 1025px) {
  #profile .fBox .lBox .bg_image.ushi {
    bottom: -7%;
    left: 10rem;
    transform: translate(-50%, -50%);
    width: 32rem;
  }
}
#profile .fBox .rBox {
  margin-top: 5rem;
}
@media screen and (min-width: 1025px) {
  #profile .fBox .rBox {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#profile .fBox .rBox .profile_box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#profile .fBox .rBox .profile_box .profileImg {
  max-width: 91.4%;
  max-height: 20.4rem;
  border-radius: 2.3rem;
  object-fit: cover;
  margin-inline: auto;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  #profile .fBox .rBox .profile_box .profileImg {
    height: 21rem;
  }
}
@media screen and (min-width: 1025px) {
  #profile .fBox .rBox .profile_box .profileImg {
    width: 100%;
    aspect-ratio: 508/271;
    max-width: 100%;
    max-height: 100%;
  }
}
#profile .fBox .rBox .name {
  margin-top: 4.5rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  #profile .fBox .rBox .name {
    font-size: 2.4rem;
  }
}
#profile .fBox .rBox .content {
  display: inline;
  background: none;
  text-decoration: none;
  word-break: break-word;
  overflow-wrap: break-word;
  position: relative;
  max-width: 91.4%;
  color: #485b51;
  font-size: 1.4rem;
  padding-inline: 2.2rem;
  border-bottom: 0.1rem solid #c4cfc2;
  line-height: 4.2rem;
}
@media screen and (max-width: 1024px) {
  #profile .fBox .rBox .content {
    width: 36rem;
  }
}
@media screen and (max-width: 600px) {
  #profile .fBox .rBox .content {
    width: 91.4%;
  }
}
@media screen and (min-width: 1025px) {
  #profile .fBox .rBox .content {
    width: 65rem;
    max-width: 100%;
    font-size: 1.6rem;
    line-height: 4.8rem;
  }
}
#profile .fBox .rBox .content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #c4cfc2 1px, transparent 0);
  background-size: 100% 4.2rem;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  #profile .fBox .rBox .content::after {
    width: 100%;
    background-image: linear-gradient(to bottom, #c4cfc2 1px, transparent 0);
    background-size: 100% 4.8rem;
  }
}

/*------------------------------------------------------------
	works
------------------------------------------------------------*/
#works {
  position: relative;
  padding-top: 8rem;
  width: 100%;
}
#works .illustBox {
  position: absolute;
  width: 100%;
  height: 100%;
}
#works .illustBox .sky {
  scale: 1.1;
  position: relative;
  z-index: 1;
}
#works .illustBox .inner {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  aspect-ratio: 3/2;
}
@media screen and (min-width: 1025px) {
  #works .illustBox .inner {
    aspect-ratio: 4/1;
  }
}
#works .illustBox .inner .bg_image {
  position: absolute;
  display: block;
}
#works .illustBox .inner .bg_image.cloud1 {
  width: 6rem;
  top: 4rem;
  left: 14%;
}
@media screen and (max-width: 600px) {
  #works .illustBox .inner .bg_image.cloud1 {
    width: 15%;
    top: 12%;
    left: 10%;
  }
}
@media screen and (min-width: 1025px) {
  #works .illustBox .inner .bg_image.cloud1 {
    width: min(8%, 10rem);
    top: 2rem;
    left: 12%;
  }
}
#works .illustBox .inner .bg_image.cloud2 {
  width: 6rem;
  top: 5rem;
  left: 41%;
}
@media screen and (max-width: 600px) {
  #works .illustBox .inner .bg_image.cloud2 {
    width: 15%;
    top: 18%;
    left: 38%;
  }
}
@media screen and (min-width: 1025px) {
  #works .illustBox .inner .bg_image.cloud2 {
    width: min(8%, 10rem);
    top: 3rem;
    left: 40%;
  }
}
#works .illustBox .inner .bg_image.cloud3 {
  width: 6rem;
  top: 14rem;
  right: 41%;
}
@media screen and (max-width: 600px) {
  #works .illustBox .inner .bg_image.cloud3 {
    width: 15%;
    top: 46%;
    right: 44%;
  }
}
@media screen and (min-width: 1025px) {
  #works .illustBox .inner .bg_image.cloud3 {
    width: min(8%, 10rem);
    top: 15rem;
    right: 42%;
  }
}
#works .illustBox .inner .bg_image.cloud4 {
  width: 6rem;
  top: 20rem;
  right: 23%;
}
@media screen and (max-width: 600px) {
  #works .illustBox .inner .bg_image.cloud4 {
    width: 15%;
    top: 61%;
    right: 21%;
  }
}
@media screen and (min-width: 1025px) {
  #works .illustBox .inner .bg_image.cloud4 {
    width: min(8%, 10rem);
    top: 19rem;
    right: 12%;
  }
}
#works .illustBox .inner .bg_image.kaeru {
  width: min(35%, 18rem);
  top: 9rem;
  left: 5%;
}
@media screen and (max-width: 600px) {
  #works .illustBox .inner .bg_image.kaeru {
    width: 32%;
    top: 35%;
    left: 5%;
  }
}
@media screen and (min-width: 1025px) {
  #works .illustBox .inner .bg_image.kaeru {
    width: min(23%, 32rem);
    top: 5rem;
    left: 15%;
  }
}
#works .illustBox .inner .bg_image.penguin {
  width: min(23%, 11rem);
  top: 3rem;
  right: 13%;
}
@media screen and (max-width: 600px) {
  #works .illustBox .inner .bg_image.penguin {
    width: 22%;
    top: 2rem;
    right: 12%;
  }
}
@media screen and (min-width: 1025px) {
  #works .illustBox .inner .bg_image.penguin {
    width: min(14%, 20rem);
    top: 1rem;
    right: 23%;
  }
}
#works .bgBox {
  position: relative;
  width: 100%;
  background: white;
  padding-bottom: 18rem;
  z-index: 2;
  margin-top: 42rem;
}
@media screen and (max-width: 600px) {
  #works .bgBox {
    margin-top: 80vw;
  }
}
@media screen and (min-width: 1025px) {
  #works .bgBox {
    margin-top: 48rem;
    padding-bottom: 26rem;
  }
}
#works .bgBox .round {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: -29rem;
}
@media screen and (max-width: 600px) {
  #works .bgBox .round {
    top: -50vw;
  }
}
@media screen and (min-width: 1025px) {
  #works .bgBox .round {
    top: -37rem;
  }
}
#works .bgBox .round img {
  width: 100%;
  object-fit: cover;
}
#works .bgBox .title {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 14rem;
  z-index: 3;
}
#works .bgBox .title img {
  position: absolute;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  #works .bgBox .title img {
    transform: translate(0, 0);
  }
}
#works .bgBox .title .hand {
  width: min(45%, 28rem);
  top: 4rem;
  left: 6%;
}
@media screen and (max-width: 600px) {
  #works .bgBox .title .hand {
    width: min(21.8rem, 40%);
    top: -1rem;
    left: -12%;
  }
}
@media screen and (min-width: 1025px) {
  #works .bgBox .title .hand {
    width: min(38%, 55rem);
    top: 12rem;
    left: 6%;
  }
}
#works .bgBox .title .hand-line {
  width: min(33%, 20rem);
  top: -2.5rem;
  right: -20%;
}
@media screen and (max-width: 600px) {
  #works .bgBox .title .hand-line {
    width: min(32%, 15rem);
    top: -5rem;
    right: -5%;
  }
}
@media screen and (min-width: 1025px) {
  #works .bgBox .title .hand-line {
    width: min(31%, 42rem);
    top: -5.5rem;
    right: -20%;
  }
}
#works .bgBox .mTop {
  position: relative;
  margin: 0 auto;
  z-index: 3;
  width: min(48rem, 84%);
  max-width: 120rem;
}
@media screen and (max-width: 600px) {
  #works .bgBox .mTop {
    width: 91.7%;
    max-width: 120rem;
  }
}
@media screen and (min-width: 1025px) {
  #works .bgBox .mTop {
    width: min(180rem, 84%);
    margin: 18rem auto 0;
    max-width: 180rem;
  }
}
#works .bgBox .mTop .mList {
  display: grid;
  gap: 4.4rem 4rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 600px) {
  #works .bgBox .mTop .mList {
    gap: 2.4rem 3rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  #works .bgBox .mTop .mList {
    grid-template-columns: repeat(4, 1fr);
  }
}
#works .bgBox .mTop .mList .no_content {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column: 1/-1;
}
#works .bgBox .mTop .mList .no_content .text {
  color: #485b51;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #works .bgBox .mTop .mList .no_content .text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  #works .bgBox .mTop .mList .no_content .text {
    font-size: 2.4rem;
  }
}
#works .bgBox .mTop .mList .list01 .subBox:hover .photo img {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
#works .bgBox .mTop .mList .list01 .subBox .photo {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1;
}
#works .bgBox .mTop .mList .list01 .subBox .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
#works .bgBox .mTop .mList .list01 .subBox .textBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-top: 1rem;
  background: url(../img/top/arrow.svg) no-repeat right 0.3rem bottom 0.7rem;
  padding-right: 1.5rem;
}
#works .bgBox .mTop .mList .list01 .subBox .textBox .headLine02 {
  color: #485b51;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.24rem;
  letter-spacing: 0.1rem;
  width: auto;
}
@media screen and (min-width: 1025px) {
  #works .bgBox .mTop .mList .list01 .subBox .textBox .headLine02 {
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
	topics
------------------------------------------------------------*/
#topics {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  #topics {
    padding-bottom: 15rem;
  }
}
#topics .illustBox {
  position: relative;
  width: 100dvw;
}
#topics .illustBox .shiba {
  width: 262%;
  height: 100%;
  transform: translateX(-50%);
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  #topics .illustBox .shiba {
    width: 120%;
    height: 100%;
    transform: translateX(-5%);
  }
}
#topics .illustBox .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
#topics .illustBox .inner .bg_image {
  position: absolute;
  height: 100%;
  object-fit: cover;
}
#topics .illustBox .inner .bg_image.seiuchi {
  bottom: 7rem;
  left: -4rem;
  width: min(43%, 20rem);
}
@media screen and (max-width: 600px) {
  #topics .illustBox .inner .bg_image.seiuchi {
    bottom: 53%;
    left: -9%;
    width: 43%;
  }
}
@media screen and (min-width: 1025px) {
  #topics .illustBox .inner .bg_image.seiuchi {
    bottom: 11rem;
    left: 12%;
    width: min(24%, 38rem);
  }
}
#topics .illustBox .inner .bg_image.kurage {
  bottom: 6rem;
  right: 2rem;
  width: min(31%, 14rem);
}
@media screen and (max-width: 600px) {
  #topics .illustBox .inner .bg_image.kurage {
    bottom: 50%;
    right: 5%;
    width: 31%;
  }
}
@media screen and (min-width: 1025px) {
  #topics .illustBox .inner .bg_image.kurage {
    bottom: 12rem;
    right: 14%;
    width: min(21%, 30rem);
  }
}
#topics .bgBox {
  position: relative;
  width: 100%;
  margin-top: 7rem;
  z-index: 1;
}
#topics .bgBox .content {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#topics .bgBox .content .flexBox {
  display: flex;
  justify-content: center;
}
#topics .bgBox .content .newsUI {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(48rem, 84%);
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  #topics .bgBox .content .newsUI {
    width: 91.5%;
  }
}
@media screen and (min-width: 1025px) {
  #topics .bgBox .content .newsUI {
    width: 84%;
    max-width: 120rem;
  }
}
#topics .bgBox .content .newsUI .no_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#topics .bgBox .content .newsUI .no_content .text {
  color: #485b51;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  #topics .bgBox .content .newsUI .no_content .text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1025px) {
  #topics .bgBox .content .newsUI .no_content .text {
    font-size: 2.4rem;
  }
}
#topics .bgBox .content .newsUI li {
  padding: 1.8rem 2.2rem 1.8rem 0.6rem;
  border-bottom: 0.1rem solid #485b51;
  background: url(../img/top/arrow.svg) no-repeat right 1rem bottom 2.2rem;
  transition: all 0.5s ease;
}
#topics .bgBox .content .newsUI li[data-key="1"] {
  border-top: 0.1rem solid #485b51;
}
@media screen and (min-width: 1025px) {
  #topics .bgBox .content .newsUI li {
    padding: 2.8rem 2.2rem 2.8rem 0.6rem;
    border-bottom: 0.1rem solid #485b51;
    background-size: 2rem auto;
  }
}
#topics .bgBox .content .newsUI li:hover {
  transition: all 0.5s ease;
  background: url(../img/top/arrow.svg) no-repeat right 1rem bottom 2.2rem;
  background-color: rgb(232, 236, 232);
}
@media screen and (min-width: 1025px) {
  #topics .bgBox .content .newsUI li:hover {
    background: url(../img/top/arrow.svg) no-repeat right 0.5rem bottom 2.2rem;
    background-size: 2rem auto;
    background-color: rgb(232, 236, 232);
  }
}
#topics .bgBox .content .newsUI li:hover .thumbnail img {
  transition: all 0.3s ease;
  transform: scale(1.1);
}
#topics .bgBox .content .newsUI li a {
  display: flex;
  flex-direction: row;
  gap: 0.9rem;
  align-items: flex-end;
}
#topics .bgBox .content .newsUI li a .inner {
  display: flex;
  flex-direction: row;
  gap: 1.5rem;
}
#topics .bgBox .content .newsUI li a .inner .thumbnail {
  overflow: hidden;
  border-radius: 1.3rem;
  width: 100%;
  display: flex;
  align-items: center;
  max-width: 20rem;
  border: 0.1rem solid #485b51;
}
@media screen and (max-width: 1024px) {
  #topics .bgBox .content .newsUI li a .inner .thumbnail {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 13rem;
    width: 13rem;
    aspect-ratio: 1;
  }
}
@media screen and (min-width: 1025px) {
  #topics .bgBox .content .newsUI li a .inner .thumbnail {
    border-radius: 2.3rem;
    border: 0.15rem solid #485b51;
    width: 20rem;
    aspect-ratio: 1;
  }
}
#topics .bgBox .content .newsUI li a .inner .thumbnail img {
  transition: all 0.3s ease;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
#topics .bgBox .content .newsUI li a .inner .textBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.3rem;
  flex: 1;
}
@media screen and (min-width: 1025px) {
  #topics .bgBox .content .newsUI li a .inner .textBox {
    gap: 2.3rem;
    flex-direction: row;
    align-items: center;
    margin-left: 2rem;
  }
}
#topics .bgBox .content .newsUI li a .inner .textBox .date {
  display: block;
  color: #485b51;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 1025px) {
  #topics .bgBox .content .newsUI li a .inner .textBox .date {
    font-size: 1.6rem;
    width: 10rem;
  }
}
#topics .bgBox .content .newsUI li a .inner .textBox .text {
  display: block;
  color: #485b51;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.38rem;
  letter-spacing: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 最大3行まで表示 */
  overflow: hidden;
}
@media screen and (max-width: 374px) {
  #topics .bgBox .content .newsUI li a .inner .textBox .text {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1025px) {
  #topics .bgBox .content .newsUI li a .inner .textBox .text {
    line-height: 1.8;
    font-size: 1.8rem;
    flex: 1;
  }
}
#topics .bgBox .content .newsUI li a .arrow {
  display: inline-block;
}
#topics .bgBox .content .newsUI li a .arrow img {
  width: 7rem;
  height: auto;
  display: block;
}

/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact {
  position: relative;
  padding-top: 5rem;
  width: 100%;
}
#contact.active {
  filter: blur(5px);
}
#contact .content {
  position: relative;
  width: 100%;
  padding: 4rem 0;
  margin: 0 auto;
  background: #355d37;
}
#contact .content .illustBox {
  position: absolute;
  width: 100%;
  top: -4rem;
  left: 0;
  height: 8rem;
}
#contact .content .illustBox .shiba2 {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
  overflow: hidden;
}
#contact .content .illustBox .shiba2 img {
  width: 100%;
}
#contact .content .illustBox .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: 5;
}
#contact .content .illustBox .inner .bg_image {
  position: absolute;
  height: 100%;
  object-fit: cover;
}
#contact .content .illustBox .inner .bg_image.letter {
  top: -8rem;
  left: 6rem;
  width: min(20%, 9rem);
}
@media screen and (max-width: 600px) {
  #contact .content .illustBox .inner .bg_image.letter {
    left: 11dvw;
  }
}
@media screen and (min-width: 1025px) {
  #contact .content .illustBox .inner .bg_image.letter {
    width: min(14%, 18rem);
    top: -15rem;
    left: calc(50% - 41rem);
  }
}
#contact .content .illustBox .inner .bg_image.bird {
  right: 7dvw;
  width: min(29%, 10rem);
  height: fit-content;
  bottom: 0;
}
#contact .content .illustBox .inner .bg_image.bird.move {
  animation: move 3s ease;
}
@media screen and (min-width: 1025px) {
  #contact .content .illustBox .inner .bg_image.bird {
    left: calc(50% + 26rem);
    width: min(14%, 18rem);
  }
}
@keyframes move {
  0% {
    transform: translate(0%, 0%);
  }
  10% {
    transform: translate(0%, -8%);
  }
  20% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(0%, -8%);
  }
  40% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(0%, -8%);
  }
  60% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
#contact .content .fBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fffaf6;
  color: #355d37;
  padding: 5rem 0;
  border-radius: 2.2rem;
  margin: 0 auto;
  width: 84.2%;
  z-index: 4;
}
@media screen and (min-width: 1025px) {
  #contact .content .fBox {
    max-width: 120rem;
  }
}
@media screen and (min-width: 1025px) {
  #contact .content .fBox .headLine01 .ja {
    line-height: 1.2;
  }
}
#contact .content .fBox .text {
  display: block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 2.38rem;
  margin-top: 3rem;
}
@media screen and (min-width: 1025px) {
  #contact .content .fBox .text {
    font-size: 1.6rem;
    font-weight: 500;
  }
}
#contact .content .fBox .text .block {
  display: block;
}
@media screen and (min-width: 1025px) {
  #contact .content .fBox .text .block {
    display: inline-block;
  }
}
#contact .content .fBox .ctaLink {
  display: inline-block;
  margin-top: 2.4rem;
  background: #355d37 url(../img/top/instagram.svg) no-repeat center center;
  background-size: 3rem;
  border-radius: 20rem;
  width: 5.1rem;
  aspect-ratio: 1;
}
#contact .content .fBox .ctaLink a {
  display: block;
  width: 100%;
  height: 100%;
}
#contact .content .fBox .ctaLink img {
  width: 2.4rem;
  height: 2.4rem;
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
main {
  overflow: hidden;
  padding-bottom: 16rem;
}
@media screen and (min-width: 1025px) {
  main {
    padding-bottom: 19rem;
    margin-top: -13rem;
  }
}

.menu {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: fit-content;
  z-index: 1000;
  cursor: pointer;
  width: 7rem;
  aspect-ratio: 1;
  max-width: 25dvh;
}
@media screen and (min-width: 1025px) {
  .menu {
    display: none;
  }
}
.menu img {
  transition: all 0.8s ease;
  opacity: 1;
}
.menu span {
  position: absolute;
  display: block;
  width: 48%;
  aspect-ratio: 10;
  background-color: white;
  left: 30%;
  border-radius: 4rem;
  transition: all 0.3s ease;
  z-index: 999;
}
.menu span:nth-child(1) {
  top: 32%;
}
.menu span:nth-child(2) {
  top: 47%;
}
.menu span:nth-child(3) {
  top: 62%;
}
.menu.active span {
  transition: all 0.3s ease;
}
.menu.active span:nth-child(1) {
  top: 47%;
  transform: rotate(-45deg);
}
.menu.active span:nth-child(2) {
  opacity: 0;
}
.menu.active span:nth-child(3) {
  top: 47%;
  transform: rotate(45deg);
}
.menu.active img {
  z-index: 998;
  position: absolute;
  opacity: 0;
}

.active_menu {
  position: fixed;
  right: 0;
  width: 100dvw;
  height: 100dvh;
  z-index: 0;
  opacity: 0;
  overflow: auto;
  background-image: linear-gradient(180deg, rgb(62, 155, 201) 0%, rgb(26, 131, 184) 100%), url("../img/top/menu_texture.png");
  transition: opacity 0.8s cubic-bezier(0.66, 0.1, 1, 1) 0.3s, z-index 0.8s cubic-bezier(0.66, 0.1, 1, 1) 0.3s;
}
.active_menu.active {
  top: 0;
  opacity: 1;
  z-index: 999;
}
.active_menu .menu_title_img_container {
  position: fixed;
  top: 3.2rem;
  left: 2.3rem;
  width: 7.5rem;
  z-index: 999;
}
.active_menu .menu_title_img_container .menu_title_img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.active_menu #menuNav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .active_menu #menuNav {
    display: flex;
    margin-left: auto;
    justify-content: center;
    margin-top: 18dvh;
  }
  .active_menu #menuNav ul {
    display: flex;
    flex-direction: column;
  }
  .active_menu #menuNav ul li {
    display: flex;
    align-items: center;
    gap: 1dvh;
    flex-direction: column;
    margin-bottom: 2dvh;
  }
  .active_menu #menuNav ul li::before {
    content: url(../img/top/menu-line-white.svg);
    display: block;
    width: 1rem;
    height: auto;
  }
  .active_menu #menuNav ul li a {
    display: block;
    color: white;
    text-align: center;
    font-size: max(12px,2.4rem);
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0.0625rem;
    width: 11.3rem;
    margin-top: 0.5rem;
    font-family: "Bitter", sans-serif;
  }
  .active_menu #menuNav ul li a .ja {
    display: block;
    font-size: max(12px,1.2rem);
    font-family: "Zen Old Mincho", sans-serif;
  }
}

#top .bg_image {
  position: absolute;
}
#top .mainVisual {
  position: relative;
  width: 100dvw;
  height: 100dvh;
  transition: all 0.8s ease;
}
#top .mainVisual.active {
  filter: blur(5px);
}
@media screen and (min-width: 1025px) {
  #top .mainVisual {
    width: 100%;
  }
}
#top .mainVisual .bg_image.roba {
  top: 6dvh;
  left: 0;
}
@media screen and (min-width: 1025px) {
  #top .mainVisual .bg_image.roba {
    left: 4.5rem;
    top: 9dvh;
  }
}
#top .mainVisual .bg_image.roba img {
  height: 22dvh;
  width: auto;
}
@media screen and (min-width: 1025px) {
  #top .mainVisual .bg_image.roba img {
    height: 27dvh;
    width: auto;
  }
}
#top .mainVisual .bg_image.wani {
  top: 35dvh;
  right: 0;
  transform: translateX(22%);
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  #top .mainVisual .bg_image.wani {
    right: -4rem;
  }
}
@media screen and (max-width: 374px) {
  #top .mainVisual .bg_image.wani {
    transform: translateX(40%);
  }
}
@media screen and (min-width: 1025px) {
  #top .mainVisual .bg_image.wani {
    top: 29dvh;
    right: min(3%, 15.5rem);
  }
}
#top .mainVisual .bg_image.wani img {
  width: auto;
  height: 28dvh;
}
@media screen and (min-width: 1025px) {
  #top .mainVisual .bg_image.wani img {
    width: auto;
    height: 34dvh;
  }
}
#top .mainVisual .bg_image.kirin {
  bottom: 0dvh;
  left: 8dvw;
}
@media screen and (max-width: 600px) {
  #top .mainVisual .bg_image.kirin {
    bottom: 0rem;
    left: 1dvw;
  }
}
@media screen and (min-width: 1025px) {
  #top .mainVisual .bg_image.kirin {
    left: 18rem;
    bottom: -2dvh;
  }
}
#top .mainVisual .bg_image.kirin img {
  width: auto;
  height: 40dvh;
}
@media screen and (min-width: 1025px) {
  #top .mainVisual .bg_image.kirin img {
    width: auto;
    height: 43dvh;
  }
}
@keyframes wani_move {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(0deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(0deg);
  }
  70% {
    transform: rotate(10deg);
  }
  80% {
    transform: translate(0%, 40%);
  }
  90% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
#top .mainVisual .bg_image.shiba {
  bottom: max(-36dvh, -9rem);
  min-width: 110%;
  width: 98rem;
  transform: translate(-5%, -4%);
}
@media screen and (max-width: 600px) {
  #top .mainVisual .bg_image.shiba {
    bottom: -5rem;
  }
}
@media screen and (min-width: 1025px) {
  #top .mainVisual .bg_image.shiba {
    bottom: min(-12dvh, -8rem);
    transform: translate(-5%, 27%);
  }
}
#top .mainVisual .bg_image.shiba img {
  bottom: max(-36dvh, -8rem);
  width: 100%;
}
#top .mainVisual .inner {
  position: absolute;
  top: 34dvh;
  left: 6%;
  transform: translateX(-0.8rem);
  z-index: 3;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2rem;
  width: fit-content;
  max-width: inherit;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #top .mainVisual .inner {
    top: 38dvh;
    left: 0rem;
  }
}
@media screen and (min-width: 1025px) {
  #top .mainVisual .inner {
    top: 42dvh;
    left: 10%;
    transform: translateX(0rem);
    height: 13dvh;
  }
}
#top .mainVisual .inner .niji {
  height: 20dvh;
}
@media screen and (min-width: 1025px) {
  #top .mainVisual .inner .niji {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #top .mainVisual .inner .niji {
    height: 18dvh;
    max-height: 8rem;
  }
}
@media screen and (min-width: 1025px) {
  #top .mainVisual .inner .title {
    position: relative;
    height: 100%;
  }
  #top .mainVisual .inner .title .portforio_title {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  #top .mainVisual .inner .title .portforio_title {
    max-width: 12.7rem;
    height: 18dvh;
  }
}
#top section {
  transition: filter 0.8s ease;
}
#top section.active {
  filter: blur(5px);
}

.sub_portfolio_title {
  display: flex;
  width: min(24%, 10rem);
  margin-top: 3.2rem;
  margin-left: 1.6rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1025px) {
  .sub_portfolio_title {
    margin-top: 8rem;
    margin-left: 8rem;
  }
}
.sub_portfolio_title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#works_page .mTop {
  padding-bottom: 9rem;
}
@media screen and (min-width: 1025px) {
  #works_page .mTop {
    margin-top: 10rem;
  }
}
#works_page .titleBox {
  position: relative;
  width: 84%;
  color: #485b51;
  margin: 0 auto;
  max-width: 120rem;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  #works_page .titleBox {
    width: 91.5%;
  }
}
@media screen and (min-width: 1025px) {
  #works_page .titleBox {
    width: 84%;
    display: flex;
    flex-direction: row;
    gap: 0 3rem;
  }
}
#works_page .titleBox .photo {
  width: 100%;
  max-width: 120rem;
  margin-inline: auto;
  margin-top: 6.25rem;
  display: inline-table;
  height: fit-content;
}
@media screen and (max-width: 374px) {
  #works_page .titleBox .photo {
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1025px) {
  #works_page .titleBox .photo {
    width: 50%;
    margin-top: 0;
    display: inline-table;
  }
}
#works_page .titleBox .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#works_page .titleBox h2 {
  width: 100%;
  margin-top: 5rem;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 3.9rem;
}
@media screen and (max-width: 374px) {
  #works_page .titleBox h2 {
    margin-top: 4rem;
  }
}
#works_page .titleBox p {
  width: 100%;
  margin-top: 5.5rem;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 2.72rem;
}
@media screen and (max-width: 600px) {
  #works_page .titleBox p {
    margin-top: 4.5rem;
  }
}
@media screen and (max-width: 374px) {
  #works_page .titleBox p {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #works_page .titleBox .content {
    width: 50%;
  }
  #works_page .titleBox .content h2 {
    margin-top: 2rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.8rem;
  }
  #works_page .titleBox .content p {
    margin-top: 4rem;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.8;
  }
}

#topics_page .mTop {
  padding-bottom: 9rem;
  margin-top: 4.5rem;
}
@media screen and (min-width: 1025px) {
  #topics_page .mTop {
    margin-top: 10rem;
  }
}
#topics_page .titleBox {
  position: relative;
  width: 84%;
  color: #485b51;
  margin: 0 auto;
  max-width: 120rem;
  margin-inline: auto;
}
@media screen and (max-width: 600px) {
  #topics_page .titleBox {
    width: 91.5%;
  }
}
@media screen and (min-width: 1025px) {
  #topics_page .titleBox {
    width: 74%;
    display: flex;
    flex-direction: row;
    gap: 0 4rem;
  }
}
#topics_page .titleBox .photo {
  width: 100%;
  display: inline-table;
  border: 0.1rem solid #485b51;
  height: fit-content;
}
#topics_page .titleBox .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 1025px) {
  #topics_page .titleBox .photo {
    width: 50%;
    margin-top: 0;
  }
}
#topics_page .titleBox h2 {
  width: 100%;
  margin-top: 3.5rem;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
  line-height: 3.9rem;
}
@media screen and (max-width: 600px) {
  #topics_page .titleBox h2 {
    margin-top: 2.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #topics_page .titleBox h2 {
    margin-top: 4.5rem;
  }
}
#topics_page .titleBox h2::after {
  content: "";
  display: block;
  height: 0.6rem;
  margin-top: 5rem;
  background: repeating-linear-gradient(to right, #154e94 0 10%, #d77892 10% 20%, #bf1324 20% 30%, #703965 30% 40%, #ffa208 40% 50%, #ec698b 50% 60%, #24b251 60% 70%, #ff8f3c 70% 80%, #ffa407 80% 90%, #154e94 90% 100%);
}
@media screen and (min-width: 1025px) {
  #topics_page .titleBox h2::after {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 600px) {
  #topics_page .titleBox h2::after {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 1025px) {
  #topics_page .titleBox h2 {
    margin-top: 0;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#topics_page .titleBox p {
  width: 100%;
  margin-top: 4.5rem;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  line-height: 2.72rem;
}
@media screen and (max-width: 600px) {
  #topics_page .titleBox p {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1025px) {
  #topics_page .titleBox p {
    margin-top: 0;
  }
  #topics_page .titleBox p.date {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  #topics_page .titleBox p.text {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 1025px) {
  #topics_page .titleBox .content {
    width: 50%;
  }
  #topics_page .titleBox .content .date {
    margin-top: 2rem;
  }
  #topics_page .titleBox .content h2 {
    margin-top: 2rem;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 4.8rem;
  }
  #topics_page .titleBox .content h2::after {
    margin-top: 3rem;
  }
  #topics_page .titleBox .content .text {
    margin-top: 4rem;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.8;
  }
}

#privacy_page .mTop {
  position: relative;
  width: 91.5%;
  margin: 0 auto;
  padding-bottom: 9rem;
  max-width: 120rem;
  margin-inline: auto;
  margin-top: 10rem;
  color: #485b51;
}
@media screen and (min-width: 1025px) {
  #privacy_page .mTop {
    width: 74%;
  }
}
#privacy_page .mTop .titleBox {
  position: relative;
  color: #485b51;
}
#privacy_page .mTop .titleBox h2 {
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", sans-serif;
  font-weight: 700;
  line-height: 1.8rem;
}
@media screen and (min-width: 1025px) {
  #privacy_page .mTop .titleBox h2 {
    font-size: 3.6rem;
    font-family: "Zen Old Mincho", sans-serif;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 3.9rem;
  }
}
#privacy_page .mTop h3 {
  margin-top: 4rem;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  #privacy_page .mTop h3 {
    font-size: 2.4rem;
  }
}
#privacy_page .mTop p {
  width: 100%;
  margin-top: 1.8rem;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-weight: 400;
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  #privacy_page .mTop p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
#privacy_page .mTop .pre {
  margin-top: 4rem;
}
#privacy_page .mTop ol {
  list-style-type: decimal;
  margin-top: 1.8rem;
  margin-left: 4rem;
}
@media screen and (min-width: 1025px) {
  #privacy_page .mTop ol {
    margin-left: 4rem;
  }
}
#privacy_page .mTop ol li {
  margin-top: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (min-width: 1025px) {
  #privacy_page .mTop ol li {
    font-size: 1.6rem;
  }
}
#privacy_page .mTop ol li::marker {
  color: #355d37;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 2px;
}
@media screen and (min-width: 1025px) {
  #privacy_page .mTop ol li::marker {
    font-size: 1.8rem;
    letter-spacing: 3px;
  }
}
#privacy_page .mTop .link {
  font-weight: bold;
}
#privacy_page .mTop .tR {
  text-align: right;
}

.p_404 {
  position: relative;
  margin-top: 10rem;
}
@media screen and (min-width: 1025px) {
  .p_404 {
    margin-top: 20rem;
  }
}
.p_404__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 84%;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .p_404__box {
    width: 91.5%;
  }
}
@media screen and (min-width: 1025px) {
  .p_404__box {
    width: 74%;
  }
}
.p_404__title {
  font-size: 5.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .p_404__title {
    font-size: 9.6rem;
  }
}
.p_404__title-en {
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .p_404__title-en {
    font-size: 2.8rem;
  }
}
.p_404__text {
  margin-top: 2rem;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .p_404__text {
    font-size: 1.8rem;
  }
}
.p_404__text-2 {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .p_404__text-2 {
    font-size: 1.6rem;
    margin-top: 0.6rem;
  }
}/*# sourceMappingURL=style.css.map */