@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.animate .fadein {
  opacity: 0;
  transform-style: preserve-3d;
  transition-property: opacity;
  transition-duration: 1200ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .fadein {
  opacity: 1;
}
.animate .slidein_left {
  opacity: 0;
  transform: translateX(-100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_right {
  opacity: 0;
  transform: translateX(100px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_left, .animate.show .slidein_right {
  opacity: 1;
  transform: translateX(0);
}
.animate .slidein_top {
  opacity: 0;
  transform: translateY(-80px);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate .slidein_bottom {
  opacity: 0;
  transform: translateY(80px);
  filter: blur(0);
  transform-style: preserve-3d;
  transition-property: opacity, transform, filter;
  transition-duration: 600ms;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0ms;
}
.animate.show .slidein_top, .animate.show .slidein_bottom {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.animate .zoomin {
  opacity: 0;
  transform: scale(1.5, 1.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 300ms;
  transition-delay: 0ms;
}
.animate .zoomout {
  opacity: 0;
  transform: scale(0.5, 0.5);
  transform-style: preserve-3d;
  transition-property: opacity, transform;
  transition-duration: 300ms;
  transition-delay: 0ms;
}
.animate.show .zoomin, .animate.show .zoomout {
  opacity: 1;
  transform: scale(1, 1);
}
.animate .d1 {
  transition-delay: 100ms;
}
.animate .d2 {
  transition-delay: 200ms;
}
.animate .d3 {
  transition-delay: 300ms;
}
.animate .d4 {
  transition-delay: 400ms;
}
.animate .d5 {
  transition-delay: 500ms;
}
.animate .d6 {
  transition-delay: 600ms;
}
.animate .d7 {
  transition-delay: 700ms;
}
.animate .d8 {
  transition-delay: 800ms;
}
.animate .d9 {
  transition-delay: 900ms;
}
.animate .d10 {
  transition-delay: 1000ms;
}
.animate .d11 {
  transition-delay: 1100ms;
}
.animate .d12 {
  transition-delay: 1200ms;
}
.animate .d13 {
  transition-delay: 1300ms;
}
.animate .d14 {
  transition-delay: 1400ms;
}
.animate .d15 {
  transition-delay: 1500ms;
}
.animate .d16 {
  transition-delay: 1600ms;
}
.animate .d17 {
  transition-delay: 1700ms;
}
.animate .d18 {
  transition-delay: 1800ms;
}
.animate .d19 {
  transition-delay: 1900ms;
}
.animate .d20 {
  transition-delay: 2000ms;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  -webkit-text-size-adjust: 100%;
  color: #404040;
}
body a {
  outline: none;
  color: inherit;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  outline: none;
}
body sup, body sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 80%;
}
body sup {
  bottom: 0.5ex;
}
body sub {
  top: 0.5ex;
}
body input, body textarea, body select, body button {
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body input::-ms-expand, body textarea::-ms-expand, body select::-ms-expand, body button::-ms-expand {
  display: none;
}
body .word_break {
  word-wrap: break-word;
  word-break: break-all;
}
body * {
  outline: none;
}
body *:hover, body *:active, body *:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1180px;
  }
  body.fixed {
    overflow: hidden;
    height: 100vh;
  }
  body.fixed header {
    z-index: 1;
  }
  body:before {
    content: "";
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../image/bg_main_pc.png") no-repeat center top/cover;
  }
  header {
    height: 90px;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  header p.logo {
    padding-left: 20px;
  }
  header p.logo a {
    width: 167px;
    display: block;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  header p.logo a:hover {
    opacity: 0.8;
  }
  header .header_side {
    padding-right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 33px;
  }
  header .header_side ul.sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
  }
  header .header_side ul.sns li a {
    width: 38px;
    display: block;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  header .header_side ul.sns li a:hover {
    opacity: 0.8;
  }
  header .header_side p.msg {
    line-height: 2rem;
    font-size: 1.4rem;
    letter-spacing: calc(50em / 1000);
  }
  nav {
    width: 190px;
    height: calc(100vh - 90px);
    position: sticky;
    left: 40px;
    top: 0;
    z-index: 1;
    transform-style: preserve-3d;
    transition-property: top;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  nav .inner {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  nav .inner .main_menu {
    width: 100%;
    position: relative;
  }
  nav .inner .main_menu .cursor {
    width: 28px;
    height: 22px;
    position: absolute;
    left: 1px;
    top: 10px;
    transform-style: preserve-3d;
    transition-property: top;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  nav .inner .main_menu ul li {
    margin-bottom: 37px;
    position: relative;
  }
  nav .inner .main_menu ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #0057AA;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 7px;
  }
  nav .inner .main_menu ul li:after {
    content: "";
    width: 1px;
    height: calc(100% + 37px);
    display: block;
    background: #0057AA;
    position: absolute;
    left: 14px;
    top: 7px;
  }
  nav .inner .main_menu ul li:last-child {
    margin-bottom: 0;
  }
  nav .inner .main_menu ul li:last-child:after {
    display: none;
  }
  nav .inner .main_menu ul li a {
    padding-left: 36px;
    display: block;
    line-height: 2.2rem;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: calc(50em / 1000);
    transform-style: preserve-3d;
    transition-property: top;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  nav .inner .main_menu ul li a:hover, nav .inner .main_menu ul li a.active {
    color: #0057AA;
  }
  article {
    margin-top: -100vh;
  }
  article section.hero {
    margin-bottom: 100px;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  article section.hero .inner {
    padding: 20px 20px 60px 20px;
  }
  article section.hero h1 {
    margin: 0 0 34px 0;
    width: 733px;
  }
  article section.hero .search_area {
    margin: 0 auto 26px auto;
    width: 700px;
    height: 50px;
    position: relative;
  }
  article section.hero .search_area .form {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 2;
  }
  article section.hero .search_area .form .search {
    padding: 0 25px 0 56px;
    width: 90%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #0057AA;
    box-sizing: border-box;
    border-radius: 25px;
    position: relative;
  }
  article section.hero .search_area .form .search:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: url("../image/icon_search.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 9px);
    left: 29px;
  }
  article section.hero .search_area .form .search .textfield {
    width: 100%;
    height: 48px;
    display: block;
    line-height: 4.8rem;
    font-size: 1.8rem;
    color: #A7A7A7;
    letter-spacing: calc(50em / 1000);
  }
  article section.hero .search_area .chara {
    width: 136px;
    position: absolute;
    right: -128px;
    bottom: -108px;
  }
  article section.hero p.text {
    margin-bottom: 17px;
    text-align: center;
    line-height: 3rem;
    font-size: 2.1rem;
    letter-spacing: calc(100em / 1000);
  }
  article section.hero p.btn button {
    margin: 0 auto;
    padding: 0 50px 0 30px;
    min-width: 300px;
    height: 40px;
    display: block;
    background: #0057AA;
    border: 1px solid #0057AA;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    text-align: left;
    line-height: 40px;
    font-size: 1.4rem;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: calc(50em / 1000);
  }
  article section.hero p.btn button:after {
    content: "";
    width: 12px;
    height: 10px;
    display: block;
    background: #ffffff;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    clip-path: polygon(50% 0, 50% 0, 100% 100%, 0 100%);
  }
  article section.hero p.btn button:hover {
    background: #ffffff;
    color: #0057AA;
  }
  article section.hero p.btn button:hover:after {
    background: #0057AA;
  }
  article section.hero .mw_about_page {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    display: none;
  }
  article section.hero .mw_about_page .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
  }
  article section.hero .mw_about_page .frame {
    width: 900px;
    height: 600px;
    position: fixed;
    top: calc(50% - 300px);
    left: calc(50% - 450px);
    border: 2px solid #0057AA;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
  }
  article section.hero .mw_about_page .frame .close {
    position: absolute;
    top: 16px;
    right: 16px;
  }
  article section.hero .mw_about_page .frame .close button {
    display: block;
    background: transparent;
    cursor: pointer;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  article section.hero .mw_about_page .frame .close button:hover {
    opacity: 0.8;
  }
  article section.hero .mw_about_page .frame dl {
    clear: both;
    height: 100%;
    overflow-x: auto;
    overflow-y: scroll;
  }
  article section.hero .mw_about_page .frame dl dt {
    margin-bottom: 42px;
    padding-top: 56px;
    text-align: center;
    line-height: 3.7rem;
    font-size: 2.6rem;
    font-weight: bold;
    color: #0057AA;
    letter-spacing: calc(50em / 1000);
  }
  article section.hero .mw_about_page .frame dl dd {
    padding: 0 125px;
  }
  article section.hero .mw_about_page .frame dl dd ul li {
    padding: 20px 0 20px 38px;
    border-bottom: 1px dotted #0057AA;
    position: relative;
    line-height: 2.6rem;
    font-size: 1.8rem;
    letter-spacing: calc(50em / 1000);
  }
  article section.hero .mw_about_page .frame dl dd ul li:last-child {
    border-bottom: 0;
  }
  article section.hero .mw_about_page .frame dl dd ul li:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 28px;
    left: 14px;
    background: #000000;
  }
  article section.hero .mw_about_page .frame dl dd ul li small {
    padding-top: 4px;
    display: block;
    line-height: 24px;
    font-size: 1.4rem;
  }
  article section.hero p.scroll {
    position: absolute;
    left: calc(50% - 36px);
    bottom: 20px;
    text-align: center;
  }
  article section.hero p.scroll a {
    display: block;
  }
  article section.hero p.scroll span {
    margin-bottom: 8px;
    display: block;
    line-height: 1.7rem;
    font-size: 1.2rem;
    color: #0068B2;
    letter-spacing: calc(100em / 1000);
  }
  article section.hero p.scroll img {
    width: 40px;
  }
  article section.content {
    padding: 80px 0;
  }
  article section.content .inner {
    margin: 0 auto;
    max-width: 900px;
  }
  article section.content .frame {
    padding: 60px 50px 50px 50px;
    border: 2px solid #0057AA;
    background: #ffffff;
    border-radius: 10px;
    overflow: visible;
    position: relative;
  }
  article section.content .frame .img {
    display: block;
  }
  article section.content .frame dl {
    margin-bottom: 20px;
  }
  article section.content .frame dl dt {
    margin-bottom: 7px;
    line-height: 2.9rem;
    font-size: 2rem;
    color: #002E6E;
    letter-spacing: calc(100em / 1000);
  }
  article section.content .frame dl dd {
    line-height: 3.6rem;
    font-size: 1.8rem;
    letter-spacing: calc(50em / 1000);
  }
  article section.content .frame .head {
    padding: 0 44px;
  }
  article section.content .frame .head h2 {
    margin-bottom: 15px;
    line-height: 5rem;
    font-size: 4rem;
    font-weight: bold;
    color: #0057AA;
    letter-spacing: calc(100em / 1000);
  }
  article section.content .frame .head p {
    line-height: 3.6rem;
    font-size: 1.8rem;
    letter-spacing: calc(50em / 1000);
  }
  article section.content .main {
    margin-top: 43px;
  }
  article section.content .main h3 {
    margin-bottom: 20px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 3.8rem;
    color: #0068B2;
    letter-spacing: calc(100em / 1000);
  }
  article section.content .main p.text {
    margin-bottom: 20px;
    line-height: 3.6rem;
    font-size: 1.8rem;
    letter-spacing: calc(100em / 1000);
  }
  article section.content .main p.text small {
    display: block;
    font-size: 1.4rem;
    letter-spacing: calc(50em / 1000);
  }
  article section.content .main p.main_btn a {
    margin: 0 auto;
    padding: 10px 30px;
    width: 400px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #0057AA;
    border-radius: 20px;
    line-height: 2rem;
    font-size: 1.6rem;
    letter-spacing: calc(50em / 1000);
  }
  article section.content .main p.main_btn a:hover {
    background: #0057AA;
    color: #ffffff;
  }
  article section.content.side_effects .frame .head {
    padding-right: 230px;
  }
  article section.content.side_effects .frame .head .img {
    width: 233px;
    position: absolute;
    top: 15px;
    right: 29px;
  }
  article section.content.side_effects .frame .main ul li {
    padding: 40px 20px;
    border-top: 1px solid #A7A7A7;
    position: relative;
  }
  article section.content.side_effects .frame .main ul li.manual h3, article section.content.side_effects .frame .main ul li.manual dl {
    padding-left: 156px;
  }
  article section.content.side_effects .frame .main ul li.manual .img {
    width: 102px;
    position: absolute;
    top: 40px;
    left: 24px;
  }
  article section.content.side_effects .frame .main ul li.report h3 {
    padding-right: 100px;
  }
  article section.content.side_effects .frame .main ul li.report dl {
    padding-right: 260px;
  }
  article section.content.side_effects .frame .main ul li.report .img {
    width: 188px;
    position: absolute;
    top: 40px;
    right: 15px;
  }
  article section.content.relief_system .frame .head {
    padding-right: 140px;
  }
  article section.content.relief_system .frame .head .img {
    width: 155px;
    position: absolute;
    top: 15px;
    right: 29px;
  }
  article section.content.relief_system .frame .main dl {
    padding: 0 44px;
  }
  article section.content.relief_system .frame .main dl dt {
    margin-bottom: 22px;
    line-height: 2.4rem;
    font-size: 2rem;
    font-weight: bold;
    color: #0068B2;
    letter-spacing: calc(50em / 1000);
  }
  article section.content.relief_system .frame .main dl dd ul {
    margin-bottom: 20px;
  }
  article section.content.relief_system .frame .main dl dd ul li {
    padding: 12px 0 12px 24px;
    border-bottom: 1px dotted #A7A7A7;
    position: relative;
    line-height: 3.6rem;
    font-size: 1.8rem;
    letter-spacing: calc(100em / 1000);
  }
  article section.content.relief_system .frame .main dl dd ul li:last-child {
    border: none;
  }
  article section.content.relief_system .frame .main dl dd ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #0057AA;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 26px;
  }
  article section.content.relief_system .frame .main dl dd ul li span {
    display: block;
    position: relative;
    float: left;
    color: #0057AA;
  }
  article section.content.relief_system .frame .main dl dd ul li span:after {
    content: ":";
    padding: 0 4px;
    display: inline-block;
    color: #404040;
  }
  article section.content.consultation .frame .head {
    padding-right: 260px;
  }
  article section.content.consultation .frame .head .img {
    width: 242px;
    position: absolute;
    top: 28px;
    right: 53px;
  }
  article section.content.consultation .frame .main {
    padding: 0 44px;
  }
  article section.content.generic .frame .head {
    padding-right: 120px;
  }
  article section.content.generic .frame .head .img {
    width: 203px;
    position: absolute;
    top: -24px;
    right: -26px;
  }
  article section.content.generic .frame .main ul li {
    padding: 40px 20px;
    border-top: 1px solid #A7A7A7;
    overflow: hidden;
    position: relative;
  }
  article section.content.generic .frame .main ul li p.banner_btn {
    position: absolute;
    right: 20px;
  }
  article section.content.generic .frame .main ul li p.banner_btn a {
    display: block;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  article section.content.generic .frame .main ul li p.banner_btn a:hover {
    opacity: 0.8;
  }
  article section.content.generic .frame .main ul li p.banner_btn span {
    display: block;
  }
  article section.content.generic .frame .main ul li p.banner_btn span.text {
    display: block;
    line-height: 2.6rem;
    font-size: 1.4rem;
    letter-spacing: calc(50em / 1000);
  }
  article section.content.generic .frame .main ul li.mhlw_youtube h3, article section.content.generic .frame .main ul li.mhlw_youtube p.text {
    width: 480px;
  }
  article section.content.generic .frame .main ul li.mhlw_youtube p.banner_btn {
    width: 240px;
    top: 30px;
  }
  article section.content.generic .frame .main ul li.mhlw_youtube p.banner_btn span.img {
    margin-bottom: 2px;
  }
  article section.content.generic .frame .main ul li.jga h3, article section.content.generic .frame .main ul li.jga p.text {
    width: 530px;
  }
  article section.content.generic .frame .main ul li.jga p.banner_btn {
    width: 200px;
    top: 55px;
  }
  article section.content.generic .frame .main ul li.jga p.banner_btn span.img {
    margin-bottom: 10px;
  }
  article section.content.clinical_trial .frame .head {
    padding-right: 260px;
  }
  article section.content.clinical_trial .frame .head .img {
    width: 253px;
    position: absolute;
    top: 28px;
    right: 53px;
  }
  article section.content.clinical_trial .frame .main ul li {
    padding: 23px 20px 26px 20px;
    border-bottom: 1px solid #A7A7A7;
    overflow: hidden;
    position: relative;
  }
  article section.content.clinical_trial .frame .main ul li:last-child {
    border-bottom: none;
  }
  article section.content.clinical_trial .frame .main ul li h3, article section.content.clinical_trial .frame .main ul li p.text {
    width: 480px;
  }
  article section.content.clinical_trial .frame .main ul li p.banner_btn {
    width: 240px;
    position: absolute;
    right: 20px;
    top: 76px;
  }
  article section.content.clinical_trial .frame .main ul li p.banner_btn a {
    display: block;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  article section.content.clinical_trial .frame .main ul li p.banner_btn a:hover {
    opacity: 0.8;
  }
  article section.content.clinical_trial .frame .main ul li p.banner_btn span {
    display: block;
  }
  article section.content.clinical_trial .frame .main ul li p.banner_btn span.img {
    margin-bottom: 4px;
  }
  article section.content.clinical_trial .frame .main ul li p.banner_btn span.text {
    display: block;
    line-height: 2.6rem;
    font-size: 1.4rem;
    letter-spacing: calc(50em / 1000);
  }
  article section.about {
    margin-bottom: 80px;
  }
  article section.about .inner {
    margin: 0 auto;
    max-width: 900px;
  }
  article section.about h2 {
    min-height: 50px;
    padding: 7px 54px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 30px 30px 0 0;
    background: #0057AA;
    line-height: 3.6rem;
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: calc(100em / 1000);
  }
  article section.about .frame {
    border: 3px solid #0057AA;
    border-radius: 0 30px 30px 30px;
    position: relative;
    background: #ffffff;
  }
  article section.about .frame p.text {
    padding: 40px 300px 50px 60px;
    line-height: 3.6rem;
    font-size: 1.8rem;
    letter-spacing: calc(26em / 1000);
  }
  article section.about .frame p.image {
    width: 240px;
    position: absolute;
    top: -54px;
    right: 44px;
  }
  article section.about .frame .video {
    padding: 50px 60px 54px 60px;
    border-top: 1px dotted #0057AA;
  }
  article section.about .frame .video h3 {
    margin-bottom: 30px;
    text-align: center;
    line-height: 4rem;
    font-size: 2.8rem;
    font-weight: bold;
    color: #0057AA;
    letter-spacing: calc(100em / 1000);
  }
  article section.about .frame .video p.coming_soon {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  article section.about .frame .video p.coming_soon span {
    display: block;
    font-size: 3.2rem;
    font-weight: bold;
    color: #aaaaaa;
  }
  article section.about .frame .video ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
  }
  article section.about .frame .video ul li a {
    display: block;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  article section.about .frame .video ul li a:hover {
    opacity: 0.8;
  }
  article section.about .frame .video ul li a span {
    display: block;
  }
  article section.about .frame .video ul li a span.thumb {
    margin-bottom: 15px;
  }
  article section.about .frame .video ul li a span.text {
    text-align: center;
    line-height: 3.6rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0057AA;
    letter-spacing: calc(100em / 1000);
  }
  footer p.go_top {
    width: 60px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 1;
    opacity: 0;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0ms;
  }
  footer p.go_top.show {
    opacity: 1;
  }
  footer p.go_top a {
    display: block;
  }
  footer .share h2 {
    margin-bottom: 34px;
    text-align: center;
  }
  footer .share h2 span {
    display: inline-block;
    position: relative;
    line-height: 4rem;
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: calc(50em / 1000);
  }
  footer .share h2 span:after {
    content: "";
    width: 25px;
    height: 26px;
    display: block;
    background: url("../image/icon_sns.svg") no-repeat center center/contain;
    position: absolute;
    top: 7px;
    right: -40px;
  }
  footer .share ul {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 44px;
  }
  footer .share ul li {
    width: 60px;
    height: 60px;
  }
  footer .share ul li button {
    display: block;
    background: transparent;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  footer .share ul li button:hover {
    opacity: 0.8;
  }
  footer .share ul li button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  footer p.footer_menu {
    margin-bottom: 350px;
    text-align: center;
  }
  footer p.footer_menu a {
    display: inline-block;
    line-height: 2.4rem;
    font-size: 1.6rem;
    color: #0057AA;
    letter-spacing: calc(50em / 1000);
  }
  footer .footer_bg {
    padding: 36px;
    background: #0068B2;
    position: relative;
    overflow: visible;
  }
  footer .footer_bg:after {
    content: "";
    width: 100%;
    height: 311px;
    display: block;
    background: url("../image/bg_footer.png") no-repeat center bottom/7001px 311px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
  footer .footer_bg p.copy {
    position: relative;
    z-index: 1;
    text-align: center;
    line-height: 15px;
    font-size: 1.2rem;
    color: #ffffff;
  }
  .search_mw {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
    display: none;
  }
  .search_mw .form {
    margin: 0 auto;
    padding: 40px 60px;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 2;
  }
  .search_mw .form .search {
    padding: 0 25px 0 56px;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #0057AA;
    box-sizing: border-box;
    border-radius: 25px;
    position: relative;
  }
  .search_mw .form .search:before {
    content: "";
    width: 18px;
    height: 18px;
    display: block;
    background: url("../image/icon_search.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 9px);
    left: 29px;
  }
  .search_mw .form .search input[type=text] {
    width: 100%;
    height: 48px;
    display: block;
    line-height: 4.8rem;
    font-size: 1.8rem;
    color: #000000;
    letter-spacing: calc(50em / 1000);
  }
  .search_mw .form .search input[type=text]:placeholder-shown {
    color: #A7A7A7;
  }
  .search_mw .form .search input[type=text]::-webkit-input-placeholder {
    color: #A7A7A7;
  }
  .search_mw .form .search input[type=text]:-moz-placeholder {
    color: #A7A7A7;
    opacity: 1;
  }
  .search_mw .form .search input[type=text]::-moz-placeholder {
    color: #A7A7A7;
    opacity: 1;
  }
  .search_mw .form .search input[type=text]:-ms-input-placeholder {
    color: #A7A7A7;
  }
  .search_mw .form .close {
    width: 40px;
    overflow: hidden;
    background: transparent;
  }
  .search_mw .form .close button {
    display: block;
    cursor: pointer;
    opacity: 1;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: linear;
    transition-delay: 0ms;
  }
  .search_mw .form .close button:hover {
    opacity: 0.8;
  }
  .search_mw .result {
    width: calc(100vw - 160px);
    position: fixed;
    top: 100px;
    left: 80px;
    z-index: 2;
  }
  .is_sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
  body.fixed {
    overflow: hidden;
    height: 100vh;
  }
  body:before {
    content: "";
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: url("../image/bg_main_sp.png") no-repeat center top/cover;
  }
  .container {
    overflow: hidden;
  }
  header {
    width: 100%;
    height: 45px;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
  }
  header p.logo {
    padding-top: 5px;
    padding-left: 10px;
  }
  header p.logo a {
    width: 83.5px;
    display: block;
  }
  header .header_side {
    display: none;
  }
  nav {
    width: 100%;
    position: fixed;
    right: 0;
    top: 45px;
    z-index: 100;
  }
  nav.show p.menu button span {
    opacity: 0;
    transform: rotate(180deg);
  }
  nav.show p.menu button:before {
    top: calc(50% - 1px);
    transform: rotate(205deg);
  }
  nav.show p.menu button:after {
    top: calc(50% - 1px);
    transform: rotate(-205deg);
  }
  nav.show .inner {
    height: calc(100vh - 45px);
    overflow-x: hidden;
    overflow-y: scroll;
  }
  nav p.menu {
    width: 45px;
    height: 45px;
    position: absolute;
    top: -45px;
    right: 0;
  }
  nav p.menu button {
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    position: relative;
  }
  nav p.menu button span, nav p.menu button:before, nav p.menu button:after {
    width: 25px;
    height: 2px;
    display: block;
    position: absolute;
    left: calc(50% - 25px);
    background: #0057AA;
    transform-style: preserve-3d;
    transition-property: opacity, top, transform;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  nav p.menu button:before, nav p.menu button:after {
    content: "";
  }
  nav p.menu button span {
    top: calc(50% - 1px);
    text-indent: -99999px;
  }
  nav p.menu button:before {
    top: calc(50% - 7px);
  }
  nav p.menu button:after {
    top: calc(50% + 5px);
  }
  nav .inner {
    width: 100%;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 100;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    transform-style: preserve-3d;
    transition-property: height;
    transition-duration: 400ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  nav .inner .msg {
    margin: 10px 0 20px 24px;
    line-height: 1.5rem;
    font-size: 1.4rem;
  }
  nav .inner .main_menu {
    width: 100%;
    position: relative;
  }
  nav .inner .main_menu .cursor {
    width: 28px;
    height: 22px;
    position: absolute;
    left: 36px;
    top: 10px;
    transform-style: preserve-3d;
    transition-property: top;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  nav .inner .main_menu ul {
    margin: 0 50px 32px 70px;
  }
  nav .inner .main_menu ul li {
    padding-bottom: 16px;
    margin-bottom: 16px;
    position: relative;
    border-bottom: 1px solid #707070;
  }
  nav .inner .main_menu ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  nav .inner .main_menu ul li:last-child:after {
    display: none;
  }
  nav .inner .main_menu ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #0057AA;
    border-radius: 50%;
    position: absolute;
    left: -24px;
    top: 7px;
  }
  nav .inner .main_menu ul li:after {
    content: "";
    width: 1px;
    height: calc(100% + 26px);
    display: block;
    background: #0057AA;
    position: absolute;
    left: -20px;
    top: 7px;
  }
  nav .inner .main_menu ul li:last-child {
    margin-bottom: 0;
  }
  nav .inner .main_menu ul li:last-child:after {
    display: none;
  }
  nav .inner .main_menu ul li a {
    display: block;
    line-height: 2rem;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: calc(50em / 1000);
  }
  nav .inner .main_menu ul li a.active {
    color: #0057AA;
  }
  nav .inner ul.sns {
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  nav .inner ul.sns li {
    width: 40px;
    height: 40px;
  }
  nav .inner ul.sns li a {
    width: 100%;
    height: 100%;
    display: block;
  }
  nav .inner ul.sns li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  article section.hero {
    width: 100%;
    height: 100svh;
    min-height: 600px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  article section.hero .inner {
    margin-top: -180px;
  }
  article section.hero h1 {
    margin: 0 auto 34px auto;
    padding-left: 10px;
    width: 90%;
  }
  article section.hero .search_area {
    margin: 0 auto 26px auto;
    width: calc(100% - 40px);
    height: 40px;
    position: relative;
  }
  article section.hero .search_area .bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: transparent;
  }
  article section.hero .search_area .form {
    margin: 0 auto;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
  }
  article section.hero .search_area .form .search {
    padding: 0 20px 0 38px;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #0057AA;
    box-sizing: border-box;
    border-radius: 25px;
    position: relative;
  }
  article section.hero .search_area .form .search:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: url("../image/icon_search.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 6px);
    left: 16px;
  }
  article section.hero .search_area .form .search .textfield {
    width: 100%;
    height: 48px;
    display: block;
    line-height: 46px;
    font-size: 14px;
    color: #A7A7A7;
  }
  article section.hero .search_area .chara {
    margin: 0 auto;
    width: 132px;
    position: absolute;
    top: 180px;
    left: calc(50% - 66px);
  }
  article section.hero p.text {
    margin-bottom: 17px;
    text-align: center;
    line-height: 1.4rem;
    font-size: 1.3rem;
    letter-spacing: calc(100em / 1000);
  }
  article section.hero p.btn button {
    margin: 0 auto;
    padding: 0 50px 0 30px;
    min-width: 300px;
    height: 40px;
    display: block;
    background: #0057AA;
    border: 1px solid #0057AA;
    box-sizing: border-box;
    border-radius: 20px;
    position: relative;
    text-align: left;
    line-height: 40px;
    font-size: 1.4rem;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: calc(50em / 1000);
  }
  article section.hero p.btn button:after {
    content: "";
    width: 12px;
    height: 10px;
    display: block;
    background: #ffffff;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
    clip-path: polygon(50% 0, 50% 0, 100% 100%, 0 100%);
  }
  article section.hero .mw_about_page {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100vw;
    height: 100vh;
    display: none;
  }
  article section.hero .mw_about_page .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
  }
  article section.hero .mw_about_page .frame {
    width: calc(100% - 50px);
    height: calc(100vh - 110px);
    position: fixed;
    top: 60px;
    left: 25px;
    border: 2px solid #0057AA;
    background: #ffffff;
    border-radius: 10px;
  }
  article section.hero .mw_about_page .frame .close {
    position: absolute;
    top: 8px;
    right: 11px;
  }
  article section.hero .mw_about_page .frame .close button {
    width: 20px;
    display: block;
    background: transparent;
    cursor: pointer;
  }
  article section.hero .mw_about_page .frame dl {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    clear: both;
  }
  article section.hero .mw_about_page .frame dl dt {
    margin-bottom: 10px;
    padding-top: 28px;
    text-align: center;
    line-height: 2.2rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0057AA;
    letter-spacing: calc(50em / 1000);
  }
  article section.hero .mw_about_page .frame dl dd {
    padding: 0 24px;
  }
  article section.hero .mw_about_page .frame dl dd ul li {
    padding: 15px 20px 15px 30px;
    border-bottom: 1px dotted #0057AA;
    position: relative;
    line-height: 2rem;
    font-size: 1.4rem;
    letter-spacing: calc(50em / 1000);
  }
  article section.hero .mw_about_page .frame dl dd ul li:last-child {
    border-bottom: 0;
  }
  article section.hero .mw_about_page .frame dl dd ul li:before {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 22px;
    left: 12px;
    background: #000000;
  }
  article section.hero .mw_about_page .frame dl dd ul li small {
    padding-top: 4px;
    display: block;
    line-height: 2rem;
    font-size: 1.2rem;
  }
  article section.hero p.scroll {
    position: absolute;
    left: calc(50% - 36px);
    bottom: 30px;
    text-align: center;
  }
  article section.hero p.scroll span {
    margin-bottom: 4px;
    display: block;
    line-height: 2rem;
    font-size: 1.4rem;
    color: #0068B2;
    letter-spacing: calc(100em / 1000);
  }
  article section.hero p.scroll img {
    width: 20px;
  }
  article section.content {
    padding: 35px 0;
  }
  article section.content .inner {
    padding: 0 25px;
    max-width: 600px;
    box-sizing: border-box;
  }
  article section.content .frame {
    padding: 20px 17px;
    border: 2px solid #0057AA;
    background: #ffffff;
    border-radius: 10px;
    overflow: visible;
    position: relative;
  }
  article section.content .frame .img {
    display: block;
  }
  article section.content .frame dl {
    margin-bottom: 20px;
  }
  article section.content .frame dl dt {
    margin-bottom: 7px;
    line-height: 2.2rem;
    font-size: 1.6rem;
    color: #002E6E;
    letter-spacing: calc(100em / 1000);
  }
  article section.content .frame dl dd {
    line-height: 2rem;
    font-size: 1.4rem;
    letter-spacing: calc(20em / 1000);
  }
  article section.content .frame .head h2 {
    margin-bottom: 10px;
    line-height: 2.5rem;
    font-size: 2rem;
    font-weight: bold;
    color: #0057AA;
    letter-spacing: calc(100em / 1000);
  }
  article section.content .frame .head p {
    line-height: 2rem;
    font-size: 1.4rem;
    letter-spacing: calc(50em / 1000);
  }
  article section.content .main {
    margin-top: 20px;
  }
  article section.content .main h3 {
    margin-bottom: 5px;
    line-height: 2.6rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0068B2;
    letter-spacing: calc(100em / 1000);
  }
  article section.content .main p.text {
    margin-bottom: 20px;
    line-height: 2rem;
    font-size: 1.4rem;
    letter-spacing: calc(100em / 1000);
  }
  article section.content .main p.text small {
    display: block;
    letter-spacing: calc(50em / 1000);
  }
  article section.content .main p.main_btn a {
    margin: 0 auto;
    padding: 10px 10px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #0057AA;
    border-radius: 20px;
    line-height: 2rem;
    font-size: 1.1rem;
    letter-spacing: calc(50em / 1000);
  }
  article section.content.side_effects .frame .head h2 {
    padding-right: 100px;
  }
  article section.content.side_effects .frame .head .img {
    width: 104px;
    position: absolute;
    top: -3px;
    right: 16px;
  }
  article section.content.side_effects .frame .main ul li {
    padding: 25px 10px;
    border-top: 1px solid #A7A7A7;
    position: relative;
  }
  article section.content.side_effects .frame .main ul li.manual h3, article section.content.side_effects .frame .main ul li.manual dl {
    padding-left: 66px;
  }
  article section.content.side_effects .frame .main ul li.manual .img {
    width: 51px;
    position: absolute;
    top: 25px;
    left: 6px;
  }
  article section.content.side_effects .frame .main ul li.report h3 {
    padding-top: 20px;
    padding-right: 90px;
  }
  article section.content.side_effects .frame .main ul li.report .img {
    width: 82px;
    position: absolute;
    top: 18px;
    right: 10px;
  }
  article section.content.relief_system .frame .head {
    padding-left: 66px;
  }
  article section.content.relief_system .frame .head .img {
    width: 56px;
    position: absolute;
    top: 15px;
    left: 18px;
  }
  article section.content.relief_system .frame .main dl {
    padding: 0 0;
  }
  article section.content.relief_system .frame .main dl dt {
    margin-bottom: 22px;
    line-height: 2.2rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0068B2;
    letter-spacing: calc(50em / 1000);
  }
  article section.content.relief_system .frame .main dl dd ul {
    margin-bottom: 20px;
  }
  article section.content.relief_system .frame .main dl dd ul li {
    padding: 12px 0 12px 24px;
    border-bottom: 1px dotted #A7A7A7;
    position: relative;
    line-height: 2rem;
    font-size: 1.4rem;
    letter-spacing: calc(100em / 1000);
  }
  article section.content.relief_system .frame .main dl dd ul li:last-child {
    border: none;
  }
  article section.content.relief_system .frame .main dl dd ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    background: #0057AA;
    border-radius: 50%;
    position: absolute;
    left: 6px;
    top: 17px;
  }
  article section.content.relief_system .frame .main dl dd ul li span {
    display: block;
    position: relative;
    float: left;
    color: #0057AA;
  }
  article section.content.relief_system .frame .main dl dd ul li span:after {
    content: ":";
    padding: 0 4px;
    display: inline-block;
    color: #404040;
  }
  article section.content.consultation .frame .head {
    padding-right: 60px;
  }
  article section.content.consultation .frame .head .img {
    width: 90px;
    position: absolute;
    top: 10px;
    right: 24px;
  }
  article section.content.generic .frame .head h2 {
    padding-right: 90px;
  }
  article section.content.generic .frame .head .img {
    width: 66px;
    position: absolute;
    top: -15px;
    right: 30px;
  }
  article section.content.generic .frame .main ul li {
    padding: 25px 0;
    border-top: 1px solid #A7A7A7;
    overflow: hidden;
    position: relative;
  }
  article section.content.generic .frame .main ul li p.banner_btn a {
    display: block;
  }
  article section.content.generic .frame .main ul li p.banner_btn span {
    display: block;
  }
  article section.content.generic .frame .main ul li p.banner_btn span.img {
    margin-bottom: 2px;
    width: 100%;
  }
  article section.content.generic .frame .main ul li p.banner_btn span.text {
    display: block;
    line-height: 2rem;
    font-size: 1.2rem;
    letter-spacing: calc(50em / 1000);
  }
  article section.content.generic .frame .main ul li.jga p.banner_btn {
    width: 200px;
  }
  article section.content.clinical_trial .frame .head {
    padding-right: 100px;
  }
  article section.content.clinical_trial .frame .head .img {
    width: 99px;
    position: absolute;
    top: 10px;
    right: 14px;
  }
  article section.content.clinical_trial .frame .main ul li {
    padding: 23px 0 26px 0;
    border-bottom: 1px solid #A7A7A7;
    overflow: hidden;
    position: relative;
  }
  article section.content.clinical_trial .frame .main ul li:last-child {
    border-bottom: none;
  }
  article section.content.clinical_trial .frame .main ul li p.banner_btn {
    width: 140px;
  }
  article section.content.clinical_trial .frame .main ul li p.banner_btn a {
    display: block;
  }
  article section.content.clinical_trial .frame .main ul li p.banner_btn span {
    display: block;
  }
  article section.content.clinical_trial .frame .main ul li p.banner_btn span.img {
    margin-bottom: 2px;
    width: 100%;
  }
  article section.content.clinical_trial .frame .main ul li p.banner_btn span.text {
    display: block;
    line-height: 2rem;
    font-size: 1.2rem;
    letter-spacing: calc(50em / 1000);
  }
  article section.about {
    padding-top: 60px;
    margin-bottom: 20px;
  }
  article section.about .inner {
    margin: 0 25px;
    max-width: 600px;
  }
  article section.about h2 {
    min-height: 30px;
    padding: 5px 27px;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 15px 15px 0 0;
    background: #0057AA;
    line-height: 2rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #ffffff;
    letter-spacing: calc(100em / 1000);
  }
  article section.about .frame {
    border: 3px solid #0057AA;
    border-radius: 0 15px 15px 15px;
    position: relative;
    background: #ffffff;
  }
  article section.about .frame p.text {
    padding: 25px;
    line-height: 2rem;
    font-size: 1.4rem;
    letter-spacing: calc(26em / 1000);
  }
  article section.about .frame p.image {
    width: 98px;
    position: absolute;
    top: -86px;
    right: 12px;
  }
  article section.about .frame .video {
    margin: 0 25px;
    padding: 25px 0;
    border-top: 1px dotted #0057AA;
  }
  article section.about .frame .video h3 {
    margin-bottom: 15px;
    line-height: 2rem;
    font-size: 1.4rem;
    font-weight: bold;
    color: #0057AA;
    letter-spacing: calc(100em / 1000);
  }
  article section.about .frame .video p.coming_soon {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  article section.about .frame .video p.coming_soon span {
    display: block;
    font-size: 2.6rem;
    font-weight: bold;
    color: #aaaaaa;
  }
  article section.about .frame .video ul {
    margin-left: -25px;
    width: calc(100% + 50px);
    overflow: hidden;
  }
  article section.about .frame .video ul li {
    padding: 0 0 0 25px;
    float: left;
  }
  article section.about .frame .video ul li a {
    width: 160px;
    display: block;
  }
  article section.about .frame .video ul li a span {
    display: block;
  }
  article section.about .frame .video ul li a span.thumb {
    margin-bottom: 15px;
  }
  article section.about .frame .video ul li a span.text {
    line-height: 1.5rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #0057AA;
    letter-spacing: calc(100em / 1000);
  }
  article section.about .frame .video ul ul.slick-dots {
    margin: 0;
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }
  article section.about .frame .video ul ul.slick-dots > li {
    padding: 0;
  }
  article section.about .frame .video ul ul.slick-dots > li button {
    width: 40px;
    height: 5px;
    border-radius: 2.5px;
    display: block;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #0057AA;
    text-indent: -99999px;
  }
  article section.about .frame .video ul ul.slick-dots > li.slick-active button {
    background: #0057AA;
  }
  footer p.go_top {
    width: 36px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    opacity: 0;
    transform-style: preserve-3d;
    transition-property: opacity;
    transition-duration: 300ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0ms;
  }
  footer p.go_top.show {
    opacity: 1;
  }
  footer p.go_top a {
    display: block;
  }
  footer .share h2 {
    margin-bottom: 23px;
    text-align: center;
  }
  footer .share h2 span {
    display: inline-block;
    position: relative;
    line-height: 2rem;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: calc(50em / 1000);
  }
  footer .share h2 span:after {
    content: "";
    width: 13px;
    height: 13px;
    display: block;
    background: url("../image/icon_sns.svg") no-repeat center center/contain;
    position: absolute;
    top: 4px;
    right: -18px;
  }
  footer .share ul {
    margin-bottom: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }
  footer .share ul li {
    width: 40px;
    height: 40px;
  }
  footer .share ul li button {
    display: block;
    background: transparent;
  }
  footer .share ul li button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  footer p.footer_menu {
    margin-bottom: 20px;
    text-align: center;
  }
  footer p.footer_menu a {
    display: inline-block;
    line-height: 1.5rem;
    font-size: 1.2rem;
    color: #0057AA;
    letter-spacing: calc(50em / 1000);
  }
  footer .footer_bg {
    position: relative;
    overflow: visible;
  }
  footer .footer_bg p.copy {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 8px;
    z-index: 1;
    text-align: center;
    line-height: 1.3rem;
    font-size: 1rem;
    color: #ffffff;
  }
  footer .footer_bg .bg {
    width: 100%;
    height: auto;
    display: block;
  }
  .search_mw {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
    display: none;
  }
  .search_mw .form {
    margin: 0 auto;
    padding: 20px;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
  }
  .search_mw .form .search {
    padding: 0 20px 0 38px;
    width: 100%;
    height: 50px;
    background: #ffffff;
    border: 1px solid #0057AA;
    box-sizing: border-box;
    border-radius: 25px;
    position: relative;
  }
  .search_mw .form .search:before {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    background: url("../image/icon_search.svg") no-repeat center center/contain;
    position: absolute;
    top: calc(50% - 6px);
    left: 16px;
  }
  .search_mw .form .search input[type=text] {
    width: 100%;
    height: 48px;
    display: block;
    line-height: 48px;
    font-size: 16px;
    color: #000000;
  }
  .search_mw .form .search input[type=text]:placeholder-shown {
    color: #A7A7A7;
  }
  .search_mw .form .search input[type=text]::-webkit-input-placeholder {
    color: #A7A7A7;
  }
  .search_mw .form .search input[type=text]:-moz-placeholder {
    color: #A7A7A7;
    opacity: 1;
  }
  .search_mw .form .search input[type=text]::-moz-placeholder {
    color: #A7A7A7;
    opacity: 1;
  }
  .search_mw .form .search input[type=text]:-ms-input-placeholder {
    color: #A7A7A7;
  }
  .search_mw .form .close {
    width: 40px;
    overflow: hidden;
    background: transparent;
    transform-style: preserve-3d;
    transition-property: width;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0ms;
  }
  .search_mw .form .close button {
    height: 40px;
    display: block;
    cursor: pointer;
  }
  .search_mw .form .close button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .search_mw .result#sgstResultsTableContainer {
    margin: 90px 20px 20px 20px;
  }
  .is_pc {
    display: none !important;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  article section.hero .inner {
    padding: 20px 20px 60px 80px;
  }
  article section.content {
    padding: 53px 0 53px 240px;
  }
  article section.about {
    padding: 53px 0 53px 240px;
  }
}