@charset "utf-8";@charset "UTF-8";
.image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.image img {
	display: block;
	width: 100%;
	height: auto;
}

/* 背景*/
.background {
    background-color: #dce6e7;
    padding-bottom: 3%;
}

/* デザイン線*/

.line01 {
    border-top: 1px solid #555;
    margin: 0 auto;
    width: 30em;
    margin-top: 10%;
}
 
/* ボタン*/

.border {
    border: solid 0.5px;
    background-color: #000;
    margin: 0 auto;
    padding: 0% 2% 0% 2%;
    font-size: 0.9em;
    color: #fff;
    letter-spacing: 0.12em;
    border-radius: 4px;
}

/* テキスト */
.text01 {
    font-size: 1.0em;
    line-height: 24px;
    width: 100%;
    margin-top: 5%;
    text-align: center;
    font-family: serif;
}

.text02 {
    font-size: 1.0em;
    line-height: 24px;
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-family: serif;
    padding-top:1%;
    padding-bottom: 5%;
}

.text03 {
    font-size: 1.4em;
    line-height: 24px;
    width: 100%;
    text-align: center;
    font-family: serif;
    padding-bottom: 3%;
}

.text04 {
    font-size: 1.0em;
    line-height: 24px;
    width: 50%;
    margin: 0 auto;
    text-align: justify;
    font-family: serif;
    padding-top: 1%;
    padding-bottom: 5%;
}


.font01 {
    font-size: 1.8em;
    width: 60%;
    margin: 0% auto;
    text-align: center;
    font-family: serif;
    padding-top: 5%;
    padding-bottom: 2%;
}

.font02 {
    font-size: 2.0em;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-family: serif;
    margin-top: 5%;
}

.font03 {
    font-size: 1.0em;
    width: 60%;
    margin: 0% auto;
    text-align: center;
    font-family: serif;
    font-weight: 600;
    background-color: #dce6e7;
}

.font04 {
    font-size: 1.0em;
    width: 60%;
    margin: 0% auto;
    text-align: center;
    font-family: serif;
    padding: 1%;
}

.font05 {
    font-size: 2.0em;
    width: 80%;
    margin: 0% auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    padding-top: 2%;
    padding-bottom: 2%;
}

.font06 {
    font-size: 1.3em;
    width: 80%;
    margin: 0% auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    padding-top: 2%;
    padding-bottom: 2%;
}

section {
  max-width: 310px;
  margin: 0 auto;
  padding-top:5%;
  padding-bottom:10%;
}

a.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 6% 0 12%;
    color: #000;
    font-size: 1.0em;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: serif;
    font-size: 1.1em;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

/* 1カラム*/

.container331lies {
    display: grid;
    grid-template-columns: 0.5fr;
    grid-template-rows: 0.1fr 0.5fr 0.35fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    align-content: center;
    justify-items: center;
    grid-template-areas:
        "title"
        "photoimage"
        "description";
    justify-content: center;
}

.title { grid-area: title; 
    font-size: 2.0em;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-family: serif;
    margin-top: 5%;
}

.photoimage { grid-area: photoimage; }


.description {
    grid-area: description;
    font-size: 1.0em;
    width: 95%;
    margin: 0% auto;
    text-align: justify;
    font-family: serif;
    margin-top: 2%;
    font-weight: normal;
}


/* 1カラムフォト*/
.container401lies {
    display: grid;
    grid-template-columns: 0.5fr;
    grid-template-rows: 0.2fr 0.2fr ;
    gap: 10px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas:
        "photoimage10"
        "photoimage20"
}

.photoimage10 {
    grid-area: photoimage10;
    width: 100%;
    padding: 0% 0% 0% 20%;
}

.photoimage20 {
    grid-area: photoimage20;
    width: 90%;
    margin: 5% 10% 0% 0%;
}

/* コンテンツメニュー*/

.outer-container {
  text-align: center;
  padding: 20px;
}

/* グリッドレイアウト */
.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 600px;
    margin: auto;
}
.image-item {
  position: relative;
}

.image-item img {
  width: 100%;
  border-radius: 8px;
}

/* ラベルスタイル */
.label {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #83b5ba;
    color: white;
    font-size: 1.0em;
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}


/*プロフィール */

.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
    justify-content: center;
    align-content: center;
    padding-top:3%;
}
       

/* スライド */
.slider-container {
    display: flex;
    overflow: hidden;
}

.slider-wrapper {
  display: flex;
  animation: horizontal-animation 20s linear infinite;
}

.slider {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.slide {
  width: 350px;
  margin-right: 10px;
}

.slide img {
  width: 100%;
  height: auto;
}

/* 無限ループアニメーション設定 */
.slider-right {
  animation: slideRight infinite linear 20s;
}

.slider-left {
  animation: slideLeft infinite linear 20s;
}

/* アニメーションキー */
@keyframes slideRight {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slideLeft {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
}
}
/*===============================================
tablet
===============================================*/
@media (max-width: 834px) {
section {
  max-width: 320px;
  margin: 0 auto;
}

a.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 6% 0 12%;
    color: #000;
    font-size: 1.0em;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: serif;
    font-size: 1.1em;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}
.container331lies {
    display: grid;
    grid-template-columns: 0.5fr;
    grid-template-rows: 0.1fr 0.5fr 0.5fr;
    gap: 10px 10px;
    grid-auto-flow: row;
    align-content: center;
    justify-items: center;
    grid-template-areas:
        "title"
        "photoimage"
        "description";
    justify-content: center;
}
.container9 {
    display: grid;
    grid-template-columns: 0.15fr 0.8fr;
    grid-template-rows: 0.2fr;
    gap: 0px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "photo20 details";
    padding: 1%;
}

.details {
    grid-area: details;
    font-size: 0.9em;
    line-height: 20px;
    width: 100%;
}
.title {
    grid-area: title;
    font-size: 1.5em;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-family: serif;
    margin-top: 5%;
}
.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 350px;
    margin: auto;
}
.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.2fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
    justify-content: center;
    align-content: center;
    padding-top: 3%;
}
}
@media (max-width: 834px) {
.text04 {
    font-size: 0.8em;
    line-height: 20px;
    width: 50%;
    margin: 0 auto;
    text-align: justify;
    font-family: serif;
    padding-top: 1%;
    padding-bottom: 5%;
}
}
/*===============================================
SMP
===============================================*/
@media (max-width: 430px) {
section {
  max-width: 310px;
  margin: 0 auto;
  padding-bottom: 15%;
}

a.btn_02 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 6% 0 12%;
    color: #000;
    font-size: 1.0em;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition-duration: 0.2s;
    font-family: serif;
    font-size: 1.1em;
}

a.btn_02:hover {
  background: #000;
  color: #fff;
}

a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}

a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}

.sma{
    display: none;
}

.parent {
    display: grid;
    grid-template-columns: repeat(1, 0.3fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 8px;
    justify-content: center;
    align-content: center;
    padding-top: 5%;
}

.container331lies {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 0.1fr 0.5fr 0.4fr;
        padding-top: 5%;
        margin: 5%;
}
.label {
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #83b5ba;
    color: white;
    font-size: 0.8em;
    font-weight: bold;
    width: 15px;
    height: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.title {
    grid-area: title;
    font-size: 1.8em;
    width: 100%;
    margin: 0% auto;
    text-align: center;
    font-family: serif;
    margin-top: 5%;
}

.text01 {
    font-size: 1.0em;
    line-height: 24px;
    width: 85%;
    margin: 0 auto;
    text-align: justify;
    font-family: serif;
    padding-top: 10%;
}

.text02 {
    font-size: 1.0em;
    line-height: 24px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: serif;
    padding-top: 5%;
    padding-bottom: 5%;
}

.text03 {
    font-size: 1.0em;
    line-height: 24px;
    width: 95%;
    margin: 0 auto;
    text-align: center;
    font-family: serif;
    padding-bottom: 5%;
}

.text04 {
     font-size: 0.9em;
      line-height: 20px;
      width: 90%;
      margin: 0 auto;
      text-align: left;
      font-family: serif;
      padding-bottom: 5%;
}

.font01 {
    font-size: 2.0em;
    width: 90%;
    margin: 0% auto;
    text-align: center;
    font-family: serif;
    padding-bottom: 5%;
}

.font03 {
    font-size: 1.0em;
    width: 90%;
    margin: 0% auto;
    text-align: center;
    font-family: serif;
    font-weight: 600;
    background-color: #dce6e7;
}

.font04 {
    font-size: 1.0em;
    width: 90%;
    margin: 0% auto;
    text-align: center;
    font-family: serif;
    padding: 3%;
}

.font05 {
    font-size: 2.0em;
    width: 90%;
    margin: 0% auto;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    padding-top: 5%;
    padding-bottom: 2%;
}

.line01 {
    border-top: 1px solid #555;
    margin: 0 auto;
    width: 90%;
    margin-top: 20%;
}

.container401lies {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 0.5fr 0.5fr 0fr;
        margin: 5% 5% 0% 5%;
}

.slide {
    width: 280px;
    margin-right: 10px;
}

.container9 {
    display: grid;
    grid-template-columns: 0.2fr 0.8fr;
    grid-template-rows: 0.2fr;
    gap: 0px 10px;
    grid-auto-flow: row;
    justify-content: center;
    align-content: center;
    grid-template-areas: "photo20 details";
    padding: 1%;
}
}
@media (max-width: 320px) {
.details {
    grid-area: details;
    font-size: 1.0em;
    line-height: 20px;
    width: 100%;
}
.title {
        grid-area: title;
        font-size: 1.6em;
        width: 100%;
        margin: 0% auto;
        text-align: center;
        font-family: serif;
        margin-top: 5%;
}
}