@charset "UTF-8";

#fixed_ao {
  display: none!important;
  visibility: hidden;
  opacity: 0;
}
#fixed_kou2 {
  display: none!important;
  visibility: hidden;
  opacity: 0;
}
#page_top {
  display: none!important;
  visibility: hidden;
  opacity: 0;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
}
h2 {
  font-size: 34px;
  line-height: 1.7;
  font-weight: bold;
}
h3 {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  transition: all 0.5s;
}
img {
  width: 100%;
}
.clearfix:after {
    content: " ";
    display: block;
    clear: both;
}

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}
.flex_box {
  display: flex;
  justify-content: space-around;
}
.flex_box .box_left {
  width: 47%;
}
.flex_box .box_right {
  width: 47%;
}

.bnr_cont {
  padding: 5em 0;
}
#global_header .inner {
  width: 100%;
}
.pg_ttl {
  display: none;
}
.breadcrumbs {
  display: none;
}
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.main_visual {
  margin-top: 90px;
}
@media only screen and (max-width: 1240px) {
.main_visual {
  margin-top: 168px;
}
}
.top_cont {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #c7e1d8 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #c7e1d8 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 5em 0;
}
.top_cont .flex_box {
  justify-content: space-between;
}
.top_cont .flex_box img {
  width: 128px;
  margin: 0 auto;
  display: block;
}
.top_cont .flex_box .detail_txt {
  font-size: 14px;
}
.top_cont .flex_box p img {
  width: 100%;
}
.top_cont .flex_box .box_left p img {
  width: 347px;
}
.top_cont .flex_box .box_right p img {
  width: 560px;
}

.top_cont h2 {
  text-align: center;
}

.top_cont h3 {
  max-width: 350px;
  margin: 30px auto 0;
}

.top_cont h4 {
	text-align: center;
	font-size: 1.8em !important;
	display: table;
	background: #FFF;
	border: 3px solid #a0a0a0;
	border-radius: 80px;
	padding: 0 30px;
	margin: 50px auto 0;
	font-weight: 500;
}
.top_cont .graph_flex01 {
	display: flex;
	max-width: 800px;
	margin: 30px auto 0;
	justify-content: space-between;
    align-items: center;
}
.top_cont .graph_flex02 {
	display: flex;
	max-width: 800px;
	margin: 50px auto 0;
	justify-content: space-between;
    align-items: center;
	flex-direction: row-reverse;
}
.top_cont .graph {
	width: 55%;
}
.top_cont .graph_text {
	width: 40%;
}
.top_cont .graph_text2 {
	width: 40%;
	max-width: 250px;
}

.bnr_cont {
  background: #eeeeee;
}
.bnr_cont .flex_box {
  max-width: 1000px;
  margin: 0 auto;
}
.bnr_cont .bnr a {
  position: relative;
  box-shadow: 5px 5px 0 #b2b2b2;
  display: block;
  transition: .3s;
  max-width: 800px;
  margin: 0 auto;
}
.bnr_cont .bnr a:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 #b2b2b2;
}

.bnr_cont .flex_box .bnr_txt {
    font-size: 10px;
    position: absolute;
    bottom: 10px;
    left: 3em;
    background: #DE0975;
    padding: 0.5em 1em;
    border-radius: 20px;
    color: #ffffff;
}
.scr_cont {
  background: #ffffff;
  padding-top: 0;
}
.scr_cont > img {
  width: 100%;
}
.scr_cont p img {
  width: 80px;
  margin: 0 auto;
}
.scr_cont .flex_box {
  margin-top: -45px;
}
.scr_cont .flex_box .left_box p, .scr_cont .flex_box .middle_box p, .scr_cont .flex_box .right_box p {
  text-align: center;
}
.scr_cont .flex_box .left_box h3, .scr_cont .flex_box .middle_box h3, .scr_cont .flex_box .right_box h3 {
  color: #000000;
  padding: 0.5em 0;
}
.scr_cont .flex_box .left_box h3:after, .scr_cont .flex_box .middle_box h3:after, .scr_cont .flex_box .right_box h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ffe100;
  background-size: contain;
  vertical-align: middle;
  margin: 0.5em auto 0;
}
.scr_cont .flex_box .left_box .btn_06:after, .scr_cont .flex_box .middle_box .btn_06:after, .scr_cont .flex_box .right_box .btn_06:after {
  content: none;
}

.scr_cont .question_oc {
  background-image: url(/lp/highschool2/images/oc_img001.png);
  background-size: 516px;
  background-repeat: no-repeat;
  background-position: top right;
  margin: 10em auto 5em;
}
.scr_cont .question_oc .kazari, .scr_cont .question_sns .kazari, .scr_cont .question_shinro .kazari{
  position: absolute;
  top: -25px;
  left: -35px;
}
.scr_cont .question_oc .tit_large, .scr_cont .question_sns .tit_large, .scr_cont .question_shinro .tit_large{
  padding: 5px 0 2em 5px;
  position: relative;
  font-size: 40px;
  line-height: 1.5;
  font-weight: bold;
}
.scr_cont .question_oc .oc_link {
    width: 800px;
    margin-left: 1em;
}
.scr_cont .question_oc .oc_link a {
  transition: .3s;
  display: block;
}
.animation{
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1.5s;
}
.keyframe1{
  animation-name: anim_v;
}
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 20px);
  }
}
.scr_cont .question_oc .oc_link p {
  margin-bottom: 2em;
}
.scr_cont .question_oc p img {
  width: 707px;
}
.scr_cont .question_sns {
  margin-bottom: 5em;
}
.scr_cont .question_sns .kazari img {
  width: 582px;
}
.scr_cont .question_sns h2 {
  padding-bottom: 2em;
}
.scr_cont .question_sns .flex_box {
  margin: 0 auto 2em;
}
.scr_cont .question_sns .flex_box > div {
  width: 560px;
}
.scr_cont .question_sns .flex_box > div a {
  display:block;
  overflow: hidden;
  border: 5px solid;
}
.scr_cont .question_sns .flex_box > div img {
  transition:1s all;
}
.scr_cont .question_sns .flex_box > div img:hover {
  transform:scale(1.1,1.1);
  transition:1s all;
}
.scr_cont .question_sns .flex_box > div p {
  color: #000000;
  text-align: left;
  margin-top: 1em;
}
.scr_cont .question_sns .btn_06 {
  width: 300px;
  font-family: din　,　Noto Sans JP, sans-serif;
  border-radius: 0;
  font-size: 30px;
  padding: 0;
}
.scr_cont .question_sns .btn_06:after {
  top: 0.5em;
  right: 0.5em;
}
.scr_cont .question_shinro .kazari img {
  width: 814px;
}
.scr_cont .question_shinro h2 {
  padding-bottom: 2em;
}
.scr_cont .question_shinro .flex_box {
  margin: 0 auto 2em;
}
.scr_cont .question_shinro .left_box, .scr_cont .question_shinro .right_box {
  width: 100%;
  display: inline-block;
  transition: .3s;
  border-radius: 20px;
  box-shadow: 5px 5px 0 #b2b2b2;
}
.scr_cont .question_shinro .left_box:hover, .scr_cont .question_shinro .right_box:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 #b2b2b2;
}
.scr_cont .question_shinro .left_box:hover, .scr_cont .question_shinro .right_box:hover {
    opacity: 0.7;
    transition: all 0.5s;
}
.scr_cont .question_shinro .left_box img, .scr_cont .question_shinro .right_box img {
  width: 100%;
}
.scr_cont .question_shinro .btm_box {
  background: #EEEEEE;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 2em 1.5em;
}
.scr_cont .question_shinro .btm_box .dept_interior {
  color: #376CB5;
  font-weight: bold;
}
.scr_cont .question_shinro .btm_box .dept_illust {
  color: #FD622B;
  font-weight: bold;
}
.scr_cont .question_shinro .btm_box .dept_fashion {
  color: #FA5CA6;
  font-weight: bold;
}
.scr_cont .question_shinro .btm_box .dept_illust {
  color: #FD622B;
  font-weight: bold;
}
.scr_cont .question_shinro .btm_box .dept_graphic {
    color: #E2350C;
    font-weight: bold;
}
.scr_cont .question_shinro .btm_box .senior_name {
  margin: 0 1em;
}
.scr_cont .question_shinro .btm_box .major {
  font-size: 12px;
}
.scr_cont .question_shinro .btm_box h4 {
  margin: 1em 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.7px;
}
.scr_cont .question_shinro .btm_box .interview_txt {
  font-size: 14px;
}
.scr_cont .question_shinro a {
  width: 700px;
  display: block;
  margin: 0 auto;
  transition: all .3s;
}
.nyugaku_cont {
  background: #eeeeee;
}
.nyugaku_cont h2 {
  padding-top: 0;
}
.nyugaku_cont .flex_box {
  justify-content: space-between;
}
.nyugaku_cont .step_box {
  width: 255px;
}
.nyugaku_cont .step_box .step_img img {
  width: 255px;
}
.nyugaku_cont .sns_box {
  width: 880px;
}
.nyugaku_cont .sns_box .tit_box {
  margin-bottom: 3em;
}
.nyugaku_cont .sns_box .large_bnr a {
  transition: .3s;
  display: block;
}

.btnshine{
  position: relative;
    text-decoration: none;
    outline: none;
    overflow: hidden;
}
.btnshine:before {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  transform: skewX(-25deg);
}
.btnshine:hover:before {
  animation: shine 0.7s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.nyugaku_cont .sns_box .tit_box h3 {
  color: #DE0975;
  text-align: left;
  padding-bottom: 0.5em;
}
.nyugaku_cont .sns_box .tit_box h3 + span {
  color: #ffffff;
  background: #000000;
  padding: 0.3em 1.5em;
  border-radius: 25px;
}
.nyugaku_cont .sns_box .large_bnr {
  margin-bottom: 2em;
}
.nyugaku_cont .sns_box .medium_bnr {
  width: 420px;
}
.nyugaku_cont .sns_box .flex_side {
  justify-content: space-between;
  margin-bottom: 2em;
}
.nyugaku_cont .sns_box .flex_side .left_box {
  display: flex;
}
.nyugaku_cont .sns_box .flex_side a {
  box-shadow: 5px 5px 0 #b2b2b2;
  display: block;
  transition: .3s;
}
.nyugaku_cont .sns_box .flex_side a:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #b2b2b2;
}

.nyugaku_cont .sns_box .flex_side .sns_icon {
  width: 200px;
  padding: 0;
}
.nyugaku_cont .sns_box .flex_side .sns_icon img {
  width:100%;
}
.nyugaku_cont .sns_box .flex_side .explanation_box {
  width: 220px;
  background: #ffffff;
  padding: 2em 1em;
  color: #000000;
}
.nyugaku_cont .sns_box .flex_side .explanation_box p {
  font-weight: bold;
  font-size: 20px;
}
.nyugaku_cont .sns_box .flex_side .explanation_box span {
  font-size: 14px;
  letter-spacing: -0.9px;
}

/* btn */
.btn_06 {
    text-align: center;
    text-decoration: none;
    width: 380px;
    margin: 0 auto;
    padding: 1rem 4rem;
    font-weight: bold;
    border-radius: 100vh;
    background: #000000;
    color: #fff;
    box-shadow: 0px 5px 0 #b2b2b2;
    display: block;
    transition: .3s;
    position: relative;
}
.btn_06:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #333;
}
.btn_06:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 14px;
  background-image: url(/lp/highschool2/images/sankaku02.png);
  position: absolute;
  top: 1em;
  right: 2em;
}
.inter_btn {
  box-shadow: none;
}
.inter_btn:hover {
  opacity: 1;
  transform: none;
  box-shadow: none;
}

.modal .inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
/* モーダルを開くボタン */
.modal__trigger {
  cursor: pointer;
  float: left;
  width: 48%;
  margin-bottom: 3em;
}
.modal__trigger:nth-child(2n) {
  margin-top: 0;
  float: right;
  width: 48%;
  margin-bottom: 3em;
}

/* モーダル本体 */
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, 0.85);
  cursor: pointer;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(100% - 40px, 1000px);
  height: calc(100% - 40px);
  padding: 20px;
  background: #fff;
}
.modal__inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 80px 20px 20px;
}
.modal__content h2 {
  display: table;
  margin: 0 0 30px;
  padding: 0 0 10px!important;
  font-size: 2.2rem;
  line-height: 1.5;
  border-bottom: 1px solid #CD3074;
}
.modal__content h3 {
    display: block;
    font-size: 2.0rem;
    color: #333333;
    padding: 10px 22px;
    margin: 0 0 45px;
    background: #F7F5F6;
    border-left: 5px solid #DE0975;
    border-bottom: none;
    text-align: left;
    font-weight: normal;
}
.modal__content p {
    font-size: 14px;
    margin-bottom: 3em;
}

/* モーダルを閉じるボタン */
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgb(50, 50, 50);
  cursor: pointer;
  transition: opacity 0.6s;
}
.modal__close:hover {
  opacity: 0.6;
}
.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* モーダル内のコンテンツ */
.modal__text {
  margin-top: 30px;
  line-height: 2.875;
}
.modal__title img {
  width: 200px;
}
.modal__title p {
  display: inline-block;
  font-size: 18px;
  margin-left: 2em;
}
.modal__title p .dept_interior {
    color: #376CB5;
    font-weight: bold;
}
.modal__title p .dept_illust {
    color: #FD622B;
    font-weight: bold;
}
.modal__title p .dept_fashion {
    color: #FA5CA6;
    font-weight: bold;
}
.modal__title p .dept_graphic {
    color: #E2350C;
    font-weight: bold;
}
.modal__title p .senior_name {
    margin: 0 1em 0 0;
}
.modal__title p .major {
    font-size: 12px;
}

/* baroon */
.balloon1-top {
  position: relative;
  display: inline-block;
  margin: 0 0 3em;
  padding: 2em;
  min-width: 120px;
  max-width: 100%;
  color: #ffffff;
  font-size: 16px;
  background: #393939;
  border-radius: 25px;
  width: 880px;
}
.balloon1-top p {
  text-align: center;
}
.balloon1-top p span {
  font-size: 58px;
  text-shadow: 3px 3px black;
}
.balloon1-top .bg_white {
  background: #ffffff;
  margin-top: -35px;
  padding-bottom: 2em;
  border-radius: 25px;
}
.balloon1-top .bg_white .flex_box {
  padding-top: 3em;
  justify-content: space-evenly;
}
.balloon1-top .bg_white .tokuten {
  width: 34%;
}
.balloon1-top .bg_white .tokuten p {
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  color: #000000;
  font-weight: bold;
}
.balloon1-top .bg_white .tokuten p img {
  width: 65px;
  margin: 0 auto;
}
.balloon1-top .bg_white .tokuten p .txt_pink {
  color: #DE0975;
  text-shadow: none;
}
.balloon1-top .bg_white .tokuten p .large_pink {
  font-size: 49px;
}
.balloon1-top .bg_white .tokuten p .middle_pink {
  font-size: 26px;
}
.balloon1-top .bg_white .tokuten .tokuten01_txt {
  line-height: 1.2;
}
.balloon1-top .bg_white .tokuten .tokuten02_txt {
  margin-top: -1.5em;
}
.balloon1-top .bg_white .btn_06, .balloon1-top .btn_06 {
  margin: 1em auto 1em;
  border-radius: 0;
  font-size: 20px;
  padding: 0.5em 1em;
}
.balloon1-top .btn_06:after {
  top: 1.7em;
  right: 1em;
}
.balloon1-top .bg_white .btn_06:after{
  right: 0.5em;
  top: 1em;
}
.balloon1-top .sub_tit {
  width: 420px;
  margin: 0 auto 1em;
}
.balloon1-top .baroon_tit {
  font-size: 26px;
}
.balloon1-top .small_txt {
    font-size: 14px;
    letter-spacing: 0;
}
.balloon1-top:before {
  content: "";
  position: absolute;
  top: -14px;
  left: 4em;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #393939;
  transform: rotate(135deg);
}
#question_oc #bnr-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
}
#question_oc #bnr-two a {
width: calc(100% / 2 - 1em);
margin-bottom: 1em;
}
.international25_ttl {
	text-align: center;
}
.question_support {
	margin-top: 80px;
}
.question_support_wrap {
	display: flex;
	justify-content: space-between;
}
.question_support_left_wrap {
	width: 68%;
}
.question_support_right {
	width: 30%;
	padding-right: 5%;
	max-width: 530px;
}
.btn.size_l {
    width: 48%;
}
@media screen and (max-width: 1500px) {
.question_support_left_wrap {
	width: 95%;
}
.question_support_right {
	display: none;
}
}
.question_support_left {
	display: flex;
	justify-content: space-between;
	margin-top: 80px;
}
.yel_ttl {
	width: 35%;
	min-width: 350px;
	margin-right: 5%;
	position: relative;
	background: #ffe100;
	border-radius: 0 150px 150px 0;
	padding: 0 150px 0 0;
	height: 200px;
	
}
.yel_ttl h3 {
	font-weight: 500;
	color: #000 !important;
	position: absolute;
	display: inline-block;
	right: 100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: left;
	padding-left: 20px;
}
.question_support_detail {
	width: 60%;
}
.question_support_detail h4 {
	font-weight: 500;
	font-size: 1.4em;
	margin-bottom: 10px;
}
.question_support_detail dt {
	border: 2px solid #a0a0a0;
	border-radius: 50px;
	padding: 0 20px 3px;
	display: inline-block;
	margin-top: 30px;
}
.question_support_detail dd {
	margin-top: 10px;
}
.v_center {
	align-items: center;
}
.question_work {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #c7e1d8 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #c7e1d8 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 5em 0;
  margin-top: 5em;
}
.question_interview_international  {
  /* 方眼紙模様に必須のスタイル */
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #c7e1d8 calc(100% - 1px)),
                    linear-gradient(90deg, transparent calc(100% - 1px), #c7e1d8 calc(100% - 1px));
  background-size: 16px 16px;
  background-repeat: repeat;
  background-position: center center;
  padding: 5em 0;
}
.circle_list {
	display: flex;
	justify-content: space-around;
	flex-direction: row-reverse;
	margin-top: 50px;
}
.circle_list li {
	width: 30%;
}
.work_list_box {
	background: #FFF;
	border: 2px solid #eee;
	padding: 80px 50px;
	margin-top: 80px;
}
.work_list_box th span {
	font-weight: 500;
	font-size: 1.1em;
	padding: 0 0 1em 0;;
	border-bottom: 2px solid #000;
	display: block;
	margin: 0 0.5em;
}

.work_list_box table {
	margin-top: 50px;
	width: 100%;
}
.work_list_box tr {
	border: none;
}
.work_list_box td {
	border: none !important;
}
.work01 {
	width: 40%;
}
.work02 {
	width: 40%;
}
.work03 {
	width: 20%;
}
.work_list_box p {
	text-align: right;
	padding-top: 30px;
	font-size: 0.9em;
}
.sec_bnr_wrap {
	display: flex;
	flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.sec_bnr_right {
	width: 45%;
}
.sec_bnr_left {
	width: 40%;
	margin-left: 10%;
}
.bnr_text {
	display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
}
.bnr_text span {
	width: 23%;
}
.bnr_text h3 {
	text-align: left;
	color: #000;
	font-weight: 500;
	font-size: 1.2em;
	width: 75%;
}
/*QAアコーディオン*/
.question_interview_international .accordion {
	margin: 50px auto 0;
}

.question_interview_international .toggle {
	display: none;
}

.question_interview_international .faq {
	position: relative;
	margin-top: 20px;
}

.question_interview_international .question,
.question_interview_international .anser {
	transform: translateZ(0);
	transition: all 0.3s;
}

.question_interview_international .question {
	padding: 1rem 4rem 1rem 2rem;
	color: #000;
	background: #FFF;
	font-size: 1.1em;
	display: flex;
	align-items: center;
	border-bottom: 3px solid #eee;
}

.question_interview_international .question span {
    width: 50px !important;
    padding-right: 1.5rem;
	margin-top: 10px;
	display: inline-block;
}

.question_interview_international .anser span {
	width: 30px !important;
    padding-right: 1rem;
	margin-top: 10px;
	display: inline-block;
}

.question_interview_international .anser span img {
	margin-bottom: 5px;
}
.question_interview_international .anser {
	padding: 0 20px;
}
.question_interview_international .question:after,
.question_interview_international .question:before {
	content: "";
	position: absolute;
	top: 0;
	right: 30px;
	bottom: 0;
	margin: auto;
	width: 3px;
	height: 2rem;
	background-color: #000;
	transition: all 0.3s;
}

.question_interview_international .question:after {
	transform: rotate(90deg);
}

.question_interview_international .anser {
	max-height: 0;
	overflow: hidden;
}

.question_interview_international .anser div {
	margin: 0;
	padding: 2rem 1rem 2rem;
	line-height: 1.8;
}

.question_interview_international .toggle:checked + .question + .anser {
	max-height: 500px;
	transition: all 1.5s;
}

.question_interview_international .toggle:checked + .question:before {
	transform: rotate(90deg) !important;
}
/*QAアコーディオン END*/
.question_interview_international_box li {
	background: #FFF;
	border: 3px solid #eee;
	padding: 50px;
	max-width: 1000px;
	margin: 80px auto 0;
}
.profile01 img {
	max-width: 508px;
	margin-bottom: -1px;
}
.profile02 img {
	max-width: 432px;
	margin-bottom: -4px;	
}
.profile03 img {
	max-width: 640px;
	margin-bottom: -1px;	
}
.question_interview_international_box h3 {
	border-bottom: 4px solid #000;
	text-align: left;
}
.question_interview_international_box dl {
	max-width: 700px;
	margin: 30px auto 0;
}
.question_interview_international_box dt {
	width: 30%;
	float: left;
	clear: both;
	margin-top: 30px;
	font-weight: 600;
}
.question_interview_international_box dd {
	width: 65%;
	float: right;
	margin-top: 30px;
}
.PC_none {
  display: none;
  }
 .top0 {
 	margin-top: 0 !important;
 }
 .internatinal_bnr {
 	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 50px;
	animation: move_a 2s infinite;
    transition: .3s all;
}
@keyframes move_a {
    0% {
        transform: translate(0px, 4px);
    }

    5% {
        transform: translate(0px, -4px);
    }

    10% {
        transform: translate(0px, 4px);
    }

    15% {
        transform: translate(0px, -4px);
    }

    20% {
        transform: translate(0px, 4px);
    }

    25% {
        transform: translate(0px, -4px);
    }

    30% {
        transform: translate(0px, 0px);
    }
}

.country_list {
	background: #FFF;
	max-width: 1000px;
	padding: 50px;
	border: 2px solid #eee;
	margin: 50px auto 0;
}
.boxtitle {
	font-size: 1.3em;
	font-weight: 500;
	padding-bottom: 10px;
	border-bottom: 2px solid #a0a0a0;
	text-align: center;
	margin-bottom: 15px;
}

.country_list ul,
.list3,
.list4 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	justify-content: flex-start;
}
.country_list ul li,
.list4 li {
	width: 24%;
	margin: 1% 0.5% 0 0.5%;
}
.list3 li {
	width: 32.3%;
	margin: 1% 0.5% 0 0.5%;
}

.bnr_cont .internatinal_bnr {
	margin-bottom: 0;
	margin-top: -20px;
}
.work_list_box h3 {
	margin-top: 50px;
}
.work_list_box h4 {
	font-size: 1.1em;
    line-height: 0.3 !important;
    padding: 10px;
    border-left: 5px solid #ffe100;
    font-weight: 500;
    margin-top: 50px;
}
.work_list_box ul li {
	font-size: 0.9em;
}
.work_list_box h4:first-child {
	margin-top: 30px;
}
.sec_bnr_left .internatinal_bnr,
	.bnr_cont .internatinal_bnr {
	width: 100%;
}
@media screen and (max-width:768px) {
	.main_visual {
	margin: 50px 0 30px;
	}
  .SP_none {
  display: none;
  }
  .PC_none {
  display: block;
  }
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 20px;
  }
  p {
    font-size: 14px;
  }
  .bnr_cont{
    padding: 3em 1em 1.5em;
  }
  .flex_box {
        display: block;
    }
  .wrapper {
    max-width: 90%;
  }
  .bnr_cont a {
    display: block;
  }
  .bnr_cont .flex_box a img {
    width: 100%;
  }
  .scr_cont .middle_box {
    margin: 3em auto;
  }
  .scr_cont .question_oc {
    margin: 3em auto;
    background-image: none;
  }
  .scr_cont .question_oc .wrapper p img {
    width: 100%;
  }
  .scr_cont .question_oc .wrapper .oc_link {
    width: 100%;
    margin-left: 0;
  }
  .scr_cont .question_oc .wrapper .tit_large,   .scr_cont .question_sns .wrapper .tit_large,   .scr_cont .question_shinro .wrapper .tit_large {
    font-size: 24px;
    padding-bottom: 1em;
    padding-top: 0.5em;
  }
  .scr_cont .question_oc .wrapper h3 {
    margin-top: 2em;
    padding-bottom: 1em;
  }
  .scr_cont .question_sns .wrapper {
    max-width: 100%;
  }
  .scr_cont .question_sns .wrapper .flex_box {
    padding: 0 1em;
  }
  .scr_cont .question_sns .wrapper .flex_box .left_box {
    margin-bottom: 2em;
  }
  .scr_cont .question_sns .wrapper .flex_box > div {
    width: 100%;
  }
  .scr_cont .question_sns .btn_06 {
    font-size: 18px;
    padding: 0.5em 0;
  }
  .scr_cont .question_sns .btn_06:after {
    top: 0.9em;
  }
  .scr_cont .question_shinro .wrapper {
    max-width: 100%;
  }
  .scr_cont .question_shinro .wrapper .left_box, .scr_cont .question_shinro .wrapper .right_box {
    width: 100%;
  }
  .scr_cont .question_shinro .wrapper .left_box .btn_06, .scr_cont .question_shinro .wrapper .right_box .btn_06 {
    width: 100%;
  }
  .scr_cont .question_shinro .wrapper .btm_box {
    padding: 1em;
  }
  .scr_cont .question_shinro .wrapper .btm_box .senior_name {
    margin: 0.5em 1em 0 0;
  }
  .scr_cont .question_shinro .wrapper a {
    width: 90%;
    margin-top: 0;
  }
  .nyugaku_cont {
    padding: 2em 1em 3em;
  }
  .nyugaku_cont .wrapper {
    max-width: 100%;
  }
  .nyugaku_cont .wrapper h2 {
    padding: 0;
    margin-bottom: 1em
  }
  .nyugaku_cont .wrapper .flex_box .left_box, .nyugaku_cont .wrapper .flex_box .right_box {
    width: 100%;
  }
  .nyugaku_cont .wrapper .step_box .step_img {
    text-align: center;
    margin-bottom: 1em;
  }
  .nyugaku_cont .wrapper .step_box .step_img img {
    width: 155px;
    margin: 0 auto;
  }
  .nyugaku_cont .wrapper .sns_box .tit_box {
    margin: 0 auto 3em;
    text-align: center;
  }
  .nyugaku_cont .wrapper .sns_box .tit_box h3 {
    text-align: center;
  }
  .nyugaku_cont .wrapper .sns_box .flex_side .left_box {
    margin-bottom: 2em;
  }
  .nyugaku_cont .wrapper .sns_box .flex_side .left_box .flex_box {
    display: flex;
  }
  .nyugaku_cont .wrapper .sns_box .flex_side .left_box .flex_box .sns_icon {
    width: 50%;
  }
  .nyugaku_cont .wrapper .sns_box .flex_side .left_box .flex_box .explanation_box {
    width: 50%;
    padding: 1em;
  }
  .nyugaku_cont .wrapper .sns_box .flex_side .left_box .flex_box .explanation_box p {
    font-size: 16px;
    font-weight: bold;
  }
  .nyugaku_cont .wrapper .sns_box .flex_side .right_box .flex_box {
    display: flex;
  }
  .nyugaku_cont .wrapper .sns_box .flex_side .right_box .flex_box .sns_icon {
    width: 50%;
  }
  .nyugaku_cont .wrapper .sns_box .flex_side .right_box .flex_box .explanation_box {
    width: 50%;
    padding: 1em;
  }
  .nyugaku_cont .wrapper .sns_box .flex_side .right_box .flex_box .explanation_box p {
    font-size: 16px;
    font-weight: bold;
  }
  .nyugaku_cont .sns_box .medium_bnr {
    width: 100%;
  }
  /* btn */
  a.btn_06 {
    width: 100%;
    padding: 0.7em 0;
  }
  /* baroon */
  .balloon1-top {
    width: 100%;
    padding: 1em;
  }
  .balloon1-top p span {
    font-size: 40px;
  }
  .balloon1-top .bg_white {
    margin-top: 0em;
    border-radius: 25px;
  }
  .balloon1-top .bg_white .flex_box {
    display: block;
    padding-top: 2em;
  }
  .balloon1-top .bg_white .tokuten {
    width: 100%;
    margin-bottom: 2em;
  }
  .balloon1-top .bg_white .tokuten p:nth-child(2) {
    margin-bottom: 2em;
  }
  .balloon1-top .bg_white .btn_06 {
    width: 90%;
    font-size: 18px;
  }
  .balloon1-top .bg_white .btn_06:after {
    top: 1.7em;
  }
  .balloon1-top .sub_tit {
    width: 100%;
  }
  .modal__trigger {
    float: none;
    width: 100%;
  }
  .modal__trigger:nth-child(2n) {
    float: none;
    width: 100%;
  }
  .modal__title {
    text-align: center;
  }
  .modal__title p {
    margin: 1em auto 0;
  }
  .modal__title p .senior_name {
    margin: 0 autol
  }
	#question_oc #bnr-two a {
	width: calc(100% / 1 );
	margin-bottom: 1em;
	}

	.top_cont h4 {
    font-size: 1.2em !important;
	}
	.top_cont .graph_flex01 {
	display: block;
	margin-top: 15px;
	}
	.top_cont .graph_flex02 {
	display: block;
	margin-top: 30px;
	}
	.top_cont .graph {
	width: 100%;
	}
	.top_cont .graph_text {
	width: 100%;
	margin-top: 30px;
	}
	.top_cont .graph_text2 {
	width: 100%;
	margin-top: 30px;
	max-width: 60%
	}
	.question_support_left {
    display: block;
    margin-top: 50px;
	}
	.yel_ttl {
	height: 80px;
	display: block;
	min-width: 280px;
	}
	.yel_ttl h3 {
	left: 30px;
	right: 0;
	font-size: 1.2em;
	text-align: left !important;
	font-weight: 600;
	padding-left: 0;
	line-height: 1.3;
	}
	.question_support_detail {
	width: 90%;
	margin: 30px auto 0;
	}
	.question_support_left {
    margin-top: 50px;
	}
	.question_support_detail h4 {
    font-size: 1em;
    margin-bottom: 10px;
	}
	.question_support_left dl {
	font-size: 0.9em;
	}
	.work_list_box table {
	margin-top: 30px;
	width: 200%;
	font-size: 0.9em;
	}
	.work_list_box p {
    text-align: left;
    padding-top: 20px;
    font-size: 0.7em;
	}
	#shinro_lp th, td {
    padding: 0.5em;
	}
	.work_list_box {
    padding: 50px 30px;
    margin-top: 50px;
	}
	.sec_bnr_wrap {
	display: block;
	}
	.sec_bnr_right {
	display: none;
	}
	.sec_bnr_left {
	width: 100%;
	margin-left: 0;
	}
	.btn.size_l {
    width: 100%;
	}
	.question_interview_international_box li {
    padding: 30px;
    margin: 50px auto 0;
	}
	.question_interview_international_box dl {
    margin: 0 auto 0;
	font-size: 0.8em;
	}
	.question_interview_international .accordion {
    margin: 30px auto 0;
	}
	.question_interview_international .question {
    padding: 1rem 4rem 1rem 0;
    font-size: 0.7em;
	}
	.question_interview_international .question span img {
	width: 20px !important;
	}
	.question_interview_international .question span {
    width: 30px !important;
	}
	.question_interview_international .question:after, .question_interview_international .question:before {
    right: 10px;
	}
	.question_interview_international .anser {
    padding: 0;
	font-size: 0.7em;
	}
	.question_interview_international .faq {
    margin-top: 0;
	}
	.question_interview_international .anser div {
    padding: 1rem;
	}
	.bnr_text {
	display: block;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 40px;
	}
	.bnr_text span {
	width: 40%;
	display: block;
	margin-top: -90px;
	margin-bottom: 15px;
	}
	.bnr_text h3 {
	text-align: left;
	color: #000;
	font-weight: 500;
	font-size: 1em;
	width: 100%;
	}
	.question_sp {
	width: 90%;
	margin-left: 10%;
	text-align: right;
	margin-top: 30px;
	}
	.question_support_wrap {
    display: block;
	}
	.question_support_left_wrap {
        width: 100%;
    }
	.question_work {
    padding: 3em 0 5em;
	}
	.circle_list {
    margin-top: 30px;
	}
	.question_interview_international_box dt {
	width: 100%;
	margin-top: 20px;
	float: none;
	}
	.question_interview_international_box dd {
	width: 100%;
	margin-top: 10px;
	float: none;
	}
	 .internatinal_bnr 	{
	margin-bottom: 30px;
	}
	.country_list .boxtitle {
	font-size: 1.1em;
	text-align: left;
	}
	.country_list {
	padding: 30px;
	font-size: 0.9em;
	}
	.country_list ul,
	.work_list_box h4,
	.list3,
	.list4 {
	width: 400%;
	}
	.work_list_box ul li {
    font-size: 0.8em;
	}
	.work_list_box h4 {
    margin-top: 30px;
	}
	.work_list_box h4:first-child {
	margin-top: 10px;
	}
	.boxtitle {
	margin-top: 30px !important;
    margin-bottom: 5px;
	}
	.country_list ul, .list3, .list4 {
    margin-top: 5px;
	}

}