@charset "UTF-8";
/* Reset CSS */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

img {
  display: block;
  max-width: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

figure {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

button,
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

:root {
  --c-font: #222;
  --c-main: #C84B3A;
  --c-white: #fff;
  --c-bg: #FAF8F6;
  --w-unit: 15px;
  --w-pc: 1000px;
  --header-sp: 70px;
  --header-pc: 100px;
}

/* 余白 */
.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

@media (max-width: 768px) {
  .mt10-sp {
    margin-top: 10px;
  }
  .mb10-sp {
    margin-bottom: 10px;
  }
  .pt10-sp {
    padding-top: 10px;
  }
  .pb10-sp {
    padding-bottom: 10px;
  }
  .mt20-sp {
    margin-top: 20px;
  }
  .mb20-sp {
    margin-bottom: 20px;
  }
  .pt20-sp {
    padding-top: 20px;
  }
  .pb20-sp {
    padding-bottom: 20px;
  }
  .mt30-sp {
    margin-top: 30px;
  }
  .mb30-sp {
    margin-bottom: 30px;
  }
  .pt30-sp {
    padding-top: 30px;
  }
  .pb30-sp {
    padding-bottom: 30px;
  }
  .mt40-sp {
    margin-top: 40px;
  }
  .mb40-sp {
    margin-bottom: 40px;
  }
  .pt40-sp {
    padding-top: 40px;
  }
  .pb40-sp {
    padding-bottom: 40px;
  }
  .mt50-sp {
    margin-top: 50px;
  }
  .mb50-sp {
    margin-bottom: 50px;
  }
  .pt50-sp {
    padding-top: 50px;
  }
  .pb50-sp {
    padding-bottom: 50px;
  }
  .mt60-sp {
    margin-top: 60px;
  }
  .mb60-sp {
    margin-bottom: 60px;
  }
  .pt60-sp {
    padding-top: 60px;
  }
  .pb60-sp {
    padding-bottom: 60px;
  }
  .mt70-sp {
    margin-top: 70px;
  }
  .mb70-sp {
    margin-bottom: 70px;
  }
  .pt70-sp {
    padding-top: 70px;
  }
  .pb70-sp {
    padding-bottom: 70px;
  }
  .mt80-sp {
    margin-top: 80px;
  }
  .mb80-sp {
    margin-bottom: 80px;
  }
  .pt80-sp {
    padding-top: 80px;
  }
  .pb80-sp {
    padding-bottom: 80px;
  }
  .mt90-sp {
    margin-top: 90px;
  }
  .mb90-sp {
    margin-bottom: 90px;
  }
  .pt90-sp {
    padding-top: 90px;
  }
  .pb90-sp {
    padding-bottom: 90px;
  }
  .mt100-sp {
    margin-top: 100px;
  }
  .mb100-sp {
    margin-bottom: 100px;
  }
  .pt100-sp {
    padding-top: 100px;
  }
  .pb100-sp {
    padding-bottom: 100px;
  }
}
@media (min-width: 768.1px) {
  .mt10-pc {
    margin-top: 10px;
  }
  .mb10-pc {
    margin-bottom: 10px;
  }
  .pt10-pc {
    padding-top: 10px;
  }
  .pb10-pc {
    padding-bottom: 10px;
  }
  .mt20-pc {
    margin-top: 20px;
  }
  .mb20-pc {
    margin-bottom: 20px;
  }
  .pt20-pc {
    padding-top: 20px;
  }
  .pb20-pc {
    padding-bottom: 20px;
  }
  .mt30-pc {
    margin-top: 30px;
  }
  .mb30-pc {
    margin-bottom: 30px;
  }
  .pt30-pc {
    padding-top: 30px;
  }
  .pb30-pc {
    padding-bottom: 30px;
  }
  .mt40-pc {
    margin-top: 40px;
  }
  .mb40-pc {
    margin-bottom: 40px;
  }
  .pt40-pc {
    padding-top: 40px;
  }
  .pb40-pc {
    padding-bottom: 40px;
  }
  .mt50-pc {
    margin-top: 50px;
  }
  .mb50-pc {
    margin-bottom: 50px;
  }
  .pt50-pc {
    padding-top: 50px;
  }
  .pb50-pc {
    padding-bottom: 50px;
  }
  .mt60-pc {
    margin-top: 60px;
  }
  .mb60-pc {
    margin-bottom: 60px;
  }
  .pt60-pc {
    padding-top: 60px;
  }
  .pb60-pc {
    padding-bottom: 60px;
  }
  .mt70-pc {
    margin-top: 70px;
  }
  .mb70-pc {
    margin-bottom: 70px;
  }
  .pt70-pc {
    padding-top: 70px;
  }
  .pb70-pc {
    padding-bottom: 70px;
  }
  .mt80-pc {
    margin-top: 80px;
  }
  .mb80-pc {
    margin-bottom: 80px;
  }
  .pt80-pc {
    padding-top: 80px;
  }
  .pb80-pc {
    padding-bottom: 80px;
  }
  .mt90-pc {
    margin-top: 90px;
  }
  .mb90-pc {
    margin-bottom: 90px;
  }
  .pt90-pc {
    padding-top: 90px;
  }
  .pb90-pc {
    padding-bottom: 90px;
  }
  .mt100-pc {
    margin-top: 100px;
  }
  .mb100-pc {
    margin-bottom: 100px;
  }
  .pt100-pc {
    padding-top: 100px;
  }
  .pb100-pc {
    padding-bottom: 100px;
  }
}
.mt5 {
  margin-top: 5px;
}

.mt15 {
  margin-top: 15px;
}

.mt25 {
  margin-top: 25px;
}

.sec-wrap {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media (min-width: 768.1px) {
  .sec-wrap {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

/*-----------
フォントの設定
-------------*/
.f-XS {
  font-size: clamp(1.2rem, 1.2vw, 1.2rem);
}

.f-SS {
  font-size: clamp(1.4rem, 1.5vw, 1.5rem);
}

.f-S {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}

.f-M {
  font-size: clamp(2rem, 2.6vw, 2.6rem);
}

.f-L {
  font-size: clamp(2.8rem, 3vw, 3rem);
}

@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.ttf") format("truetype"), url("../font/NotoSansJP-Regular.woff") format("woff"), url("../font/NotoSansJP-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Medium.ttf") format("truetype"), url("../font/NotoSansJP-Medium.woff") format("woff"), url("../font/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-SemiBold.ttf") format("truetype"), url("../font/NotoSansJP-SemiBold.woff") format("woff"), url("../font/NotoSansJP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../font/ShipporiMincho-Regular.ttf") format("truetype"), url("../font/ShipporiMincho-Regular.woff") format("woff"), url("../font/ShipporiMincho-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../font/ShipporiMincho-Medium.ttf") format("truetype"), url("../font/ShipporiMincho-Medium.woff") format("woff"), url("../font/ShipporiMincho-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../font/ShipporiMincho-SemiBold.ttf") format("truetype"), url("../font/ShipporiMincho-SemiBold.woff") format("woff"), url("../font/ShipporiMincho-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Shippori Mincho";
  src: url("../font/ShipporiMincho-Bold.ttf") format("truetype"), url("../font/ShipporiMincho-Bold.woff") format("woff"), url("../font/ShipporiMincho-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}
/*---------
全体レイアウト
------------*/
html {
  font-size: 62.5%;
  font-family: "NotoSansJP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック", YuGothic, Arial, "メイリオ", Meiryo, Helvetica, system-ui;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  -webkit-font-kerning: normal;
          font-kerning: normal;
  color: var(--c-font);
  background-color: var(--c-white);
  line-height: 1.8;
  position: relative;
  scroll-behavior: smooth;
  word-break: break-word;
  font-weight: 400;
  z-index: -100;
}

body {
  font-size: 1.5rem;
  position: relative;
  width: 100%;
  padding-bottom: 0;
  z-index: -100;
  /* chrome safari opera */
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  body {
    min-height: 100%;
  }
}
@media (min-width: 768.1px) {
  body {
    font-size: 1.6rem;
  }
}

p {
  line-height: 2;
  letter-spacing: 0.08em;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

iframe {
  width: 100%;
  height: auto;
  border: 0;
}

a {
  color: var(--c-font);
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 768px) {
  .is-pc {
    display: none !important;
  }
}

@media (min-width: 768.1px) {
  .is-sp {
    display: none !important;
  }
}

/*レイアウト*/
.wrap {
  width: 100%;
  overflow: hidden;
}

.anker {
  margin-top: calc(-1 * var(--header-sp));
  padding-top: var(--header-sp);
}
@media (min-width: 768.1px) {
  .anker {
    margin-top: calc(-1 * var(--header-pc));
    padding-top: var(--header-pc);
  }
}

.container {
  max-width: var(--w-pc);
  width: 100%;
  margin-inline: auto;
}
@media (max-width: 1030px) {
  .container {
    padding-left: var(--w-unit);
    padding-right: var(--w-unit);
  }
}

/* 見出し */
.h-2 {
  font-family: "Shippori Mincho", system-ui;
  font-size: clamp(3rem, 3.6vw, 3.6rem);
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 1em;
  position: relative;
}
.h-2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: var(--c-main);
  width: 80px;
  height: 4px;
  -webkit-transform: translate(-50%, 20px);
          transform: translate(-50%, 20px);
  -webkit-transition: 0.5s 0.3s;
  transition: 0.5s 0.3s;
  opacity: 0;
}
.h-2.is-show:before {
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}

/* font */
.f-main {
  color: var(--c-main);
}

.f-white {
  color: var(--c-white);
}

.f-medium {
  font-weight: 500;
}

.f-semibold {
  font-weight: 600;
}

.f-mincho {
  font-family: "Shippori Mincho", system-ui;
}

/* テキスト系 */
.t-left {
  text-align: left;
}

.t-ctr {
  text-align: center;
}

@media (max-width: 768px) {
  .t-ctr-sp {
    text-align: center;
  }
}

@media (min-width: 768.1px) {
  .t-ctr-pc {
    text-align: center;
  }
}

.t-right {
  text-align: right;
}

.t-note {
  position: relative;
  font-size: 1.4rem;
  padding-left: 1.2em;
}
.t-note::before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.t-link {
  text-decoration: underline;
  color: var(--c-font);
}

.t-ib {
  display: inline-block;
}

.bg-bg {
  background-color: var(--c-bg);
}

/* header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  z-index: 100;
}
.header-nav {
  width: 100%;
  height: 100%;
  background-color: var(--c-white);
}
.header-nav-inner {
  background-color: var(--c-white);
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-inline: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .header-logo {
  position: absolute;
  top: 5px;
}
.header .header-logo .header-title a {
  font-family: "Shippori Mincho", system-ui;
  font-size: 2.4rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .nav {
    position: fixed;
    top: 55px;
    right: -100%;
    width: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    z-index: 10;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */
  }
  .nav::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  .nav .nav-list {
    padding: 20px 15px;
    width: 100%;
    background-color: var(--c-bg);
    margin-left: auto;
  }
  .nav .nav-item:not(:first-child) {
    border-top: 1px solid var(--c-main);
  }
  .nav .nav-item a {
    padding: 0.8em 0.5em;
    display: block;
  }
  .nav-btn {
    display: block;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 300;
    top: 0;
    right: 0;
    width: 55px;
    height: 55px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .ham {
    position: relative;
    width: 25px;
    margin-inline: auto;
  }
  .ham .ham-line {
    position: absolute;
    right: 0;
    width: 25px;
    height: 3px;
    background-color: var(--c-font);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .ham .ham-line-1 {
    top: 15px;
  }
  .ham .ham-line-2 {
    top: 25px;
  }
  .ham .ham-line-3 {
    top: 35px;
  }
  .nav-open.nav {
    right: 0;
    width: 100%;
  }
  .nav-open.nav-btn {
    background-color: var(--c-bg);
  }
  .nav-open .ham-line-1 {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 25px;
  }
  .nav-open .ham-line-2 {
    width: 0;
    left: 50%;
  }
  .nav-open .ham-line-3 {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 25px;
  }
}
@media (min-width: 768.1px) {
  .nav {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nav-list {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 40px;
    padding-right: 30px;
  }
  .nav-item {
    position: relative;
  }
}
/* footer */
.footer {
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: var(--c-main);
}
.footer .copy {
  color: var(--c-white);
  font-size: 1.2rem;
}

.hero {
  padding-top: 100px;
}
@media (min-width: 768.1px) {
  .hero {
    padding-top: 150px;
  }
}
.hero .hero-head {
  text-align: center;
  font-weight: 500;
  padding-bottom: 80px;
}
.hero .hero-head .hero-title {
  font-family: "Shippori Mincho", system-ui;
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
  font-weight: 500;
  color: var(--c-main);
}
.hero .hero-concept {
  background: url("../img/partenza.webp") no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: lighten;
  padding: 60px 20px;
}
.hero .hero-concept .concept-wrap {
  width: min(100%, 900px);
  margin-inline: auto;
  position: relative;
  padding: clamp(40px, 5vw, 50px) clamp(5%, 10vw, 80px);
}
.hero .hero-concept .concept-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: multiply;
}
.hero .hero-concept .concept-wrap .concept-inner {
  position: relative;
  font-family: "Shippori Mincho", system-ui;
  z-index: 10;
}
.hero .hero-concept .concept-wrap .concept-inner p + p {
  margin-top: 1.5em;
}

.service .service-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
@media (min-width: 768.1px) {
  .service .service-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.service .service-list .service-item {
  background-color: var(--c-white);
  padding: 20px 15px;
  border-radius: 10px;
}
@media (min-width: 768.1px) {
  .service .service-list .service-item {
    padding: 30px 20px;
  }
}
.service .service-list .service-item .service-item-title {
  font-size: 2rem;
  font-family: "Shippori Mincho", system-ui;
  font-weight: 600;
}
.service .service-list .service-item .service-item-descrip {
  margin-top: 1em;
}
.service .service-box .service-box-title {
  font-size: clamp(2rem, 2.2vw, 2.2rem);
  font-weight: 600;
  font-family: "Shippori Mincho", system-ui;
}
@media (max-width: 768px) {
  .service .service-box .service-box-list li {
    position: relative;
    padding-left: 0.8em;
  }
  .service .service-box .service-box-list li::before {
    content: "-";
    position: absolute;
    top: -0.18em;
    left: 0;
  }
}
@media (min-width: 768.1px) {
  .service .service-box .service-box-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .service .service-box .service-box-list li:not(:last-child) {
    position: relative;
    padding-right: 1.5em;
  }
  .service .service-box .service-box-list li:not(:last-child)::after {
    content: "／";
    position: absolute;
    top: 0;
    right: 0.2em;
  }
}

.greetings .greetings-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768.1px) {
  .greetings .greetings-grid {
    grid-template-columns: 45% 50%;
    gap: 5%;
  }
}
@media (min-width: 1000px) {
  .greetings .greetings-grid {
    grid-template-columns: 1fr 550px;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.greetings .greetings-grid-thum {
  width: min(100%, 400px);
  margin-inline: auto;
  aspect-ratio: 1/1;
}
.greetings .greetings-grid-thum img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.greetings .greetings-grid-content .greetings-name {
  font-family: "Shippori Mincho", system-ui;
  font-weight: 500;
  font-size: 2.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.greetings .greetings-grid-content .greetings-name span {
  font-size: 1.5rem;
  margin-right: 0.6em;
  line-height: 1;
}
.greetings .greetings-grid-content .greetings-licence {
  font-size: 1.4rem;
}
.greetings .greetings-grid-content .greetings-message {
  font-family: "Shippori Mincho", system-ui;
}
.greetings .greetings-grid-content .greetings-message p + p {
  margin-top: 1em;
}
.greetings .box-grid {
  background: var(--c-bg);
  border-radius: 10px;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768.1px) {
  .greetings .box-grid {
    grid-template-columns: 400px 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5%;
    padding: 40px 30px;
  }
}
@media (min-width: 1000px) {
  .greetings .box-grid {
    gap: 50px;
    padding: 60px;
  }
}
@media (min-width: 768.1px) {
  .greetings .box-grid.grid-reverse {
    grid-template-columns: 1fr 400px;
  }
  .greetings .box-grid.grid-reverse .box-grid-thum {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .greetings .box-grid.grid-reverse .box-grid-content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.greetings .box-grid .box-grid-thum {
  width: min(100%, 400px);
  margin-inline: auto;
  border-radius: 10px;
}
.greetings .box-grid .box-grid-thum img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.about {
  padding-bottom: 100px;
}
.about .about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media (min-width: 768.1px) {
  .about .about-grid {
    grid-template-columns: 535px 1fr;
    gap: 5%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1000px) {
  .about .about-grid {
    gap: 40px;
  }
}
.about .about-grid .about-grid-content .about-corp {
  font-family: "Shippori Mincho", system-ui;
  font-size: 2.6rem;
  font-weight: 500;
}
.about .about-grid .about-grid-map {
  min-height: 300px;
  height: 100%;
}
.about .about-grid .about-grid-map iframe {
  height: 100%;
}

.is-anime.fade {
  opacity: 0;
  -webkit-transition: 1.3s 0.3s ease-in;
  transition: 1.3s 0.3s ease-in;
}
.is-anime.up {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.8s 0.3s ease-out;
  transition: 0.8s 0.3s ease-out;
}
.is-anime.left {
  opacity: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition: 0.5s 0.5s ease-in;
  transition: 0.5s 0.5s ease-in;
}
.is-anime.zoom {
  opacity: 0;
  -webkit-transition: 0.8s 0.5s;
  transition: 0.8s 0.5s;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.is-anime.is-show.fade {
  opacity: 1;
}
.is-anime.is-show.up {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.is-anime.is-show.left {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.is-anime.is-show.zoom {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
/*# sourceMappingURL=main.css.map */
