@charset "UTF-8";

* {
  box-sizing: border-box;
}

a {
  transition: 0.2s ease-in-out;
}

body {
  background-color: #9ae1dd;
  overflow: hidden;
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  a:hover {
    opacity: 0.5;
  }
}

/* SP */
@media only screen and (max-width: 768px) {
  body {
    background-color: #fff;
  }
}



/* header
========================================== */
#header {
  background-color: #fff;
  padding: 30px 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

#header:after {
  background-image: url(/2024/wp-content/themes/gct/assets/images/header_cloud.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
  content: "";
  margin: 0 auto;
  min-width: 1200px;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 30px);
  width: 100%;
  z-index: -1;
}

.header-logo {
  width: 558px;
}

.global-nav>ul>li>* {
  position: relative;
}

.global-nav>ul>li>a.parent {
  padding-right: 32px;
  opacity: 1 !important;
}

.global-nav>ul>li .icon-open {
  background-color: #9ae1dd;
  display: block;
  border-radius: 50%;
  position: absolute;
  height: 24px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
}

.global-nav>ul>li .icon-open:before,
.global-nav>ul>li .icon-open:after {
  background-color: #333;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.global-nav>ul>li .icon-open:before {
  height: 9px;
  width: 2px;
}

.global-nav>ul>li .icon-open:after {
  height: 2px;
  width: 9px;
}

.global-nav>ul>li>a[target="_blank"] {
  padding-right: 18px;
}

.global-nav>ul>li>a[target="_blank"]:after {
  background-image: url(/2024/wp-content/themes/gct/assets/images/icon_blank.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 16px;
}

.global-nav>ul>li.no-link {
  opacity: 0.5;
}

.global-nav>ul>li.no-link>a {
  pointer-events: none;
  cursor: initial;
}

.header-menu .header-menu-upper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
}

.header-menu .language {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 30px;
}

.header-menu .language>p {
  font-size: 1.4rem;
  line-height: 25px;
  text-align: center;
  width: 50px;
}

.header-menu .language>p+p {
  margin-left: 10px;
}

.header-menu .language>p>* {
  display: block;
  color: #535151;
}

.header-menu .language>p.current>* {
  background-color: #9ae1dd;
}

.header-menu .header-menu-upper .language p.current>a {
  pointer-events: none;
  cursor: initial;
  opacity: 1 !important;
}

.header-menu .language>p a.no-link {
  pointer-events: none;
  opacity: 0.5;
}

.header-menu .box-search .box-title {
  color: #535151;
  font-size: 1.2rem;
}

.header-menu .box-search form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header-menu .box-search form input[type="text"] {
  border: 1px solid #333;
  padding: 5px;
  height: 25px;
  width: calc(100% - 35px);
}

.header-menu .box-search form input[type="text"]::placeholder {
  color: transparent !important;
}

.header-menu .box-search form input[type="submit"] {
  background: #9ae1dd url(/2024/wp-content/themes/gct/assets/images/icon_search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px auto;
  border: 1px solid #333;
  border-left: none;
  cursor: pointer;
  height: 25px;
  width: 35px;
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .header-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }

  .header-menu {
    display: block !important;
    max-width: calc(100% - 700px);
  }

  .header-menu .header-menu-upper {
    flex-direction: row-reverse;
  }

  .global-nav {
    margin-top: 20px;
  }

  .global-nav>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .global-nav>ul>li {
    position: relative;
  }

  .global-nav>ul>li>* {
    color: #535151;
    font-size: 2rem;
    font-weight: 700;
  }

  .global-nav>ul>li+li {
    margin-left: 60px;
  }

  .global-nav>ul>li>a.parent {
    cursor: initial;
  }

  .global-nav .second-menu {
    background-color: #fff;
    border-radius: 15px;
    font-size: 1.6rem;
    opacity: 0;
    padding: 20px 25px 25px;
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    visibility: hidden;
    z-index: -1;
    transition: 0.2s ease-in-out;
  }

  .global-nav .second-menu.gct {
    margin-left: -15px;
    width: 235px;
  }

  .global-nav .second-menu.rinkai {
    margin-left: -75px;
    width: 400px;
  }

  .global-nav .second-menu.tama {
    margin-left: -110px;
    width: 270px;
  }

  .global-nav .second-menu ul li {
    margin-top: 5px;
    font-weight: 700;
  }

  .global-nav .second-menu.rinkai ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .global-nav .second-menu.rinkai ul>li {
    width: 50%;
  }

  .global-nav .second-menu.rinkai ul:nth-of-type(1)>li:nth-of-type(3) {
    margin-left: auto;
  }

  .global-nav .second-menu.rinkai ul:nth-of-type(3) {
    margin-top: 30px;
  }

  .global-nav .second-menu ul>li a {
    font-size: 1.8rem;
    text-decoration: underline;
  }

  .global-nav .second-menu .text-heading {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 30px;
  }

  .global-nav>ul>li.is-hover .icon-open:before {
    opacity: 0;
  }

  .global-nav>ul>li.is-hover .second-menu {
    opacity: 1;
    visibility: visible;
    z-index: 100;
  }

  .header-menu .box-search {
    width: 325px;
  }

  #nav-trigger {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .header-logo {
    width: 33vw;
  }

  .header-menu {
    max-width: calc(100% - 35vw);
  }

  .global-nav>ul>li+li {
    margin-left: 30px;
  }

  .global-nav .second-menu.rinkai {
    margin-left: -150px;
  }

  .global-nav .second-menu.tama {
    margin-left: -170px;
  }
}

/* SP */
@media only screen and (max-width: 768px) {
  #header {
    padding: 18px 15px 5px 25px;
  }

  #header:after {
    background-image: url(/2024/wp-content/themes/gct/assets/images/header_cloud_sp.png);
    min-width: initial;
    height: 35px;
    top: 45px;
  }

  .header-logo {
    width: 215px;
  }

  #nav-trigger {
    height: 22px;
    position: absolute;
    top: 20px;
    right: 15px;
    width: 35px;
  }

  #nav-trigger span {
    background-color: #0071be;
    height: 2px;
    position: absolute;
    left: 0;
    transition: 0.2s ease-in-out;
    width: 35px;
  }

  #nav-trigger .line1 {
    top: 0;
  }

  #nav-trigger .line2 {
    top: 10px;
  }

  #nav-trigger .line3 {
    top: 20px;
  }

  #nav-trigger.is-open .line1 {
    top: 50%;
    transform: rotate(45deg);
  }

  #nav-trigger.is-open .line2 {
    opacity: 0;
  }

  #nav-trigger.is-open .line3 {
    top: 50%;
    transform: rotate(-45deg);
  }

  .header-menu {
    background-color: #9ae1dd;
    display: none;
    height: calc(100vh - 42px);
    overflow-y: scroll;
    padding: 70px 15px 40px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vw;
    z-index: -1;
  }

  .header-menu .header-menu-upper {
    justify-content: space-between;
  }

  .header-menu .header-menu-upper .box-search {
    width: calc(100% - 90px);
  }

  .header-menu .header-menu-upper .language {
    margin: 0;
    justify-content: space-between;
    width: 70px;
  }

  .header-menu .header-menu-upper .language p {
    width: 30px;
  }

  .header-menu .header-menu-upper .language p.current>* {
    background-color: #fff;
    font-weight: 700;
  }

  .global-nav>ul>li {
    margin-top: 60px;
  }

  .global-nav>ul>li .icon-open {
    background-color: #fff;
    margin-left: 10px;
  }

  .global-nav>ul>li .is-open .icon-open:before {
    opacity: 0;
  }

  .global-nav>ul>li>a.parent {
    font-size: 2.4rem;
    font-weight: 700;
  }

  .global-nav .second-menu {
    display: none;
    padding-top: 20px;
  }

  .global-nav .second-menu ul li {
    margin-top: 5px;
  }

  .global-nav .second-menu.gct ul,
  .global-nav .second-menu.rinkai ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .global-nav .second-menu.gct ul>li,
  .global-nav .second-menu.rinkai ul>li {
    width: 50%;
  }

  .global-nav .second-menu.gct ul>li:nth-of-type(n+3) {}

  .global-nav .second-menu.rinkai ul:nth-of-type(1)>li:nth-of-type(3) {
    margin-left: auto;
  }

  .global-nav .second-menu.rinkai ul:nth-of-type(3) {
    margin-top: 40px;
  }

  .global-nav .second-menu ul>li a {
    font-size: 1.6rem;
    text-decoration: underline;
  }

  .global-nav .second-menu .text-heading {
    font-size: 1.6rem;
    margin-top: 40px;
  }
}



/* main
========================================== */
#main {
  position: relative;
  padding: 210px 15px 0;
}

.main-contents {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  #main {}
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  #main {
    padding: 30px 0 0;
  }
}


/* 背景装飾 */
#main .background-decoration>p {
  position: absolute;
  z-index: -1;
}

#main .background-decoration>.cloud-type1,
#main .background-decoration>.cloud-type2,
#main .background-decoration>.cloud-type3,
#main .background-decoration>.cloud-type4 {
  animation: 3s fuwafuwa infinite;
}

@keyframes fuwafuwa {

  0%,
  100% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(-5px);
  }
}

#main .background-decoration>p.cloud-type1 {
  width: 140px;
}

#main .background-decoration>p.cloud-type2 {
  width: 150px;
}

#main .background-decoration>p.cloud-type3 {
  width: 112px;
}

#main .background-decoration>p.tree-type1 {
  width: 80px;
}

#main .background-decoration>p.tree-type2 {
  width: 98px;
}

#main .background-decoration>p.tree-type3 {
  width: 113px;
}

#main .background-decoration>p.tree-type4 {
  width: 80px;
}

#main .background-decoration>p.deco1 {
  top: 420px;
  right: calc(50% + 620px);
}

#main .background-decoration>p.deco2 {
  top: 778px;
  left: calc(50% + 640px);
}

#main .background-decoration>p.deco3 {
  top: 1130px;
  right: calc(50% + 635px);
}

#main .background-decoration>p.deco4 {
  top: 1370px;
  left: calc(50% + 635px);
}

#main .background-decoration>p.deco5 {
  top: 1720px;
  right: calc(50% + 625px);
}

#main .background-decoration>p.deco6 {
  top: 2040px;
  left: calc(50% + 635px);
}

#main .background-decoration>p.deco7 {
  top: 2200px;
  right: calc(50% + 635px);
}

#main .background-decoration>p.deco8 {
  top: 2890px;
  right: calc(50% + 630px);
}

#main .background-decoration>p.deco9 {
  top: 3450px;
  left: calc(50% + 650px);
}

#main .background-decoration>p.deco10 {
  top: 4080px;
  right: calc(50% + 635px);
}

#main .background-decoration>p.deco11 {
  top: 4030px;
  left: calc(50% + 635px);
}

#main .background-decoration>p.deco12 {
  top: 4580px;
  left: calc(50% + 635px);
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  #main .background-decoration {
    display: none;
  }
}


/* ページ装飾 */
#main .page-decoration>p {
  position: absolute;
  z-index: 1;
}

#main .page-decoration>p.cycle1,
#main .page-decoration>p.cycle2,
#main .page-decoration>p.cycle3,
#main .page-decoration>p.cycle4 {
  transition: 2s all;
}

#main .page-decoration>p.cycle1 {
  top: 1440px;
  right: calc(50% + 522px);
  width: 112px;
  transform: translateX(-50vw);
}

#main .page-decoration>p.cycle2 {
  top: 1930px;
  left: calc(50% + 505px);
  width: 135px;
  transform: translateX(50vw);
}

#main .page-decoration>p.cycle3 {
  top: 2610px;
  left: calc(50% + 570px);
  width: 109px;
  transform: translateX(50vw);
}

#main .page-decoration>p.cycle4 {
  top: 3540px;
  right: calc(50% + 500px);
  width: 125px;
  transform: translateX(-50vw);
}

#main .page-decoration>p.cycle1.is-display,
#main .page-decoration>p.cycle2.is-display,
#main .page-decoration>p.cycle3.is-display,
#main .page-decoration>p.cycle4.is-display {
  transform: translateX(0);
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  #main .page-decoration>p[class^="cycle"] {
    display: none;
  }
}



/* parts
========================================== */

/* heading */
.c-heading02 {
  font-size: 2.4rem;
  font-weight: 700;
}

.c-heading02+* {
  margin-top: 25px !important;
}

*+.c-heading02 {
  margin-top: 60px;
}

.c-heading02.border {
  border-bottom: 1px solid #333;
}

.c-heading03 {
  font-size: 1.8rem;
  font-weight: 700;
}

.c-heading03+* {
  margin-top: 5px !important;
}

*+.c-heading03 {
  margin-top: 40px;
}

.c-heading04 {
  font-size: 1.6rem;
  font-weight: 700;
}

.c-heading04+* {
  margin-top: 5px !important;
}

*+.c-heading04 {
  margin-top: 20px;
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  .c-heading02 {
    font-size: 2.2rem;
  }
}


/* text */
.u-text-center {
  text-align: center !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-bold {
  font-weight: 700 !important;
}


.c-text-note {
  padding-left: 1em;
  text-indent: -1em;
}

.c-text-note:before {
  content: "※";
}


/* link */
.u-text-link {
  color: #0072be !important;
}

/* list */
.c-list-disc>li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-list-disc>li:before {
  content: "・";
}

.c-list--margin-none>li {
  margin-top: 0 !important;
}

.c-list-note>li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-list-note>li:before {
  content: "※";
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {}


/* icon */
i.icon-pdf,
i.icon-word,
i.icon-ppt,
i.icon-excel {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  height: 18px;
  width: 18px;
}

i.icon-pdf {
  background-image: url(/2024/wp-content/themes/gct/assets/images/icon_pdf.png);
}

i.icon-word {
  background-image: url(/2024/wp-content/themes/gct/assets/images/icon_word.png);
}

i.icon-ppt {
  background-image: url(/2024/wp-content/themes/gct/assets/images/icon_ppt.png);
}

i.icon-excel {
  background-image: url(/2024/wp-content/themes/gct/assets/images/icon_excel.png);
}


/* button */
.c-button {
  display: table;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 345px;
}

.c-button a {
  background-image: url(/2024/wp-content/themes/gct/assets/images/bg_button.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 35px auto;
  border-radius: 100px;
  display: block;
  color: #fff;
  font-size: 1.6rem;
  overflow: hidden;
  padding: 18px;
  position: relative;
  text-align: center;
}

.c-button--green a {
  background-image: url(/2024/wp-content/themes/gct/assets/images/bg_button_g.png);
}

.c-button.comingsoon>a:before {
  background-color: #333;
  content: "";
  opacity: 0.4;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.c-button.comingsoon>a {
  pointer-events: none;
}

.c-button a span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

.c-button a span:after {
  border-style: solid;
  border-width: 7px 0 7px 11px;
  border-color: transparent transparent transparent #fff;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.c-button a[target="_blank"] span:after {
  background-image: url(/2024/wp-content/themes/gct/assets/images/icon_blank_white.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  border: none;
  height: 15px;
  width: 15px;
}

.c-button a[href$=".pdf"] span:after {
  background-image: url(/2024/wp-content/themes/gct/assets/images/icon_pdf_white.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  border: none;
  height: 16px;
  width: 15px;
}

*+.c-button {
  margin-top: 30px;
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .c-button-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
  }

  .c-button-list-item {
    width: 49%;
  }
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  .c-button {
    width: 280px;
  }

  .c-button a {
    font-size: 1.4rem;
    padding: 15px;
  }

  .c-button-list {
    margin-top: 30px;
  }

  .c-button-list-item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}




/* table */
.c-table__scroll {
  margin-top: 10px;
  position: relative;
  z-index: 0;
}

.c-table__scroll:before {
  background: linear-gradient(to right, #00c0fa, #015eea);
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 60%;
  z-index: -1;
  animation: sdl01 2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 100% 100%;
  }

  100% {
    transform: scale(0, 1);
    transform-origin: 100% 100%;
  }
}

.c-table__scroll span {
  background-color: #fff;
  color: #0071be;
  display: inline-block;
  padding-right: 10px;
}

.c-table__inner {
  margin-top: 5px;
}

.c-table table {
  width: 100%;
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .c-table__scroll {
    display: none;
  }
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  .c-table.sp-scroll .c-table__inner {
    overflow-x: scroll;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px 10px;
    width: 100vw;
  }

  .c-table.sp-scroll table {
    width: 768px;
  }
}


/* news */
.c-list-news-item {
  border-bottom: 1px solid #7fb7de;
}

.c-list-news-item:nth-of-type(1) {
  border-top: 1px solid #7fb7de;
}

.c-list-news-item>a {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 80px 10px 25px;
  position: relative;
}

.c-list-news-item>a:after {
  background-image: url(/2024/wp-content/themes/gct/assets/images/icon_arrow.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  width: 20px;
}

.c-list-news-item .text-update {
  font-weight: 700;
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .c-list-news-item .text-update {
    width: 110px;
  }

  .c-list-news-item .text-title {
    width: calc(100% - 110px);
  }

  .c-list-news-item .text-summary {
    margin-left: 110px;
    width: calc(100% - 110px);
  }
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  .c-list-news-item>a {
    display: block;
    padding: 12px 40px 12px 0;
  }

  .c-list-news-item>a:after {
    right: 10px;
  }

  .c-list-news-item .text-summary {
    display: none;
  }
}



/* footer
========================================== */
#footer {
  background-color: #1173bc;
  position: relative;
}

#footer .scroll-infinity-wrap {
  display: flex;
  overflow: hidden;
  position: absolute;
  top: -24px;
  left: 0;
  width: 100vw;
}

#footer .scroll-infinity-list {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

#footer .scroll-infinity-item {
  margin-right: 8px;
  width: 420px;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.footer-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding: 35px 15px 30px;
  position: relative;
}

#footer .footer-logo {
  width: 220px;
}

#footer .footer-logo a {
  display: block;
}

#footer .footer-content {
  color: #fff;
}

#footer .footer-content-item dl {
  color: #fff;
}

#footer .footer-content-item dl dt {
  font-weight: 700;
}

#footer .footer-content-item dl dd {
  margin-top: 5px;
}

#footer .footer-content-item dl+dl {
  margin-top: 30px;
}

#footer .footer-content-item dl * {
  color: #fff;
}

#footer .footer-content-item dl a {
  text-decoration: underline;
}

#footer .footer-menu {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}

#footer .footer-menu li+li {
  margin-left: 15px;
}

#footer .footer-menu li a {
  color: #fff;
  font-size: 1.2rem;
}

#footer .copyright {
  background-color: #e0d972;
  font-size: 1.2rem;
  margin-left: -15px;
  margin-right: -15px;
  padding: 8px 0;
  text-align: center;
}

#footer .decoration>p {
  position: absolute;
  bottom: 3px;
}

/* PC
-------------------------------------------*/
@media only screen and (min-width: 769px) {
  .footer-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  #footer .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 360px);
  }

  #footer .footer-content-item:nth-of-type(1) {
    width: 40%;
  }

  #footer .footer-content-item:nth-of-type(2) {
    width: 55%;
  }

  #footer .footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
  }

  #footer .decoration>.cycle01 {
    right: calc(50% + 155px);
    width: 155px;
  }

  #footer .decoration>.cycle02 {
    right: calc(50% - 145px);
    width: 145px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  #footer .footer-content {
    width: calc(100% - 280px);
  }

  #footer .decoration>.cycle01 {
    right: calc(50% + 225px);
    width: 135px;
  }

  #footer .decoration>.cycle02 {
    right: calc(50% + 25px);
    width: 125px;
  }
}

/* SP
-------------------------------------------*/
@media only screen and (max-width: 768px) {
  .footer-inner {
    padding: 30px 15px 20px;
  }

  #footer .footer-logo {
    margin: 0 auto;
    width: 165px;
  }

  #footer .footer-content {
    margin-top: 15px;
  }

  #footer .footer-content-item dl {
    font-size: 1.5rem;
  }

  #footer .footer-content-item dl+dl,
  #footer .footer-content-item+.footer-content-item {
    margin-top: 25px;
  }

  #footer .footer-menu {
    margin-top: 20px;
    text-align: right;
  }

  #footer .decoration {
    bottom: 0;
    left: 20px;
    position: absolute;
    width: 107px;
  }


  #footer .scroll-infinity-wrap {
    top: -20px;
  }

  #footer .scroll-infinity-item {
    margin-right: 7px;
    width: 337px;
  }
}


/* 240912河田更新 */

/* 参加者ガイドボタングレーアウト */
.c-button.c-button--large.close>a:before {
  background-color: #333;
  content: "";
  opacity: 0.4;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* ボタン微調整 */

.close_text {
  padding: 0 !important;
}