@charset "UTF-8";
@import url("normalize.css");
@import url("reset.css");
@import url("common.css");
@import url("header.css");
@import url("footer.css");

.animation-up {
  opacity: 0;
  transform: translateY(10%);
  transition: all 0.8s ease-out;
}
.animation-up.start {
  opacity: 1;
  transform: translateY(0);
}
.delay1 {
  transition-delay: 0s;
}
.delay2 {
  transition-delay: 0.15s;
}
.delay3 {
  transition-delay: 0.3s;
}
.delay4 {
  transition-delay: 0.5s;
}
.animation-btn {
  position: relative;
}
.animation-btn .b {
  position: absolute;
  transition: all 0.5s ease-in-out;
}
.animation-btn .b:nth-of-type(1) {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-top: 2px solid #0cb59b;
}
.animation-btn.background-base-color .b {
  border-color: #fff !important;
}
.animation-btn .b:nth-of-type(2) {
  top: 0;
  right: 0;
  width: 10px;
  height: 0;
  border-right: 2px solid #0cb59b;
}
.animation-btn .b:nth-of-type(3) {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 2px solid #0cb59b;
}
.animation-btn .b:nth-of-type(4) {
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 2px solid #0cb59b;
}
.animation-btn:hover .b:nth-of-type(1) {
  width: 100%;
}
.animation-btn:hover .b:nth-of-type(2) {
  height: 100%;
}
.animation-btn:hover .b:nth-of-type(3) {
  width: 100%;
}
.animation-btn:hover .b:nth-of-type(4) {
  height: 100%;
}
.animation-btn a,
.animation-btn input {
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}
.animation-btn:hover a,
.animation-btn:hover input {
  color: #0cb59b !important;
  background-color: #cef0eb;
  background-color: white;
}
.animation-btn.background-base-color:hover a {
  color: #fff !important;
  background-color: #0cb59b;
}
.animation-btn::after {
  transition: all 0.5s ease-in-out;
}
.animation-btn:hover::after {
  background-color: #0cb59b;
}
.animation-btn.background-base-color:hover::after {
  background-color: #fff !important;
}
#top-contact .animation-btn:hover a {
  color: #fff !important;
  background-color: #0cb59b;
  border-color: #0cb59b;
}
#top-contact .animation-btn:hover::after {
  background-color: #fff !important;
}

.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: calc(100% - 6%);
  background-color: #fff;
}
.slider .img {
  float: left;
}

.slick-dots {
  clear: both;
  text-align: center;
  padding-top: 24px;
}

.slick-dots li {
  overflow: hidden;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0 6px;
  line-height: 0;
}

.slick-dots .slick-active {
  background: #fff;
}

.slick-dots li img {
  cursor: pointer;
  max-width: 240px;
  height: auto;
}

.slick-dots .slick-active img {
  opacity: 0.5;
}

.slick-dots li button {
  overflow: hidden;
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 6px;
  text-indent: -9999px;
  background: #fbdcdc;
}

.slick-dots li.slick-active button {
  background: #fff;
}

main {
  width: 100%;
  min-width: 1244px;
}

.section-contents {
  position: relative;
}

main .section-contents {
  overflow: hidden;
}

.section-contents .section-wrapper {
  position: relative;
  margin: 0 auto;
}

.hgroup {
  position: relative;
  margin-bottom: 35px;
}

.hgroup .main-heading {
  position: relative;
  color: #0cb59b;
  display: inline-block;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0.07em;
  line-height: 1.1;
}

.hgroup .main-heading span {
  display: block;
  font-size: 16px;
  line-height: 1.1;
  margin-top: 16px;
  letter-spacing: 0.2em;
}

.border-section {
  border-top: 2px solid #0cb59b;
}
.box-shadow {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#top-topics {
  position: relative;
  overflow: inherit;
  z-index: 99999;
}
#top-topics .section-wrapper {
  position: absolute;
  bottom: -52px;
  left: 50%;
  width: 922px;
  padding: 38px 48px;
  background-color: #fff;
  transform: translate(-50%, 0);
}
#top-topics h2 {
  position: relative;
  width: 14%;
  font-size: 20px;
  line-height: 1.5;
}
#top-topics h2 span {
  display: inline-block;
  padding-bottom: 16px;
  border-bottom: 1px solid #0cb59b;
}
.topics-wrapper dt {
  color: #0cb59b;
  font-size: 13px;
  font-weight: 600;
}
.topics-wrapper .icon {
  display: inline-block;
  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: 86%;
}
.topics-wrapper dl {
  justify-content: flex-start;
  margin-bottom: 16px;
  font-size: 13px;
}
.topics-wrapper dl:last-child {
  margin-bottom: 0;
}
.topics-wrapper dt {
  width: 16.5%;
}
.topics-wrapper dd {
  width: 82.5%;
}
.topics-wrapper dd a:hover {
  text-decoration: underline;
}

sub,
sup {
  font-size: 0.5em;
}
#top-about-igcc .section-wrapper {
  width: calc(100% - 6%);
  margin-left: 6%;
  margin-top: 178px;
  margin-bottom: 117px;
  align-items: center;
}

#top-about-igcc .txt {
  width: 32.5%;
  padding-right: 56px;
}
#top-about-igcc .img {
  position: relative;
  overflow: hidden;
  width: 67.5%;
  padding-bottom: 6%;
}
#top-about-igcc .img.move-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 6%);
  height: 0;
  padding-top: calc(2 / 3 * 100%);
  background-color: #cef0eb;
  background-color: #fff;
  transition: all ease-in-out 0.5s;
  transform-origin: right;
  transition-delay: 0.2s;
}
#top-about-igcc .img.move-section.start::before {
  transform: scaleX(0);
}
#top-about-igcc .img::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 80px);
  background-color: #0cb59b;
}
#top-about-igcc .img img {
  float: right;
  width: calc(100% - 6%);
}
#top-about-igcc p {
  line-height: 2.75em;
}

#top-company {
  overflow: inherit;
  padding-bottom: 238px;
}
#top-company p {
  max-width: 64%;
  text-align: center;
  margin: 0 auto;
}
#top-company p span {
  display: inline-block;
  font-size: 1.5em;
  font-weight: 600;
  padding: 0 0.2em;
  vertical-align: unset;
}
#top-company .section-wrapper {
  position: relative;
  padding-bottom: 67px;
  padding-top: 100px;
}
.company-link {
  position: relative;
  padding: 0 6%;
}
.company-link li {
  width: calc(50% - 22px);
}
#top-company .section-wrapper::after,
.company-link::before,
.company-link::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: calc(100% - 6%);
  height: 100%;
  left: 0;
  top: 0;
  background: #d8e8f8; /* Old browsers */
}
.company-link::before {
  background: -moz-linear-gradient(top, #d8e8f8 0%, #eff4f9 100%);
  background: -webkit-linear-gradient(top, #d8e8f8 0%, #eff4f9 100%);
  background: linear-gradient(to bottom, #d8e8f8 0%, #eff4f9 100%);
}
.company-link::after {
  width: 6%;
  left: auto;
  right: 0;
  background-color: #0cb59b;
}
.company-link li {
  position: relative;
}
.company-link li .txt {
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0;
  padding: 40px 57px;
  background-color: rgba(255, 255, 255, 0.95);
  transform: translateY(50%);
}
.company-link .hgroup {
  margin-bottom: 32px;
}
.company-link .hgroup .main-heading {
  font-size: 32px;
}
.company-link .hgroup .main-heading span {
  font-size: 14px;
}
.company-link .btn {
  margin-top: 0;
}

#top-plant-tour {
  position: relative;
  padding-top: 64px;
}
#top-plant-tour::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: calc(100% - 6%);
  height: 100%;
  background-color: #cef0eb;
}
#top-plant-tour .img,
#top-plant-tour .txt {
  width: 50%;
}
#top-plant-tour .txt {
  position: relative;
  background-color: #0cb59b;
}
#top-plant-tour .txt .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#top-plant-tour .txt .main-heading {
  color: #fff !important;
  white-space: nowrap;
}
#top-plant-tour .txt p {
  color: #fff;
}
#top-plant-tour .btn {
  background-color: #fff;
}
#top-plant-tour .btn a {
  color: #0cb59b;
}
#top-plant-tour .btn::after {
  background-color: #0cb59b;
}

#top-contact {
  background: url(../imgs/top/img5.jpg) no-repeat center center / cover;
}
#top-contact .main-heading,
#top-contact p,
#top-contact a {
  color: #fff;
}

#top-contact {
  padding: 100px 0;
}
#top-contact .btn {
  width: 350px;
  margin: 40px auto 0;
}
#top-contact a {
  border: 1px solid #fff;
  border-radius: 0;
}

.btn {
  position: relative;
  display: block;
  width: 240px;
  line-height: 60px;
  text-align: center;
  margin-top: 52px;
}
.btn a,
.btn input {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.btn input {
  width: 100%;
  background: none;
  border: 0;
}
.btn.background-accent-color a,
.btn.background-accent-color input {
  color: #fff;
}

.btn::after {
  pointer-events: none;
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  top: calc(50% - 1px);
  right: 20px;
  background-color: #fff;
}

/*

lower

*/

.lower main {
  padding-bottom: 126px;
}

.lower .plist {
  clear: both;
  overflow: hidden;
  width: 1090px;
  margin: 14px auto 76px;
}
.lower .plist li {
  float: left;
  font-size: 12px;
  font-weight: normal;
}
.lower .plist li a {
  color: #0cb59b;
  font-size: 12px;
  font-weight: 400;
}
.lower .plist li a:hover {
  text-decoration: underline;
}

.hgroup-wrapper {
  border-bottom: 3px solid #0cb59b;
}
.hgroup-wrapper .hgroup {
  width: 1090px;
  margin: 0 auto 75px;
}

.lower main .section-contents h2 {
  font-size: 34px;
}
.lower main .section-contents .section-wrapper {
  width: 1090px;
  margin: 96px auto 0;
}
.lower main .section-inner {
  position: relative;
  margin-top: 32px;
  padding: 24px 0 24px 60px;
}
.lower main .section-inner::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 17px;
  background-color: #0cb59b;
}

.table-layout dl:nth-child(odd) {
  background-color: #f5f5f5;
}
.table-layout dt {
  width: 220px;
  padding: 24px 0 24px 22px;
}
.table-layout dt small {
  font-size: 13px;
}
.table-layout dd {
  width: calc(100% - 220px);
  padding: 24px 0;
}
.table-layout dd .logo {
  margin-top: 10px;
  overflow: hidden;
}
.table-layout dd .logo .txt {
  margin-left: 16px;
}

#message .txt {
  width: 628px;
}
#message .txt p {
  line-height: 2.5;
  margin-top: 2.5em;
}
#message .txt p:first-child {
  margin-top: 0;
}
#message .txt .name {
  margin-top: 3em;
}
#message .txt .name p {
  margin-top: 1.5em;
}
#message .txt .name p strong {
  font-size: 24px;
  margin-left: 16px;
}
#message .img {
  width: 353px;
}
.font-color-b {
  color: #0070c0;
}
.font-color-y {
  color: #ffc000;
}
.font-color-g {
  color: #00b050;
}
.font-color-o {
  color: #ff6600;
}

.btn-list p {
  margin-bottom: 2em;
}
.btn-list li {
  width: calc(33.33% - 24px);
  height: 67px;
  margin-top: 24px;
}
.btn-list ul {
  margin-top: -24px;
}
.btn-list ul::before {
  order: 1;
}
.btn-list ul::before,
.btn-list ul::after {
  content: "";
  width: calc(33.33% - 24px);
}
.btn-list .btn {
  display: table;
  width: 100%;
  height: 67px;
  margin-top: 0;
}
.btn-list .btn a {
  display: table-cell;
  font-size: 14px;
  line-height: 1.75em;
  vertical-align: middle;
}
.btn-list .btn::after {
  width: 20px;
  height: 16px;
  background: url(../imgs/common/icon_window.svg) no-repeat center center / cover;
  transform: translateY(-50%);
}

#access {
  overflow: inherit;
}
#access .iframe {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 556px;
  /* padding-left: 48px; */
}
#access .iframe iframe,
#access .iframe div {
  width: 100% !important;
  height: 556px !important;
}
#access .access-wrapper {
  position: relative;
  z-index: 1;
  margin-top: 40px;
}
#access .access-inner {
  padding: 48px;
}
#access .access-inner h3 {
  width: 355px;
  white-space: nowrap;
}
#access .fl-b {
  margin-top: 32px;
}
#access .fl-b .fl-b {
  margin-top: 24px;
}
#access .access-info {
  /* width: calc(50% - 20px); */
}
#access .access-info h4 {
  font-size: 20px;
}
#access .image {
  width: 368px;
}
#access .image p {
  margin-top: 8px;
  font-size: 12px;
}
#access .contents {
  width: calc(100% - 368px - 56px);
}
#access .map {
  margin-top: 56px;
}

#topics dt {
  width: 150px;
  font-size: 15px;
}
#topics dd {
  width: calc(100% - 150px);
  font-size: 15px;
}
#topics .topics-wrapper dl {
  margin-bottom: 0;
  padding: 24px 0;
  border-bottom: 1px solid #ebebeb;
}
#topics .topics-wrapper dl:first-child {
  padding-top: 0;
}

#topics-detail h2 {
  position: relative;
  font-size: 24px;
  line-height: 2em;
  padding: 30px 0 40px;
  margin-bottom: 48px;
}
#topics-detail h2::before,
#topics-detail h2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 2px;
}
#topics-detail h2::before {
  width: 100%;
  background-color: #c5c5c5;
}
#topics-detail h2::after {
  width: 118px;
  background-color: #0cb59b;
}
.article-inner {
  overflow: hidden;
}
.article-inner img {
  margin-top: 48px;
  width: auto;
  height: auto;
  max-width: 100%;
}
.article-inner img.left {
  margin-right: 48px;
}
.article-inner img.right {
  margin-left: 48px;
}
.article-inner img.center {
  margin-left: auto;
  margin-right: auto;
}
#topics-detail .btn {
  margin: 72px auto 0;
}

p.tel {
  font-size: 24px;
  margin-top: 0.5em;
}
p.tel strong {
  font-size: 48px;
  font-weight: 400;
}
p.tel b {
  font-size: 32px;
  font-weight: 400;
}
.sub-heading {
  font-size: 30px;
  line-height: 2;
}
.sub-heading + p {
  margin-top: 0;
}
.attention-wrapper {
  padding: 40px;
  background-color: #f5f5f5;
}
.attention-wrapper.background-sub-color {
  background-color: #cef0eb;
}
.attention-wrapper ul li {
  margin-top: 8px;
}
.attention-wrapper ul li:first-child {
  margin-top: 0;
}
.attention-wrapper ul li .circle {
  display: inline-block;
  color: #fff;
  width: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  background-color: #0cb59b;
  border-radius: 9px;
  margin-right: 6px;
}
.attention-wrapper h4 {
  font-size: 27px;
  line-height: 1.7;
  margin-bottom: 28px;
  border-left: 3px solid #0cb59b;
  padding-left: 20px;
}
.form-wrapper {
  margin-top: 40px;
}
.form-wrapper dl {
  border-bottom: 1px solid #ebebeb;
}
.form-wrapper dt,
.form-wrapper dd {
  padding: 20px 0;
}
.form-wrapper dt {
  width: 287px;
}
.form-wrapper dd {
  width: calc(100% - 287px);
}
.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: 10%;
}
.width-50 {
  width: 50% !important;
}
.width-25 {
  width: 25% !important;
}
.form-wrapper dd textarea {
  height: 193px;
}
input::placeholder,
textarea::placeholder {
  color: #acacac;
}

input:-ms-input-placeholder,
textarea::placeholder {
  color: #acacac;
}

input::-ms-input-placeholder,
textarea::placeholder {
  color: #acacac;
}
.form-wrapper .btn {
  margin: 72px auto 0;
}

#about-igcc {
  overflow: inherit;
}
#about-igcc ul {
  margin-top: -72px;
}
#about-igcc li {
  position: relative;
  width: 517px;
  margin-top: 72px;
}
#about-igcc li .img {
  position: relative;
  z-index: 1;
}
#about-igcc li a {
  position: relative;
  z-index: 9999;
  display: block;
  width: 452px;
  margin: 0 auto;
  margin-top: -64px;
  padding: 32px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.5s ease;
}
#about-igcc li a:hover {
  background: rgba(14, 182, 156.75);
}
#about-igcc li a * {
  transition: all 0.5s ease;
}
#about-igcc li a:hover * {
  color: #fff !important;
}
#about-igcc li a:hover h2::after {
  background-color: #fff !important;
}

#about-igcc li h2 {
  position: relative;
  display: inline-block;
  color: #0cb59b;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  padding-right: 30px;
}
#about-igcc li h2::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 15px;
  height: 1px;
  background-color: #0cb59b;
  transition: all 0.5s ease;
}
#about-igcc li p {
  font-size: 14px;
  margin: 8px 0 0;
}

#igcc-plant .img {
  margin-bottom: 58px;
  padding: 72px;
  background-color: #f5f5f5;
}
#igcc-plant dd dl {
  background: none;
}
#igcc-plant dd dt,
#igcc-plant dd dd {
  padding: 0;
}
#igcc-plant dd dt {
  padding-left: 16px;
  background: url(../imgs/common/icon_arrow.svg) no-repeat left center / 6px auto;
}

.history-wrapper {
  margin-top: 88px;
}
.history-wrapper .history-inner:nth-child(1) {
  margin-top: 0;
}
.history-wrapper .history-inner:nth-child(2) {
  padding-left: 137px;
}
.history-wrapper .history-inner:nth-child(2)::before {
  width: 137px;
}
.history-wrapper .history-inner:nth-child(2)::after {
  left: calc(52px + 137px);
}
.history-wrapper .history-inner:nth-child(3) {
  padding-left: 274px;
}
.history-wrapper .history-inner:nth-child(3)::before {
  width: 137px;
  left: calc(52px + 137px);
}
.history-wrapper .history-inner:nth-child(3)::after {
  left: calc(52px + 274px);
}
.history-wrapper .history-inner:nth-child(4) {
  padding-left: 274px;
}
.history-wrapper .history-inner:nth-child(4)::before {
  width: 166px;
  left: calc(274px - 166px);
}
.history-wrapper .history-inner:nth-child(4)::after {
  top: 52px;
  left: calc(274px - 166px);
}
.history-wrapper .history-inner:nth-child(5) {
  padding-left: 54px;
}
.history-wrapper .history-inner:nth-child(5)::before {
  display: none;
}
.history-wrapper .history-inner:nth-child(5)::after {
  top: 106px;
  height: calc(100% - 100px);
  left: calc(274px - 166px);
}
.history-wrapper .history-inner.catch::before {
  top: 50%;
  transform: translateY(-50%);
  left: calc(274px - 166px);
  width: 88px;
}
.history-wrapper .history-inner.catch {
  padding-left: 194px;
  padding-bottom: 0;
  margin-top: -45px;
}
.history-wrapper .history-inner.catch h3 {
  color: #0cb59b;
  display: inline-block;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  padding: 30px 37px;
  border: 2px solid #0cb59b;
}
.history-wrapper .history-inner.catch::after {
  display: none;
}
.history-inner {
  position: relative;
  padding-bottom: 128px;
  margin-top: -53px;
}
.history-inner::before,
.history-inner::after {
  content: "";
  position: absolute;
  background-color: #0cb59b;
}
.history-inner::before {
  top: 52px;
  left: 52px;
  height: 2px;
}
.history-inner::after {
  top: 106px;
  left: 52px;
  width: 2px;
  height: 100%;
}
.history-inner .year {
  float: left;
}
.history-inner .year span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  width: 106px;
  height: 106px;
  line-height: 1.5;
  background-color: #0cb59b;
  border-radius: 53px;
}
.history-inner .data {
  float: left;
  margin-left: 32px;
  margin-top: 35px;
}
.history-inner .img {
  float: left;
  width: 170px;
  margin-right: 27px;
}
.history-inner .txt {
  float: left;
}
.history-inner .txt h2 {
  font-size: 21px !important;
  line-height: 1.5;
}
.history-inner .txt p {
  margin-top: 16px;
  line-height: 2;
}

#about .img {
  width: 822px;
  margin: 0 auto 64px;
}
.half-contents {
  width: 489px;
}
#defferent h3 {
  color: #929292;
  font-size: 25px;
  font-weight: 300;
  margin: 16px 0 12px;
}
#defferent h3.font-accent-color {
  color: #0cb59b;
}
.clickable-contents .img {
  position: relative;
  margin-top: 42px;
}
.clickable {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 18px;
  left: 24px;
  width: 360px;
  height: 478px;
}
.clickable#c2,
.clickable#c3 {
  left: 420px;
  width: 598px;
  height: 279px;
}
.clickable#c3 {
  top: 304px;
  width: 598px;
  height: 306px;
}
.clickable-contents .txt-wrapper {
  position: relative;
}
.clickable-contents .txt-wrapper::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #d4dfe9;
}
.clickable-contents .txt {
  width: 890px;
  margin: 0 auto;
  padding: 44px 52px;
  background-color: rgba(255, 255, 255, 0.95);
}
.clickable-contents .txt h3 {
  color: #29aafa;
  font-size: 25px;
}
.clickable-contents .txt#c-c2 h3 {
  color: #00b050;
}
.clickable-contents .txt#c-c3 h3 {
  color: #f08c1e;
}
.clickable-contents .txt ul {
  margin-top: 16px;
  margin-left: 16px;
}
.clickable-contents .txt ul li {
  text-indent: -16px;
  margin-top: 5px;
}
.clickable-contents .txt ul li:first-letter {
  padding-left: 16px;
  background: url(../imgs/common/icon_arrow.svg) no-repeat left center / 6px auto;
}
.clickable-contents .target {
  display: none;
}
.clickable-contents .target.active {
  display: block;
}

#merits .section-wrapper h2 {
}
#merits .section-wrapper h2 img {
  width: 108px;
  height: 108px;
  vertical-align: middle;
  margin-right: 32px;
}
#merits .section-inner {
  margin-top: 0;
  padding-left: 108px;
}
#merits .section-inner::before {
  left: 54px;
}

#merit1 .section-inner img {
  margin-bottom: 32px;
}

#merit2 .half-contents {
  width: 468px;
}
#merit2 .half-contents img {
  margin-bottom: 32px;
}
#merit2 .icon {
  width: 16px;
  height: 140px;
  margin-top: 61px;
}

#merit3 .merit-wrapper {
  text-align: center;
  margin-top: 32px;
}
#merit3 .fl-b {
  align-items: center;
  padding-bottom: 88px;
  background: url(../imgs/about-igcc/igcc-merits/icon_down.svg) no-repeat center bottom / 245px auto;
}
#merit3 .half-contents {
  width: 448px;
}
#merit3 .half-contents h3 {
  font-size: 18px;
  text-align: center;
  padding: 16px 0;
  background-color: #dfdfdf;
}
#merit3 .half-contents p {
  text-align: left;
  padding: 28px;
  border: 1px solid #dfdfdf;
}
#merit3 .half-contents h3.background-accent-color {
  color: #fff;
  background-color: #0cb59b;
}
#merit3 .half-contents p.border-accent-color {
  border: 1px solid #0cb59b;
}
#merit3 .icon {
  width: 47px;
  height: 47px;
}
#merit3 h4 {
  display: inline-block;
  color: #0cb59b;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  padding: 18px 44px;
  margin-top: 34px;
  margin-bottom: 52px;
  border: 2px solid #0cb59b;
}

.gm iframe {
  width: 100%;
}

dl.list-style {
  margin-top: 56px;
  border-top: 1px solid #e8e8e9;
}
dl.list-style dt,
dl.list-style dd,
ul.list-style li {
  font-size: 14px;
  line-height: 2.5em;
  letter-spacing: 0.2em;
  padding: 48px 24px;
}
dl.list-style dt {
  float: left;
  color: #e71728;
}
dl.list-style dd {
  padding-left: 246px;
}
dl.list-style dd,
ul.list-style li {
  border-bottom: 1px solid #e8e8e9;
}
dl.list-style dl dt,
dl.list-style dl dd {
  float: none;
  color: #111;
  padding: 0;
  border: 0;
}
dl.list-style dl dt {
  margin-top: 2rem;
}
dl.list-style dl dt:first-child {
  margin-top: 0;
}
dl.list-style dl dd {
  padding-left: 1em;
}
dl.list-style a {
  text-decoration: underline;
}

/*
thank
error
*/
#common .lead-wrapper h2 {
  font-size: 30px;
  font-weight: 600;
  margin-top: -24px;
  margin-bottom: 48px;
}
#common .btn {
  text-align: left;
  margin-top: 3rem;
}
#common .btn a {
  width: 290px;
  line-height: 1.6;
  border-radius: 0;
}

.slick-list {
  overflow: hidden;
}

/*
pager
*/
.pager {
  text-align: center;
  margin-top: 4rem;
}
.pager ul {
  display: inline-block;
  position: relative;
  text-align: center;
  letter-spacing: -1em;
  margin-top: -15px;
  padding: 0 128px;
}

.pager ul li {
  display: inline-block;
  text-align: center;
  letter-spacing: normal;
  margin: 15px 9px 0;
}

.pager ul li a,
.pager ul li span {
  display: block;
  font-size: 15px;
  line-height: 1.1;
}

.pager ul li a {
  color: #acacac;
  transition: all 0.3s;
}

.pager ul li span,
.pager ul li a:hover {
  color: #0cb59b;
}
.pager ul li a.prev {
  position: absolute;
  top: 50%;
  left: 0;
}
.pager ul li a.next {
  position: absolute;
  top: 50%;
  right: 0;
}

.pager .screen-reader-text {
  display: none;
}

.gallery-components {
  position: relative;
  width: fit-content;
  margin: 4rem auto 0;
  padding: 0 128px;
}

.gallery-pager ul {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  width: fit-content;
}

.gallery-pager li {
  margin: 8px 9px;
}

.gallery-pager button {
  display: block;
  font-size: 15px;
  line-height: 1.1;
  background-color: transparent;
  border: 0;
  transition: all 0.3s;
  color: #acacac;
}

.gallery-pager .slick-active button,
.gallery-pager button:hover {
  color: #0cb59b;
}

.gallery-arrows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gallery-arrows .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  visibility: visible;
}

.gallery-arrows .slick-perv {
  left: 0;
}

.gallery-arrows .slick-next {
  right: 0;
}

.gallery-arrows .slick-disabled {
  visibility: hidden;
}

.gallery-arrows button {
  transition: all 0.3s;
  color: #acacac;
}

.gallery-arrows button:hover {
  color: #0cb59b;
}

.gallery-note {
  padding: 56px 72px;
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
  border-radius: 24px;
  text-align: center;
}

.gallery-note h2 {
  position: relative;
  margin-bottom: 48px;
  padding-bottom: 20px;
  font-size: 24px !important;
  line-height: 1.7;
}

.gallery-note h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 42px;
  height: 3px;
  background-color: #0cb59b;
  transform: translateX(-50%);
}

.gallery-wrapper p,
.gallery-note__block {
  text-align: left;
}

.gallery-note__block {
  margin-top: 27px;
}

.gallery-note__block h3 {
  margin-bottom: 20px;
  padding-left: 16px;
  border-left: 3px solid #0cb59b;
  font-size: 18px;
  line-height: 1.6;
}

.gallery-wrapper p,
.gallery-wrapper li {
  font-size: 13px;
  letter-spacing: normal;
}

.gallery-inner {
  position: relative;
}

.gallery-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  float: left;
  width: 100%;
  margin-top: calc(105px - 64px);
}

.gallery-list::before,
.gallery-list::after {
  content: "";
  display: block;
  width: calc(100% / 4 - 18px);
}

.gallery-list::before {
  order: 2;
}

.gallery-list__item {
  width: calc(100% / 4 - 18px);
  margin-top: 64px;
}

.gallery-list__link {
  cursor: pointer;
  position: relative;
}

.gallery-list__link:hover .gallery-list__image img {
  transform: scale(1.1);
}

.gallery-list__image {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: calc(2 / 3 * 100%);
}

.gallery-list__image img {
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.gallery-list__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 8px;
  background-color: gray;
  color: white;
  font-size: 13px;
  line-height: 1.5;
}

.gallery-list__textarea {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background-color: gray;
}

.gallery-list__label--photo,
.gallery-list__textarea--photo {
  background-color: #0eb59b;
}

.gallery-list__label--movie,
.gallery-list__textarea--movie {
  background-color: #0ea4dd;
}

.gallery-list__meta {
  display: flex;
  align-items: center;
  color: white;
}

.gallery-list__meta img {
  width: 32px;
  height: auto;
}

.gallery-list__icon img {
  vertical-align: text-bottom;
}

.gallery-list__meta dl {
  margin-left: 14px;
}

.gallery-list__meta dt {
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
}

.gallery-list__meta dd {
  font-size: 12px;
  line-height: 1.5;
}

.modal,
.movie-modal {
  cursor: default;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}

.is-active .modal,
.is-movie-active .movie-modal {
  display: block;
}

.modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal__block {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 56px 106px 80px;
  background-color: white;
  border-radius: 16px;
  transform: translate(-50%, -50%);
  text-align: center;
}

.modal__block--movie {
  padding: 24px;
}

.modal__block--movie .modal__button__link {
  margin-right: auto;
  margin-left: auto;
}

.modal__block p {
  margin-bottom: 40px;
  font-size: 24px;
  letter-spacing: normal;
  line-height: 1.6;
  text-align: center;
}

.modal__button__link {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 322px;
  height: 64px;
  margin-top: 16px;
  background-color: gray;
  letter-spacing: normal;
}

.modal__button__link:hover {
  opacity: 0.75;
}

.modal__button__link--download {
  background-color: #0cb59b;
  color: #fff;
  font-size: 20px;
}

.modal__button__link--cancel {
  background-color: #e6e6e6;
  color: #333;
  font-size: 20px;
}

.faq__card {
  cursor: pointer;
  border-top: 1px solid #e8e8e8;
  /* padding: 40px 16px; */
  transition: all 0.3s linear;
}

.faq__line {
  padding: 40px 18px;
}

.faq__card--active {
  cursor: auto;
}

.faq__card:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.faq__card .btn {
  margin-top: 28px;
}

.faq__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.faq__block {
  display: flex;
  width: calc(100% - 24px);
  padding-right: 40px;
}

.faq__q-text {
  width: calc(100% - 64px);
}

.faq__trigger {
  overflow: hidden;
  position: relative;
  width: 28px;
  height: 28px;
  transition: all 0.2s linear;
}

.faq__card--active .faq__trigger {
  transform: rotate(180deg);
}

.faq__trigger::before,
.faq__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0cb59b;
  transition: all 0.2s linear;
}

.faq__trigger::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
}

.faq__card--active .faq__trigger::after {
  transform: translateY(-100%);
}

.faq__overflow {
  overflow: hidden;
  height: 0;
  transition: all 0.3s linear;
}

.faq__card--active .faq__overflow {
  height: auto;
}

.faq__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  background-color: #0cb59b;
  border: 1px solid #0cb59b;
  border-radius: 20px;
  color: white;
  font-size: 20px;
  letter-spacing: normal;
  line-height: 1;
}

.faq__icon--a {
  background-color: #f9f9f9;
  color: #0cb59b;
}

.faq__q-text {
  color: #0cb59b;
  font-size: 18px;
}

.faq__a-text {
  font-size: 16px;
}

.faq__a {
  margin: 0 18px 40px;
  padding: 32px;
  background-color: #f9f9f9;
}

.faq__a--none {
  overflow: hidden;
  height: 0;
}

.faq__inner {
  width: calc(100% - 64px);
}

.glossary__list {
  border-top: 1px solid #e8e8e8;
}

.glossary__item {
  padding: 46px 28px;
  border-bottom: 1px dashed #e8e8e8;
}

.glossary__item dt img {
  width: 24px;
  height: 24px;
  margin-right: 20px;
}

.glossary__title {
  display: flex;
  align-items: center;
}

.glossary__title p {
  font-size: 18px;
}

.glossary__en {
  margin-top: 5px;
  margin-left: 44px;
  font-size: 14px;
}

.glossary__text {
  margin-top: 16px;
  margin-left: 44px;
  font-size: 16px;
}

.page-link-blcok {
  margin-top: 24px;
  margin-bottom: 64px;
}

.page-link-blcok .btn {
  margin-top: 16px;
}

.youtube-wrapper {
  overflow: hidden;
  position: relative;
  width: 900px;
  padding-top: calc(9 / 16 * 900px);
}

.youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#link .fl-b {
  width: calc(320px * 2 + 36px);
}

#link .fl-b li {
  width: 320px;
}
