@charset "utf-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
ul {
  list-style: none;
}
ul.inside {
  list-style-position: inside;
  margin-left: 1.5em;
}
ul.decimal {
  list-style-type: decimal;
  margin-left: 1.5em;
}
ul.armenian {
  list-style-type: armenian;
  margin-left: 1.5em;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.5em;
}
ul.cjk-ideographic {
  list-style-type: cjk-ideographic;
  margin-left: 1.5em;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.5em;
}
ul.georgian {
  list-style-type: georgian;
  margin-left: 1.5em;
}
ul.hebrew {
  list-style-type: hebrew;
  margin-left: 1.5em;
}
ul.hiragana {
  list-style-type: hiragana;
  margin-left: 1.5em;
}
ul.hiragana-iroha {
  list-style-type: hiragana-iroha;
  margin-left: 1.5em;
}
ul.katakana {
  list-style-type: katakana;
  margin-left: 1.5em;
}
ul.katakana-iroha {
  list-style-type: katakana-iroha;
  margin-left: 1.5em;
}
ul.lower-alpha {
  list-style-type: lower-alpha;
  margin-left: 1.5em;
}
ul.lower-greek {
  list-style-type: lower-greek;
  margin-left: 1.5em;
}
ul.lower-latin {
  list-style-type: lower-latin;
  margin-left: 1.5em;
}
ul.lower-roman {
  list-style-type: lower-roman;
  margin-left: 1.5em;
}
ul.square {
  list-style-type: square;
  margin-left: 1.5em;
}
ul.upper-alpha {
  list-style-type: upper-alpha;
  margin-left: 1.5em;
}
ul.upper-latin {
  list-style-type: upper-latin;
  margin-left: 1.5em;
}
ul.upper-roman {
  list-style-type: upper-roman;
  margin-left: 1.5em;
}
img {
  border: none;
  vertical-align: bottom;
}
strong {
  font-weight: bold;
}
.clear:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
  font-size: 0;
}
*+html .clear {
  zoom: 100%;
}
* html .clear {
  zoom: 100%;
}
.floatright {
  float: right;
}
.floatleft {
  float: left;
}
.imgfloatright {
  float: right;
  margin-left: 10px;
}
.imgfloatleft {
  float: left;
  margin-right: 10px;
}
.textleft {
  text-align: left;
}
.textright {
  text-align: right;
}
.t5 {
  margin-top: 5px;
}
.t10 {
  margin-top: 10px;
}
.t15 {
  margin-top: 15px;
}
.t20 {
  margin-top: 20px;
}
.t30 {
  margin-top: 30px;
}
.t40 {
  margin-top: 40px;
}
.t50 {
  margin-top: 50px;
}
.t60 {
  margin-top: 60px;
}
.b5 {
  margin-bottom: 5px;
}
.b10 {
  margin-bottom: 10px;
}
.b15 {
  margin-bottom: 15px;
}
.b20 {
  margin-bottom: 20px;
}
.b30 {
  margin-bottom: 30px;
}
.b40 {
  margin-bottom: 40px;
}
.b50 {
  margin-bottom: 50px;
}
.b60 {
  margin-bottom: 60px;
}
.center {
  text-align: center;
}
.small {
  font-size: 0.8em;
}
.textred {
  color: #f00;
}
@media screen and (min-width: 1026px) {
  .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media screen and (min-width: 1026px) {
  .grid .col-1 {
    -ms-flex-preferred-size: 8.333333333333334%;
        flex-basis: 8.333333333333334%;
  }
}
.grid .col-1 img {
  text-align: center;
  width: 90%;
  height: inherit;
}
@media screen and (min-width: 1026px) {
  .grid .col-2 {
    -ms-flex-preferred-size: 16.666666666666668%;
        flex-basis: 16.666666666666668%;
  }
}
.grid .col-2 img {
  text-align: center;
  width: 90%;
  height: inherit;
}
@media screen and (min-width: 1026px) {
  .grid .col-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
.grid .col-3 img {
  text-align: center;
  width: 90%;
  height: inherit;
}
@media screen and (min-width: 1026px) {
  .grid .col-4 {
    -ms-flex-preferred-size: 33.333333333333336%;
        flex-basis: 33.333333333333336%;
  }
}
.grid .col-4 img {
  text-align: center;
  width: 90%;
  height: inherit;
}
@media screen and (min-width: 1026px) {
  .grid .col-5 {
    -ms-flex-preferred-size: 41.66666666666667%;
        flex-basis: 41.66666666666667%;
  }
}
.grid .col-5 img {
  text-align: center;
  width: 90%;
  height: inherit;
}
@media screen and (min-width: 1026px) {
  .grid .col-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
.grid .col-6 img {
  text-align: center;
  width: 90%;
  height: inherit;
}
@media screen and (min-width: 1026px) {
  .grid .col-7 {
    -ms-flex-preferred-size: 58.333333333333336%;
        flex-basis: 58.333333333333336%;
  }
}
.grid .col-7 img {
  text-align: center;
  width: 90%;
  height: inherit;
}
@media screen and (min-width: 1026px) {
  .grid .col-8 {
    -ms-flex-preferred-size: 66.66666666666667%;
        flex-basis: 66.66666666666667%;
  }
}
.grid .col-8 img {
  text-align: center;
  width: 90%;
  height: inherit;
}
@media screen and (min-width: 1026px) {
  .grid .col-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
  }
}
.grid .col-9 img {
  text-align: center;
  width: 90%;
  height: inherit;
}
@media screen and (min-width: 1026px) {
  .grid .col-10 {
    -ms-flex-preferred-size: 83.33333333333334%;
        flex-basis: 83.33333333333334%;
  }
}
.grid .col-10 img {
  text-align: center;
  width: 90%;
  height: inherit;
}
@media screen and (min-width: 1026px) {
  .grid .col-11 {
    -ms-flex-preferred-size: 91.66666666666667%;
        flex-basis: 91.66666666666667%;
  }
}
.grid .col-11 img {
  text-align: center;
  width: 90%;
  height: inherit;
}
@media screen and (min-width: 1026px) {
  .grid .col-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.grid .col-12 img {
  text-align: center;
  width: 90%;
  height: inherit;
}
.asterisk:before {
  content: "※";
}
@media screen and (min-width: 769px) {
  .aside {
    -ms-flex-preferred-size: 290px;
        flex-basis: 290px;
  }
}
.aside__banner {
  margin-bottom: 20px;
}
.aside__bannerlist li {
  text-align: center;
  margin-bottom: 20px;
}
.aside__archives {
  margin-bottom: 20px;
}
.aside__facebook {
  margin-bottom: 20px;
}
#footer {
  color: #000;
}
@media screen and (min-width: 769px) {
  #footer .section_inner {
    padding-top: 60px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#footer__logo {
  font-family: "Noto Serif Japanese", serif;
}
#footer__logo h2 {
  font-size: 0.8em;
}
#footer__logo h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  #footer__logo {
    width: 380px;
  }
}
@media screen and (max-width: 768px) {
  #footer__logo {
    text-align: center;
    margin-bottom: 1em;
  }
}
#footer__logo ul li {
  line-height: 1em;
  font-size: 0.7em;
}
#footer__copyright {
  font-size: 0.6em;
}
@media screen and (min-width: 769px) {
  #footer__menu .footer__menu__list {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 768px) {
  #footer__menu .footer__menu__list {
    font-size: 1em;
    border-bottom: 1px solid #e0e0e0;
  }
}
@media screen and (min-width: 1026px) {
  #footer__menu .footer__menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  #footer__menu .footer__menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
#footer__menu .footer__menu__list li {
  padding-left: 1.2em;
  padding-right: 2em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 1em;
}
@media screen and (max-width: 768px) {
  #footer__menu .footer__menu__list li {
    border-top: 1px solid #e0e0e0;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  #footer__menu .footer__menu__list li a {
    display: block;
  }
}
#footer__menu__contact {
  background-image: url("./images/menu_icon_contact.png");
}
#footer__menu__outline {
  background-image: url("./images/menu_icon_outline.png");
}
#footer__menu__case {
  background-image: url("./images/menu_icon_case.png");
}
#footer__menu__works {
  background-image: url("./images/menu_icon_woks.png");
}
#header {
  background-color: #fff;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #header {
    padding: 0%;
  }
}
@media screen and (min-width: 769px) {
  #header {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #header__logo {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  #header__logo img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #header__logo img {
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #header .section_inner {
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  #header .section_inner {
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 769px) {
  #header__logoset {
    float: left;
  }
}
@media screen and (min-width: 769px) {
  .header__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav__list {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100% /*leftの値を変更してメニューを画面外へ*/;
    z-index: 80;
    background-color: rgba(255,255,255,0.8);
    -webkit-transition: all 0.5s /*アニメーション設定*/;
    transition: all 0.5s /*アニメーション設定*/;
  }
}
.header__nav__list li {
  font-family: "Noto Sans Japanese";
  font-weight: 700;
}
.header__nav__list li span {
  font-family: "Noto Serif Japanese", serif;
  font-weight: 500;
  color: #f9ec94;
  display: block;
  font-size: 0.7em;
}
.header__nav__list li a {
  white-space: nowrap;
  display: inline-block;
  line-height: 1em;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .header__nav__list li a {
    font-size: 16px;
    padding: 20px 2em;
    color: #0a77dd;
    display: block;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .header__nav__list li a {
    line-height: 1.5em;
    font-size: 12px;
    padding: 20px 1em 20px 1em;
    color: #0a77dd;
  }
}
@media screen and (min-width: 1026px) {
  .header__nav__list li a {
    line-height: 1.5em;
    font-size: 16px;
    padding: 20px 1em;
    text-align: center;
    color: #0a77dd;
  }
}
.menu__button {
  position: fixed;
  top: 2px;
  right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
  background-color: #0a77dd;
}
@media screen and (min-width: 769px) {
  .menu__button {
    display: none;
  }
}
.menu__button span,
.menu__button span:before,
.menu__button span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
}
.menu__button span:before {
  bottom: 8px;
}
.menu__button span:after {
  top: 8px;
}
.menu__button__check {
  display: none;
}
.menu__button__check:checked ~ .header__nav__list {
  left: 0;
}
.menu__button__check:checked ~ .menu__button span {
  background-color: rgba(255,255,255,0) /*メニューオープン時は真ん中の線を透明にする*/;
}
.menu__button__check:checked ~ .menu__button span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu__button__check:checked ~ .menu__button span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  display: grid;
  place-items: center;
}
@media screen and (min-width: 1026px) {
  .hero {
    min-height: 715px;
    background-size: cover;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .hero {
    min-height: 400px;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .hero {
    height: 200px;
    background-size: cover;
  }
}
.hero__header {
  position: absolute;
  right: 0;
  text-align: left;
  line-height: 1;
}
@media screen and (min-width: 1026px) {
  .hero__header {
    width: 40%;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .hero__header {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .hero__header {
    width: 50%;
  }
}
.hero__header h2 {
  font-family: "Oswald";
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 1026px) {
  .hero__header h2 {
    font-size: 4em;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .hero__header h2 {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .hero__header h2 {
    font-size: 1.6em;
  }
}
.hero__header h1 {
  font-family: "NotoSansJP", sans-serif;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 1026px) {
  .hero__header h1 {
    font-size: 3.8em;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .hero__header h1 {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .hero__header h1 {
    font-size: 1.6em;
  }
}
@media screen and (min-width: 769px) {
  .hero__header p {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .hero__header p {
    font-size: 0.8em;
  }
}
#breadcrumb__list {
  font-size: 0.8em;
}
#breadcrumb__list li {
  display: inline-block;
}
#breadcrumb__list li:after {
  content: "/";
  margin-left: 0.5em;
}
#breadcrumb__list li:last-child:after {
  content: "";
}
.page_body {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 1026px) {
  .page_body {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .page_body {
    padding-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .page_body {
    padding-top: 60px;
  }
}
.article {
  position: relative;
}
@media screen and (min-width: 769px) {
  .article {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .article {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .article section.section_header {
    margin-bottom: 20px;
  }
}
.article section.section_header h1 {
  font-family: "NotoSansJP", sans-serif;
  font-weight: 900;
  color: #d76a30;
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .article section.section_header h1 {
    font-size: 3.4em;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 768px) {
  .article section.section_header h1 {
    font-size: 3.2em;
  }
}
.article section.section_header h2 {
  font-family: "Oswald";
  font-weight: 700;
  color: #000;
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .article section.section_header h2 {
    font-size: 4em;
  }
}
@media screen and (max-width: 768px) {
  .article section.section_header h2 {
    font-size: 3.6em;
  }
}
.article section.section_header p {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .article section.section_inner {
    margin-bottom: 20px;
  }
}
.article section.section_inner h1.finding {
  font-family: "NotoSansJP", sans-serif;
  font-weight: 900;
  color: #d76a30;
  line-height: 1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .article section.section_inner h1.finding {
    font-size: 3.4em;
  }
}
@media screen and (max-width: 768px) {
  .article section.section_inner h1.finding {
    font-size: 1.6em;
  }
}
.article section.section_inner h2.subfinding {
  font-family: "NotoSansJP", sans-serif;
  font-weight: 700;
  line-height: 1.8em;
}
@media screen and (min-width: 769px) {
  .article section.section_inner h2.subfinding {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 768px) {
  .article section.section_inner h2.subfinding {
    font-size: 1.2em;
  }
}
.article section.section_inner h3.thaadfinding {
  font-family: "NotoSansJP", sans-serif;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .article section.section_inner h3.thaadfinding {
    font-size: 2.8em;
  }
}
@media screen and (max-width: 768px) {
  .article section.section_inner h3.thaadfinding {
    font-size: 2.2em;
  }
}
.article section.section_inner ul {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .article section.section_inner figure img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .article section.section_inner figure img {
    width: 100%;
  }
}
.article section.section_inner figure figcaption {
  text-align: center;
}
.article section.section_inner .index__article__link {
  display: inline-block;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 400;
  background-color: #d76a30;
  text-decoration: none;
  color: #fff;
  padding-left: 5em;
  padding-right: 5em;
  padding-bottom: 10px;
  padding-top: 10px;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .article section.section_inner .index__article__link {
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
  }
}
.page__sign {
  color: #e0e0e0;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 400;
  height: 100vh;
  position: fixed;
  z-index: 4;
  top: 0;
  text-align: center;
  line-height: 1;
  font-size: 0.8em;
}
@media screen and (min-width: 769px) {
  .page__sign {
    width: 1em;
  }
}
@media screen and (max-width: 768px) {
  .page__sign {
    display: none;
  }
}
#page__sign__right {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 769px) {
  #page__sign__right {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  #page__sign__right {
    right: 1%;
  }
}
#page__sign__left {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 769px) {
  #page__sign__left {
    left: 5%;
  }
}
@media screen and (max-width: 768px) {
  #page__sign__left {
    left: 1%;
  }
}
body {
  font-family: "Lucida Grande", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  color: #343434;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
a:link {
  color: #0a77dd;
  text-decoration: underline;
}
a:visited {
  color: #0a77dd;
  text-decoration: underline;
}
a:active {
  color: #0a77dd;
  text-decoration: underline;
}
a:hover {
  color: #0a77dd;
  text-decoration: underline;
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 100;
  src: url("./fonts/NotoSansJP-Thin.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/NotoSansJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/NotoSansJP-Black.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 200;
  src: url("./fonts/NotoSerifJP-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/NotoSerifJP-Light.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/NotoSerifJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/NotoSerifJP-Bold.woff") format("woff");
}
@font-face {
  font-family: "NotoSerifJP";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/NotoSerifJP-Black.woff") format("woff");
}
@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/Oswald-Bold.woff") format("woff");
}
.product__series {
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
  background-color: #999;
  margin-bottom: 0.5em;
  border-radius: 4px;
}
@media screen and (min-width: 769px) {
  .product__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .product__list li {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}
@media screen and (max-width: 768px) {
  .product__list li {
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
            box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.product__thumb {
  background-color: #fff;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .product__thumb {
    text-align: center;
  }
  .product__thumb img {
    width: 100%;
    height: inherit;
  }
}
.product__link a {
  display: block;
  background-color: #0456c3;
  color: #fff;
  font-size: 1em;
  border-radius: 4px;
  padding: 1em;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .product__read {
    text-align: left;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .product__read {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.product__read__export {
  min-height: 5em;
  line-height: 1.4;
}
.product__read h1 {
  font-family: "Noto Sane Jpanese";
  font-size: 1.4em;
}
.product__read h2 {
  color: #999;
  font-family: "Oswald";
  font-size: 0.8em;
  line-height: 1.5;
  border-bottom: 4px solid #003479;
  padding-bottom: 1em;
  margin-bottom: 1em;
  min-height: 3em;
}
@media screen and (max-width: 768px) {
  .product__read h2 {
    padding-left: 6em;
    padding-right: 6em;
    display: inline-block;
  }
}
.product__detail {
  border-top: 1px solid #e0e0e0;
}
@media screen and (min-width: 1026px) {
  .product__detail {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .product__detail {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .product__detail {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .product__detail .section_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
.product__detail__thumb img {
  width: 80%;
  height: inherit;
  display: block;
}
@media screen and (min-width: 1026px) {
  .product__detail__thumb {
    margin-right: 10px;
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .product__detail__thumb {
    margin-right: 10px;
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}
@media screen and (max-width: 768px) {
  .product__detail__thumb {
    text-align: center;
  }
}
@media screen and (min-width: 1026px) {
  .product__detail__read {
    -ms-flex-preferred-size: 600px;
        flex-basis: 600px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .product__detail__read {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
.product__detail h1 {
  vertical-align: middle;
  display: inline-block;
  font-family: "Noto Sane Jpanese";
  font-size: 1.8em;
  line-height: 2em;
}
.product__detail h2 {
  font-family: "Noto Sane Jpanese";
  font-size: 1.2em;
}
.product__detail__temp {
  display: inline-block;
  background-color: #3776ca;
  color: #fff;
  font-family: "Oswald";
  padding-right: 1em;
  padding-left: 1em;
  border-radius: 4px;
}
.product__detail__list {
  background-color: #f7f7f7;
  border-top: 1px dotted #e0e0e0;
}
@media screen and (max-width: 768px) {
  .product__detail__list {
    font-size: 0.8em;
  }
}
.product__detail__list dt {
  float: left;
  clear: right;
  width: 8em;
  padding: 10px 0 10px 0;
}
.product__detail__list dd {
  padding: 10px 0 10px 9em;
  background-color: #fff;
  border-bottom: 1px dotted #e0e0e0;
}
@media screen and (min-width: 1026px) {
  .section_inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .section_inner {
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section_inner {
    overflow-x: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1026px) {
  .section_miniinner {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .section_miniinner {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .section_miniinner {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
body {
  background-color: #fff;
}
#common__contact {
  background-color: #fff;
}
#common__contact__list {
  text-align: center;
}
@media screen and (min-width: 769px) {
  #common__contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    clear: both;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#common__contact__list li {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  font-family: "Noto Sane Jpanese";
  font-weight: 700;
  border-radius: 5px;
  line-height: 1em;
}
@media screen and (max-width: 768px) {
  #common__contact__list li {
    margin-bottom: 20px;
  }
}
#common__contact__list li a {
  color: #fff;
  text-decoration: none;
  display: block;
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}
#common__contact__twitter {
  background-color: #000;
}
#common__contact__youtube {
  background-color: #f00;
}
#common__contact__instagram {
  background-color: #db0050;
}
#common__contact__facebook {
  background-color: #1e449b;
}
#common__contact__twitter2 {
  background-color: #1d9bf0;
}
#common__contact__cdp-japan {
  background-color: #004098;
}
#common__contact__cdp-gunma {
  background-color: #004098;
}
#contact__hero {
  background-image: url("./images/join_hero.jpg");
}
#contact__personal figure {
  width: 100%;
}
#contact figure.profile_photo {
  text-align: center;
}
#contact figure.profile_photo img {
  width: 60%;
}
#contact__intro {
  display: block;
}
#contact__form__list {
  margin-bottom: 2em;
}
#contact__form__list dt {
  width: 8em;
  margin: 10px 0 0 0;
  font-weight: bold;
  float: left;
  clear: both;
}
#contact__form__list dd {
  padding: 10px 0 10px 8em;
}
#contact__form__list dd input {
  padding: 0.5em;
  width: 20em;
}
#contact__form__submit {
  text-align: center;
}
textarea#textarea {
  padding: 0.5em;
  height: 10em;
}
@media screen and (min-width: 1026px) {
  textarea#textarea {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  textarea#textarea {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  textarea#textarea {
    width: 98%;
  }
}
input[type="submit"] {
  background-color: #d76a30;
  padding: 1em 5em;
  border: 0;
  border-radius: 8px;
  color: #fff;
}
#mistake {
  color: #c33;
}
.unset {
  font-size: 0.8em;
  color: #c33;
}
#index__hero {
  position: relative;
  background-image: url("../images/index_hero_background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 1026px) {
  #index__hero {
    min-height: 350px;
    padding-top: 210px;
    padding-bottom: 210px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  #index__hero {
    width: 100%;
    height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  #index__hero {
    height: 100vh;
  }
}
#index__hero .section_inner {
  position: relative;
}
@media screen and (min-width: 1026px) {
  #index__hero .section_inner {
    min-height: 350px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  #index__hero .section_inner {
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #index__hero .section_inner {
    height: 100%;
  }
}
#index__hero__orator {
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1026px) {
  #index__hero__orator {
    top: -230px;
    left: 0px;
    width: 475px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  #index__hero__orator {
    top: 0;
    left: 0px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  #index__hero__orator {
    top: 5vh;
    left: 0px;
    height: 80vh;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  #index__hero__orator img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #index__hero__orator img {
    width: 80%;
  }
}
#index__hero__slogan {
  position: absolute;
  z-index: 3;
  font-family: "NotoSansJP", sans-serif;
  color: #000;
  line-height: 1em;
}
#index__hero__slogan h1 {
  font-size: 1.4em;
  margin-bottom: 0.4em;
  font-weight: 900;
}
#index__hero__slogan h2 {
  font-size: 0.6em;
  margin-bottom: 0.2em;
  font-weight: 700;
}
#index__hero__slogan p {
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 1026px) {
  #index__hero__slogan {
    font-size: 4em;
    width: 55%;
    height: 5em;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  #index__hero__slogan {
    font-size: 5.5vw;
    width: 50%;
    height: 5em;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media screen and (max-width: 768px) {
  #index__hero__slogan {
    color: #fff;
    font-size: 10vw;
    bottom: 20vh;
  }
}
@media screen and (min-width: 769px) {
  #index__youtube__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  #index__youtube__list div.video {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  #index__youtube__list div.video {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#index__youtube__list div.video img {
  width: 100%;
}
#index__thoughts {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #index__thoughts .section_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#index__thoughts__finding {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
#index__thoughts__article {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
#index__profile {
  background-color: #eab100;
  background-image: url("../images/index_profile_photo.jpg");
  background-repeat: no-repeat;
}
@media screen and (min-width: 769px) {
  #index__profile {
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  #index__profile {
    background-size: auto 100%;
    background-position: center center;
    padding: 0;
  }
}
#index__profile .section_inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  #index__profile .section_inner {
    min-height: 500px;
  }
}
@media screen and (max-width: 768px) {
  #index__profile .section_inner {
    min-height: 50vh;
  }
}
#index__profile__finding {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  #index__profile__finding {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 45%;
    height: 15em;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #index__profile__finding {
    text-align: right;
    font-size: 1.2em;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
  }
}
#index__policy {
  background-color: #fff;
}
@media screen and (min-width: 769px) {
  #index__policy__photo {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 0px;
  }
}
@media screen and (min-width: 769px) {
  #index__policy__photo img {
    width: 385px;
  }
}
#index__policy .section_inner {
  position: relative;
}
@media screen and (min-width: 769px) {
  #index__policy__finding,
  #index__policy__article {
    width: 50%;
  }
}
#join__hero {
  background-image: url("./images/join_hero.jpg");
}
#join__personal figure {
  width: 100%;
}
#join figure.profile_photo {
  text-align: center;
}
#join figure.profile_photo img {
  width: 60%;
}
#join__intro {
  display: block;
}
@media screen and (min-width: 769px) {
  #join__form__1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#join__form__1 >div {
  margin-bottom: 40px;
}
#join__form__list__1 li {
  display: block;
}
#join__form__list__2 {
  margin-bottom: 2em;
}
#join__form__list__2 dt {
  width: 8em;
  margin: 10px 0 0 0;
  font-weight: bold;
  float: left;
  clear: both;
}
#join__form__list__2 dd {
  padding: 10px 0 10px 8em;
}
#join__form__list__2 dd input {
  padding: 0.5em;
  width: 20em;
}
#join__form__submit {
  text-align: center;
}
textarea#textarea {
  padding: 0.5em;
  height: 10em;
}
@media screen and (min-width: 1026px) {
  textarea#textarea {
    width: 100%;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  textarea#textarea {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  textarea#textarea {
    width: 98%;
  }
}
input[type="submit"] {
  background-color: #d76a30;
  padding: 1em 5em;
  border: 0;
  border-radius: 8px;
  color: #fff;
}
#mistake {
  color: #c33;
}
.unset {
  font-size: 0.8em;
  color: #c33;
}
#policy__hero {
  background-image: url("./images/policy_hero.jpg");
}
#policy__second {
  background-color: #eab100;
}
#policy__second__slogan {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 769px) {
  .policy__slogan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) {
  .policy__slogan article {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .policy__slogan {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .policy__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 150px;
  }
}
@media screen and (min-width: 769px) {
  .policy__items article {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.policy__header {
  margin-bottom: 1em;
}
.policy__header h1 {
  color: #000;
  line-height: 1em;
}
@media screen and (min-width: 769px) {
  .policy__header h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 768px) {
  .policy__header h1 {
    font-size: 2em;
  }
}
.policy__header span {
  display: block;
  color: #ca3a1c;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 1.8em;
  line-height: 1em;
  font-style: italic;
  margin-bottom: 0.6em;
}
.policy__header span strong {
  font-size: 2.4em;
  vertical-align: -0.2em;
}
@media screen and (min-width: 1026px) {
  .policy__photo__list {
    width: 450px;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .policy__photo__list {
    width: 40%;
  }
}
@media screen and (min-width: 769px) {
  .policy__photo__list li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .policy__photo__list li {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
  }
}
.policy__photo__list li img {
  width: 100%;
}
#profile__hero {
  background-image: url("./images/profile_hero.jpg");
}
@media screen and (min-width: 1026px) {
  .profile__photo__list {
    float: right;
    width: 380px;
    margin-left: 5em;
  }
}
@media screen and (max-width: 1025px) and (min-width: 769px) {
  .profile__photo__list {
    float: right;
    width: 40%;
    margin-left: 5em;
  }
}
@media screen and (max-width: 768px) {
  .profile__photo__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 5px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media screen and (min-width: 769px) {
  .profile__photo__list li {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .profile__photo__list li {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
}
.profile__photo__list li img {
  width: 100%;
}
#thoughts__hero {
  background-image: url("./images/thoughts_hero.jpg");
}
