@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200);
/* 数値から単位を除外
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `rem` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/* `px` から `em` に変換
−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−−− */
/**
 * Common Styles
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;600&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #4d4d4d;
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 25.641025641vw;
  }
}
@media screen and (min-width: 768px), print {
  html {
    font-size: 625%;
  }
}
@media screen and (min-width: 1380px) {
  html {
    font-size: 7.2463768116vw;
  }
}
@media screen and (min-width: 1380px), print {
  html {
    font-size: 625%;
  }
}

body {
  font-family: "Noto Serif", serif;
  letter-spacing: 0.0065em;
  -webkit-text-size-adjust: 100%;
}
body * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px), print {
  body {
    line-height: 1.6;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 1.6;
    font-size: 0.14rem;
  }
}

#main {
  display: block;
}

/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: underline;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a.chg-hover {
  transition: background-color 0.3s;
}
a.chg-hover:hover {
  background-color: #ffff1a !important;
}

a.chg-opacity {
  transition: opacity 0.3s;
}
a.chg-opacity:hover {
  opacity: 0.5;
}

a .chg-opacity {
  transition: opacity 0.3s;
}

a:hover .chg-opacity {
  opacity: 0.5;
}

.chg-opacity a {
  transition: opacity 0.3s;
}
.chg-opacity a:hover {
  opacity: 0.5;
}

.chg-opacity02 a {
  transition: opacity 0.3s;
}
.chg-opacity02 a:hover {
  opacity: 0.6;
}

/* image
   ========================================================================== */
img {
  height: auto;
  line-height: 1;
  max-width: 100%;
  vertical-align: top;
}

table th img,
table td img {
  vertical-align: middle;
}

/* form
   ========================================================================== */
input,
textarea,
label {
  vertical-align: middle;
}

/* display
   ========================================================================== */
.block {
  display: block;
}

.sp-item {
  display: none;
}

.pc-block {
  display: block;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-item {
    display: block;
  }
  .pc-item {
    display: none !important;
  }
  .pc-block {
    display: inline;
  }
  .sp-block {
    display: block;
  }
  .pc-br {
    display: none;
  }
  .sp-br {
    display: inline;
  }
}
/* float
   ========================================================================== */
.clearfix::after,
.fbox::after {
  display: block;
  clear: both;
  content: "";
}

.fr {
  float: right;
}

.fl {
  float: left;
}

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !important;
}
@media screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0vw !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media screen and (max-width: 767px) {
  .mt5 {
    margin-top: 1.28vw !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 2.56vw !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media screen and (max-width: 767px) {
  .mt15 {
    margin-top: 3.85vw !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media screen and (max-width: 767px) {
  .mt20 {
    margin-top: 5.13vw !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .mt25 {
    margin-top: 6.41vw !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media screen and (max-width: 767px) {
  .mt30 {
    margin-top: 7.69vw !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media screen and (max-width: 767px) {
  .mt35 {
    margin-top: 8.97vw !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 10.26vw !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media screen and (max-width: 767px) {
  .mt45 {
    margin-top: 11.54vw !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .mt50 {
    margin-top: 12.82vw !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media screen and (max-width: 767px) {
  .mt55 {
    margin-top: 14.1vw !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width: 767px) {
  .mt60 {
    margin-top: 15.38vw !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0vw !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media screen and (max-width: 767px) {
  .mb5 {
    margin-bottom: 1.28vw !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 2.56vw !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media screen and (max-width: 767px) {
  .mb15 {
    margin-bottom: 3.85vw !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 5.13vw !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media screen and (max-width: 767px) {
  .mb25 {
    margin-bottom: 6.41vw !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 7.69vw !important;
  }
}

.mr0 {
  margin-right: 0px !important;
}
@media screen and (max-width: 767px) {
  .mr0 {
    margin-right: 0vw !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media screen and (max-width: 767px) {
  .mr5 {
    margin-right: 1.28vw !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media screen and (max-width: 767px) {
  .mr10 {
    margin-right: 2.56vw !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media screen and (max-width: 767px) {
  .mr15 {
    margin-right: 3.85vw !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media screen and (max-width: 767px) {
  .mr20 {
    margin-right: 5.13vw !important;
  }
}

.ml0 {
  margin-left: 0px !important;
}
@media screen and (max-width: 767px) {
  .ml0 {
    margin-left: 0vw !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media screen and (max-width: 767px) {
  .ml5 {
    margin-left: 1.28vw !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media screen and (max-width: 767px) {
  .ml10 {
    margin-left: 2.56vw !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media screen and (max-width: 767px) {
  .ml15 {
    margin-left: 3.85vw !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media screen and (max-width: 767px) {
  .ml20 {
    margin-left: 5.13vw !important;
  }
}

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 768px), print {
  .pc-pdg {
    padding-left: 72px;
    padding-right: 72px;
  }
}
@media screen and (max-width: 767px) {
  .sp-pdg {
    padding-left: 7.69vw;
    padding-right: 7.69vw;
  }
}
/* text-align
   ========================================================================== */
.text-r {
  text-align: right !important;
}

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important;
}

.text-l {
  text-align: left !important;
}

/* ==========================================================================
   03. Layout
   ========================================================================== */
/* base
   ========================================================================== */
/* wrapper */
body {
  background: rgb(250, 250, 236);
  background: linear-gradient(90deg, rgb(250, 250, 236) 49%, rgb(223, 231, 237) 51%);
}
@media screen and (max-width: 767px) {
  body {
    background: #FAFAEC !important;
  }
}

/* header
   ========================================================================== */
header {
  width: 100%;
  height: 100px;
  background-color: #fffff6;
  text-align: center;
}
header .line {
  width: 100%;
  height: 6px;
  background-color: #06940d;
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  header .line {
    background: none;
    height: none;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    height: 84px;
    background-color: #fffff6;
    text-align: center;
  }
  header .line {
    width: 100%;
    height: 6px;
    background-color: #06940D;
  }
  header .sp_none {
    display: none;
  }
  header h1 {
    background-image: url(/img/sp_ttl.png);
    height: 48px;
    background-position: top center; /* ヘッダー直下に配置 */
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 16px;
  }
}

/* footer
   ========================================================================== */
/*------フッター------*/
footer {
  width: 100%;
  background-color: #fff;
  text-align: center;
}
footer .line {
  width: 100%;
  height: 6px;
  background-color: #06940D;
}
footer p {
  padding: 15px 0;
  font-size: 18px;
}
/* ==========================================================================
   04. Parts
   ========================================================================== */
/* ボタン
   ========================================================================== */
/* リスト
   ========================================================================== */
/* 黒丸付きリスト */
.list-disc {
  margin-left: 1.5em;
}
.list-disc li {
  list-style-type: disc;
  margin-bottom: 10px;
}
.list-disc li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list-disc li {
    margin-bottom: 2.56vw;
  }
}

/* 番号付きリスト */
.list-decimal {
  margin-left: 1.5em;
}
.list-decimal li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.list-decimal li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .list-decimal li {
    margin-bottom: 2.56vw;
  }
}

/* テーブル
   ========================================================================== */
.normal-tb {
  width: 100%;
  color: #303030;
}
.normal-tb th, .normal-tb td {
  padding: 0.08rem 0.16rem;
}
@media screen and (max-width: 767px) {
  .normal-tb th, .normal-tb td {
    padding: 0.06rem 0.12rem;
  }
}
.normal-tb th[scope=row], .normal-tb td {
  border-bottom: 1px solid #bfbfbf;
}
.normal-tb th[scope=row] {
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .normal-tb th[scope=row] {
    white-space: nowrap;
  }
}
.normal-tb th[scope=col] {
  background-color: #e5f1f0;
  border-right: 3px solid #fff;
}
.normal-tb th[colspan="2"] {
  border-bottom: 3px solid #fff;
}
.normal-tb th[rowspan="2"] {
  vertical-align: middle;
}

.company-tb {
  width: 100%;
  color: #303030;
  line-height: 1.65;
}
.company-tb th, .company-tb td {
  padding: 0.08rem 0.16rem;
}
@media screen and (max-width: 767px) {
  .company-tb th, .company-tb td {
    padding: 0.06rem 0.12rem;
  }
}
.company-tb td {
  border-bottom: 1px solid #bfbfbf;
  padding-left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .company-tb td {
    padding-left: 0.18rem;
  }
}
.company-tb th[scope=row] {
  font-weight: normal;
  background-color: #e5f1f0;
  border-bottom: 5px solid #fff;
}
@media screen and (max-width: 767px) {
  .company-tb th[scope=row] {
    white-space: nowrap;
  }
}

/* タイトル
   ========================================================================== */
/* Webフォント
   ========================================================================== */
/* その他パーツ
   ========================================================================== */
/* アニメーション*/
.set-anim {
  opacity: 0;
  will-change: transform, transition;
}

/* スライダーパーツ */
.slick-dots .slick-active button::before {
  opacity: 1 !important;
  color: #ffff00 !important;
}

/* 電話番号リンク */
@media screen and (min-width: 768px), print {
  .tel-linktext {
    pointer-events: none;
    text-decoration: none;
  }
}
/* 画像を幅100%にする */
img.img-full {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* object fit image */
img.img-ofi-cover,
img.img-ofi-contain {
  width: 100%;
  height: 100%;
}

img.img-ofi-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

img.img-ofi-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

/* ==========================================================================
   05. pages
   ========================================================================== */
.main_img {
  background-image: url(/img/pc_main_img.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 690px;
}
@media screen and (max-width: 767px) {
  .main_img {
    background-image: url(/img/sp_main_img.png);
    background-size: cover; /* 画像を要素に合わせて拡大・縮小 */
    /*background-size: contain;  横幅優先 */
    background-position: top center; /* ヘッダー直下に配置 */
    background-repeat: no-repeat;
    height: calc(100vh - 90px); /* ヘッダーの高さ分を引いた高さ */
    margin-bottom: 30px;
  }
}

.content-wrapper {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .content-wrapper {
    width: 96%;
    margin: 0 2%;
  }
}

.content-wrapper-top {
  font-family: "Noto Serif", serif;
  letter-spacing: 0.5px;
  width: 1000px;
  display: block;
  border-radius: 20px;
  background-color: #ffffff;
  margin: 60px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .content-wrapper-top {
    position: static;
    width: 96%;
    margin: 0 2% 20px 2%;
    border-radius: 20px;
  }
}
.content-wrapper-top h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 5px;
  font-weight: 700;
  color: #06940d;
  font-size: 46px;
  writing-mode: vertical-rl;
  width: 170px;
  height: 650px;
}
@media screen and (max-width: 767px) {
  .content-wrapper-top h2 {
    display: block;
    font-size: 28px;
    text-align: center;
    writing-mode: horizontal-tb;
    width: 100%;
    height: auto;
    margin: 0 0 5px 0;
    letter-spacing: 1px;
    padding: 0 0 5px 0;
  }
}
.content-wrapper-top .content01-wrapper {
  position: absolute;
  top: 0;
  left: 170px;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .content-wrapper-top .content01-wrapper {
    position: static;
    padding: 10px;
  }
  .content-wrapper-top .content01-wrapper .sp_none {
    display: none;
  }
}
.content-wrapper-top .content01-wrapper .txt01 {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 30px;
}
.content-wrapper-top .content01-wrapper .txt01 .text-deta {
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .content-wrapper-top .content01-wrapper .txt01 .text-deta {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrapper-top .content01-wrapper .txt01 {
    font-size: 18px;
  }
}
.content-wrapper-top .content01-wrapper .txt01 .sup {
  font-size: 12px; /* 文字を小さくする */
  vertical-align: super; /* 上付きにする */
}
.content-wrapper-top .content01-wrapper .txt01 .ttl {
  font-weight: 700;
  font-size: 30px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .content-wrapper-top .content01-wrapper .txt01 .ttl {
    font-size: 24px;
    line-height: 120%;
  }
}
.content-wrapper-top .content01-wrapper .txt01 .small-kome {
  font-size: 10px;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  .content-wrapper-top .content01-wrapper .txt01 .small-kome {
    line-height: 130%;
    margin-top: 10px;
  }
}
.content-wrapper-top .content01-wrapper .txt02 {
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 140%;
  background-color: #fff9f1;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .content-wrapper-top .content01-wrapper .txt02 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
  }
}
.content-wrapper-top .content01-wrapper .txt02 .ttl {
  font-weight: 700;
  font-size: 30px;
  line-height: 160%;
}
@media screen and (max-width: 767px) {
  .content-wrapper-top .content01-wrapper .txt02 .ttl {
    font-size: 24px;
    line-height: 120%;
  }
}

.content-wrapper-02 {
  position: static;
  display: block;
  letter-spacing: 2px;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 {
    position: static;
    width: 96%;
    margin: 20px 2%;
  }
}
.content-wrapper-02 h2 {
  font-size: 40px;
  letter-spacing: 2px;
  line-height: 160%;
}
.content-wrapper-02 h2 .pc_none {
  display: none;
}
.content-wrapper-02 h2 span {
  font-size: 50px;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 h2 span {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 h2 {
    position: static;
    width: 96%;
    margin: 40px 2% 5px 2%;
    font-size: 24px;
  }
  .content-wrapper-02 h2 .pc_none {
    display: block;
  }
}
.content-wrapper-02 .txt01 {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 120%;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 .txt01 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.content-wrapper-02 .txt01 .small {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 .txt01 .small {
    display: block;
    font-size: 16px;
    line-height: 120% !important;
  }
}
.content-wrapper-02 .ranking-section {
  display: flex;
  justify-content: space-between;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 .ranking-section {
    display: block;
    width: 100%;
    height: auto;
  }
}
.content-wrapper-02 .ranking-section a {
  text-decoration: none;
}
.content-wrapper-02 .ranking-section a:hover {
  opacity: 0.7;
}
.content-wrapper-02 .ranking-section .health-section {
  width: 480px;
  height: 390px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 .ranking-section .health-section {
    width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.content-wrapper-02 .ranking-section .health-section h3 {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  font-size: 36px;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 .ranking-section .health-section h3 {
    width: 20%;
    font-size: 28px;
  }
}
.content-wrapper-02 .ranking-section .health-section .section-deta {
  width: 380px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 .ranking-section .health-section .section-deta {
    width: 80%;
  }
}
.content-wrapper-02 .ranking-section .health-section .section-deta .btn01 {
  margin-top: 20px;
}
.content-wrapper-02 .ranking-section .bk01 {
  background-color: #fcb257;
}
.content-wrapper-02 .ranking-section .bk02 {
  background-color: #335387;
}
.content-wrapper-02 .ranking-section02 {
  display: flex;
  justify-content: space-between;
  width: 1000px;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 .ranking-section02 {
    display: block;
    width: 100%;
    height: auto;
  }
}
.content-wrapper-02 .ranking-section02 a {
  text-decoration: none;
}
.content-wrapper-02 .ranking-section02 a:hover {
  opacity: 0.7;
}
.content-wrapper-02 .ranking-section02 .health-box {
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 .ranking-section02 .health-box {
    margin-top: 50px;
  }
}
.content-wrapper-02 .ranking-section02 .health-box .ttl01 span {
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 .ranking-section02 .health-box .ttl01 span {
    font-size: 34px;
  }
}
.content-wrapper-02 .ranking-section02 .health-box .ttl01 {
  font-size: 22px;
  margin-bottom: 10px;
  width: 480px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 .ranking-section02 .health-box .ttl01 {
    display: block;
    width: 100%;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 120%;
    font-size: 18px;
  }
}
.content-wrapper-02 .ranking-section02 .health-box .ttl02 span {
  font-size: 45px;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 .ranking-section02 .health-box .ttl02 span {
    font-size: 34px;
  }
}
.content-wrapper-02 .ranking-section02 .health-box .ttl02 {
  font-size: 22px;
  margin-bottom: 10px;
  width: 480px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 .ranking-section02 .health-box .ttl02 {
    display: block;
    width: 100%;
    height: auto;
    letter-spacing: 0.5px;
    line-height: 120%;
    font-size: 18px;
  }
}
.content-wrapper-02 .ranking-section02 .health-box .txt {
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 120%;
}
.content-wrapper-02 .ranking-section02 .health-section {
  width: 480px;
  height: 440px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 .ranking-section02 .health-section {
    width: 100%;
    height: auto;
    padding: 10px;
  }
}
.content-wrapper-02 .ranking-section02 .health-section h3 {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  font-size: 34px;
  color: #ffffff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 .ranking-section02 .health-section h3 {
    width: 20%;
    height: auto;
    font-size: 26px;
  }
}
.content-wrapper-02 .ranking-section02 .health-section .section-deta {
  width: 380px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .content-wrapper-02 .ranking-section02 .health-section .section-deta {
    width: 80%;
    height: auto;
  }
}
.content-wrapper-02 .ranking-section02 .health-section .section-deta .btn01 {
  margin-top: 20px;
}
.content-wrapper-02 .ranking-section02 .bk01 {
  background-color: #fcb257;
}
.content-wrapper-02 .ranking-section02 .bk02 {
  background-color: #335387;
}

.news-section-top {
  letter-spacing: 0.5px;
  width: 1000px;
  display: block;
  margin: 60px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .news-section-top {
    display: block;
    height: auto;
    position: static;
    width: 96%;
    margin: 30px 2% 20px 2%;
  }
}
.news-section-top h2 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  letter-spacing: 5px;
  font-weight: 700;
  color: #4d4d4d;
  font-size: 46px;
  writing-mode: vertical-rl;
  width: 170px;
}
@media screen and (max-width: 767px) {
  .news-section-top h2 {
    display: block;
    writing-mode: horizontal-tb;
    position: static;
    width: 100%;
    font-size: 36px;
    letter-spacing: 1px;
  }
}
.news-section-top .content01-wrapper {
  font-family: "Noto Sans JP", sans-serif !important;
  border-radius: 20px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 170px;
  padding: 20px;
  width: 830px;
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .news-section-top .content01-wrapper {
    display: block;
    position: static;
    width: 100%;
  }
}
.news-section-top .content01-wrapper .txt01 {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .news-section-top .content01-wrapper .txt01 {
    writing-mode: horizontal-tb;
    line-height: 140%;
    font-size: 18px;
  }
}
.news-section-top .content01-wrapper .txt01 .date {
  font-weight: 700;
  font-size: 14px;
  line-height: 160%;
  color: #dc8b27;
}
@media screen and (max-width: 767px) {
  .news-section-top .content01-wrapper .txt01 .date {
    line-height: 160%;
    font-size: 16px;
  }
}

/* お知らせ新着の日付の点滅 */
.blinking {
  animation: blink 0.6s ease-in-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
  }
}
/* カラー */
.green {
  color: #1ea925;
}

.red {
  color: #ff0000;
}

.brown {
  color: #583e02;
}

.orange {
  color: #dc8b27;
}

.navy {
  color: #335387;
}

.bold {
  font-weight: 700;
}

/* ボタン */
.btn01 {
  background-color: #1ea925;
  border-radius: 60px;
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  width: 240px;
}

.c-icon__arrow-circle-right01 {
  color: #fff;
}

.c-icon__arrow-circle-left01,
.c-icon__arrow-circle-right01 {
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 20px;
  font-variation-settings: "FILL" 1, "wght" 700, "GRAD" 0, "opsz" 45;
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.products .contents-main-inner {
  position: relative;
  height: 9.3rem;
  margin-top: 1.4rem;
}
.products .products-main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 2.2rem;
}
.products .products-main-bg img {
  height: 100%;
  width: auto;
}
.products .products-main-flexbox {
  position: relative;
  display: flex;
}
.products .products-main-flexbox .products-main-title {
  display: flex;
  align-items: center;
  width: 50%;
  padding-left: 0.7rem;
}
.products .products-main-flexbox .products-main-title .inner {
  display: block;
  margin-right: -2rem;
}
.products .products-main-flexbox .products-main-img {
  width: 50%;
}
.products .products-main-flexbox .products-main-img.kenbishi {
  text-align: right;
}
.products .products-main-flexbox .products-main-img.kenbishi .img {
  display: inline-block;
  width: 5.07rem;
}
.products .products-main-flexbox .products-main-img.mizuho {
  text-align: center;
}
.products .products-main-flexbox .products-main-img.mizuho .img {
  display: inline-block;
  width: 2.46rem;
  margin-left: 1.7rem;
}
.products .products-main-flexbox .products-main-img.zuishou {
  text-align: center;
}
.products .products-main-flexbox .products-main-img.zuishou .img {
  display: inline-block;
  width: 2.47rem;
  margin-left: 1.68rem;
}
.products .products-read-setbox {
  display: flex;
  margin-top: 0.75rem;
}
.products .products-read-setbox .name {
  width: 2.2rem;
  padding-left: 1.1rem;
}
.products .products-read-setbox .read {
  width: 7.95rem;
  line-height: 1.75;
}
.products .products-graph-box {
  width: 5.43rem;
  margin: 0.63rem auto 0;
}
.products .products-img-box {
  width: 7.95rem;
  margin: 0.65rem auto 0;
}

.about .about-main-wrapper {
  margin-top: 3.24rem;
  background-color: #ffff00;
}
@media screen and (max-width: 767px) {
  .about .about-main-wrapper {
    margin-top: 1.14rem;
  }
}
.about .about-main-box {
  padding: 1.5rem 0 4.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about .about-main-box {
    padding: 0.85rem 0 2.88rem;
  }
}
.about .about-wrapper {
  background-color: #ffff00;
}
@media screen and (max-width: 767px) {
  .about .about-wrapper {
    padding-bottom: 0.6rem;
  }
}
.about .about-setbox {
  position: relative;
  display: flex;
  align-items: center;
  height: 10.85rem;
}
@media screen and (max-width: 767px) {
  .about .about-setbox {
    height: 6.15rem;
  }
}
.about .about-setbox .text {
  padding-left: 6.18rem;
}
@media screen and (max-width: 767px) {
  .about .about-setbox .text {
    padding-left: 1.16rem;
  }
}
.about .about-setbox .text .title {
  margin-bottom: 0.35rem;
}
@media screen and (max-width: 767px) {
  .about .about-setbox .text .title {
    margin-bottom: 0.25rem;
  }
}
.about .about-setbox .text .read {
  font-size: 0.34rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .about .about-setbox .text .read {
    font-size: 0.2rem;
    line-height: 1.3;
  }
}
.about .about-setbox .img {
  position: absolute;
  top: 0.7rem;
  left: -2.56rem;
  width: 8.31rem;
}
@media screen and (max-width: 767px) {
  .about .about-setbox .img {
    top: 0.65rem;
    left: -1.75rem;
    width: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .about .about-setbox:nth-child(3) .text {
    padding-bottom: 0.6rem;
  }
}
@media screen and (max-width: 767px) {
  .about .about-setbox:nth-child(4) .text {
    padding-top: 0.6rem;
  }
}
.about .about-bottom {
  height: 3.24rem;
  margin-bottom: 1.6rem;
  background: url("/img/aboutus/img_bg-dot@2x.png") center bottom/auto 6.48rem repeat-x;
}
@media screen and (max-width: 767px) {
  .about .about-bottom {
    height: 1.14rem;
    margin-bottom: 0.85rem;
    background: url("/img/aboutus/img_bg-dot@2x.png") center bottom/auto 2.28rem repeat-x;
  }
}
.about .message-wrapper {
  margin-bottom: 1.3rem;
  font-size: 0.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .about .message-wrapper {
    margin-bottom: 0.8rem;
    font-size: 0.16rem;
    line-height: 1.375;
  }
}
.about .message-wrapper .message-title {
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .about .message-wrapper .message-title {
    width: 1.88rem;
    margin-bottom: 0.15rem;
  }
}
.about .message-wrapper .message-main {
  position: relative;
  margin-bottom: 0.4rem;
  padding-right: 3.45rem;
}
@media screen and (max-width: 767px) {
  .about .message-wrapper .message-main {
    padding-right: 0;
    margin-bottom: 0.3rem;
  }
}
.about .message-wrapper .message-main .img {
  position: absolute;
  top: -0.8rem;
  right: 0;
  width: 2.47rem;
}
@media screen and (max-width: 767px) {
  .about .message-wrapper .message-main .img {
    float: right;
    position: relative;
    top: auto;
    right: auto;
    width: 1.24rem;
    margin-left: 0.2rem;
  }
}
.about .message-wrapper .message-main .img .cap {
  margin-top: 0.15rem;
  font-size: 0.24rem;
}
@media screen and (max-width: 767px) {
  .about .message-wrapper .message-main .img .cap {
    margin-top: 0.1rem;
    font-size: 0.12rem;
  }
}
.about .message-wrapper .message-list {
  margin-bottom: 0.4rem;
  padding-right: 2.8rem;
}
@media screen and (max-width: 767px) {
  .about .message-wrapper .message-list {
    margin-bottom: 0.3rem;
    padding-right: 0;
  }
}
.about .message-wrapper .message-list dt {
  margin-bottom: 0.08rem;
}
@media screen and (max-width: 767px) {
  .about .message-wrapper .message-list dt {
    margin-bottom: 0.06rem;
  }
}
.about .message-wrapper .message-read {
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .about .message-wrapper .message-read {
    margin-bottom: 0.3rem;
  }
}
.about .profile-wrapper {
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .about .profile-wrapper {
    margin-bottom: 0.7rem;
  }
}
.about .profile-wrapper .profile-title {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .about .profile-wrapper .profile-title {
    width: 3.3rem;
    margin-bottom: 0.2rem;
  }
}
.about .profile-wrapper .text {
  flex: 1;
  padding-right: 0.45rem;
  font-size: 0.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .about .profile-wrapper .text {
    margin-bottom: 0.25rem;
    padding-right: 0;
    font-size: 0.14rem;
    line-height: 1.65;
  }
}
.about .profile-wrapper .text .ttl {
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 767px) {
  .about .profile-wrapper .text .ttl {
    margin-bottom: 0.1rem;
  }
}
.about .profile-wrapper .img {
  width: 6.1rem;
}
@media screen and (max-width: 767px) {
  .about .profile-wrapper .img {
    width: calc(100% + 0.64rem);
    margin: 0 -0.32rem;
  }
}

.process .process-wrapper {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .process .process-wrapper {
    margin-bottom: 0.3rem;
  }
}
.process .process-main-wrapper {
  overflow: hidden;
}
.process .process-main-box {
  position: relative;
  padding-bottom: 1.28rem;
  background: url("/img/process/img_circle-bg.svg") right top -1.5rem no-repeat;
}
@media screen and (max-width: 767px) {
  .process .process-main-box {
    margin-right: -0.25rem;
    padding-bottom: 1.8rem;
    background: url("/img/process/img_circle-bg.svg") right top -0.6rem/2.22rem auto no-repeat;
  }
}
.process .process-main-box .about-main-title-wrapper {
  padding: 3.45rem 0 0 1.48rem;
}
@media screen and (max-width: 767px) {
  .process .process-main-box .about-main-title-wrapper {
    z-index: 2;
    position: relative;
    padding: 0.85rem 0 0 0;
  }
}
.process .process-main-box .about-main-title-wrapper .about-main-title {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .process .process-main-box .about-main-title-wrapper .about-main-title {
    width: 2.16rem;
    margin-bottom: 0.15rem;
  }
}
.process .process-main-box .about-main-title-wrapper .sub {
  font-size: 0.35rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .process .process-main-box .about-main-title-wrapper .sub {
    width: 1.25rem;
    font-size: 0.15rem;
    font-weight: bold;
    line-height: 1.35;
  }
}
.process .process-main-box .about-main-img {
  position: absolute;
  top: 1.42rem;
  right: 0rem;
  width: 4.3rem;
}
@media screen and (max-width: 767px) {
  .process .process-main-box .about-main-img {
    width: 2.35rem;
    top: 0.38rem;
    right: -0.3rem;
  }
}
.process .process-mainsub-box {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  min-height: 7.9rem;
  background: url("/img/process/img_circle-bg.svg") left center/auto 100% no-repeat;
}
@media screen and (max-width: 767px) {
  .process .process-mainsub-box {
    display: block;
    min-height: inherit;
    margin-left: -0.3rem;
    margin-top: -2.92rem;
    padding-top: 2.98rem;
    background: url("/img/process/img_circle-bg.svg") -0.88rem top/3.18rem auto no-repeat;
  }
}
.process .process-mainsub-box .about-sub-read {
  flex: 1;
  font-size: 0.35rem;
  line-height: 2;
}
@media screen and (max-width: 1450px) {
  .process .process-mainsub-box .about-sub-read {
    padding-right: 0.7rem;
  }
}
@media screen and (max-width: 767px) {
  .process .process-mainsub-box .about-sub-read {
    padding-right: 0;
    padding-left: 0.3rem;
    font-size: 0.14rem;
    line-height: 1.45;
  }
}
.process .process-mainsub-box .sub-img {
  width: 4.93rem;
  min-height: 7.9rem;
}
@media screen and (max-width: 767px) {
  .process .process-mainsub-box .sub-img {
    width: 1.2rem;
    min-height: inherit;
    margin-left: 0.3rem;
  }
}
.process .process-mainsub-box .sub-img .img {
  width: 3.36rem;
  padding-top: 0rem;
}
@media screen and (max-width: 767px) {
  .process .process-mainsub-box .sub-img .img {
    width: 100%;
    padding-top: 0.2rem;
  }
}
.process .sub-logo {
  margin: -0.6rem 0 0.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .process .sub-logo {
    width: 0.4rem;
    margin: -0.2rem auto 0.05rem;
  }
}
.process .process-setbox {
  display: flex;
  align-items: center;
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .process .process-setbox {
    align-items: inherit;
    margin: 0.6rem 0 0.7rem;
  }
}
.process .process-setbox .img-box {
  position: relative;
  width: 7.9rem;
  height: 7.9rem;
  border-radius: 50%;
  background-color: #ffff00;
}
.process .process-setbox .img-box .bg-imgbox {
  display: none;
}
@media screen and (max-width: 767px) {
  .process .process-setbox .img-box {
    width: 50%;
    height: auto;
    padding-top: 50%;
    border-radius: 0;
    background-color: transparent;
  }
  .process .process-setbox .img-box .bg-imgbox {
    display: block;
    position: absolute;
    top: 50%;
    right: -1rem;
    transform: translateY(-50%);
    width: 3.16rem;
    height: 3.16rem;
    border-radius: 50%;
    background-color: #ffff00;
  }
}
.process .process-setbox .img-box .scene-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 5.9rem;
}
@media screen and (max-width: 767px) {
  .process .process-setbox .img-box .scene-box {
    pointer-events: none;
    width: 66%;
  }
}
.process .process-setbox .img-box .crl-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6.95rem;
  border-radius: 50%;
  transition: opacity 0.6s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .process .process-setbox .img-box .crl-img {
    width: 2.8rem;
  }
}
.process .process-setbox .img-box .crl-img img {
  border-radius: 50%;
}
.process .process-setbox .img-box .crl-img:hover {
  opacity: 1;
  cursor: pointer;
}
.process .process-setbox .text-box {
  flex: 1;
  position: relative;
  margin-top: 0.6rem;
}
@media screen and (max-width: 767px) {
  .process .process-setbox .text-box {
    z-index: 2;
    width: 50%;
    margin-top: 0;
  }
}
.process .process-setbox .text-box .title {
  position: relative;
  z-index: 3;
  margin-bottom: 0.15rem;
}
@media screen and (max-width: 767px) {
  .process .process-setbox .text-box .title {
    position: relative;
    z-index: 3;
  }
}
.process .process-setbox .text-box .title.abs {
  z-index: 2;
  position: relative;
  margin-bottom: 0.65rem;
}
.process .process-setbox .text-box .title.abs img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: inherit;
}
.process .process-setbox .text-box .title.lrg {
  margin-bottom: 0.27rem;
}
.process .process-setbox .text-box .read {
  z-index: 2;
  position: relative;
  font-size: 0.16rem;
}
@media screen and (max-width: 767px) {
  .process .process-setbox .text-box .read {
    font-size: 0.14rem;
    line-height: 1.45;
  }
}
.process .process-setbox .text-box .kanji-box {
  position: absolute;
}
.process .process-setbox.reg .text-box {
  margin: 0.3rem 0.4rem 0 1.5rem;
}
@media screen and (max-width: 767px) {
  .process .process-setbox.reg .text-box {
    margin: 0.3rem 0 0 9%;
  }
}
.process .process-setbox.reg .text-box .kanji-box {
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
}
@media screen and (max-width: 767px) {
  .process .process-setbox.reg .text-box .kanji-box {
    top: 0%;
    transform: translateY(0) translateX(0);
  }
}
.process .process-setbox.rev .text-box {
  margin: 0.3rem 1.3rem 0 1.1rem;
}
@media screen and (max-width: 767px) {
  .process .process-setbox.rev .text-box {
    margin: 0.3rem 0.15rem 0 0.12rem;
  }
}
.process .process-setbox.rev .text-box .kanji-box {
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0);
}
@media screen and (max-width: 767px) {
  .process .process-setbox.rev .text-box .kanji-box {
    top: 0%;
    transform: translateY(0) translateX(0);
  }
}
@media screen and (max-width: 767px) {
  .process .process-setbox.rev .img-box .bg-imgbox {
    right: -0.5rem;
  }
}
.process .process-setbox:nth-child(1) .img-box .scene-box {
  /*top: rem(150);
  left: rem(30);
  width: rem(640);
  @include mq-sp {
      top: rem(40);
      left: rem(0);
      width: rem(200);
  }*/
}
@media screen and (max-width: 767px) {
  .process .process-setbox:nth-child(1) .img-box .bg-imgbox {
    transform: translateY(-70%);
  }
}
.process .process-setbox:nth-child(1) .text-box .kanji-box {
  width: 2rem;
  transform: translateY(-50%) translateX(-120%);
}
@media screen and (max-width: 767px) {
  .process .process-setbox:nth-child(1) .text-box .kanji-box {
    transform: translateY(-5%) translateX(-120%);
    width: 0.65rem;
  }
}
.process .process-setbox:nth-child(2) .img-box .scene-box {
  /*top: rem(-30);
  left: rem(120);
  width: rem(544);
  @include mq-sp {
      top: rem(-30);
      left: rem(-30);
      width: rem(196);
  }*/
}
.process .process-setbox:nth-child(2) .text-box .kanji-box {
  width: 3.72rem;
  transform: translateY(50%) translateX(40%);
}
@media screen and (max-width: 767px) {
  .process .process-setbox:nth-child(2) .text-box .kanji-box {
    transform: translateY(-10%) translateX(40%);
    width: 1.42rem;
  }
}
.process .process-setbox:nth-child(3) .img-box .scene-box {
  /*top: rem(170);
  left: rem(120);
  width: rem(527);
  @include mq-sp {
      top: rem(70);
      left: rem(0);
      width: rem(180);
  }*/
}
.process .process-setbox:nth-child(3) .text-box .kanji-box {
  width: 6.4rem;
  transform: translateY(-10%) translateX(-30%);
}
@media screen and (max-width: 767px) {
  .process .process-setbox:nth-child(3) .text-box .kanji-box {
    transform: translateY(270%) translateX(-30%);
    width: 1.95rem;
  }
}
.process .process-setbox:nth-child(4) .img-box .scene-box {
  /*top: rem(150);
  left: rem(30);
  width: rem(640);
  @include mq-sp {
      top: rem(115);
      left: rem(-40);
      width: rem(210);
  }*/
}
.process .process-setbox:nth-child(4) .text-box .kanji-box {
  width: 2.8rem;
  transform: translateY(15%) translateX(55%);
}
@media screen and (max-width: 767px) {
  .process .process-setbox:nth-child(4) .text-box .kanji-box {
    transform: translateY(-5%) translateX(55%);
    width: 1.05rem;
  }
}
.process .process-setbox:nth-child(5) .img-box .scene-box {
  /*top: rem(-30);
  left: rem(120);
  width: rem(544);
  @include mq-sp {
      top: rem(10);
      left: rem(10);
      width: rem(196);
  }*/
}
.process .process-setbox:nth-child(5) .text-box .kanji-box {
  width: 2.5rem;
  transform: translateY(-70%) translateX(-70%);
}
@media screen and (max-width: 767px) {
  .process .process-setbox:nth-child(5) .text-box .kanji-box {
    width: 0.7rem;
    transform: translateY(-10%) translateX(-80%);
  }
}
.process .process-setbox:nth-child(6) .img-box .scene-box {
  /*top: rem(170);
  left: rem(120);
  width: rem(527);
  @include mq-sp {
      top: rem(80);
      left: rem(-30);
      width: rem(180);
  }*/
}
.process .process-setbox:nth-child(6) .text-box .kanji-box {
  width: 3.5rem;
  transform: translateY(-67%) translateX(78%);
}
@media screen and (max-width: 767px) {
  .process .process-setbox:nth-child(6) .text-box .kanji-box {
    width: 1.4rem;
    transform: translateY(-37%) translateX(58%);
  }
}
.process .process-setbox:nth-child(7) .img-box .scene-box {
  /*top: rem(150);
  left: rem(30);
  width: rem(640);
  @include mq-sp {
      top: rem(125);
      left: rem(0);
      width: rem(200);
  }*/
}
.process .process-setbox:nth-child(7) .text-box .kanji-box {
  width: 4.6rem;
  transform: translateY(-10%) translateX(-45%);
}
@media screen and (max-width: 767px) {
  .process .process-setbox:nth-child(7) .text-box .kanji-box {
    width: 1.55rem;
    transform: translateY(260%) translateX(-55%);
  }
}
.process .process-setbox:nth-child(8) .img-box .scene-box {
  /*top: rem(-30);
  left: rem(120);
  width: rem(544);
  @include mq-sp {
      top: rem(-20);
      left: rem(-30);
      width: rem(196);
  }*/
}
.process .process-setbox:nth-child(8) .text-box .kanji-box {
  width: 3.05rem;
  transform: translateY(10%) translateX(55%);
}
@media screen and (max-width: 767px) {
  .process .process-setbox:nth-child(8) .text-box .kanji-box {
    width: 0.96rem;
    transform: translateY(-58%) translateX(55%);
  }
}

.cookiepolicy .cookie-wrapper {
  margin-top: 1.4rem;
  margin-bottom: 0.9rem;
}
@media screen and (max-width: 767px) {
  .cookiepolicy .cookie-wrapper {
    margin-top: 0.6rem;
    margin-bottom: 0.4rem;
  }
}
.cookiepolicy .cookie-read-setbox {
  margin-bottom: 0.9rem;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .cookiepolicy .cookie-read-setbox {
    margin-bottom: 0.5rem;
    line-height: 1.65;
  }
}
.cookiepolicy .cookie-title {
  margin-bottom: 0.23rem;
}
@media screen and (max-width: 767px) {
  .cookiepolicy .cookie-title {
    margin-bottom: 0.1rem;
  }
}
.cookiepolicy .cookie-title.sml {
  margin-bottom: 0.12rem;
}
@media screen and (max-width: 767px) {
  .cookiepolicy .cookie-title.sml {
    margin-bottom: 0.08rem;
  }
}
.cookiepolicy .cookie-list {
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 767px) {
  .cookiepolicy .cookie-list {
    margin-bottom: 0.2rem;
  }
}
.cookiepolicy .cookie-read .ind {
  margin-left: 0.76rem;
  text-indent: -0.76rem;
}
@media screen and (max-width: 767px) {
  .cookiepolicy .cookie-read .ind {
    margin-left: 0.66rem;
    text-indent: -0.66rem;
  }
  .cookiepolicy .cookie-read .ind br {
    display: none;
  }
}

.contact .contact-wrapper {
  margin-bottom: 0.9rem;
  font-family: "Noto Sans", sans-serif;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper {
    margin-bottom: 0.4rem;
    padding-left: 0;
    padding-right: 0;
  }
}
.contact .contact-wrapper .contact-title {
  padding: 0.5rem 0.5rem 0.15rem;
  font-size: 0.42rem;
  font-weight: bold;
  background-color: #ffff00;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .contact-title {
    padding: 0.3rem 0.3rem 0.1rem;
    font-size: 0.21rem;
  }
}
.contact .contact-wrapper .parts-setbox {
  padding-bottom: 0.5rem;
  background-color: #ffff00;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .parts-setbox {
    padding-bottom: 0.3rem;
  }
}
.contact .contact-wrapper .parts-setbox label {
  display: block;
  padding: 0.25rem 0.5rem 0.2rem;
  font-size: 0.3rem;
  font-weight: bold;
  background-color: #ffff00;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .parts-setbox label {
    padding: 0.18rem 0.3rem 0.13rem;
    font-size: 0.18rem;
  }
}
.contact .contact-wrapper .parts-setbox .txtRd {
  color: #ff0000;
  font-size: 0.24rem;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .parts-setbox .txtRd {
    font-size: 0.16rem;
  }
}
.contact .contact-wrapper .parts-setbox input[type=text] {
  border: 0;
  outline: 0;
  width: 100%;
  padding: 0.4rem 0.5rem;
  background-color: #fff;
  font-size: 0.18rem;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .parts-setbox input[type=text] {
    padding: 0.2rem 0.3rem;
    background-color: #fff;
    font-size: 0.16rem;
  }
}
.contact .contact-wrapper .parts-setbox textarea {
  border: 0;
  outline: 0;
  width: 100%;
  padding: 0.4rem 0.5rem;
  background-color: #fff;
  font-size: 0.18rem;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .parts-setbox textarea {
    padding: 0.2rem 0.3rem;
    font-size: 0.16rem;
  }
}
.contact .contact-wrapper .parts-setbox .item-box {
  padding: 0.3rem 0.5rem;
  background-color: #fff;
  font-size: 0.18rem;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .parts-setbox .item-box {
    padding: 0.15rem 0.3rem;
    font-size: 0.18rem;
  }
}
.contact .contact-wrapper .parts-setbox .wrap {
  padding: 0.3rem 0.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .parts-setbox .wrap {
    padding: 0.15rem 0.3rem;
  }
}
.contact .contact-wrapper .parts-setbox .wrap .cp_ipselect {
  overflow: hidden;
  width: 30%;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .parts-setbox .wrap .cp_ipselect {
    width: 80%;
  }
}
.contact .contact-wrapper .parts-setbox .wrap .cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.contact .contact-wrapper .parts-setbox .wrap .cp_ipselect select::-ms-expand {
  display: none;
}
.contact .contact-wrapper .parts-setbox .wrap .cp_ipselect.cp_sl01 {
  height: 0.6rem;
  position: relative;
  background: #ffffff;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .parts-setbox .wrap .cp_ipselect.cp_sl01 {
    height: 0.5rem;
  }
}
.contact .contact-wrapper .parts-setbox .wrap .cp_ipselect.cp_sl01:hover {
  opacity: 0.6;
}
.contact .contact-wrapper .parts-setbox .wrap .cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  content: "";
  pointer-events: none;
  background: url("/img/contact/img_arrow-select.svg") center center/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .parts-setbox .wrap .cp_ipselect.cp_sl01::before {
    width: 50px;
    height: 50px;
  }
}
.contact .contact-wrapper .parts-setbox .wrap .cp_ipselect.cp_sl01 select {
  height: 100%;
  padding: 10px 10px 10px 80px;
  color: black;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .parts-setbox .wrap .cp_ipselect.cp_sl01 select {
    padding: 6px 6px 6px 70px;
    font-size: 18px;
  }
}
.contact .contact-wrapper .parts-setbox.ques {
  padding-bottom: 0;
}
.contact .contact-wrapper .btn-wrapper {
  padding: 0.8rem 0.4rem;
  background-color: #ffff00;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .btn-wrapper {
    padding: 0.4rem 0.3rem;
  }
}
.contact .contact-wrapper .btn-wrapper input[type=submit] {
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 0.1rem 0.7rem;
  background-color: #000;
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .btn-wrapper input[type=submit] {
    padding: 0.08rem 0.6rem;
    font-size: 0.21rem;
  }
}
.contact .contact-wrapper .btn-wrapper input[type=submit]:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .btn-wrapper input[type=submit].comf {
    padding: 0.08rem 0.3rem;
    font-size: 0.21rem;
  }
}
.contact .contact-wrapper .btn-wrapper .back-btn {
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: bottom;
  margin-right: 0.1rem;
  padding: 0.1rem 0.3rem;
  background-color: #777;
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .contact .contact-wrapper .btn-wrapper .back-btn {
    padding: 0.08rem 0.2rem;
    font-size: 0.21rem;
  }
}
.contact .contact-wrapper .btn-wrapper .back-btn:hover {
  opacity: 0.6;
}/*# sourceMappingURL=common.css.map */