@charset "Shift_JIS";
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ■ Mobile */
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/*
  border: 1px solid #000;
  background-color: #ddd;
  box-shadow: 0 1rem 0.5rem -1.0rem hsl(200 50% 20% / 10%);
*/
.site-main.full-width {
  padding: 0;
}

/* ---------------------------------------------------------------------------------------------- */
/* contents-header /////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.contents-header {
  background-color: #fff;
}
.contents-header > svg {
  margin-top: 1rem;
  width: 100%;
  height: 80px;
  vertical-align: bottom;
}
.contents-header > .wrapper {
  background-color: #9ABC18;
}
.contents-header > .wrapper > .inner-wrapper {
  padding: 1.5rem var(--contents-mobile-padding) 2rem var(--contents-mobile-padding);
}

.about header h1 {
  text-align: center;
  line-height: 1.625;
  letter-spacing: .05em;
  color: var(--wh);
  font-family: 'Zen Maru Gothic';
  font-size: clamp(1.25rem, 0.889rem + 1.54vw, 1.875rem);
  font-weight: 500;
}
.about header h1 em {
  color: var(--yellow);
  font-weight: 700;
}
.img-ambassador {
  margin: 1.5rem auto 0 auto;
  background-color: #fff941;
  background-image: url(/assets/img/about/img-ambassador.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 10px 10px;
  width: 180px;
  height: 180px;
  border-radius: 9999px;
}
.img-ambassador img {
  display: none;
  border-radius: 9999px;
}
.about header .txt-catch {
  margin-top: 1em;
  text-align: center;
  line-height: 1.625;
  letter-spacing: .05em;
  color: var(--yellow);
  font-family: 'Zen Maru Gothic';
  font-size: 1.2rem;
  font-weight: 700;
}
.about header .txt-catch + p {
  margin-top: 1em;
  padding: 0 .5rem;
  text-align: left;
  line-height: 1.625;
  letter-spacing: .05em;
  color: var(--wh);
  font-weight: 400;
}

/* ---------------------------------------------------------------------------------------------- */
/* features ////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
#features > svg {
  width: 100%;
  height: 40px;
  vertical-align: bottom;
}
#features > .wrapper > .inner-wrapper {
  padding: 1.5rem var(--contents-mobile-padding) 2rem var(--contents-mobile-padding);
}

.flex__item:not(:nth-of-type(1)) {
  margin-top: 3rem;
}
.flex__item dt {
  text-align: center;
}
.flex__item:nth-of-type(1) dt,
.flex__item:nth-of-type(3) dt {
  position: relative;
}
.flex__item:nth-of-type(1) dt:before {
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: calc(50% + 95px);
  width: 75px;
  height: 83px;
  background-image: url(/assets/img/common/img-hokenkyo-02.png);
}
.flex__item:nth-of-type(3) dt:before {
  content: '';
  display: block;
  position: absolute;
  top: 109px;
  left: calc(50% - 107px - 73px);
  width: 73px;
  height: 147px;
  background-image: url(/assets/img/about/img-woman-01.png);
}
.flex__item dd {
  margin-top: .75rem;
  padding: 0 2.5rem;
}
.flex__item dd p {
  font-size: .9em;
}

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ■ Tablet */ @media screen and (min-width: 750px) {
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
.site-main.full-width {
  padding: 0;
  width: 100%;
}
.breadcrumbs {
  display: none;
}

/* ---------------------------------------------------------------------------------------------- */
/* contents-header /////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.contents-header > svg {
  height: 120px;
}
.contents-header > .wrapper {
}
.contents-header > .wrapper > .inner-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 2rem 2rem 2rem;
  min-width: 750px;
  max-width: 1023px;
}

.about header h1 {
  width: 60%;
  text-align: left;
  font-size: clamp(1.25rem, 0.889rem + 1.54vw, 1.875rem);
}
.img-ambassador {
  position: absolute;
  right: 2rem;
  bottom: 0;
  margin: 0;
  background-color: transparent;
  background-size: 100%;
  background-position: right bottom;
  width: calc(40% - 2rem);
  max-width: 320px;
  height: 500px;
  border-radius: 0;
}
.about header .txt-catch {
  margin-top: 2em;
  margin-left: -0.5rem;
  width: 60%;
  text-align: left;
  font-size: 1.2rem;
}
.about header .txt-catch + p {
  margin-top: .75em;
  padding: 0;
  width: 60%;
}

/* ---------------------------------------------------------------------------------------------- */
/* features ////////////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
#features > .wrapper > .inner-wrapper {
  position: relative;
  padding: 0 var(--contents-tablet-padding) 2rem var(--contents-tablet-padding);
}
#features > svg {
  width: 100%;
  height: 110px;
  vertical-align: bottom;
}
#features .flex__wrap {
  position: relative;
  top: -3rem;
  left: 0;
  display: flex;
  justify-content: space-between;
  max-width: 888px;
  flex-flow: wrap;
  gap: 2rem;
  margin: 0px auto;
}
#features .flex__item {
  margin-top: 0;
  flex-basis: calc((100% - 4rem) / 3);
}
.flex__item:nth-of-type(1) dt:before {
  content: '';
  display: block;
  position: absolute;
  top: 109px;
  left: calc(50% - 107px - 73px - 8px);
  width: 73px;
  height: 147px;
  background-image: url(/assets/img/about/img-woman-01.png);
}
.flex__item:nth-of-type(3) dt:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: calc(50% + 107px);
  width: 75px;
  height: 83px;
  background-image: url(/assets/img/common/img-hokenkyo-02.png);
}
.flex__item dd {
  margin-top: .75rem;
  padding: 0 .5rem;
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
} /* @media 閉じ括弧 削除注意 */

/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
/* ■ Desktop */ @media screen and (min-width: 1024px) {
/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ---------------------------------------------------------------------------------------------- */
/* contents-header /////////////////////////////////////////////////////////////////////////////////
------------------------------------------------------------------------------------------------- */
.contents-header > svg {
  height: 180px;
}

.contents-header > .wrapper > .inner-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 3rem 2rem 3rem;
  min-width: 1024px;
  max-width: auto;
}
.about header h1 {
  margin-top: -2rem;
  width: 60%;
  text-align: left;
  font-size: clamp(1.25rem, 0.889rem + 1.54vw, 1.875rem);
}
.img-ambassador {
  position: absolute;
  right: 2rem;
  bottom: 0;
  margin: 0;
  background-color: transparent;
  background-size: 100%;
  background-position: right bottom;
  width: calc(35% - 2rem);
  max-width: 300px;
  height: 500px;
  border-radius: 0;
}
.about header .txt-catch {
  margin-top: 1.5em;
  margin-left: -0.5rem;
  width: 65%;
  text-align: left;
  font-size: 1.2rem;
}
.about header .txt-catch + p {
  margin-top: .75em;
  padding: 0;
  width: 65%;
}

/* ---------------------------------------------------------------------------------------------------------------------------- */
} /* @media 閉じ括弧 削除注意 */










