.gnav-wrapper .header-sub-contents {
  display: none;
}

.nav-toggle,
#top-topics .icon {
  display: none;
}

@media screen and (max-width: 767px) {
  html {
    margin-top: 0 !important;
  }
  body {
    min-width: 320px;
    font-size: 14px;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  address,
  dt,
  dd,
  li,
  td,
  th,
  a {
    line-height: 1.8;
  }
  header {
    min-width: 100%;
  }
  header .section-wrapper {
    padding: 18px 4% !important;
  }
  header .section-inner {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  header .logo {
    display: flex;
    float: none !important;
    width: 272px;
  }
  header .header-sub-contents.right {
    display: none;
  }
  .gnav-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    padding: 48px 0 0;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    transition: all 0.15s linear;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
  .gnav-wrapper.is-active {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }
  .gnav-wrapper ul.fl-b {
    justify-content: flex-start;
    width: 88%;
    margin: auto;
  }
  .gnav-wrapper .gnav > li {
    width: 100%;
    margin-left: 0;
    border-bottom: 1px dashed #ccc;
  }
  .gnav-wrapper .gnav > li .sub-menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    min-width: 100%;
    margin-top: -24px;
    margin-bottom: 18px;
    margin-left: 8px;
    padding: 0;
    transform: translate(0);
    background-color: transparent;
    box-shadow: none;
    pointer-events: all;
  }
  .gnav-wrapper .gnav > li:hover .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: all;
  }
  .gnav-wrapper .gnav .sub-menu::after {
    display: none;
  }
  .gnav-wrapper .gnav .sub-menu li {
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 16px;
  }
  .gnav-wrapper .gnav .sub-menu li:last-child {
    margin-top: 6px;
  }
  .gnav-wrapper .gnav > li > a {
    padding: 32px 8px;
    font-size: 15px;
    text-align: left;
  }
  .gnav-wrapper .gnav > li > a::after {
    display: none;
  }
  .gnav-wrapper .gnav > li.current-menu-item > a::after,
  .gnav-wrapper .gnav > li.current-menu-parent > a::after,
  .gnav-wrapper .gnav > li.active > a::after,
  .gnav-wrapper .gnav > li > a:hover::after {
    display: none !important;
  }
  .gnav-wrapper .gnav > li.current-menu-item > a,
  .gnav-wrapper .gnav > li.current-menu-parent > a {
    color: #0cb59b !important;
  }
  .gnav-wrapper .gnav > li.menu-item-has-children > a::before,
  .gnav-wrapper .gnav > li.menu-item-has-children > a::after {
    display: none;
    content: "";
    position: absolute;
    transition: all 0.3s ease;
    transform: scaleX(1) translateY(-50%);
    transform: scaleX(1) translateY(0);
    background: #0cb59b;
  }
  .gnav-wrapper .gnav > li.menu-item-has-children > a::before {
    width: 1px;
    height: 16px;
    top: 32px;
    right: 16px;
  }
  .gnav-wrapper .gnav .menu-item-has-children > a::after,
  .gnav-wrapper .gnav > li.menu-item-has-children > a:hover::after {
    display: block;
    width: 16px;
    height: 1px;
    top: 39px;
    bottom: auto;
    right: 8px;
    left: auto;
  }
  .gnav-wrapper .header-sub-contents {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 24px auto;
  }
  .gnav-wrapper .header-sub-contents .snav li {
    margin: 0 20px;
  }
  .gnav-wrapper .header-sub-contents .btn-wrapper {
    margin: 0 20px;
  }
  .gnav-wrapper .header-sub-contents a {
    font-size: 14px;
    font-weight: 500;
  }
  .nav-toggle {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    display: block;
    width: 24px;
    height: 14px;
    background-color: white;
    transform: translateY(-50%);
  }
  .nav-toggle__button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 14px;
    transform: translate(-50%, -50%);
    transform-origin: center center;
  }
  .nav-toggle__line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #0cb59b;
  }
  .nav-toggle__line:first-child {
    transform-origin: top left;
  }
  .nav-toggle__line:nth-child(2) {
    top: 50%;
    background-color: rgba(12, 181, 155, 0.5);
    transform: translateY(-50%);
  }
  .nav-toggle__line:last-child {
    top: auto;
    bottom: 0;
    transform-origin: bottom left;
  }
  .nav-toggle--close {
    position: fixed;
    top: 32px;
    right: 6%;
  }
  .nav-toggle--close .nav-toggle__button {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  .nav-toggle--close .nav-toggle__line:first-child {
    width: 28px;
    transform: rotate(30.256deg);
  }
  .nav-toggle--close .nav-toggle__line:nth-child(2) {
    transform: translateX(100%);
    opacity: 0;
  }
  .nav-toggle--close .nav-toggle__line:last-child {
    width: 28px;
    background-color: #0cb59b;
    transform: rotate(-30.256deg);
  }
  footer section {
    min-width: 100px;
    background-color: #f6f6f6;
  }
  footer .footer-contents {
    padding: 40px 4%;
  }
  footer .copy {
    text-align: center;
    font-size: 11px;
    font-weight: 300;
    padding-top: 40px;
  }
  footer .logo {
    display: flex;
  }
  footer address {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 24px;
  }
  footer .address-wrapper {
    position: relative;
    width: 100%;
  }
  footer .footer-sub-nav {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 8px;
  }
  footer .footer-sub-nav a {
    font-size: 13px;
  }
  footer .sitemap-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 32px;
  }
  footer ul.left {
    float: none;
    width: 49.5%;
    margin-left: 0;
    margin-bottom: 0;
  }
  footer ul.left li {
    margin-bottom: 0;
    margin-bottom: 16px;
  }
  footer ul.left li a {
    font-size: 15px;
  }
  footer ul.left li ul {
    margin-top: 8px;
    margin-left: 1em;
  }
  footer ul.left li li {
    margin-top: 8px;
    margin-bottom: 0;
  }
  footer ul.left li li:first-child {
    margin-top: 0;
  }
  footer ul.left li li a {
    font-size: 14px;
    letter-spacing: normal;
  }
  footer ul.left li a:hover {
    text-decoration: underline;
  }
  .main-visual-top {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 6%;
    width: 100%;
  }
  .main-visual-top::after {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 64px);
    bottom: 0;
    left: 0;
    background-color: #0cb59b;
    z-index: -1;
  }
  .slider {
    overflow: hidden;
    float: right;
    width: 96%;
  }
  .slider .img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 240px;
  }
  main {
    min-width: 100%;
  }
  main .section-contents {
    overflow: hidden;
    position: relative;
  }
  main .section-contents .section-wrapper {
    position: relative;
    margin: 0 auto;
  }
  .hgroup {
    margin-bottom: 32px;
  }
  .hgroup .main-heading {
    font-size: 36px;
    letter-spacing: 0.05em;
  }
  .hgroup .main-heading span {
    font-size: 14px;
    margin-top: 12px;
  }
  .border-section {
    border-top: 2px solid #0cb59b;
  }
  .box-shadow {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  #top-topics {
    z-index: 9;
  }
  #top-topics .section-wrapper {
    position: relative;
    bottom: 0;
    left: 0;
    width: 92%;
    margin: 32px auto 0;
    padding: 16px 24px 16px;
    transform: translate(0, 0);
  }
  #top-topics .section-wrapper.border-section {
    border: none;
  }
  #top-topics h2 {
    width: 100%;
    font-size: 16px;
  }
  #top-topics h2 span {
    width: 100%;
    padding-bottom: 8px;
  }
  #top-topics .icon {
    display: none;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    margin-right: 16px;
    padding: 0px 16px;
    border-radius: 11px;
    background-color: #0cb59b;
  }
  #top-topics .topics-wrapper {
    width: 100%;
    margin-top: 8px;
  }
  #top-topics dl {
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: 8px 0;
    border-bottom: 1px dashed #ccc;
    font-size: 13px;
  }
  #top-topics dl:last-child {
    margin-bottom: 0;
  }
  #top-topics dt {
    margin-bottom: 4px;
    width: 100%;
    letter-spacing: normal;
    line-height: 1.5;
  }
  #top-topics dd {
    width: 100%;
    line-height: 1.5;
  }
  #top-topics dd a {
    line-height: 1.5;
  }
  #top-about-igcc .section-wrapper {
    width: 92%;
    margin: 40px auto;
  }
  #top-about-igcc .txt {
    width: 100%;
    padding-right: 0;
  }
  #top-about-igcc .img {
    width: 100%;
    margin-top: 32px;
    padding-bottom: 6%;
  }
  #top-about-igcc p {
    font-size: 14px;
    line-height: 2em;
  }
  #top-company {
    overflow: inherit;
    padding-bottom: 48px;
  }
  #top-company p {
    max-width: 80%;
    margin: 0 auto;
    font-size: 14px;
    text-align: left;
  }
  #top-company p span {
    font-size: 16px;
  }
  #top-company .section-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  #top-company .section-wrapper::after {
    width: 96%;
  }
  .company-link {
    flex-wrap: wrap;
    padding: 0 4%;
  }
  .company-link::before, .company-link::after {
    width: 96%;
    height: 90%;
  }
  .company-link::before {
    background: linear-gradient(to bottom, #d8e8f8 0%, #eff4f9 100%);
  }
  .company-link::after {
    display: none;
    width: 4%;
    left: auto;
    right: 0;
    background-color: #0cb59b;
  }
  .company-link li {
    position: relative;
    width: 88%;
    margin: 24px auto 0;
  }
  .company-link li:first-child {
    margin-top: 0;
  }
  .company-link li .img img {
    width: 100%;
    height: 184px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .company-link li .txt {
    position: relative;
    width: auto;
    padding: 24px 0;
    transform: translateY(0);
  }
  .company-link .hgroup {
    margin-bottom: 16px;
  }
  .company-link .hgroup .main-heading {
    font-size: 28px;
  }
  .company-link .hgroup .main-heading span {
    font-size: 14px;
  }
  .company-link .btn {
    margin-top: 0;
    margin: auto;
  }
  #top-contact {
    padding: 48px 4%;
  }
  #top-contact p {
    font-size: 14px;
  }
  #top-contact .btn {
    width: 300px;
    margin: 32px auto 0;
  }
  .btn {
    margin-top: 40px;
  }
  .lower .plist {
    overflow-x: auto;
    display: flex;
    width: 100%;
    margin: 0 auto 40px;
    padding: 4px 4%;
    white-space: nowrap;
  }
  .lower .plist li {
    float: none;
    font-size: 10px;
  }
  .lower .plist li a {
    font-size: 10px;
  }
  .lower .main-visual img {
    width: 100%;
    height: 184px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lower .hgroup-wrapper {
    border-bottom: 3px solid #0cb59b;
  }
  .lower .hgroup-wrapper .hgroup {
    width: 92%;
    margin: 0 auto 48px;
  }
  .lower main {
    padding-bottom: 64px;
  }
  .lower main .section-contents h2 {
    font-size: 26px;
    line-height: 1.75;
  }
  .lower main .section-contents .section-wrapper {
    width: 100%;
    margin: 48px auto 0;
    padding: 0 4%;
  }
  .lower main .section-inner {
    position: relative;
    margin-top: 16px;
    padding: 8px 0 8px 32px;
  }
  .lower main .section-inner::before {
    left: 7px;
  }
  #message .txt {
    width: 100%;
    margin-top: 0;
  }
  #message .txt p {
    font-size: 14px;
    line-height: 2;
    margin-top: 1.5em;
  }
  #message .txt p:first-child {
    margin-top: 0;
  }
  #message .txt .name {
    margin-top: 2em;
    margin-left: 0;
    border-top: 1px dashed #ccc;
    font-size: 16px;
  }
  #message .txt .name p {
    margin-top: 1.5em;
    font-size: 14px;
  }
  #message .txt .name p strong {
    font-size: 16px;
    margin-left: 16px;
  }
  #message .img {
    width: 100%;
    margin-top: 32px;
  }
  .table-layout dl:nth-child(odd) {
    background-color: #f5f5f5;
  }
  .table-layout dt {
    width: 100%;
    padding: 16px 16px 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.75;
  }
  .table-layout dt small {
    font-size: 13px;
  }
  .table-layout dd {
    width: 100%;
    padding: 0 16px 16px;
    font-size: 14px;
    line-height: 1.75;
  }
  .table-layout dd .logo {
    margin-top: 16px;
  }
  .table-layout dd .logo .txt {
    margin-top: 16px;
    margin-left: 0;
  }
  .btn-list p {
    margin-bottom: 1.5em;
    font-size: 14px;
    line-height: 1.75;
  }
  .btn-list li {
    width: 100% !important;
    height: 64px !important;
    margin-top: 8px;
  }
  .btn-list ul {
    flex-wrap: wrap;
    width: 100% !important;
    margin-top: -8px;
  }
  .btn-list ul::before, .btn-list ul::after {
    display: none;
  }
  .btn-list .btn {
    height: 64px;
  }
  .btn-list .btn a {
    line-height: 1.5 !important;
  }
  #access {
    overflow: inherit;
  }
  #access .iframe {
    height: 300px;
    padding-left: 0;
  }
  #access .iframe iframe,
  #access .iframe div {
    height: 300px !important;
  }
  #access .access-wrapper {
    margin-top: 32px;
    margin-right: 0;
  }
  #access .access-inner {
    padding: 16px;
  }
  #access .access-inner h3 {
    width: 260px;
  }
  #access .fl-b {
    margin-top: 24px;
  }
  #access .fl-b .fl-b {
    margin-top: 0;
  }
  #access .access-info {
    margin-top: 16px;
  }
  #access .access-info h4 {
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 1.75;
  }
  #access .image {
    width: 100%;
  }
  #access .contents {
    width: 100%;
    margin-top: 16px;
  }
  #access .contents address {
    font-size: 14px;
    line-height: 1.8;
  }
  #access .contents li {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.6;
  }
  #access .map {
    margin-top: 32px;
  }
  #hirono .access-inner .fl-b {
    margin-top: 0;
  }
  #hirono .access-inner .fl-b address,
  #hirono .access-inner .fl-b div {
    width: 100%;
  }
  #topics dt {
    margin-bottom: 8px;
    width: 100%;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1.5;
  }
  #topics dd,
  #topics dd a {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
  }
  #topics .topics-wrapper dl {
    margin-bottom: 0;
    padding: 16px 0;
    border-bottom: 1px dashed #ebebeb;
  }
  #topics .topics-wrapper dl:first-child {
    padding-top: 0;
  }
  #topics-detail h2 {
    font-size: 20px;
    line-height: 1.8em;
    padding: 16px 0 16px;
    margin-bottom: 24px;
  }
  #topics-detail h2::after {
    width: 88px;
  }
  #topics-detail .date {
    color: #0cb59b;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: normal;
  }
  #topics-detail .article-inner {
    overflow: hidden;
  }
  #topics-detail .article-inner p,
  #topics-detail .article-inner a,
  #topics-detail .article-inner td,
  #topics-detail .article-inner th,
  #topics-detail .article-inner li {
    font-size: 14px;
  }
  #topics-detail .article-inner img {
    margin-top: 16px;
  }
  #topics-detail .article-inner img.left {
    float: none;
    margin-right: 0;
  }
  #topics-detail .article-inner img.right {
    float: none;
    margin-left: 0;
  }
  #topics-detail .btn {
    margin: 40px auto 0;
  }
  p.tel {
    font-size: 18px;
    margin-top: 0.5em;
  }
  p.tel strong {
    font-size: 32px;
    font-weight: 400;
  }
  p.tel b {
    font-size: 24px;
    font-weight: 400;
  }
  .page-link-blcok {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .form-wrapper {
    margin-top: 32px;
  }
  .form-wrapper dl {
    flex-wrap: wrap;
    border-bottom: 1px dashed #ccc;
  }
  .form-wrapper dt,
  .form-wrapper dd {
    padding: 16px 0;
  }
  .form-wrapper dt {
    width: 100%;
    padding-bottom: 8px;
  }
  .form-wrapper dd {
    width: 100%;
    padding-top: 0;
  }
  .form-wrapper dd input,
  .form-wrapper dd select,
  .form-wrapper dd textarea {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    background-color: #ebebeb;
    border: 0;
  }
  .form-wrapper dd select {
    width: 100%;
  }
  .form-wrapper .width-50 {
    width: 100% !important;
  }
  .form-wrapper .width-25 {
    width: 100% !important;
  }
  .form-wrapper .btn {
    margin: 40px auto 0;
  }
  #about-igcc {
    overflow: inherit;
  }
  #about-igcc ul {
    margin-top: -32px;
  }
  #about-igcc li {
    width: 100%;
    margin-top: 32px;
  }
  #about-igcc li a {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    padding: 16px;
  }
  #about-igcc li h2 {
    font-size: 22px;
  }
  #about-igcc li p {
    font-size: 13px;
    margin: 16px 0 0;
  }
  #igcc-plant .img {
    margin-bottom: 40px;
    padding: 16px;
  }
  #igcc-plant dd dt {
    padding-left: 12px;
  }
  .history-wrapper {
    margin-top: 40px;
  }
  .history-wrapper .history-inner {
    position: relative;
    padding-bottom: 24px;
    margin-top: 0;
  }
  .history-wrapper .history-inner::before {
    display: none;
  }
  .history-wrapper .history-inner::after {
    z-index: -1;
    top: 2px;
    left: 36px;
    width: 2px;
    height: 100%;
  }
  .history-wrapper .history-inner .year {
    float: left;
    width: 72px;
  }
  .history-wrapper .history-inner .year span {
    width: 72px;
    height: 72px;
    border-radius: 5em;
    font-size: 13px;
  }
  .history-wrapper .history-inner .data {
    float: left;
    width: calc(100% - 72px - 16px);
    margin-left: 16px;
    margin-top: 24px;
  }
  .history-wrapper .history-inner .img {
    float: none;
    width: 170px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .history-wrapper .history-inner .txt {
    clear: both;
    float: none;
  }
  .history-wrapper .history-inner .txt h2 {
    font-size: 18px !important;
  }
  .history-wrapper .history-inner .txt p {
    margin-top: 8px;
    line-height: 1.8;
  }
  .history-wrapper .history-inner:nth-child(1) {
    margin-top: 0;
  }
  .history-wrapper .history-inner:nth-child(2) {
    padding-left: 0;
  }
  .history-wrapper .history-inner:nth-child(2)::after {
    left: 36px;
  }
  .history-wrapper .history-inner:nth-child(3) {
    padding-left: 0;
  }
  .history-wrapper .history-inner:nth-child(3)::after {
    left: 36px;
  }
  .history-wrapper .history-inner:nth-child(4) {
    padding-left: 0;
  }
  .history-wrapper .history-inner:nth-child(4)::after {
    top: 0;
    left: 36px;
  }
  .history-wrapper .history-inner:nth-child(5) {
    padding-left: 0;
    padding-bottom: 40px;
  }
  .history-wrapper .history-inner:nth-child(5)::after {
    top: 0;
    left: 36px;
    height: 100%;
  }
  .history-wrapper .history-inner.catch {
    clear: both;
    padding-left: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
  .history-wrapper .history-inner.catch h3 {
    padding: 24px;
    font-size: 16px;
    line-height: 1.5;
  }
  .history-wrapper .history-inner.catch::after {
    display: none;
  }
  #about .img {
    width: 100%;
    margin: 0 auto 24px;
  }
  .half-contents {
    width: 100%;
    margin-top: 32px;
  }
  .half-contents:first-child {
    margin-top: 0;
  }
  #defferent h3 {
    font-size: 22px;
    line-height: 1.8;
    margin: 16px 0 8px;
  }
  .clickable-contents .img {
    margin-top: 48px;
  }
  .clickable {
    top: 6px;
    left: 8px;
    width: 35%;
    height: 39vw;
  }
  .clickable#c2, .clickable#c3 {
    left: 128px;
    width: 57.5%;
    height: 22.5vw;
  }
  .clickable#c3 {
    top: 25vw;
    width: 57.5%;
    height: 24.25vw;
  }
  .clickable-contents .txt-wrapper {
    position: relative;
  }
  .clickable-contents .txt-wrapper::after {
    display: none;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: #d4dfe9;
  }
  .clickable-contents .txt {
    width: 100%;
    margin: 0 auto;
    padding: 16px;
  }
  .clickable-contents .txt h3 {
    color: #29aafa;
    font-size: 22px;
    line-height: 1.75;
  }
  .clickable-contents .txt ul {
    margin-top: 10px;
  }
  .clickable-contents .txt ul li {
    text-indent: -16px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.65;
  }
  #merits .section-wrapper h2 {
    display: flex;
    align-items: center;
    font-size: 20px;
    line-height: 1.5;
  }
  #merits .section-wrapper h2 img {
    width: 64px;
    height: 64px;
    margin-right: 16px;
  }
  #merits .section-inner {
    margin-top: 0;
    padding-top: 16px;
    padding-left: 64px;
  }
  #merits .section-inner::before {
    left: 32px;
  }
  #merit1 .section-inner img {
    margin-bottom: 24px;
  }
  #merit2 .half-contents {
    width: 100%;
  }
  #merit2 .half-contents img {
    margin-bottom: 24px;
  }
  #merit2 .icon {
    position: relative;
    width: 140px;
    height: 16px;
    margin: 24px auto -8px;
  }
  #merit2 .icon img {
    width: 16px;
    height: 140px;
    transform: rotate(90deg) translateY(-100%);
    transform-origin: top left;
  }
  #merit3 .merit-wrapper {
    text-align: center;
    margin-top: 16px;
  }
  #merit3 .fl-b {
    padding-bottom: 72px;
  }
  #merit3 .half-contents {
    width: 100%;
  }
  #merit3 .half-contents h3 {
    font-size: 16px;
    padding: 16px;
  }
  #merit3 .half-contents p {
    padding: 16px;
  }
  #merit3 .icon {
    width: 48px;
    height: 48px;
    margin: 24px auto -8px;
  }
  #merit3 h4 {
    padding: 16px;
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.8;
  }
  .gallery-components {
    margin: 40px auto 0;
    padding: 0;
  }
  .gallery-note {
    padding: 24px 16px;
    border-radius: 16px;
  }
  .gallery-note h2 {
    margin-bottom: 24px;
    padding-bottom: 16px;
    font-size: 22px !important;
  }
  .gallery-note__block {
    margin-top: 27px;
  }
  .gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    float: left;
    width: 100%;
    margin-top: 41px;
  }
  .gallery-list::before, .gallery-list::after {
    display: none;
  }
  .gallery-list__item {
    width: calc(50% - 1px);
    margin-top: 2px;
  }
  .gallery-list__label {
    padding: 2px 6px;
    font-size: 12px;
  }
  .gallery-list__textarea {
    padding: 8px 12px;
  }
  .gallery-list__meta img {
    width: 18px;
  }
  .gallery-list__meta dl {
    margin-left: 8px;
  }
  .gallery-list__meta dt {
    font-size: 13px;
  }
  .gallery-list__meta dd {
    font-size: 11px;
  }
  .gallery-list__icon {
    width: 16px;
  }
  .modal__block {
    width: 88%;
    padding: 24px;
  }
  .modal__block--movie {
    padding: 24px;
  }
  .modal__block p {
    margin-bottom: 24px;
    font-size: 18px;
  }
  .modal__button__link {
    width: 100%;
    margin-top: 8px;
  }
  .modal__button__link--download {
    font-size: 16px;
  }
  .modal__button__link--cancel {
    font-size: 16px;
  }
  .youtube-wrapper {
    width: 100%;
    padding-top: 56.25%;
  }
  .faq__card {
    cursor: pointer;
    border-top: 1px solid #e8e8e8;
    /* padding: 40px 16px; */
    transition: all 0.3s linear;
  }
  .faq__line {
    padding: 24px 16px;
  }
  .faq__card .btn {
    margin-top: 24px;
  }
  .faq__block {
    display: flex;
    width: calc(100% - 16px);
    padding-right: 16px;
  }
  .faq__q-text {
    width: calc(100% - 32px - 16px);
  }
  .faq__trigger {
    width: 24px;
    height: 24px;
  }
  .faq__icon {
    width: 32px;
    height: 32px;
    margin-right: 16px;
    border-radius: 5em;
    font-size: 16px;
    line-height: 1;
  }
  .faq__q-text {
    font-size: 16px;
  }
  .faq__a-text {
    font-size: 14px;
  }
  .faq__a {
    margin: 0 18px 24px;
    padding: 16px;
  }
  .faq__a .faq__block {
    width: 100%;
    padding-right: 0;
  }
  .faq__a .btn {
    width: 100%;
  }
  .faq__inner {
    width: calc(100% - 32px - 16px);
  }
  .glossary__item {
    padding: 24px 16px;
  }
  .glossary__item dt img {
    margin-right: 16px;
  }
  .glossary__title p {
    font-size: 16px;
  }
  .glossary__en {
    margin-top: 2px;
    margin-left: 44px;
    font-size: 13px;
  }
  .glossary__text {
    margin-top: 16px;
    margin-left: 44px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */