@charset "UTF-8";
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  display: block;
  float: left;
  max-width: none;
  margin: auto;
  border: 0;
}

.cboxIframe {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}

#colorbox {
  outline: 0;
}

#cboxOverlay {
  background-color: #000;
  filter: progid:dximagetransform.microsoft.alpha(opacity=50);
  opacity: 0.5;
}

.mv-area {
  width: 100%;
  padding: 0 0 120px;
  background-color: #81bb5b;
}
.mv-area .mv-area-inner {
  width: 90%;
  max-width: 854px;
  padding-bottom: 60px;
  margin: 0 auto;
}

.message-main {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .message-main {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .message-main {
    height: auto;
  }
}
.message-main > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
  height: 650px;
}
@media screen and (max-width: 768px) {
  .message-main > img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
    height: 650px;
  }
}
.message-main .message-main-txtarea {
  position: absolute;
  top: 30%;
  left: 8%;
}
@media screen and (max-width: 768px) {
  .message-main .message-main-txtarea {
    position: relative;
    top: 0;
    left: 0;
    padding: 30px;
  }
}
.message-main .message-main-txtarea .message-main-txt {
  font-family: yumincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-size: calc(28px + 18 * (100vw - 769px) / 431);
  line-height: 1.6;
  color: black;
}
@media screen and (max-width: 768px) {
  .message-main .message-main-txtarea .message-main-txt {
    font-size: 38px;
    color: black;
  }
}
@media screen and (max-width: 599px) {
  .message-main .message-main-txtarea .message-main-txt {
    font-size: 26px;
  }
}
.message-main .message-main-txtarea .message-main-name {
  padding-top: 70px;
  font-family: yumincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-size: calc(20px + 4 * (100vw - 767px) / 433);
  color: black;
}
@media screen and (max-width: 768px) {
  .message-main .message-main-txtarea .message-main-name {
    padding-top: 30px;
    font-size: 20px;
    color: black;
  }
}
@media screen and (max-width: 599px) {
  .message-main .message-main-txtarea .message-main-name {
    padding-top: 20px;
    font-size: 14px;
  }
}

.business-txtbk {
  width: 100%;
  background-image: url("../../atfirst/img/pc-business-txtbk.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.business-txtbk > img {
  width: 100%;
}
.business-txtbk > div {
  width: 90%;
  padding: 120px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .business-txtbk > div {
    padding: 60px 0;
  }
}
.business-txtbk > div > div {
  width: 100%;
  font-family: yumincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-size: calc(19px + 4 * (100vw - 769px) / 431);
  line-height: 2.6;
  color: black;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .business-txtbk > div > div {
    font-size: calc(22px + 2 * (100vw - 768px) / 178);
  }
}

.business-img {
  width: 90%;
  max-width: 992px;
  padding: 60px 0;
  margin: 0 auto;
}
.business-img > img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .business-img {
    padding: 40px 0;
  }
}

.business-icon-img {
  width: 80%;
  max-width: 754px;
  padding-bottom: 80px;
  margin: 0 auto;
}
.business-icon-img > img {
  width: 100%;
}

.business-box01 {
  display: flex;
  justify-content: space-between;
  width: 90%;
  max-width: 1000px;
  padding: 30px 0;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .business-box01 {
    flex-flow: column;
    padding: 30px 0 0;
  }
}
.business-box01 > div {
  width: 33.3333333333%;
  max-width: 335px;
  padding: 0 5px;
}
@media screen and (max-width: 599px) {
  .business-box01 > div {
    width: 80%;
    padding: 0 5px 30px;
    margin: 0 auto;
  }
}
.business-box01 > div > img {
  width: 100%;
}

.business-box02 {
  width: 100%;
  padding: 100px 20px;
  font-family: yumincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-size: calc(20px + 6 * (100vw - 769px) / 431);
  line-height: 2;
  color: white;
  text-align: center;
  background-color: #81bb5b;
}
@media screen and (max-width: 768px) {
  .business-box02 {
    padding: 80px 10px;
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .business-box02 {
    padding: 60px 10px;
  }
}

.business-linkall {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  row-gap: 1px;
  -moz-column-gap: 1px;
       column-gap: 1px;
  width: 100%;
  padding: 1px;
}
@media screen and (max-width: 768px) {
  .business-linkall {
    -ms-grid-rows: auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto;
    -ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.business-linkall > div {
  width: 100%;
  height: auto;
  box-shadow: 0 0 0 1px #81bb5b;
}
.business-linkall > div:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.business-linkall > div:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  grid-column: 5/9;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.business-linkall > div:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-column: 9/13;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.business-linkall > div:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-column: 1/5;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.business-linkall > div:nth-child(5) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 5;
  -ms-grid-column-span: 4;
  grid-column: 5/9;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.business-linkall > div:nth-child(6) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-column: 9/13;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(6) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.business-linkall > div:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(7) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.business-linkall > div:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(8) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.business-linkall > div:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-column: 7/10;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(9) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.business-linkall > div:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  -ms-grid-column: 10;
  -ms-grid-column-span: 3;
  grid-column: 10/13;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    grid-row: 5/6;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.business-linkall > div:nth-child(11) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 6;
  grid-column: 1/7;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(11) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.business-linkall > div:nth-child(12) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  -ms-grid-column: 7;
  -ms-grid-column-span: 6;
  grid-column: 7/13;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(12) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    grid-row: 6/7;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.business-linkall > div:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(13) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/8;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.business-linkall > div:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(14) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    grid-row: 7/8;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
.business-linkall > div:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-column: 7/10;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(15) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/9;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
.business-linkall > div:nth-child(16) {
  -ms-grid-row: 5;
  -ms-grid-row-span: 1;
  grid-row: 5/6;
  -ms-grid-column: 10;
  -ms-grid-column-span: 3;
  grid-column: 10/13;
}
@media screen and (max-width: 768px) {
  .business-linkall > div:nth-child(16) {
    -ms-grid-row: 8;
    -ms-grid-row-span: 1;
    grid-row: 8/9;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}

.linkitem-box {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 3%;
}
.linkitem-box .linkitem-title {
  padding-bottom: 10px;
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif !important;
  font-size: 16px;
  font-weight: bold;
  color: #81bb5b;
}
@media screen and (max-width: 599px) {
  .linkitem-box .linkitem-title {
    font-size: 12px;
  }
}
.linkitem-box .linkitem-img01 {
  width: 95%;
  max-width: 555px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.linkitem-box .linkitem-img01 > img {
  width: 100%;
}
.linkitem-box .linkitem-img02 {
  width: 95%;
  max-width: 352px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.linkitem-box .linkitem-img02 > img {
  width: 100%;
}
.linkitem-box .linkitem-img03 {
  width: 95%;
  max-width: 254px;
  padding-bottom: 10px;
  margin: 0 auto;
}
.linkitem-box .linkitem-img03 > img {
  width: 100%;
}
.linkitem-box .linkitem-txt {
  width: 100%;
  padding: 0 5px 10px;
  font-size: 14px;
  line-height: 2em;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .linkitem-box .linkitem-txt {
    padding: 0 10px 10px;
  }
}
@media screen and (max-width: 599px) {
  .linkitem-box .linkitem-txt {
    font-size: 12px;
  }
}
.linkitem-box a.linkitem-btn {
  position: relative;
  width: 100px;
  padding: 5px 0;
  margin-top: auto;
  margin-right: 0;
  margin-left: auto;
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif !important;
  font-size: 14px;
  color: white;
  text-align: center;
  background-color: #81bb5b;
  border-radius: 50px;
}
@media screen and (max-width: 599px) {
  .linkitem-box a.linkitem-btn {
    width: 100%;
    max-width: 100px;
    font-size: 12px;
  }
}
.linkitem-box a.linkitem-btn::after {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: white;
  content: "→";
  transform: translateY(-50%);
}

.chapter-innerbox {
  width: 90%;
  max-width: 880px;
  padding: 40px 0;
  margin: 0 auto 60px;
  background-color: white;
}
@media screen and (max-width: 768px) {
  .chapter-innerbox {
    padding: 20px 0;
  }
}
.chapter-innerbox .capter-contents {
  width: 85%;
  max-width: 738px;
  padding-bottom: 20px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .chapter-innerbox .capter-contents {
    width: 90%;
  }
}
.chapter-innerbox .capter-contents .capter-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
}
.chapter-innerbox .capter-contents .capter-header .capter-title {
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif !important;
  font-size: 36px;
  font-weight: bold;
  color: #81bb5b;
}
@media screen and (max-width: 599px) {
  .chapter-innerbox .capter-contents .capter-header .capter-title {
    font-size: 24px;
  }
}
.chapter-innerbox .capter-contents .capter-header .box-closebtn {
  padding: 5px;
  font-family: yumincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-size: 60px;
  color: #323232;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .chapter-innerbox .capter-contents .capter-header .box-closebtn {
    font-size: 40px;
  }
}
.chapter-innerbox .capter-contents .capter-toparea {
  display: flex;
  align-items: baseline;
  width: 100%;
  padding: 15px 0;
}
@media screen and (max-width: 599px) {
  .chapter-innerbox .capter-contents .capter-toparea {
    flex-flow: column;
    align-items: flex-start;
  }
}
.chapter-innerbox .capter-contents .capter-toparea .title {
  width: 85px;
  padding: 6px 0;
  color: white;
  text-align: center;
}
.chapter-innerbox .capter-contents .capter-toparea .title-txt {
  padding-left: 20px;
  font-family: yumincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-size: 22px;
}
@media screen and (max-width: 599px) {
  .chapter-innerbox .capter-contents .capter-toparea .title-txt {
    width: 100%;
    padding-top: 10px;
    padding-left: 0;
    font-size: 18px;
  }
}
.chapter-innerbox .capter-contents .bk-captercolor01 {
  background-color: #753780;
}
.chapter-innerbox .capter-contents .bk-captercolor02 {
  background-color: #1e587f;
}
.chapter-innerbox .capter-contents .bk-captercolor03 {
  background-color: #e79f0e;
}
.chapter-innerbox .capter-contents .bk-captercolor04 {
  background-color: #a4501f;
}
.chapter-innerbox .capter-contents .bk-captercolor05 {
  background-color: #ae0065;
}
.chapter-innerbox .capter-contents .bk-captercolor06 {
  background-color: #826411;
}
.chapter-innerbox .capter-contents .bk-captercolor07 {
  background-color: #385b3b;
}
.chapter-innerbox .capter-contents .top-txtarea {
  padding: 20px 0 40px;
  font-size: 14px;
  line-height: 2em;
}
.chapter-innerbox .capter-contents .img-01 {
  width: 100%;
  max-width: 738px;
}
.chapter-innerbox .capter-contents .img-01 > img {
  width: 100%;
}
.chapter-innerbox .capter-contents .img-02 {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}
.chapter-innerbox .capter-contents .img-02 > img {
  width: 100%;
}
.chapter-innerbox .capter-contents .point-title {
  width: 100px;
  padding: 6px 0;
  margin: 20px 0;
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif !important;
  font-size: 14px;
  color: white;
  text-align: center;
  background-color: #81bb5b;
  border-radius: 50px;
}
.chapter-innerbox .capter-contents .point-txt01 {
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #81bb5b;
}
.chapter-innerbox .capter-contents .point-txt02 {
  padding-bottom: 20px;
  font-size: 14px;
  line-height: 2em;
}
.chapter-innerbox .capter-contents .point-txtlist > ul > li {
  padding-left: 1em;
  font-size: 14px;
  line-height: 2em;
  text-indent: -1em;
}
.chapter-innerbox .capter-contents .point-txtlist > ul > li::before {
  content: "・";
}

.world-map {
  width: 100%;
}
.world-map > img {
  width: 100%;
}

.world-btnlist > ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .world-btnlist > ul {
    flex-flow: column;
  }
}
.world-btnlist > ul > li {
  position: relative;
  width: 20%;
  height: auto;
  margin-left: 1px;
  background-color: black;
}
@media screen and (max-width: 768px) {
  .world-btnlist > ul > li {
    width: 100%;
    max-width: 800px;
    margin-bottom: 1px;
    margin-left: 1px;
  }
}
.world-btnlist > ul > li img {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.world-btnlist > ul > li:hover img {
  opacity: 0.6;
}
.world-btnlist > ul > li:hover::after {
  position: absolute;
  bottom: -41px;
  left: 50%;
  content: url("../../atfirst/img/pc-world-btn-icon.png");
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .world-btnlist > ul > li:hover::after {
    display: none;
  }
}

.world-box {
  width: 100%;
  height: 0;
  background-color: #ededed;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: height, opacity;
}
.world-box .world-box-inner {
  width: 80%;
  max-width: 1000px;
  padding: 60px 0;
  margin: 0 auto;
}
.world-box .world-box-inner .country-box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .world-box .world-box-inner .country-box {
    flex-flow: column-reverse;
    justify-content: stretch;
  }
}
.world-box .world-box-inner .country-box .name-box {
  display: flex;
  flex-flow: column;
  width: 60%;
  max-width: 720px;
}
@media screen and (max-width: 768px) {
  .world-box .world-box-inner .country-box .name-box {
    width: 100%;
    padding-top: 20px;
  }
}
.world-box .world-box-inner .country-box .name-box .c-name {
  display: flex;
  align-items: center;
  font-family: "Helvetica Neue", arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif !important;
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .world-box .world-box-inner .country-box .name-box .c-name {
    font-size: 40px;
  }
}
.world-box .world-box-inner .country-box .name-box .c-name::after {
  display: block;
  width: 2.5em;
  margin-left: 0.5em;
  content: "";
  border-top: 1px solid #81bb5b;
}
.world-box .world-box-inner .country-box .name-box .c-txt {
  padding-top: 10px;
  margin-top: auto;
  font-family: yumincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .world-box .world-box-inner .country-box .name-box .c-txt {
    padding-top: 20px;
    font-size: 20px;
  }
}
.world-box .world-box-inner .country-box .flag {
  width: 35%;
  max-width: 231px;
}
@media screen and (max-width: 768px) {
  .world-box .world-box-inner .country-box .flag {
    width: 80%;
    margin: 0 auto;
  }
}
.world-box .world-box-inner .country-box .flag > img {
  width: 100%;
}
.world-box .world-box-inner .country-phbox01 {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .world-box .world-box-inner .country-phbox01 {
    flex-flow: column;
  }
}
.world-box .world-box-inner .country-phbox01 .c-phbox01 {
  width: 40%;
  max-width: 440px;
}
@media screen and (max-width: 768px) {
  .world-box .world-box-inner .country-phbox01 .c-phbox01 {
    width: 80%;
    margin: 0 auto;
  }
}
.world-box .world-box-inner .country-phbox01 .c-phbox01 img {
  width: 100%;
}
.world-box .world-box-inner .country-phbox01 .c-txtbox01 {
  width: 55%;
  font-size: 14px;
  line-height: 2em;
}
@media screen and (max-width: 768px) {
  .world-box .world-box-inner .country-phbox01 .c-txtbox01 {
    width: 100%;
    padding-top: 30px;
  }
}
.world-box .world-box-inner .action-title {
  position: relative;
  width: 180px;
  background-color: #81bb5b;
}
.world-box .world-box-inner .action-title > div {
  padding: 3px;
  font-family: yumincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-size: 16px;
  color: white;
  text-align: center;
}
.world-box .world-box-inner .action-title::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 40%;
  height: 1px;
  content: "";
  background-color: #81bb5b;
  transform: translateX(-60%) translateY(-50%);
}
.world-box .world-box-inner .country-phbox02 {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .world-box .world-box-inner .country-phbox02 {
    flex-flow: column;
    justify-content: stretch;
  }
}
.world-box .world-box-inner .country-phbox02 .c-phbox02 {
  width: 40%;
  max-width: 318px;
}
@media screen and (max-width: 768px) {
  .world-box .world-box-inner .country-phbox02 .c-phbox02 {
    width: 80%;
    margin: 0 auto;
  }
}
.world-box .world-box-inner .country-phbox02 .c-phbox02 img {
  width: 100%;
}
.world-box .world-box-inner .country-phbox02 .c-txtbox02 {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .world-box .world-box-inner .country-phbox02 .c-txtbox02 {
    width: 100%;
    padding-top: 20px;
  }
}
.world-box .world-box-inner .country-phbox02 .c-txtbox02 .c-txtbo02-name01 {
  font-family: yumincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .world-box .world-box-inner .country-phbox02 .c-txtbox02 .c-txtbo02-name01 {
    font-size: 20px;
  }
}
.world-box .world-box-inner .country-phbox02 .c-txtbox02 .c-txtbo02-name01 > span {
  padding-left: 20px;
  font-size: 14px;
}
.world-box .world-box-inner .country-phbox02 .c-txtbox02 .c-txtbo02-name02 {
  padding-top: 5px;
  font-family: yumincho, "Yu Mincho", "Hiragino Mincho ProN", "serif" !important;
  font-size: 14px;
}
.world-box .world-box-inner .country-phbox02 .c-txtbox02 .c-txtbox02-txt {
  padding-top: 30px;
  font-size: 14px;
  line-height: 2em;
}

.world-box.shown {
  height: auto;
  opacity: 1;
}