@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);
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

#aboutMg .aboutMg_sec4 .link p::before, #footer #footerNav ul .arrow::before {
  font-family: "Material Symbols Outlined";
  content: "\e5df";
  color: #48afc4;
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: middle;
}

/* グリッドモジュール（初期値：2列・間隔20px）*/
.clearfix {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

#contents__body .innerWrap {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 600px) {
  #contents__body .innerWrap {
    padding-top: 20px;
    padding-bottom: 60px;
  }
}

#contents__head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  filter: grayscale(100%) brightness(40%);
}

* {
  margin: 0;
  padding: 0;
}

:root {
  --footer-height: 50vh;
}
@media only screen and (max-width: 960px) {
  :root {
    --footer-height: 72dvh;
  }
}
@media only screen and (max-width: 600px) {
  :root {
    --footer-height: 90dvh;
  }
}

html {
  font-size: 62.5%;
}

li {
  list-style: none;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.7142857148;
  font-weight: 500;
  letter-spacing: 0.04em;
}

#contents__body {
  margin-bottom: var(--footer-height);
  background-color: #fff;
  overscroll-behavior-y: none;
}

/* 自動クリアフィックス */
header:after, section:after, article:after, footer:after, .clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile {
    display: inline-block;
  }
}

.center {
  text-align: center;
}

/*!
layout > container
------------------------------
*/
.contentsWrap {
  min-height: 1200px;
}

/*!
layout > header
------------------------------
*/
#header {
  /* hamburgerここから */
  /* inputを非表示 */
  /* label */
  /* メニュー展開時にハンバーガーアイコンを固定 */
  /* ハンバーガーアイコン */
  /* ハンバーガーアイコン･アニメーション */
  /* メニューエリア */
  /* メニューリスト */
  /* メニューエリア･アニメーション */
  /* 右から */
}
#header .sub-left {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: #353f44;
}
@media only screen and (max-width: 960px) {
  #header .sub-left {
    display: none;
  }
}
#header .sub-right {
  grid-column: 3/4;
  grid-row: 1/2;
  background-color: #353f44;
}
@media only screen and (max-width: 960px) {
  #header .sub-right {
    display: none;
  }
}
#header .global-left {
  grid-column: 1/2;
  grid-row: 2/3;
  background-color: #191919;
}
@media only screen and (max-width: 960px) {
  #header .global-left {
    display: none;
  }
}
#header .global-right {
  grid-column: 3/4;
  grid-row: 2/3;
  background-color: #191919;
}
@media only screen and (max-width: 960px) {
  #header .global-right {
    display: none;
  }
}
#header .header-inner {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(20px, 1fr) minmax(auto, 980px) minmax(20px, 1fr);
  grid-template-rows: 40px 80px;
}
@media only screen and (max-width: 960px) {
  #header .header-inner {
    display: block;
  }
}
#header .header-inner .header-inner__sub {
  background-color: #353f44;
  grid-column: 2/3;
  grid-row: 1/2;
  display: flex;
  align-items: center;
  justify-content: right;
}
@media only screen and (max-width: 960px) {
  #header .header-inner .header-inner__sub {
    display: none;
  }
}
#header .header-inner .header-inner__sub .subNav {
  display: flex;
  align-items: center;
}
#header .header-inner .header-inner__sub .subNav .subNav__list {
  display: flex;
}
#header .header-inner .header-inner__sub .subNav .subNav__list li {
  list-style: none;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 1em;
}
#header .header-inner .header-inner__sub .subNav .subNav__list li a {
  color: #fff;
}
#header .header-inner .header-inner__main {
  background-color: #191919;
  grid-column: 2/3;
  grid-row: 2/3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 960px) {
  #header .header-inner .header-inner__main {
    padding-left: 20px;
    box-sizing: border-box;
  }
}
#header .header-inner .header-inner__main .header-logo {
  display: block;
  width: 76px;
}
@media only screen and (max-width: 960px) {
  #header .header-inner .header-inner__main .header-logo {
    width: 60px;
  }
}
#header .header-inner .header-inner__main .header-logo img {
  width: 100%;
}
@media only screen and (max-width: 960px) {
  #header .header-inner .header-inner__main .header-logo img {
    margin-top: 5px;
  }
}
#header .header-inner .header-inner__main #global-nav {
  display: flex;
  align-items: center;
}
#header .header-inner .header-inner__main #global-nav #navContainer {
  display: flex;
}
#header .header-inner .header-inner__main #global-nav #navContainer li {
  list-style: none;
  margin: 0 1em;
}
@media only screen and (max-width: 960px) {
  #header .header-inner .header-inner__main #global-nav #navContainer {
    display: inherit;
  }
}
#header .header-inner .header-inner__main #global-nav #navContainer .mobileNav {
  display: none;
}
@media only screen and (max-width: 960px) {
  #header .header-inner .header-inner__main #global-nav #navContainer .mobileNav {
    display: block;
  }
  #header .header-inner .header-inner__main #global-nav #navContainer .mobileNav li a {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
}
#header .header-inner .header-inner__main #global-nav #navContainer .subNav__list--mb {
  display: none;
}
@media only screen and (max-width: 960px) {
  #header .header-inner .header-inner__main #global-nav #navContainer .subNav__list--mb {
    display: block;
    border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 1rem;
  }
  #header .header-inner .header-inner__main #global-nav #navContainer .subNav__list--mb::before {
    margin-top: 20px;
  }
  #header .header-inner .header-inner__main #global-nav #navContainer .subNav__list--mb > li > a {
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-weight: 300;
    font-style: normal;
  }
}
#header .header-inner .header-inner__main #global-nav a {
  color: #fff;
  font-family: "TeXGyreAdventorBold";
  font-weight: 700;
  font-style: normal;
}
#header .header-inner .header-inner__main #global-nav #mainNav .mainNav__list {
  display: flex;
}
#header .header-inner .header-inner__main #global-nav #mainNav .mainNav__list li {
  list-style: none;
  margin: 0 1em;
}
#header .hamburger-menubox * {
  font-size: 16px;
}
#header .hamburger-menubox li {
  font-size: 14px;
}
#header .input-hidden {
  display: none;
}
@media only screen and (max-width: 960px) {
  #header .hamburger-switch {
    cursor: pointer;
    position: absolute;
    right: 3%;
    top: 10px;
    /* ハンバーガーアイコンの位置（上から） */
    z-index: 9999;
    width: 4em;
    /* アイコン（クリック可能領域）の幅 */
    height: 3em;
    /* アイコン（クリック可能領域の）高さ */
  }
}
@media only screen and (max-width: 960px) and (max-width: 600px) {
  #header .hamburger-switch {
    right: 0;
  }
}
#header #hamburger1:checked ~ .hamburger-switch {
  position: fixed;
}
#header .hamburger-switch-line1 {
  width: 25px;
  height: 3px;
  background: #fff;
  display: none;
  /* ハンバーガーアイコンの色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  content: "";
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 960px) {
  #header .hamburger-switch-line1 {
    display: block;
  }
}
#header .hamburger-switch-line1:before, #header .hamburger-switch-line1:after {
  width: 25px;
  height: 3px;
  background: #fff;
  /* ハンバーガーアイコンの色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
  content: "";
}
#header .hamburger-switch-line1:before {
  transform: translate(-50%, -300%);
}
#header .hamburger-switch-line1:after {
  transform: translate(-50%, 200%);
}
#header #hamburger1:checked ~ .hamburger-switch .hamburger-switch-line1 {
  width: 0;
}
#header #hamburger1:checked ~ .hamburger-switch .hamburger-switch-line1:before {
  transform: rotate(45deg) translate(-40%, 325%);
}
#header #hamburger1:checked ~ .hamburger-switch .hamburger-switch-line1:after {
  transform: rotate(-45deg) translate(-40%, -325%);
}
@media only screen and (max-width: 960px) {
  #header .hamburger-menuwrap {
    position: fixed;
    height: 100%;
    background: rgba(25, 25, 25, 0.4);
    /* メニューエリアの背景色 */
    padding: 5em 3% 2em;
    z-index: 9998;
    transition: 0.3s;
    overflow-y: scroll;
    /* メニュー内容が多い場合に縦スクロールする */
    top: 0;
    left: 100%;
    width: 70%;
  }
}
@media only screen and (max-width: 960px) {
  #header .hamburger-menulist {
    margin-right: 3%;
    padding-left: 5% !important;
    /* !important不要な場合もあり */
    list-style: none;
  }
  #header .hamburger-menulist li a {
    text-decoration: none;
    color: #fff;
    /* メニューリストの文字色 */
    display: block;
    padding: 0.5em 0;
  }
}
#header #hamburger1:checked ~ .hamburger-menuwrap {
  left: 30%;
}
#header #hamburger1:checked ~ .hamburger-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9997;
  background: rgba(3, 3, 3, 0.5);
  display: block;
}
#header .mobileNav {
  display: none;
}
@media only screen and (max-width: 960px) {
  #header .mobileNav {
    margin-left: 1rem;
    display: block;
  }
}

/*!
layout > footer
------------------------------
*/
address {
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  font-size: 1.2rem;
}

#footer {
  width: 100%;
  background: url(../images/bg_footer.png) no-repeat center top #353f44;
  min-height: var(--footer-height);
  background-size: 80%;
  position: fixed;
  bottom: 0;
  z-index: -2;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 960px) {
  #footer {
    background-size: 100%;
  }
}
#footer .innerWrap {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: 1fr 56px;
  align-items: flex-start;
  grid-gap: 20px;
}
#footer #footerNav {
  margin-top: 110px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: minmax(0, auto);
  grid-gap: 20px;
}
@media only screen and (max-width: 600px) {
  #footer #footerNav {
    grid-template-columns: 1fr;
  }
}
#footer #footerNav img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 600px) {
  #footer #footerNav img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 960px) {
  #footer #footerNav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: minmax(0, auto);
    grid-gap: 20px;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 960px) and (max-width: 600px) {
  #footer #footerNav {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 960px) {
  #footer #footerNav img {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 960px) and (max-width: 600px) {
  #footer #footerNav img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  #footer #footerNav {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "nav3	nav3" "nav1    nav2";
  }
  #footer #footerNav .footerNav__left {
    grid-area: nav1;
  }
  #footer #footerNav .footerNav__middle {
    grid-area: nav2;
  }
  #footer #footerNav .footerNav__right {
    grid-area: nav3;
  }
}
#footer #footerNav ul {
  padding-left: 1rem;
}
#footer #footerNav ul .arrow {
  text-indent: -1rem;
}
#footer #footerNav ul .arrow::before {
  font-size: 18px;
  font-size: 1.8rem;
}
#footer #footerNav ul .tel-link a {
  font-family: "TeXGyreAdventorBold";
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 960px) {
  #footer #footerNav ul .tel-link a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
#footer #footerNav a {
  color: #fff;
}
#footer #footerNav #footerSNS {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 1rem;
  padding-top: 1rem;
}
#footer .copyright {
  padding: 14px 0;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}

/*!
component > title
------------------------------
*/
:root {
  --ttl-40px: clamp(3.4rem, 3.182rem + 1.09vw, 4rem);
  --ttl-32px: clamp(2.4rem, 2.655rem + 0.73vw, 3.2rem);
  --ttl-26px: clamp(2.2rem, 2.055rem + 0.73vw, 2.6rem);
  --ttl-24px: clamp(2rem, 1.855rem + 0.73vw, 2.4rem);
}

#aboutMg .title-sub {
  font-family: source-han-serif-japanese, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
}

.title {
  border-left: 6px solid #48afc4;
  line-height: 1.4;
  font-size: var(--ttl-24px);
  padding: 16px 2rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.section-title {
  text-align: center;
}
.section-title .title-en {
  font-family: "TeXGyreAdventorBold";
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 0.25em;
  line-height: 1.1;
}
.section-title .title-en .jp {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: inherit;
  letter-spacing: 0.4em;
  margin-top: 3px;
}

/*!
component > common
------------------------------
*/
.magonTxt {
  letter-spacing: 0.05em;
}

a {
  color: #48afc4;
  text-decoration: none;
}

.marker {
  text-align: left;
  font-family: inherit !important;
  margin-bottom: 0 !important;
  background: linear-gradient(transparent 40%, rgba(255, 255, 97, 0.5) 40%);
  display: inline-block;
  padding-left: 0.1em;
  padding-right: 0.1em;
  margin-left: 0.05em;
  margin-right: 0.05em;
}
@media only screen and (max-width: 600px) {
  .marker {
    display: inline;
  }
}

.red {
  color: #af042f;
}

.center {
  text-align: center;
}

.caution {
  color: #af042f;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: 13px;
  font-size: 1.3rem;
}

.transition-common {
  transition: all 0.2s;
}

.shadow-common {
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

#toTop {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 10px;
  background-color: #191919;
  border-radius: 5px 5px 0 0;
  width: 60px;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
}
#toTop a {
  color: #fff;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toTop img {
  width: 50%;
}
#toTop .toTop__text {
  display: block;
  text-align: center;
}

/*!
component > btn
------------------------------
*/
.btnArea {
  margin-top: 20px;
  text-align: center;
}

.btn {
  border: none;
  padding: 18px 5%;
  box-sizing: border-box;
  font-size: 15px;
  font-size: 1.5rem;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
}
.btn.icon::after {
  content: "\e5cc";
  font-family: "Material Symbols Outlined";
  font-size: inherit;
  display: inline-block;
  margin-left: 1ch;
}
.btn.icon.external::after {
  content: "\e89e";
}
.btn.std {
  max-width: 280px;
  margin: 10px auto;
  color: #fff;
  background-color: #48afc4;
}
.btn.std.black {
  background-color: #191919;
}
.btn.disable {
  background-color: #808080 !important;
}
.btn.wide {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 460px;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .btn.wide {
    max-width: 280px;
  }
}

a.btn {
  text-decoration: none;
}

a:hover {
  transition: 0.2s;
  opacity: 0.8;
}

.disable:hover {
  cursor: default;
}

.btn-line {
  border-width: 2px;
  border-style: solid;
  margin: 10px 0;
  background-color: rgba(255, 255, 255, 0.5);
  color: #48afc4;
  border-color: #48afc4;
}

/* サブページ共通 */
:root {
  --head-about: url("../images/bgimg/lu222.jpg");
  --head-products: url("../images/bgimg/lu087.jpg");
  --head-recommend: url("../images/bgimg/lu157.jpg");
  --head-voice: url("../images/bgimg/lu173.jpg");
  --head-shop: url("../images/bgimg/lu257.jpg");
  --head-common: url("../images/bgimg/bg-header-common.jpg");
}

h2 + p, h3 + p, h4 + p, h5 + p {
  margin-top: 20px;
}

.sub .innerWrap {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

#contents__head {
  height: 280px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  #contents__head {
    height: 30vh;
  }
}
#contents__head > .innerWrap {
  width: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#contents__head .pageTitle .en {
  text-transform: uppercase;
  display: block;
  color: #48afc4;
  font-family: "TeXGyreAdventorBold";
  font-weight: 700;
  font-style: normal;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.25rem;
  line-height: 1.3;
}
#contents__head .pageTitle .jp {
  display: block;
  color: #fff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.5rem;
}

#contents__foot {
  background-color: #355a67;
  color: #fff;
  text-align: center;
}

.movieArea {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.movieArea iframe {
  display: block;
  width: 560px;
  height: 315px;
}
@media only screen and (max-width: 600px) {
  .movieArea iframe {
    width: 100%;
  }
}

/* about */
#contents__head::before {
  background-image: var(--head-about);
}

.title .en {
  font-family: "TeXGyreAdventorBold";
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  font-size: 4rem;
}
.title .en.small {
  font-size: 34px;
  font-size: 3.4rem;
  font-family: "TeXGyreAdventorRegular";
  margin-right: 0.5rem;
}

#antidoping .block {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 2.5fr 1fr;
  grid-template-rows: minmax(0, auto);
  grid-gap: 20px;
}
#antidoping .block:not(:first-of-type) {
  margin-top: 100px;
}
@media only screen and (max-width: 600px) {
  #antidoping .block {
    grid-template-columns: 1fr;
  }
}
#antidoping .block img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 600px) {
  #antidoping .block img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
#antidoping .block p {
  letter-spacing: 0.02em;
  line-height: 2;
}
#antidoping .block p:not(:first-child) {
  margin-top: 1.2rem;
}
#antidoping .block .block__img img {
  max-width: 200px;
  margin: 0 auto;
}

#aboutMg .title-sub {
  margin-top: 20px;
}
#aboutMg h5 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
}
#aboutMg p {
  line-height: 2;
}
#aboutMg p:not(:first-of-type) {
  margin-top: 1rem;
  font-size: 15px;
  font-size: 1.5rem;
}
#aboutMg .aboutMg_sec1 {
  color: #fff;
  background-color: #355a67;
}
#aboutMg .aboutMg_sec1 .title-sub {
  color: #ff0;
}
#aboutMg .aboutMg_sec2 {
  background: url(../images/bg_aboutMg-pc.jpg) center top no-repeat #000;
  min-height: 500px;
}
@media only screen and (max-width: 960px) {
  #aboutMg .aboutMg_sec2 {
    background: url(../images/bg_aboutMg-mb.jpg) top center no-repeat #000;
    background-size: 100%;
  }
}
#aboutMg .aboutMg_sec2 .innerWrap {
  padding-top: 80px;
  padding-bottom: 40px;
  /* 3つの円のイラスト位置 */
  /* 矢印イラスト位置 */
}
#aboutMg .aboutMg_sec2 .innerWrap .img-wrap {
  margin-left: 8%;
}
@media only screen and (max-width: 960px) {
  #aboutMg .aboutMg_sec2 .innerWrap .img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #aboutMg .aboutMg_sec2 .innerWrap .img-wrap img {
    width: 80%;
  }
}
#aboutMg .aboutMg_sec2 .innerWrap .section_img01 {
  float: left;
  margin-top: -35px;
}
#aboutMg .aboutMg_sec2 .innerWrap .section_img02 {
  float: left;
  margin: 100px 0 0 -80px;
}
@media only screen and (max-width: 960px) {
  #aboutMg .aboutMg_sec2 .innerWrap .section_img02 {
    display: none;
  }
}
#aboutMg .aboutMg_sec2 .innerWrap .section_img03 {
  float: left;
}
#aboutMg .aboutMg_sec3 .title-sub {
  color: #48afc4;
}
#aboutMg .aboutMg_sec3 h4 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  font-size: 2rem;
}
#aboutMg .aboutMg_sec3 .tableArea .mgTable {
  width: 100%;
  border-collapse: collapse;
}
#aboutMg .aboutMg_sec3 .tableArea .mgTable th {
  padding: 6px;
  width: 22%;
  text-align: center;
  vertical-align: top;
  color: #333;
  background-color: #eee;
  border: 1px solid #333;
  font-weight: normal;
  line-height: 1.4;
}
#aboutMg .aboutMg_sec3 .tableArea .mgTable th.year {
  width: 16%;
}
#aboutMg .aboutMg_sec3 .tableArea .mgTable th.fusoku {
  width: 18%;
}
#aboutMg .aboutMg_sec3 .tableArea .mgTable td {
  padding: 6px;
  background-color: #fff;
  border: 1px solid #333;
  text-align: center;
}
#aboutMg .aboutMg_sec3 .tableArea .mgTable td:last-child {
  background-color: #c8e7ed;
}
#aboutMg .aboutMg_sec4 {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
}
#aboutMg .aboutMg_sec4 .innerWrap {
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-template-rows: minmax(0, auto);
  grid-gap: 20px;
  border-top: 1px solid #b7b7b7;
}
@media only screen and (max-width: 600px) {
  #aboutMg .aboutMg_sec4 .innerWrap {
    grid-template-columns: 1fr;
  }
}
#aboutMg .aboutMg_sec4 .innerWrap img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 600px) {
  #aboutMg .aboutMg_sec4 .innerWrap img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
#aboutMg .aboutMg_sec4 .sec4__text > p {
  margin-top: 0.25rem;
  text-indent: -0.5em;
}
#aboutMg .aboutMg_sec4 .link {
  margin-top: 20px;
}
#aboutMg .aboutMg_sec4 .link p {
  font-size: 13px;
  font-size: 1.3rem;
  margin-top: 0;
  line-height: 1;
}
#aboutMg .aboutMg_sec5 {
  background-color: rgba(72, 175, 196, 0.5);
}
#aboutMg .aboutMg_sec5 .innerWrap {
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  grid-template-rows: minmax(0, auto);
  grid-gap: 7%;
}
@media only screen and (max-width: 600px) {
  #aboutMg .aboutMg_sec5 .innerWrap {
    grid-template-columns: 1fr;
  }
}
#aboutMg .aboutMg_sec5 .innerWrap img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 600px) {
  #aboutMg .aboutMg_sec5 .innerWrap img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
#aboutMg .aboutMg_sec5 .sec5__text h4 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
}
#aboutMg .aboutMg_sec5 img {
  border: 4px solid #fff;
}
#aboutMg .aboutMg_foot p {
  font-size: 13px;
  font-size: 1.3rem;
}
/*# sourceMappingURL=about.css.map */