@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

@font-face {
  font-family: 'Noto JP';
  src: url('./fonts/NotoSansJP-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Noto JP';
  src: url('./fonts/NotoSansJP-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: 500;
}

@font-face {
  font-family: 'Noto JP';
  src: url('./fonts/NotoSansJP-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: 600;
}

*:lang(ja-JP) {
  font-family: 'Noto JP', sans-serif;
}

*:lang(ko-KR) {
  font-family: 'Noto Sans KR', sans-serif;
}

* {
  /*font-size : 1.1em; line-height : 140%;*/
  letter-spacing: -1px;
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

a {
  color: inherit;
  text-decoration: none;
}

span {
  font-family: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
}

/* font */
.font-weight600 {
  font-weight: 600 !important;
}

.font-weight500 {
  font-weight: 500 !important;
}

.font-weight400 {
  font-weight: 400 !important;
}

.font-weight300 {
  font-weight: 300 !important;
}

.font-weight200 {
  font-weight: 200 !important;
}

.font-yellow {
  color: #fff100 !important;
}

.font-red {
  color: #ec1c24 !important;
}

.font-decoration {
  text-decoration: underline;
}

.f85 {
  font-size: 85px;
  line-height: 130%;
}

.f80 {
  font-size: 80px;
  line-height: 130%;
}

.f70 {
  font-size: 70px;
  line-height: 130%;
}

.f64 {
  font-size: 64px;
  line-height: 130%;
}

.f60 {
  font-size: 60px;
  line-height: 130%;
}

.f55 {
  font-size: 55px;
  line-height: 130%;
}

.f52 {
  font-size: 52px;
  line-height: 130%;
}

.f50 {
  font-size: 50px;
  line-height: 150%;
}

.f45 {
  font-size: 45px;
  line-height: 150%;
}

.f43 {
  font-size: 43px;
  line-height: 150%;
}

.f40 {
  font-size: 40px;
  line-height: 150%;
}

.f36 {
  font-size: 36px;
  line-height: 150%;
}

.f33 {
  font-size: 33px;
  line-height: 150%;
}

.f28 {
  font-size: 28px;
  line-height: 150%;
}

.f26 {
  font-size: 26px;
  line-height: 150%;
}

.f24 {
  font-size: 24px;
  line-height: 150%;
}

.f22 {
  font-size: 22px;
  line-height: 150%;
}

.f20 {
  font-size: 20px;
  line-height: 150%;
}

.f18 {
  font-size: 18px;
  line-height: 150%;
}

.f17 {
  font-size: 17px;
  line-height: 150%;
}

.f16 {
  font-size: 16px;
  line-height: 150%;
}

.f15 {
  font-size: 15px;
  line-height: 150%;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.fw300 {
  font-weight: 300 !important;
}

.fw400 {
  font-weight: 400 !important;
}

.fw500 {
  font-weight: 500 !important;
}

.fw600 {
  font-weight: 600 !important;
}

.fw700 {
  font-weight: 700 !important;
}

.color-fb {
  color: #000;
}

.color-fe2 {
  color: #2e2e2e;
}

.color-fb5 {
  color: #5d5d5d;
}

.color-ed {
  color: #ededed;
}

.color-wh {
  color: #fff;
}

.color-red {
  color: #ff0000;
}

.color-blue {
  color: #0064cb;
}

.color-fb {
  color: #5b73e8;
}

.color-rd {
  color: #f9543c;
}

.color-ch {
  color: #00b7b7;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

/* font */

/* font 배경 */
.highlighter_r {
  background: linear-gradient(to top, rgba(178, 0, 0, 0.15) 60%, transparent 1%);
}

.highlighter_y {
  background: linear-gradient(to top, rgba(239, 183, 51, 0.3) 60%, transparent 1%);
}

.highlighter_g {
  background: linear-gradient(to top, rgba(28, 142, 0, 0.15) 60%, transparent 1%);
}

.highlighter_b {
  background: linear-gradient(to top, rgba(45, 79, 160, 0.15) 60%, transparent 1%);
}

/* circle */
.circle {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 18px;
  text-align: center;
  background-color: #ec1c24;
  color: #fff;
  margin-right: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

/* mobile menu */
.menu_icon {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  /*background-color: #fff;*/
  border-radius: 5px;
  display: none;
}

.menu_icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f0c9';
  color: #fff;
  display: block;
}

.menu_icon.active:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f00d';
  color: #000;
}

/* mobile menu */

/*#wrap .main .header { background: url('/img/main.png'); background-size: contain; background-size: 100% 100%; }*/
#wrap .main .header .header_img {
  width: 100%;
}

#wrap .main .header .header_nav {
  width: 100%;
  height: 120px;
  position: fixed;
  top: 0;
  padding: 0 100px;
  border-bottom: 1px solid #fff;
  transition: top 0.2s ease-in-out;
  z-index: 99999;
}

#wrap .main .header .header_nav.roll {
  background-color: #5b73ebc7;
}

#wrap .main .header .header_nav .nav {
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#wrap .main .header .header_nav .nav_menu ul li {
  display: inline-block;
  color: #fff;
  padding: 10px 20px;
}

#wrap .main .header .nav .logo {
  width: 250px;
}

#wrap .main .header .nav .logo a {
  display: inline-block;
}

#wrap .main .header .nav .logo img {
  display: block;
  width: 100%;
}

/*#wrap .main .header .main_visual { max-width :1920px;  padding: 130px 0; color: #fff; position: absolute; top:0; transform: translate(40%, 0%);}*/
#wrap .main .header .main_visual {
  padding: 130px 0;
  color: #fff;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 1920px;
}

#wrap .main .header .main_visual .main_visual_text {
  padding: 100px 0;
}

#wrap .main .header .main_visual .main_visual_text .main_visual_text_title {
  margin-top: 20%;
  line-height: 100%;
}

#wrap .main .header .main_visual .main_visual_text .main_visual_text_title ul li {
  padding: 5px 0;
}

#wrap .main .header .main_visual .main_visual_text .main_visual_text_content {}

#wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content01 {
  margin-top: 50px;
}

#wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content02 {
  margin-top: 50px;
}

#wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content02 ul {
  display: flex;
}

#wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content02 ul li {
  text-align: center;
}

#wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content02 ul li:last-child {
  margin-left: 20px;
}

#wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content02 ul li .line_box {
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 15px 45px;
}

#wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content02 ul li .line_white_box {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 15px 45px;
  color: #5b73eb;
}

#wrap .main .header .main_visual .main_visual_text .main_visual_icon {
  margin-top: 30px;
}

#wrap .main .header .main_visual .main_visual_text .main_visual_icon .main_visual_icon_ul {
  display: flex;
  flex-flow: nowrap;
}

#wrap .main .header .main_visual .main_visual_text .main_visual_icon .main_visual_icon_ul li:last-child {
  margin-left: 30px;
}


.main .header .main_visual .main_top_img_view_mobile {
  display: none;
}

#wrap .main .content {
  width: 100%;
  margin-top: -7%;
}

#wrap .main .content .section01 {
  width: 100%;
  /*background: url('/img/1.png'); background-size: cover;*/
}

#wrap .main .content .section02 {
  width: 100%;
  background-color: #00b7b7;
  /*background: url('/img/bg.png'); */
}

#wrap .main .content .section03 {
  width: 100%;
  background-color: #eee;
}

#wrap .main .content .section04 {
  width: 100%;
}

#wrap .main .content .section01 .section01_content,
#wrap .main .content .section02 .section02_content,
#wrap .main .content .section03 .section03_content,
#wrap .main .content .section04 .section04_content {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0;
}

/* section 01 */
.section01_content .history_wrap {
  max-width: 100%;
  margin: 0 auto;
  padding: 100px 150px 0 150px;
  color: #000;
}

.section01_content .history_wrap .item {
  position: relative;
  padding-left: 50%;
  display: flex;
}

.section01_content .history_wrap .item01 {
  position: relative;
  display: flex;
}

.section01_content .history_wrap .history_tit {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  border-right: 2px dotted #ccc;
}

.section01_content .history_wrap .history_tit:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ddd;
}

.section01_content .history_wrap .history_tit img {
  width: 100%;
}

.section01_content .history_wrap .history_tit ul {
  padding-left: 50px;
}

.section01_content .history_wrap .history_tit .tit {
  font-size: 112.5%;
  margin: 0.5em 0px;
}

.section01_content .history_wrap .history_cont {
  position: relative;
  padding: 0 0 80px 0px;
}

.section01_content .history_wrap .history_cont .full_img {
  width: 100%;
}

.section01_content .history_wrap .history_cont .full_img img {
  width: 100%;
}

.section01_content .history_wrap .history_cont .full_img .full_img_bottom {
  position: relative;
}

.section01_content .history_wrap .history_cont .full_img .full_img_bottom_ul {
  position: absolute;
  margin-top: -25%;
  padding: 3% 5%;
}

.section01_content .history_wrap .history_cont .full_img .full_img_bottom_ul02 {
  position: absolute;
  margin-top: -38%;
  padding: 3% 5%;
}

.section01_content .history_wrap .history_cont .full_img .full_img_bottom_ul02 ul {
  align-items: center;
  justify-content: center;
}

.section01_content .history_wrap .history_cont .full_img .full_img_bottom_ul02 ul li {
  width: 100%;
}

.section01_content .history_wrap .history_cont .full_img .full_img_bottom_ul02 ul li img {
  width: 60%
}

.section01_content .history_wrap .history_cont ul {
  padding-left: 10px;
}

.section01_content .history_wrap .history_cont img {
  width: 100%;
}

.section01_content .history_wrap .history_cont .history_list>li {
  display: table;
  text-align: left;
  padding: 3px 0;
}

.section01_content .history_wrap .history_tit01 {
  bottom: 0;
  width: 50%;
  border-right: 2px dotted #ccc;
  color: #1A679E;
  font-size: 26px;
}

/*.section01_content .history_wrap .history_tit01:after {content:'';display:block;top:0;right:-6px;width:11px;height:11px;border-radius:50%;background-color:#fff;border: 1px solid #ddd;}*/
.section01_content .history_wrap .history_tit01 img {
  width: 100%;
}

.section01_content .history_wrap .history_tit01 .full_img {
  width: 100%;
}

.section01_content .history_wrap .history_tit01 .full_img img {
  width: 100%;
}

.section01_content .history_wrap .history_tit01 .full_img .full_img_bottom {
  position: relative;
}

.section01_content .history_wrap .history_tit01 .full_img .full_img_bottom_ul {
  position: absolute;
  margin-top: -40%;
  padding: 3% 5%;
}

.section01_content .history_wrap .history_tit01 .full_img .full_img_bottom_ul li img {
  width: 80%
}

.section01_content .history_wrap .history_tit01 .full_img .full_img_bottom_ul02 {
  position: absolute;
  margin-top: -50%;
  padding: 3% 5%;
}

.section01_content .history_wrap .history_tit01 .full_img .full_img_bottom_ul02 li img {
  width: 80%
}

.section01_content .history_wrap .history_cont01 {
  position: relative;
  padding: 0 0 20px 0px;
  width: 50%;
}

.section01_content .history_wrap .history_cont01:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: -6px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ddd;
}

.section01_content .history_wrap .history_cont01 ul {
  padding: 100px 0 0 50px;
}

.section01_content .history_wrap .history_cont01 img {
  width: 100%;
}

.section01_content .history_wrap .history_cont01 .history_list>li {
  display: table;
  text-align: left;
  padding: 3px 0;
}

.section01_content .history_wrap .history_tit02 ul {
  padding-left: 50px;
}

.section01_content .history_wrap .history_tit02 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
}

.section01_content .mobile_history_wrap .full_img {
  width: 100%;
}

.section01_content .mobile_history_wrap .full_img img {
  width: 100%;
}

.section01_content .mobile_history_wrap .full_img .full_img_bottom {
  position: relative;
}

.section01_content .mobile_history_wrap .full_img .full_img_bottom_ul {
  position: absolute;
  margin-top: -25%;
  padding: 3% 5%;
}

.section01_content .mobile_history_wrap .full_img .full_img_bottom_ul02 {
  position: absolute;
  margin-top: -38%;
  padding: 3% 5%;
}

.section01_content .mobile_history_wrap .full_img .full_img_bottom_ul02 ul {
  align-items: center;
  justify-content: center;
}

.section01_content .mobile_history_wrap .full_img .full_img_bottom_ul02 ul li {
  width: 100%;
}

.section01_content .mobile_history_wrap .full_img .full_img_bottom_ul02 ul li img {
  width: 60%
}

.section01_content .mobile_history_wrap .full_img .full_img_bottom_ul03 {
  position: absolute;
  margin-top: -38%;
  padding: 3% 5%;
}

.section01_content .mobile_history_wrap .full_img .full_img_bottom_ul03 ul {
  align-items: center;
  justify-content: center;
}

.section01_content .mobile_history_wrap .full_img .full_img_bottom_ul03 ul li {
  width: 100%;
}

.section01_content .mobile_history_wrap .full_img .full_img_bottom_ul03 ul li img {
  width: 80%
}


.full_media_youtube {
  padding-top: 100px;
}

.full_media_youtube div {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.full_media_youtube div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
}

.media_youtube01 {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.media_youtube01 iframe,
.media_youtube01 object,
.media_youtube01 embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90%;
}

.history_wrap {
  display: block;
}

.mobile_history_wrap {
  display: none;
}

.txt_point {
  font-size: 9px;
  vertical-align: middle
}

.li_txt {
  color: #747c8c;
}

.link_btn {
  border: 1px solid #747c8c;
  padding: 3px 5px;
  color: #b3b3b3;
  border-radius: 5px;
}

#wrap .main .content .section02 .section02_content {
  color: #fff;
}

#wrap .main .content .section02 .section02_content .section02_content_title {
  text-align: center;
}

#wrap .main .content .section02 .section02_content .section02_content_cont {
  margin-top: 50px;
}

#wrap .main .content .section02 .section02_content .section02_content_cont .media_youtube_li {
  width: 60%;
}

#wrap .main .content .section02 .section02_content .section02_content_cont .media_youtube_li .media_youtube img {
  width: 100%;
}

#wrap .main .content .section03 .section03_content .section03_content_title {
  text-align: center;
}

#wrap .main .content .section03 .section03_content .section03_content_title img {
  vertical-align: text-bottom;
}

#wrap .main .content .section03 .section03_content .section03_content_cont {
  margin: 100px 150px 0 150px;
}

#wrap .main .content .section03 .section03_content .section03_content_cont ul {
  display: flex;
}

#wrap .main .content .section03 .section03_content .section03_content_cont ul li {
  width: 20%;
  padding: 0 1%;
  text-align: center;
}

#wrap .main .content .section03 .section03_content .section03_content_cont ul li .section03_content_cont_box {
  background: #fff;
  width: 100%;
  padding: 15% 10%;
}

#wrap .main .content .section03 .section03_content .section03_content_cont ul li .section03_content_cont_box ul li {
  display: flex;
  width: 100%;
  text-align: left;
}

/* 입력폼 */
#wrap .main .content .section04 .section04_content .form_content {
  display: flex;
  /*align-items: center;*/
  justify-content: center;
  margin: 0px 150px;
}

#wrap .main .content .section04 .section04_content .form_content .form_info {
  width: 40%;
  text-align: center;
}

#wrap .main .content .section04 .section04_content .form_content .form_info img {
  width: 80%;
}

#wrap .main .content .section04 .section04_content .form_content .form_table {
  width: 60%;
  padding-right: 5%;
}

#wrap .main .content .section04 .section04_content .form_content .form_table ul li {
  margin-bottom: 30px;
}

#wrap .main .content .section04 .section04_content .form_content .form_table .btn_div {
  float: right;
}

#wrap .main .content .section04 .section04_content .form_content .form_table .btn_div .btn_submit {
  background: #f9543c;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  /*font-size: 20px;*/
}

input[type='text'] {
  width: 100%;
  height: auto;
  line-height: normal;
  padding: 0.8em 0.5em;
  margin-top: 5px;
  font-size: 20px;
  border: 0px;
  border-bottom: 2px solid #ddd;
  background: transparent;
}

textarea {
  width: 100%;
  height: 300px;
  line-height: normal;
  padding: 0.8em 0.5em;
  margin-top: 10px;
  font-size: 20px;
  background: transparent;
}

#wrap .main .footer {
  width: 100%;
  background-color: #5d5d5d;
  color: #fff;
}

#wrap .main .footer .footer_info {
  width: 100%;
  margin: 0 auto;
  padding: 50px 2rem;
}

#wrap .main .footer .footer_info .footer_info_div {
  display: flex;
  justify-content: space-between;
}

#wrap .main .footer .footer_info .footer_info_div .footer_info_icon ul {
  display: flex;
  flex-flow: nowrap;
}

#wrap .main .footer .footer_info .footer_info_div .footer_info_icon ul li:(not)first-child {
  margin-left: 10px;
}

.mo_display {
  display: block;
}

@media all and (max-width: 2500px) {
  #wrap .main .header .main_visual {
    top: 0%;
  }
}

@media all and (max-width: 1920px) {
  #wrap .main .header .main_visual {
    max-width: 1920px;
    width: 90%;
    padding: 130px 0;
    color: #fff;
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(5%, 0%);
  }

  /*#wrap .main .header .main_visual {transform: translate(30%, 0%)}*/
  #wrap .main .header .main_visual .main_visual_text .main_visual_text_title {
    margin-top: 150px;
  }
}

@media all and (max-width:1800px) {
  .f33 {
    font-size: 30px;
    line-height: 150%;
  }
}

@media all and (max-width:1680px) {
  .f85 {
    font-size: 75px;
    line-height: 130%;
  }

  .f80 {
    font-size: 70px;
    line-height: 130%;
  }

  .f64 {
    font-size: 54px;
    line-height: 130%;
  }

  .f60 {
    font-size: 50px;
    line-height: 150%;
  }

  .f55 {
    font-size: 45px;
    line-height: 150%;
  }

  .f45 {
    font-size: 35px;
    line-height: 150%;
  }

  .f40 {
    font-size: 30px;
    line-height: 150%;
  }

  .f36 {
    font-size: 30px;
    line-height: 150%;
  }

  .f26 {
    font-size: 22px;
    line-height: 150%;
  }

  .f33 {
    font-size: 30px;
    line-height: 150%;
  }

  .f24 {
    font-size: 22px;
    line-height: 150%;
  }
}

@media all and (max-width:1440px) {
  .f85 {
    font-size: 70px;
    line-height: 130%;
  }

  .f80 {
    font-size: 60px;
    line-height: 150%;
  }

  .f64 {
    font-size: 50px;
    line-height: 130%;
  }

  .f60 {
    font-size: 45px;
    line-height: 150%;
  }

  .f55 {
    font-size: 40px;
    line-height: 150%;
  }

  .f40 {
    font-size: 30px;
    line-height: 150%;
  }

  .f36 {
    font-size: 28px;
    line-height: 150%;
  }

  .f33 {
    font-size: 26px;
    line-height: 150%;
  }

  .f24 {
    font-size: 20px;
    line-height: 150%;
  }

  .f22 {
    font-size: 20px;
    line-height: 150%;
  }

  .f20 {
    font-size: 18px;
    line-height: 150%;
  }


  #wrap .main .header .header_nav {
    padding: 0 50px;
  }

  #wrap .main .header .main_visual {
    padding: 30px 0px;
  }

  #wrap .main .content .section02 .section02_content .section02_content_cont .media_youtube_li {
    width: 70%;
  }

  #wrap .main .content .section04 .section04_content .form_content {
    margin: 0 100px;
  }

  #wrap .main .content .section04 .section04_content .form_content .form_table {
    padding-right: 4%;
  }
}

@media all and (max-width:1280px) {
  .f85 {
    font-size: 55px;
    line-height: 130%;
  }

  .f64 {
    font-size: 44px;
    line-height: 130%;
  }

  .f45 {
    font-size: 33px;
    line-height: 150%;
  }

  .f33 {
    font-size: 24px;
    line-height: 150%;
  }

  .f26 {
    font-size: 18px;
    line-height: 150%;
  }

  .f22 {
    font-size: 18px;
    line-height: 150%;
  }

  #wrap .main .header .header_img {
    width: 110%;
  }

  #wrap .main .header .main_visual {
    padding: 0;
    transform: translate(4%, 0%);
  }

  #wrap .main .content .section03 .section03_content .section03_content_cont {
    margin: 100px 100px 0 100px;
  }

  .section01_content .history_wrap {
    padding: 10px 50px 0 50px
  }

}

@media all and (max-width:1024px) {
  .f85 {
    font-size: 45px;
    line-height: 130%;
  }

  .f80 {
    font-size: 45px;
    line-height: 150%;
  }

  .f64 {
    font-size: 34px;
    line-height: 130%;
  }

  .f60 {
    font-size: 34px;
    line-height: 150%;
  }

  .f36 {
    font-size: 24px;
    line-height: 150%;
  }

  .f33 {
    font-size: 20px;
    line-height: 150%;
  }

  .f20 {
    font-size: 14px;
    line-height: 150%;
  }

  .menu_icon {
    display: block;
  }

  #wrap .main .header .header_nav {
    height: 100px;
  }

  #wrap .main .header .header_nav .nav {
    height: 100px;
  }

  #wrap .main .header .nav .logo {
    width: 200px;
  }

  #wrap .main .header .header_nav .nav_menu {
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 9998;
    width: 300px;
    height: 100%;
    padding-top: 80px;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.4);
    transition: 0.5s ease all;
  }

  #wrap .main .header .header_nav .nav_menu.on {
    right: 0;
  }

  #wrap .main .header .header_nav .nav_menu ul {
    padding: 0 20px;
  }

  #wrap .main .header .header_nav .nav_menu ul li {
    color: #000;
    border-bottom: 1px dashed #e9e9e9;
    display: block;
  }

  #wrap .main .header .header_nav .nav_menu ul li:last-child {
    background-color: #fff;
    border-radius: 0;
  }

  #wrap .main .header .main_visual .main_visual_text .main_visual_text_title {
    margin-top: 100px;
  }

  #wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content02 ul li .line_white_box,
  #wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content02 ul li .line_box {
    padding: 10px 40px
  }

  #wrap .main .content .section02 .section02_content .section02_content_cont .media_youtube_li {
    width: 80%;
  }

  #wrap .main .content .section03 .section03_content .section03_content_cont {
    margin: 100px 50px 0 50px;
  }

  #wrap .main .content .section04 .section04_content .form_content {
    margin: 0 50px;
  }

  #wrap .main .content .section04 .section04_content .form_content .form_table {
    padding-right: 3%;
  }


  .history_wrap {
    display: none;
  }

  .mobile_history_wrap {
    display: block
  }

  .mobile_history_wrap .mobile_history_wrap_content {
    padding: 0 50px;
  }
}

@media all and (max-width: 980px) {
  .f85 {
    font-size: 40px;
    line-height: 130%;
  }

  .f80 {
    font-size: 40px;
    line-height: 130%;
  }

  .f64 {
    font-size: 30px;
    line-height: 150%;
  }

  .f45 {
    font-size: 28px;
    line-height: 150%;
  }

  .f60 {
    font-size: 35px;
    line-height: 150%;
  }

  .f33 {
    font-size: 18px;
    line-height: 150%;
  }

  .f24 {
    font-size: 18px;
    line-height: 150%;
  }

  #wrap .main .header .main_visual .main_visual_text .main_visual_text_title {
    margin-top: 70px;
  }

  #wrap .main .header .header_nav {
    height: 80px;
  }

  #wrap .main .header .header_nav .nav {
    height: 80px;
  }

  #wrap .main .content .section03 .section03_content .section03_content_title img {
    height: 30px;
  }

  #wrap .main .content .section03 .section03_content .section03_content_cont {
    margin: 60px 50px 0 50px;
  }

  #wrap .main .content .section04 .section04_content .form_content {
    flex-flow: column;
    padding: 0px;
  }

  #wrap .main .content .section04 .section04_content .form_content .form_info {
    width: 100%;
    text-align: center;
  }

  #wrap .main .content .section04 .section04_content .form_content .form_info ul li {
    text-align: center;
  }

  #wrap .main .content .section04 .section04_content .form_content .form_info ul li img {
    width: 70%;
    text-align: center;
    padding: 10%;
  }

  #wrap .main .content .section04 .section04_content .form_content .form_table {
    width: 100%;
    margin-top: 30px;
  }


  #wrap .main .footer .footer_info {
    padding: 30px;
  }

}

@media all and (max-width:768px) {

  .f85 {
    font-size: 32px;
    line-height: 130%;
  }

  .f80 {
    font-size: 35px;
    line-height: 130%;
  }

  .f64 {
    font-size: 26px;
    line-height: 130%;
  }

  .f60 {
    font-size: 30px;
    line-height: 130%;
  }

  .f45 {
    font-size: 20px;
    line-height: 130%;
  }

  .f33 {
    font-size: 18px;
    line-height: 130%;
  }

  .f24 {
    font-size: 15px;
    line-height: 130%;
  }

  .f20 {
    font-size: 12px;
    line-height: 130%;
  }

  .mb20 {
    margin-bottom: 10px;
  }

  .mb30 {
    margin-bottom: 20px;
  }

  .mb50 {
    margin-bottom: 40px;
  }

  .mb60 {
    margin-bottom: 50px;
  }

  .mo_view {
    display: block;
  }

  #wrap .main .header .header_img {
    width: 120%;
    margin-left: -10%;
  }

  #wrap .main .header .header_nav {
    padding: 0 30px;
  }

  #wrap .main .header .nav .logo {
    width: 150px;
  }

  /*#wrap .main .header .main_visual .main_visual_text .main_visual_text_title {margin-top: 50px;}*/
  #wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content01 {
    margin-top: 30px;
  }

  #wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content02 ul li .line_white_box,
  #wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content02 ul li .line_box {
    padding: 10px 30px;
  }

  #wrap .main .content .section03 .section03_content .section03_content_cont {
    margin: 50px 30px 0 30px;
  }

  #wrap .main .content .section03 .section03_content .section03_content_cont ul {
    display: block;
  }

  #wrap .main .content .section03 .section03_content .section03_content_cont ul li {
    width: 49%;
    display: inline-block;
    padding: 1%;
  }

  #wrap .main .footer .footer_info {
    padding: 20px;
  }

  #wrap .main .footer .footer_info .footer_info_div {
    flex-flow: column;
  }

  #wrap .main .footer .footer_info .footer_info_div .footer_info_icon ul {
    justify-content: right;
  }

  #wrap .main .footer .footer_info .footer_info_div .footer_info_icon ul li img {
    width: 40px;
  }

  #slider .slick-dots {
    right: 10px;
  }

  .section01_content .mobile_history_wrap .full_img .full_img_bottom_ul03 ul li img {
    width: 60%
  }

  .section01_content .mobile_history_wrap .full_img .full_img_bottom_ul02 {
    margin-top: -45%
  }

}

@media all and (max-width:640px) {
  .f60 {
    font-size: 28px;
    line-height: 150%;
  }

  .f45 {
    font-size: 18px;
    line-height: 130%;
  }

  #wrap .main .header .main_visual .main_visual_text .main_visual_text_title {
    margin-top: 40px;
  }

  #wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content02 {
    margin-top: 30px;
  }

  #wrap .main .content .section04 .section04_content {
    padding: 60px 0;
  }

  #wrap .main .content .section04 .section04_content .form_content {
    margin: 0 20px;
  }

  #slider .fullsection .fullsection_div {
    display: flex;
    flex-flow: column;
  }

  #slider .fullsection .fullsection_div .full_img {
    width: 90%;
  }

  #slider .fullsection .fullsection_div .full_text {
    width: 90%;
    padding-left: 15%;
  }

  #wrap .main .content .section01 .section01_content {
    padding: 0px;
  }

  .mobile_history_wrap .mobile_history_wrap_content {
    padding: 0 10px;
  }

  .media_youtube01 {
    margin-top: 100px;
  }

}

@media all and (max-width:540px) {
  .f60 {
    font-size: 26px;
    line-height: 150%;
  }

  #wrap .main .header .nav .logo {
    width: 120px;
  }

  #wrap .main .header .header_img {
    width: 145%;
  }

  #wrap .main .header .main_visual .main_visual_text .main_visual_text_title {
    margin-top: 15px;
  }

  #wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content01,
  #wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content02 {
    margin-top: 20px;
  }

  #wrap .main .header .main_visual {
    padding: 0;
    transform: translate(5%, 0%);
  }

  #wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content02 ul li .line_white_box,
  #wrap .main .header .main_visual .main_visual_text .main_visual_text_content .main_visual_text_content02 ul li .line_box {
    padding: 10px 20px;
  }

}

@media all and (max-width:450px) {
  .f85 {
    font-size: 26px;
    line-height: 120%;
  }

  .f64 {
    font-size: 20px;
    line-height: 120%;
  }

  .f33 {
    font-size: 15px;
    line-height: 120%;
  }

  .f22 {
    font-size: 14px;
    line-height: 120%;
  }

  .mo_display {
    display: contents;
  }



}



.more-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0;
}

.more-btn {
  padding: 10px;
  background-color: white;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
}

#successMessage,
#requireMessage {
  font-size: 1.2rem;
  display: none;
  font-weight: 500;
}

#successMessage {
  color: rgb(68, 152, 108);
}

#requireMessage {
  color: rgb(224, 96, 85);
}

@media all and (max-width:1024px) {

  #successMessage,
  #requireMessage {
    font-size: 1rem;
  }
}

@media (min-width: 576px) {

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

@media (min-width: 768px) {
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 576px) {
.col-sm-4 {
    flex: 0 0 88.66666%;
    max-width: 88.66666%;
} }

.col-md-12, .col-sm-4 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.text-center {
  text-align: center !important;
}

.justify-content-center {
  justify-content: center !important;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.d-block {
  display: block !important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
img {
  vertical-align: middle;
  border-style: none;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #495057;
}
h4, .h4 {
  font-size: 1.21875rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.text-muted {
  color: #74788d !important;
  font-size: 0.8125rem;
}
.footer_info_addr, .footer_info_addr * {
  color: white;
}

#ja-terms,
#ko-terms,
#ja-privacy-policy,
#ko-privacy-policy,
#ja-refund-policy,
#ko-refund-policy {
  display: none;
}

#language-toggle {
  display: flex;
  align-items: center;
  color: inherit;
  font-size: inherit;
}

.flag {
  height: 18px;
  margin-right: 4px;
  position: relative;
  top: 1px;
  border-radius: 2px;
}

.nav_menu .f22 {
  display: flex;
  align-items: center;
}

#language-selection {
  position: absolute;
  background-color: white;
  border-radius: 4px;
  display: none;
}

#language-selection p {
  color: rgb(35 35 35 / 90%);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  margin: 0px;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
}

#language-selection p:first-child {
  border-bottom: 1px dashed #e9e9e9;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

#language-selection p:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#language-selection p:hover {
  background-color: rgb(221 221 221 / 65%);
}

.view {
  display: block;
}

@media (max-width: 1024px) {
  .nav_menu .f22 {
    display: block;
  }
  #language-selection {
    background-color: transparent;
    width: 100%;
    position: unset;
  }
  #language-selection p {
    border-bottom: 1px dashed #e9e9e9;
    text-align: left;
  }
  #language-selection p:last-child {
    border-bottom: none !important;
  }
}

.nav_menu ul li:last-child {
  border-bottom: none !important;
}