@charset "utf-8";

/* 特集ページ */
#single-feature .feature-box {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 110px;
}

#single-feature .f-left,
#single-feature .f-right{
  width: 48%;
}
#single-feature .f-left img {
  margin-top: 0;
  max-width: 467px;
}
#single-feature .f-text{
  font-weight: bold;
  margin-bottom: 0;
}
#single-feature .f-right {
  text-align: right;
  max-width: 500px;
}

#single-feature .f-right img{
  width: 100%;
}

#single-feature .n2-ss-slider-2 {
  margin-top: 0;
}
@media screen and (max-width:1220px) {
  .f-left img {
    max-width: 357px;
  }
}
@media screen and (max-width:1050px) {
  .f-left img {
    max-width: 250px;
  }
}
/*------------------------- タブ切り替え -------------------------*/



/* タブの設定 */
.tab {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  gap: 1.5%;
}
.tab li {
  border: 1px solid #4e4e4e;
  padding: 40px;
  width: 30%;
  max-width: 352px;
  order: -1;
  cursor: pointer;

}

.tab .TAB-01{
  background-image: url('../images/01-black.svg');
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.18s;
}
.tab .TAB-01:hover{
  background-image: url('../images/01-white.svg');
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #4e4e4e;
}


.tab .TAB-02 {
  background-image: url('../images/02-black.svg');
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.18s;
}
.tab .TAB-02:hover{
  background-image: url('../images/02-white.svg');
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #4e4e4e;
}

.tab .TAB-03{
  background-image: url('../images/03-black.svg');
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.18s;
}
.tab .TAB-03:hover{
  background-image: url('../images/03-white.svg');
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #4e4e4e;
}

.tab li.active {
  background: #4e4e4e;
}

.tab li.active.TAB-01{
  background-image: url('../images/01-white.svg');
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.tab li.active.TAB-02{
  background-image: url('../images/02-white.svg');
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center center;
}
.tab li.active.TAB-03{
  background-image: url('../images/03-white.svg');
  background-size: auto 30px;
  background-repeat: no-repeat;
  background-position: center center;
}

/* タブの中身の設定 */
.tabContent {
  margin-bottom: 136px;
  background: url(../images/tab-content-bg.png) center 0 repeat;
  background-size: 100% auto;
}
.tabContent li {
  display: none
}
.tabContent .active {
  display: block;
}
/* タブ切り替え後コンテンツスタイル */
.tab-label.active {
   display: block;
}

/* .shop {
  background-color: #f2f6fb;
}
.life {
  background-color: #fdfbf2;
}
.office {
  background-color: #edf4eb;
} */

.tab-content {
  margin-top: 200px;
  padding-bottom: 50px;
}
.tab-content h2{
  text-align: center;
}
.tab-content h2 img {
  max-height: 170px;
  width: auto;
  margin-top: -85px;
}

.tab-about {
  margin-top: 60px;
  margin-bottom: 146px;
  font-weight: bold;
  text-align: center;
}

.tab-about h3 {
  font-size: 28px;
  margin-bottom: 5px;
}

.tab-about p {
  line-height: 1.8;
}

.tab-box {
  margin: 37px 0 0;
  padding-bottom: 73px;
}

.shop .tab-box:not(:last-child){
  border-bottom: 1px solid #7da7da;
}

.life .tab-box:not(:last-child){
  border-bottom: 1px solid #dc9643;
}

.office .tab-box:not(:last-child){
  border-bottom: 1px solid #b2cf84;
}

.tab-slider {
  margin-bottom: 35px;
}

.tab-box h3 {
  margin-bottom: 10px;
}
.tab-box h3 img{
  max-height: 42px;
  width: auto;
}

.tab-box .data-text {
  font-weight: bold;
  margin-top: 10px;
}

.tab-box .desc-text {
  margin-top: 20px;
  margin-bottom: 75px;
}

.tab-box .tab-img-text-wrap .img-block {
  margin-top: 20px;
  position: relative;
  margin-right: -20px;
}
.tab-box .tab-img-text-wrap .img-block .parts {
  width: 230px;
  position: absolute;
  bottom: -80px;
  right: -40px;
}
.tab-box .tab-img-text-wrap .img-block .text {
  font-size: 13px;
  margin-top: 11px;
}
.tab-box .tab-img-text-wrap .text-block {
  margin-top: 20px;
}
.tab-box .tab-img-text-wrap .text-block .text-1,
.tab-box .tab-img-text-wrap .text-block .text-2 {
  padding-right: 100px;
}
.tab-box .tab-img-text-wrap .text-block.-pdr-0 .text-1,
.tab-box .tab-img-text-wrap .text-block.-pdr-0 .text-2 {
  padding-right: 0;
}
.tab-box .tab-img-text-wrap .text-block .text-1 {
  font-size: 13px;
}
.tab-box .tab-img-text-wrap .text-block .text-2 {
  margin-top: 20px;
}

.tab-box .tab-img-text-wrap .img-block.-other-style {
  margin-bottom: -130px;
  margin-top: 60px;
}

.tab-data {
  margin-top: 40px;
  align-items: flex-end;
}
.tab-data figure {
  max-width: 294px;
  margin-right: 3%;
}

.tab-data p {
  line-height: 1.7;
}

.tab-data p img{
  max-height: 25px;
  width: auto;
  margin-bottom: 7%;
}

.tab-box .content {
  position: relative;
}

.tab-box .content .tab-catch {
  max-width: 75px;
  position: absolute;
  right: -18%;
  top: 0;
}

@media screen and (max-width:955px) {
  .tab-box .content {
    max-width: 600px;
  }
  .tab-box .content .tab-catch {
    max-width: 55px;
    position: absolute;
    right: -12%;
    top: 0;
  }
}

/* ル コションドールのみ */
.tab-box .content .cochon {
  max-width: 26px;
}

/* オフィス・テクノプロジェクトのみ */
.content-office {
  border-top: 1px solid #b2cf84;
  margin-top: 45px;
  padding-top: 50px;
}
.content-office h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}



@media screen and (max-width:768px) {
  #single-feature .f-left{
    width: 100%;
  }
  #single-feature .f-right {
    width: 50%;
  }


  #single-feature .f-catch {
    line-height: 1.7;
  }
  /* タブスタイル */
  .tab .TAB-01{
    background-image: url('../images/01-black.svg');
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: center center;

  }
  .tab .TAB-02 {
    background-image: url('../images/02-black.svg');
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .tab .TAB-03{
    background-image: url('../images/03-black.svg');
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: center center;
  }

  .tab li.active.TAB-01{
    background-image: url('../images/01-white.svg');
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .tab li.active.TAB-02{
    background-image: url('../images/02-white.svg');
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .tab li.active.TAB-03{
    background-image: url('../images/03-white.svg');
    background-size: auto 30px;
    background-repeat: no-repeat;
    background-position: center center;
  }
  /* コンテンツスタイル */
  .tabContent {
    margin-bottom: 50px;
  }
  .tab-content {
    margin-top: 100px;
    padding-bottom: 50px;
  }
  .tab-content h2 img {
    max-height: 100px;
  }
  .tab-about h3 {
    font-size: 22px;
  }
  .tab-about {
    margin-top: 30px;
    margin-bottom: 120px;
  }
  .tab-box h3 {
    margin-bottom: 20px;
  }
  .tab-box h3 img{
    max-height: 27px;
  }
  .tab-box h3 img.cochon-name {
    max-height: 21px;
  }
  .tab-box span {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
  }

  .tab-slider {
    margin-bottom: 40px;
  }
  .tab-data {
    display: block;
    margin-top: 20px;
  }
  .tab-data figure {
    max-width: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
  }
  .tab-data p img {
    margin-bottom: 5%;
  }

  .content-office h3 {
    font-size: 22px;
    margin-bottom: 0;
  }


  .tab-box .desc-text {
    margin-bottom: 25px;
  }

  .tab-box .tab-img-text-wrap .img-block {
    margin-top: 20px;
    margin-right: 0;
  }
  .tab-box .tab-img-text-wrap .img-block .parts {
    width: 80px;
    bottom: -10px;
    right: -10px;
  }
  .tab-box .tab-img-text-wrap .img-block .text {
    margin-top: 11px;
  }
  .tab-box .tab-img-text-wrap .text-block {
    margin-top: 20px;
  }

  .tab-box .tab-img-text-wrap .text-block .text-1,
  .tab-box .tab-img-text-wrap .text-block .text-2 {
    padding-right: 60px;
  }

  .tab-box .tab-img-text-wrap .img-block.-other-style {
    margin-bottom: -50px;
    margin-top: 60px;
  }

}

/* 特集：島根のオフィス
=============================================*/
#shimane-office.l-main {
  background: #0082ca;
  padding-top: 0;
  padding-bottom: 200px;
}
.p-office {
  background: url(../images/shimane-office/main-visual_pc.jpg) no-repeat center center / cover;
  height: 80vh;
  position: relative;
}
.p-office__title {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(0, -50%);
  width: clamp(15.625rem, 5.96rem + 19.33vw, 29.156rem);
  height: clamp(15.625rem, 5.96rem + 19.33vw, 29.156rem);
}
.p-office__text {
  background: #fff;
  display: inline-block;
  padding: 0.9em 2em;
  color: #0082ca;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  bottom: 60px;
  right: 20%;
}
.p-office__contents {
  background-color: #0082ca;
}
.l-office__inner.l-inner {
  width: 1200px;
}
.p-office__about {
  margin-top: 106px;
  max-width: 676.1426px;
  margin-inline: auto;
  position: relative;
}
.p-office__about::before {
  content: '';
  position: absolute;
  top: 0;
  right: -32%;
  background: url(../images/shimane-office/office_bg-01.png) no-repeat center center / cover;
  width: 494.5387px;
  height: 617.366px;
  z-index: 1;
}
.p-office__about-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1.2;
}
.p-office__about-title  span {
  font-size: 18px;
  font-weight: 500;
  display: block;
  letter-spacing: 0.03em;
}
.p-office__about-text {
  font-size: 15px;
  line-height: 2.38924;
  margin-top: 15px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.p-office__photo {
  position: relative;
  z-index: 3;
}
.p-office__photo-lists--01 {
  margin-top: 60px;
}
.p-office__photo-lists--01,
.p-office__photo-lists--02 {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.p-office__photo-lists--01 .p-office__photo-list:first-child {
  width: 43%;
  max-width: 490.2771px;
}
.p-office__photo-lists--01 .p-office__photo-list:last-child {
  width: 54%;
  max-width: 646.1489px;
  margin-top: 91px;
}
.p-office__photo-lists--01 .p-office__photo-list:last-child figure {
  transform: scale(1.1) translateX(3%);
}
.p-office__photo-lists--01 .p-office__photo-list:first-child .p-office__photo-list-text {
  width: 315px;
  margin-left: 18%;
}
.p-office__photo-lists--01 .p-office__photo-list:last-child .p-office__photo-list-text {
  width: 310.3369px;
  margin-left: 16%;
  margin-top: 5%;
}
.p-office__photo-lists--02 {
  margin-top: -14%;
  position: relative;
}
.p-office__photo-lists--02::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/shimane-office/office_bg-02.png) no-repeat center center / cover;
  width: 1204.7578px;
  height: 703.6275px;
  z-index: 1;
}
.p-office__photo-lists--02 .p-office__photo-list:first-child {
  width: 51%;
  max-width: 564.1489px;
  position: relative;
  z-index: 2;
}
.p-office__photo-lists--02 .p-office__photo-list:last-child {
  width: 49%;
  max-width: 533.426px;
  margin-top: 20%;
  position: relative;
  z-index: 2;
}
.p-office__photo-lists--02 .p-office__photo-list:first-child .p-office__photo-list-text {
  width: 350.7314px;
  margin-left: 18%;
}
.p-office__photo-lists--02 .p-office__photo-list:last-child .p-office__photo-list-text {
  width: 335px;
  margin-left: 24%;
  margin-top: 2%;
}

.p-office__voice {
  max-width: 900px;
  margin-inline: auto;
  display: flex;
  position: relative;
}
.p-office__voice::before {
  content: '';
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/shimane-office/office_bg-03.png) no-repeat center center / cover;
  width: 1255.3198px;
  height: 620px;
  z-index: 1;
}
.p-office__voice-img {
  width: 56%;
  position: relative;
  z-index: 2;
}
.p-office__voice-text {
  width: 44%;
  margin-top: 17%;
  position: relative;
  z-index: 2;
}
.p-office__voice-text-katagaki,
.p-office__voice-text-name {
  color: #fff;
}
.p-office__voice-text-katagaki {
  font-size: 15px;
  margin-left: 15px;
}
.p-office__voice-text-name {
  font-size: 31px;
  letter-spacing: 0.08em;
  margin-left: 15px;
}
.p-office__voice-text-name span {
  font-size: 18px;
}
.p-office__voice-text-box {
  color: #0082ca;
  background: #fff;
  border: 2px solid #0082ca;
  border-radius: 40px;
  padding: 1em;
  line-height: 1.7589;
  margin-top: 20px;
  margin-left: -60px;
  max-width: 411.7858px;
  font-size: 16px;
}

.p-office__link {
  margin-top: 62px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 2;
}

/* sp */
@media screen and (max-width:768px) {
  #shimane-office.l-main {
    padding-bottom: 100px;
  }
  .p-office {
    height: 65vh;
    margin-top: 35vh;
    background: url(../images/shimane-office/main-visual_sp.jpg) no-repeat top center / contain;
  }
  .p-office__title {
    top: -47%;
    transform: translate(0, 0);
    width: 60%;
    height: auto;
  }
  .p-office__text {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    font-size: 13px;
    width: 80%;
  }
  .p-office__about {
    margin-top: 0;
  }
  .p-office__about-title {
    font-size: 26px;
    line-height: 1.39674231;
  }
  .p-office__about-title span {
    font-size: 13px;
    margin-bottom: 26px;
  }
  .p-office__about::before {
    display: none;
  }
  .p-office__about-text {
    font-size: 13px;
    line-height: 2.13963846;
    margin-top: 46px;
  }
  .p-office__photo-lists--01,
  .p-office__photo-lists--02 {
    flex-direction: column;
    margin-top: 0;
  }
  .p-office__photo-list {
    width: 100% !important;
    max-width: none !important;
    margin-top: 50px !important;
  }
  .p-office__photo-lists--01 .p-office__photo-list:last-child figure {
    transform: scale(1) translateX(0);
  }
  .p-office__photo-list-text {
    width: 100% !important;
    margin: 2em auto 0 !important;
    position: relative;
    z-index: 2;
  }
  .p-office__photo-lists--01 .p-office__photo-list:first-child,
  .p-office__photo-lists--01 .p-office__photo-list:last-child {
    position: relative;
  }
  .p-office__photo-lists--01 .p-office__photo-list:first-child::before {
    content: '';
    background: url(../images/shimane-office/office_bg-01--sp.png) no-repeat center center / 100%;
    width: 36%;
    height: 124%;
    position: absolute;
    top: -33%;
    right: -20%;
    z-index: 1
  }
  .p-office__photo-lists--01 .p-office__photo-list:last-child::before {
    content: '';
    background: url(../images/shimane-office/office_bg-02--sp.png) no-repeat center center / 100%;
    width: 210.4%;
    height: 204.8%;
    position: absolute;
    top: -40%;
    right: -30%
  }
  .p-office__photo-lists--02::before {
    background: url(../images/shimane-office/office_bg-03--sp.png) no-repeat center center / 100%;
    width: 121.244827%;
    height: 47.316027%;
    top: 33%;
    left: 10%;
  }
  .p-office__voice {
    flex-direction: column;
    margin-top: 48px;
  }
  .p-office__voice-img,
  .p-office__voice-text {
    width: 100%;
  }
  .p-office__voice-img {
    transform: scale(1.1) translateX(-8%);
  }
  .p-office__voice-text-katagaki {
    text-align: center;
    margin-left: 0;
  }
  .p-office__voice-text-name {
    text-align: center;
    margin-left: 0;
  }
  .p-office__voice-text-box {
    margin: 30px auto 0;
    padding: 1.5em;
    font-size: 13px;
  }
  .p-office__link {
    font-size: 16px;
  }
}


/* 特集：MYノート活用法
=============================================*/
#mynote.l-main {
  background: none;
  padding-top: 0;
}
.p-mynote__maruyama {
  background: #fbe8ed;
  padding-bottom: 156px;
}
.p-mynote__life {
  background: #e3f1fb;
  padding: 105px 0 165px;
  font-weight: 700;
}
.p-mynote__inner.l-inner {
  width: 840px;
}
.p-mynote__maruyama-lead {
  margin-top: 56px;
}
.p-mynote__maruyama-lead-title {
  width: 330px;
  margin: 0 auto;
}
.p-mynote__maruyama-lead-text {
  margin-top: 40px;
  font-size: 19px;
  color: #d94680;
  font-weight: 700;
  line-height: 1.84210526;
}
.p-mynote__maruyama-faq {
  margin-top: 56px;
}
.p-mynote__maruyama-faq-title {
  text-align: center;
  font-size: 31px;
  font-weight: 700;
  line-height: 1.74870323;
}
.p-mynote__maruyama-faq-text {
  font-size: 17px;
  color: #002c47;
  line-height: 2.05882353;
  margin-top: 50px;
}
.p-mynote__maruyama-faq-text span {
  color: #d94680;
}
.p-mynote__maruyama-faq figure {
  padding: 65px 0 10px;
}
.p-mynote__maruyama-profile {
  margin-top: 43px;
  background: #fff;
  border-radius: 30px;
  padding: 42px 35px 42px 28px;
  display: grid;
  grid-template-columns: 236px 1fr;
  gap: 30px;
  align-items: center;
  font-weight: 700;
}
.p-mynote__maruyama-profile-text-name {
  font-size: 24px;
  letter-spacing: 0.16em;
}
.p-mynote__maruyama-profile-text-name span {
  font-size: 0.66666667em;
}
.p-mynote__maruyama-profile-text-name small {
  font-size: 0.45833333em;
  letter-spacing: 0.04em;
}
.p-mynote__maruyama-profile-text {
  color: #002c47;
  line-height: 2.07142857;
  margin-top: 10px;
}
.p-mynote__life-main-title {
  margin-bottom: 50px;
  transform: scale(1.1);
}
.p-mynote__life-name-img {
  margin-top: -30px;
}
.p-mynote__life-name-text {
  font-size: 30px;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-top: -100px;
}
.p-mynote__life-name-text span {
  font-size: 0.46666667em;
  display: block;
  line-height: 1.8;
  letter-spacing: 0;
}
.p-mynote__life-lead {
  margin-top: 30px;
  font-size: 17px;
  line-height: 2.05882353;
}
.p-mynote__life-img02 {
  transform: scale(1.2) translateY(5%);
}
.p-mynote__maruyama-life-sutou-comment {
  background: #fff;
  border: 1.5px solid #6fb796;
  padding: 1.5em;
  border-radius: 30px;
}
.p-mynote__maruyama-life-fujie-comment {
  background: #fff;
  border: 1.5px solid #2779b2;
  padding: 1.5em;
  border-radius: 30px;
  margin-top: -30px;
}
.p-mynote__maruyama-life-comment-title {
  width: 128px;
  margin: 0 auto;
}
.p-mynote__maruyama-life-comment-text {
  font-size: 17px;
  line-height: 2.05882353;
  margin-top: 12px;
}
.p-mynote__life-sutou {
  padding-bottom: 90px;
  border-bottom: 1px solid #000;
  margin-bottom: 90px;
}
.p-mynote__maruyama-life-sutou-use {
  background: #60ac48;
  padding: 30px 60px;
  color: #fff;
  margin-top: 23px;
  border-radius: 35px;
  position: relative;
}
.p-mynote__maruyama-life-fujie-use {
  background: #0082ca;
  padding: 30px 60px;
  color: #fff;
  margin-top: 23px;
  border-radius: 35px;
  position: relative;
  padding-bottom: 114px;
}
.p-mynote__maruyama-life-use-title {
  font-size: 23px;
  text-align: center;
}
.p-mynote__maruyama-life-sutou-use-img {
  transform: scale(1.1) translateY(-4%);
}
.p-mynote__maruyama-life-sutou-use-text01, .p-mynote__maruyama-life-sutou-use-text02 {
  font-size: 15px;
  line-height: 1.45524667;
  width: 36%;
  position: absolute;
}
.p-mynote__maruyama-life-sutou-use-text01 {
  top: 130px;
  right: 60px;
}
.p-mynote__maruyama-life-sutou-use-text02 {
  bottom: 140px;
  left: 60px;
}
.p-mynote__maruyama-life-sutou-use-text01::before {
  content: '';
  background: url(../images/mynote/icon_arrow--left.svg) no-repeat center center / 100%;
  width: 105.1248px;
  height: 39.0439px;
  position: absolute;
  top: -39.0439px;
  left: -20%;
}
.p-mynote__maruyama-life-sutou-use-text02::before {
  content: '';
  background: url(../images/mynote/icon_arrow--right.svg) no-repeat center center / 100%;
  width: 113.292px;
  height: 70.3496px;
  position: absolute;
  bottom: -90px;
  right: 0;
}
.p-mynote__maruyama-life-fujie-use-subtitle {
  font-size: 26px;
  text-align: center;
  margin-top: 25px;
  letter-spacing: 0.02em;
}
.p-mynote__maruyama-life-fujie-use-lists {
  margin-top: 45px;
  display: grid;
  gap: 40px;
  max-width: 570px;
  margin-inline: auto;
}
.p-mynote__maruyama-life-fujie-use-list {
  display: grid;
  grid-template-columns: 241.14px 1fr;
  gap: 34px;
}
.p-mynote__maruyama-life-fujie-use-list-title {
  width: 197px;
}
.p-mynote__maruyama-life-fujie-use-list-subtitle {
  margin-top: 27px;
  font-size: 19px;
}
.p-mynote__maruyama-life-fujie-use-list-text {
  font-size: 15px;
  margin-top: 1.2em;
}
.p-mynote__link {
  color: #000;
}

/* sp */
@media screen and (max-width:768px) {
  .p-mynote__maruyama {
    padding-bottom: 57px;
  }
  .p-mynote__maruyama-lead-text {
    font-size: 13px;
    line-height: 2.13963846;
    margin-top: 30px;
  }
  .p-mynote__maruyama-faq-title {
    font-size: 20px;
  }
  .p-mynote__maruyama-faq {
    margin-top: 35px;
  }
  .p-mynote__maruyama-faq-text {
    margin-top: 35px;
    font-size: 13px;
  }
  .p-mynote__maruyama-faq figure {
    padding-top: 50px;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .p-mynote__maruyama-faq figure:last-child {
    width: 100%;
    margin: 0;
  }
  .p-mynote__maruyama-profile {
    display: block;
    margin-top: 150px;
  }
  .p-mynote__maruyama-profile-img {
    width: 200px;
    margin-inline: auto;
    margin-top: -50%;
  }
  .p-mynote__maruyama-profile-text-name {
    text-align: center;
    line-height: 1;
    margin-top: 30px;
  }
  .p-mynote__maruyama-profile-text {
    font-size: 13px;
    margin-top: 30px;
  }
  .p-mynote__life {
    padding-top: 50px;
  }
  .p-mynote__life-img {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .p-mynote__life-name-img {
    margin-top: 40px;
    width: 70%;
    margin-inline: auto;
  }
  .p-mynote__life-name-text {
    margin-top: 40px;
    text-align: center;
  }
  .p-mynote__life-lead {
    font-size: 13px;
  }
  .p-mynote__life-img02 {
    transform: scale(1);
  }
  .p-mynote__maruyama-life-comment-text {
    font-size: 13px;
    margin-top: 20px;
  }
  .p-mynote__maruyama-life-sutou-use {
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-mynote__maruyama-life-sutou-use-text01::before,
  .p-mynote__maruyama-life-sutou-use-text02::before {
    display: none;
  }
  .p-mynote__maruyama-life-sutou-use-img {
    transform: scale(1);
    margin-top: 25px;
    width: 80%;
    margin-inline: auto;
  }
  .p-mynote__maruyama-life-sutou-use-text01, .p-mynote__maruyama-life-sutou-use-text02 {
    position: static;
    width: 100%;
    margin-top: 30px;
    font-size: 13px;
    line-height: 2.13963846;
  }
  .p-mynote__life-sutou {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .p-mynote__life-fujie-img02 {
    transform: scale(1.1) translateX(2%);
  }
  .p-mynote__maruyama-life-fujie-comment {
    margin-top: 30px;
  }
  .p-mynote__maruyama-life-fujie-use {
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-mynote__maruyama-life-fujie-use-list {
    grid-template-columns: 1fr;
  }
  .p-mynote__maruyama-life-fujie-use-list-subtitle {
    text-align: center;
  }
  .p-mynote__maruyama-life-fujie-use-list-title {
    margin-inline: auto;
  }
  .p-mynote__maruyama-life-fujie-use-list-img {
    margin-top: 20px;
    width: 80%;
    margin-inline: auto;
  }
  .p-mynote__maruyama-life-fujie-use-list-text {
    font-size: 13px;
    line-height: 2.13963846;
    margin-top: 30px;
  }
}