@charset "UTF-8";
#breadcrumb {
  padding: 20px 2.5%;
}
@media only screen and (max-width: 768px) {
  #breadcrumb {
    padding: 12px;
  }
}
#breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#breadcrumb ul li {
  position: relative;
  font-size: 14px;
  margin: 0 0 5px;
}
#breadcrumb ul li::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e806";
  margin: 0 6px;
}
#breadcrumb ul li:last-child::after {
  content: none;
}
@media only screen and (max-width: 768px) {
  #breadcrumb ul li {
    font-size: 10px;
  }
}
#breadcrumb ul li a {
  font-weight: 500;
}
#breadcrumb ul li a:hover {
  color: #007dc4;
}

/*--------------------------
main_visual
---------------------------*/
#main_visual {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 220px;
  padding: 0 12px;
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  #main_visual {
    height: 140px;
  }
}
@media only screen and (max-width: 380px) {
  #main_visual {
    height: 120px;
  }
}
#main_visual h1 {
  position: relative;
  font-size: 36px;
  font-weight: 500;
  color: #333;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #main_visual h1 {
    font-size: 22px;
  }
}

/*--------------------------
section01
---------------------------*/
#section01 {
  padding: 60px 0 120px;
}
@media only screen and (max-width: 768px) {
  #section01 {
    padding: 40px 0 80px;
  }
}
#section01 .container .category_box {
  text-align: right;
}
#section01 .container .category_box span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  padding: 6px 12px;
  margin: 0 0 8px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .category_box span {
    font-size: 10px;
    padding: 4px;
    margin: 0 0 6px;
  }
}
#section01 .container .category_box span.category01 {
  background: #007dc4;
}
#section01 .container .category_box span.category02 {
  background: #eb611e;
}
#section01 .container .day_box {
  text-align: right;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .day_box {
    margin: 0 0 40p;
  }
}
#section01 .container .day_box time {
  display: block;
}
#section01 .container .single_box {
  max-width: 980px;
  margin: 0 auto;
}
#section01 .container .single_box .first_view {
  position: relative;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .first_view {
    margin: 0 0 40px;
  }
}
#section01 .container .single_box .first_view figcaption {
  text-align: right;
  margin: 10px 0 0;
}
#section01 .container .single_box .lead_box {
  padding: 40px;
  margin: 80px 0 0;
  background: #f7f7f7;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .lead_box {
    padding: 20px 16px;
    margin: 60px 0 0;
  }
}
#section01 .container .single_box .lead_box p {
  font-weight: 500;
}
#section01 .container .single_box .section {
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .section {
    margin: 0 0 40px;
  }
}
#section01 .container .single_box .box {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .box {
    margin: 0 0 20px;
  }
}
#section01 .container .single_box .lead {
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .lead {
    margin: 0 0 16px;
  }
}
#section01 .container .single_box .center {
  text-align: center;
}
#section01 .container .single_box .right {
  text-align: right;
}
#section01 .container .single_box .jc-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#section01 .container .single_box .ai-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section01 .container .single_box .bg_gray {
  background: #f7f7f7;
}
#section01 .container .single_box .blue {
  color: #007dc4;
}
#section01 .container .single_box .navy {
  color: #00507c;
}
#section01 .container .single_box .red {
  color: #E85059;
}
#section01 .container .single_box .hover:hover {
  opacity: 0.7;
}
#section01 .container .single_box .instagram {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
#section01 .container .single_box .instagram::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f16d";
  color: #fff;
}
#section01 .container .single_box .instagram:hover {
  opacity: 0.7;
}
#section01 .container .single_box:hover {
  opacity: 0.7;
}
#section01 .container .single_box .bd_b {
  display: inline-block;
  border-bottom: 2px solid #ddd;
}
#section01 .container .single_box h2 {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  padding: 0 0 30px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box h2 {
    font-size: 20px;
    padding: 0 0 20px;
  }
}
#section01 .container .single_box h2::after {
  position: absolute;
  content: "";
  width: 66px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #007dc4;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box h2::after {
    width: 58px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box h2 {
    margin: 0 0 20px;
  }
}
#section01 .container .single_box h3 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #007dc4;
  line-height: 1.4;
  padding: 8px 12px;
  border-left: 8px solid #007dc4;
  background: #e6e6e6;
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box h3 {
    font-size: 18px;
    padding: 6px 6px 6px 12px;
    border-left: 6px solid #007dc4;
  }
}
#section01 .container .single_box .bg_title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #007dc4;
  line-height: 1.4;
  padding: 8px 12px;
  border-left: 8px solid #007dc4;
  background: #e6e6e6;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .bg_title {
    font-size: 18px;
    padding: 6px 6px 6px 12px;
    border-left: 6px solid #007dc4;
  }
}
#section01 .container .single_box strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box strong {
    font-size: 18px;
  }
}
#section01 .container .single_box h4 {
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 8px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box h4 {
    font-size: 16px;
    margin: 0 0 6px;
  }
}
#section01 .container .single_box h5 {
  line-height: 1.4;
  margin: 0 0 6px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box h5 {
    margin: 0 0 4px;
  }
}
#section01 .container .single_box .big {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .big {
    font-size: 18px;
  }
}
#section01 .container .single_box p a {
  text-decoration: underline;
  word-wrap: break-word;
}
#section01 .container .single_box p a:hover {
  color: #007dc4;
}
#section01 .container .single_box p a[target=_blank] {
  position: relative;
  text-decoration: underline;
}
#section01 .container .single_box p a[target=_blank]::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08e";
  margin: 0 0 0 6px;
}
#section01 .container .single_box p a[target=_blank]:hover {
  color: #007dc4;
}
#section01 .container .single_box p a[target=_blank].img_link::after {
  content: none;
}
#section01 .container .single_box p a[target=_blank].img_link:hover {
  opacity: 0.7;
}
#section01 .container .single_box p b.marker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #f2e424));
  background: linear-gradient(transparent 60%, #f2e424 60%);
}
#section01 .container .single_box p.circle {
  position: relative;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box p.circle {
    padding: 0 0 0 18px;
  }
}
#section01 .container .single_box p.circle::before {
  position: absolute;
  content: "●";
  left: 0;
  color: #007dc4;
}
#section01 .container .single_box .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .flex_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
#section01 .container .single_box .flex_box:not(:last-child) {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .flex_box:not(:last-child) {
    margin: 0 0 20px;
  }
}
#section01 .container .single_box .flex_box.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .flex_box.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#section01 .container .single_box .flex_box .pic {
  position: relative;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .flex_box .pic {
    width: 100%;
  }
}
#section01 .container .single_box .flex_box .pic .caption {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.5);
}
#section01 .container .single_box .flex_box .txt_box {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .flex_box .txt_box {
    width: 100%;
  }
}
#section01 .container .single_box .flex_box .txt_box h5 {
  margin: 0 0 16px;
}
#section01 .container .single_box .flex_box.col7_3 .pic {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .flex_box.col7_3 .pic {
    width: 100%;
  }
}
#section01 .container .single_box .flex_box.col7_3 .txt_box {
  width: 65%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .flex_box.col7_3 .txt_box {
    width: 100%;
  }
}
#section01 .container .single_box .fin_box {
  padding: 40px;
  background: rgba(235, 97, 30, 0.075);
  border: 2px dashed #ddd;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .fin_box {
    padding: 20px 16px;
  }
}
#section01 .container .single_box .fin_box h3 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  padding: 0;
  margin: 0 0 16px;
  background: none;
  border: none;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .fin_box h3 {
    font-size: 18px;
  }
}
#section01 .container .single_box .writer_box {
  position: relative;
  text-align: center;
  margin: 80px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .writer_box {
    margin: 60px 0 0;
  }
}
#section01 .container .single_box .writer_box h3 {
  position: relative;
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
  margin: 0 auto;
  background: #007dc4;
  border-radius: 50px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .writer_box h3 {
    font-size: 16px;
  }
}
#section01 .container .single_box .writer_box h3::before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e810";
  margin: 0 4px 0 0;
}
#section01 .container .single_box .writer_box .writer_box_inner {
  text-align: left;
  padding: 60px 40px 40px;
  margin: -25px 0 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .writer_box .writer_box_inner {
    padding: 40px 16px 20px;
    margin: -20px 0 0;
  }
}
#section01 .container .single_box .writer_box .writer_box_inner h4,
#section01 .container .single_box .writer_box .writer_box_inner h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.68;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .writer_box .writer_box_inner h4,
  #section01 .container .single_box .writer_box .writer_box_inner h5 {
    font-size: 14px;
  }
}
#section01 .container .single_box .writer_box .writer_box_inner ul {
  margin: 20px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .writer_box .writer_box_inner ul {
    margin: 16px 0 0;
  }
}
#section01 .container .single_box .writer_box .writer_box_inner ul li {
  line-height: 1.4;
}
#section01 .container .single_box .writer_box .writer_box_inner ul li:not(:last-child) {
  margin: 0 0 10px;
}
#section01 .container .single_box .btn_box {
  margin: 80px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .btn_box {
    margin: 60px 0 0;
  }
}
#section01 .container .single_box .btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 240px;
  height: 60px;
  font-weight: 500;
  color: #fff;
  background: #007dc4;
}
@media only screen and (max-width: 1170px) {
  #section01 .container .single_box .btn_box a {
    height: 50px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .btn_box a {
    width: 100%;
    max-width: 220px;
    height: 40px;
    font-size: 12px;
    margin: 0 auto;
  }
}
#section01 .container .single_box .btn_box a span {
  position: relative;
  padding: 0 0 0 25px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section01 .container .single_box .btn_box a span {
    padding: 0 0 0 10px;
  }
}
#section01 .container .single_box .btn_box a span::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e800";
  margin: 0 0 0 20px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 1170px) {
  #section01 .container .single_box .btn_box a span::after {
    margin: 0 0 0 12px;
  }
}
#section01 .container .single_box .btn_box a:hover {
  background: #00cdff;
}
#section01 .container .single_box .btn_box a:hover span {
  margin: 0 0 0 4px;
}
@media only screen and (max-width: 1170px) {
  #section01 .container .single_box .btn_box a:hover span {
    margin: 0 0 0 2px;
  }
}
#section01 .container .single_box .btn_box a:hover span::after {
  margin: 0 0 0 24px;
}
@media only screen and (max-width: 1170px) {
  #section01 .container .single_box .btn_box a:hover span::after {
    margin: 0 0 0 14px;
  }
}
#section01 .container .single_box .btn_box a[target=_blank] span::after {
  content: "\f08e" !important;
}
#section01 .container .border_box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
#section01 .container .border_box_wrap .border_box {
  width: 100%;
  border: 2px solid #007dc4;
}
#section01 .container .border_box_wrap .border_box h3 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  padding: 8px 12px;
  background: #007dc4;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .border_box_wrap .border_box h3 {
    font-size: 18px;
    padding: 6px;
  }
}
#section01 .container .border_box_wrap .border_box .txt {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .border_box_wrap .border_box .txt {
    padding: 16px;
  }
}
#section01 .container .access {
  margin: 80px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .access {
    margin: 60px 0 0;
  }
}
#section01 .container .access h2 {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  padding: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .access h2 {
    font-size: 20px;
    padding: 0 0 20px;
  }
}
#section01 .container .access h2::before {
  content: attr(data-en);
  display: block;
  font-size: 160px;
  font-family: "Roboto";
  font-weight: 500;
  color: transparent;
  margin: 0 0 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00cdff), to(#258df7));
  background-image: linear-gradient(to right, #00cdff, #258df7);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 0.3;
}
@media only screen and (max-width: 1170px) {
  #section01 .container .access h2::before {
    font-size: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .access h2::before {
    font-size: 16vw;
    font-weight: 700;
    margin: 0 0 2vw;
  }
}
#section01 .container .access h2::after {
  position: absolute;
  content: "";
  width: 66px;
  height: 3px;
  left: 50%;
  bottom: 0;
  background: #007dc4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  #section01 .container .access h2::after {
    width: 58px;
  }
}
#section01 .container .access .access_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .access .access_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#section01 .container .access .access_wrap .access_box {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .access .access_wrap .access_box {
    width: 100%;
  }
}
#section01 .container .access .access_wrap .access_box .access_box_inner {
  position: relative;
  width: 100%;
  height: 0;
  padding: 0 0 56.25%;
}
#section01 .container .access .access_wrap .access_box .access_box_inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}