@charset 'UTF-8';

body{
  background-image:
    repeating-linear-gradient(0deg, transparent, transparent 10px, rgba(232, 246, 250, 1) 10px, rgba(232, 246, 250, 1) 11px ),
    repeating-linear-gradient(90deg, transparent, transparent 10px, rgba(232, 246, 250, 1) 10px, rgba(232, 246, 250, 1) 11px );
}

/*  article>header  */
article>header{
  position: relative;
  left: 50%;
  z-index: 0;
  margin-bottom: calc(8.2rem + 3.1rem);
  width: 100vw;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgb(255, 238, 144);
}
article>header::before{
  content: '';
  display: block;
  padding-top: calc(218 / 375 * 100%);
  margin: 0 0 0 auto;
  width: calc(81 / 375 * 100%);
  -webkit-transform: skewX(13.5deg);
  transform: skewX(13.5deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-color: rgb(255, 238, 144);
}
@media screen and (min-width: 768px){
  article>header{
    margin-bottom: 0;
  }
  article>header::before{
    padding-top: calc(600 / 1920 * 100%);
    width: calc(340 / 1920 * 100%);
  }
}
article>header::after{
  content: '';
  position: absolute;
  top: 0;
  bottom: calc(36 / 600 * -100%);
  right: 0;
  width: calc(81 / 375 * 100%);
  -webkit-transform: skewX(-13.5deg);
  transform: skewX(-13.5deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  background-color: rgb(247, 155, 155);
  mix-blend-mode: multiply;
}
_:-ms-lang(x)::-ms-backdrop, article>header::after{
  mix-blend-mode: normal;
  opacity: 0.5;
}
@media screen and (min-width: 768px){
  article>header::after{
    width: calc(340 / 1920 * 100%);
  }
}
body:not(.loaded) article>header::after{
  -webkit-transform: skewX(-13.5deg) translateX(100%);
  transform: skewX(-13.5deg) translateX(100%);
}
body.loaded article>header::after{
  -webkit-transform: skewX(-13.5deg);
  transform: skewX(-13.5deg);
  transition: 1s -webkit-transform ease-out;
  transition: 1s transform ease-out;
  transition: 1s transform ease-out, 1s -webkit-transform ease-out;
}
article>header h2{
  padding: 1.4rem calc(25 / 375 * 100vw);
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
  font-size: 0;
  font-weight: normal;
  background-color: rgb(255, 255, 255);
}
body:not(.loaded) article>header h2{
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
body.loaded article>header h2{
  -webkit-transform: none;
  transform: none;
  transition: 1s -webkit-transform ease-out 1s;
  transition: 1s transform ease-out 1s;
  transition: 1s transform ease-out 1s, 1s -webkit-transform ease-out 1s;
}
article>header h2::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  z-index: -10;
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px){
  article>header h2{
    padding: 0 calc(95 / 1920 * 100%) 0 0;
    top: calc(136 / 600 * 100%);
    left: auto;
    right: 0;
    z-index: 10;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    align-items: flex-end;
    background-color: transparent;
  }
  article>header h2::before{
    content: none;
  }
}
article>header h2 span{
  display: block;
}
article>header h2 .ja{
  width: 20.7rem;
  font-size: 2.2rem;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (min-width: 768px){
  article>header h2 span{
    background-color: rgb(255, 255, 255);
  }
  article>header h2 .ja{
    width: 37.0rem;
    font-size: 3.9rem;
    line-height: 1.8;
    border-left: calc(35 / 39 * 1em) solid rgb(255, 255, 255);
    border-right: calc(35 / 39 * 1em) solid rgb(255, 255, 255);
  }
}
article>header h2 .ja::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  padding-top: calc(39 / 370 * 100%);
  margin-top: -.25em;
  width: 100%;
  background: url(../images/txt_greeting.svg) no-repeat 50% 50%;
  background-size: contain;
}
article>header h2 .en{
  font-family: 'Baloo Thambi 2', cursive;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: calc(0.52 / 26 * 1em);
  color: rgb(241, 132, 51);
}
@media screen and (min-width: 768px){
  article>header h2 .en{
    margin-top: 1.8rem;
    font-size: 1.8rem;
    border-left: calc(30 / 26 * 1em) solid rgb(255, 255, 255);
    border-right: calc(30 / 26 * 1em) solid rgb(255, 255, 255);
  }
}
body:not(.loaded) article>header h2 .ja{
  color: transparent;
}
body.loaded article>header h2 .ja{
  color: rgb(31, 31, 31);
  transition: 1s color 1.75s;
}
body:not(.loaded) article>header h2 .ja::before{
  opacity: 0;
}
body.loaded article>header h2 .ja::before{
  opacity: 1.0;
  transition: 1s opacity 1.75s;
}
body:not(.loaded) article>header h2 .en{
  color: transparent;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
body.loaded article>header h2 .en{
  color: rgb(241, 132, 51);
  -webkit-transform: none;
  transform: none;
  transition: 1s color 2.5s, 1s -webkit-transform ease-out 1.75s;
  transition: 1s color 2.5s, 1s transform ease-out 1.75s;
  transition: 1s color 2.5s, 1s transform ease-out 1.75s, 1s -webkit-transform ease-out 1.75s;
}
article>header .image{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  width: calc(346 / 375 * 100%);
  background: url(../images/bg_greeting.jpg) no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
@media screen and (min-width: 768px){
  article>header .image{
    width: calc(1724 / 1920 * 100%);
    background-position: 50% 72%;
  }
}

/*  intro */
#intro{
  padding: calc(47 / 375 * 100%) calc(25 / 375 * 100%) calc(25 / 375 * 100%) calc(25 / 375 * 100%);
  margin: 0 auto;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px){
  #intro{
    padding: calc(52 / 1100 * 100%) calc(50 / 1100 * 100%) calc(80 / 1100 * 100%) calc(50 / 1100 * 100%);
    margin: 15.0rem auto 0 auto;
    position: relative;
    box-shadow: none;
    background-color: transparent;
  }
  #intro::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -10;
    width: 100vw;
    max-width: 115.0rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: rgb(255, 255, 255);
  }
}

/*  intro>container */
@media screen and (min-width: 768px){
  #intro>.container{
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    justify-content: space-around;
    -webkit-box-align: start;
    align-items: flex-start;
  }
}
#intro>.container .speech{
  padding: 2.2rem;
  position: relative;
  border-radius: 12px;
  background-color: rgb(255, 224, 222);
}
#intro>.container .speech::before{
  content: '';
  display: block;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 65%;
  right: auto;
  margin: auto;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  width: 4.1rem;
  height: 1.8rem;
  background: url(../images/bg_speech_v.svg) no-repeat 50% 0%;
  background-size: contain;
}
#intro>.container .speech h3{
  padding: 0 0 .9em 0;
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: calc(1 / 20 * 1em);
}
#intro>.container p{
  margin: 0;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: calc(0.7 / 14 * 1em);
}
#intro>.container .image{
  margin: 2.5rem auto;
  max-width: 22.2rem;
}
@media screen and (min-width: 768px){
  #intro>.container .speech{
    padding: calc(40 / 1000 * 100%) calc(47 / 1000 * 100%);
    flex-basis: calc(533 / 1000 * 100%);
    box-sizing: border-box;
  }
  #intro>.container .speech::before{
    top: 23.0rem;
    bottom: auto;
    left: 0;
    right: auto;
    width: 1.8rem;
    height: 4.1rem;
    background: url(../images/bg_speech.svg) no-repeat 100% 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  #intro>.container .speech h3{
    font-size: 2.6rem;
    line-height: 1.69;
  }
  #intro>.container p{
    font-size: 1.6rem;
    line-height: 1.88;
  }
  #intro>.container .image{
    margin: 0;
    flex-basis: calc(366 / 1000 * 100%);
    max-width: 36.6rem;
  }
}
#intro>.container .image img{
  border-radius: 50%;
}

/*  intro>section  */
#intro>section{
  margin-top: 2.3rem;
}
#intro>section:first-of-type{
  margin-top: 4.0rem;
}
#intro>section:not(:last-of-type){
  padding-bottom: 0;
  background: url(../images/bg_intro_section.svg) no-repeat;
  background-position: left 50% bottom .8rem;
  background-size: 10.5rem auto;
}
#intro>section h4{
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: calc(1.1 / 22 * 1em);
  background-color: rgb(255, 238, 144);
  background-repeat: no-repeat, no-repeat;
  background-position: 0% 50%, 100% 50%;
  background-size: auto 100%;
  padding: 1.0rem calc(18 / 17 * 1em);
  font-size: 1.7rem;
  line-height: 1.53;
  text-align: center;
  background-image: url(../images/bg_intro_sp_l.svg), url(../images/bg_intro_sp_r.svg);
}
#intro>section .container{
  padding: 2.1rem 0;
}
#intro>section .container.noimage .text{
  padding-bottom: 2.6rem;
}
#intro>section p{
  margin: 0;
  letter-spacing: calc(0.8 / 16 * 1em);
  font-size: 1.4rem;
  line-height: 2;
}
#intro>section p.sep{
  padding-top: 1.88em;
}
#intro>section p a{
  font-weight: 500;
  text-decoration: underline;
  color: rgb(31, 31, 31);
  transition: .3s color;
}
#intro>section p a:hover{
  color: rgb(234, 100, 94);
}
#intro>section .image{
  margin: 2.6rem auto;
  max-width: 23.8rem;
}
#intro .signature{
  padding-right: calc(40 / 1000 * 100%);
}
#intro .signature p{
  margin: 0;
  text-align: right;
}
#intro .signature .post{
  padding-right: 0;
  display: block;
  font-size: 1.4rem;
  letter-spacing: calc(0.85 / 17 * 1me);
}
#intro .signature .name{
  display: block;
  font-size: 2.4rem;
  line-height: 2;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: calc(1.4 / 28 * 1em);
}
@media screen and (min-width: 768px){
  #intro>section{
    margin-top: 3.2rem;
  }
  #intro>section:first-of-type{
    margin-top: 3.2rem;
  }
  #intro>section:not(:last-of-type){
    padding-bottom: 4.8rem;
    background-position: left 50% bottom 1.8rem;
    background-size: auto;
  }
  #intro>section h4{
    padding: 0 calc(42 / 22 * 1em);
    font-size: 2.2rem;
    text-align: left;
    line-height: 1.8;
    background-image: url(../images/bg_intro_l.svg), url(../images/bg_intro_r.svg);
  }
  #intro>section .container{
    padding: 3.0rem 0;
  }
  #intro>section .container.noimage .text{
    padding-bottom: 0;
  }
  #intro>section p{
    font-size: 1.6rem;
    line-height: 1.88;
  }
  #intro>section .image{
    margin: 0 auto;
    max-width: 30.4rem;
  }
  #intro>section:nth-of-type(2n) h4{
    text-align: right;
  }
  #intro>section .container{
    display: -webkit-box;
    display: flex;
  }
  #intro>section:nth-of-type(2n):not(:last-of-type) .container{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
  }
  #intro>section .container:not(.noimage)>.text{
    flex-basis: calc(605 / 1000 * 100%);
  }
  #intro>section .container>.image{
    flex-basis: calc(304 / 1000 * 100%);
    margin: 0 calc(40 / 1000 * 100%);
  }
  #intro .signature .post{
    padding-right: calc(20 / 17 * 1em);
    display: inline;
    font-size: 1.7rem;
  }
  #intro .signature .name{
    display: inline;
    font-size: 2.8rem;
    line-height: 1.15;
  }
}
@media screen and (min-width: 1200px){
  #intro>section.short{
    position: relative;
  }
  #intro>section.short .container>.image img{
    position: absolute;
    top: 0;
  }
}

/*  profile  */
#profile{
  padding: calc(47 / 375 * 100%) calc(25 / 375 * 100%) calc(25 / 375 * 100%) calc(25 / 375 * 100%);
  margin: 4.0rem auto 7.0rem auto;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px){
  #profile{
    padding: calc(80 / 1100 * 100%) calc(50 / 1100 * 100%);
    margin: 8.0rem auto 11.1rem auto;
    position: relative;
    box-shadow: none;
    background-color: transparent;
  }
  #profile::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -10;
    width: 100vw;
    max-width: 115.0rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: rgb(255, 255, 255);
  }
}
#profile h2{
  position: relative;
  padding: 1.4rem;
  margin: 0 auto 2.6rem auto;
  max-width: 32.0rem;
  border: solid 3px rgb(242, 132, 51);
  box-sizing: border-box;
  font-family: 'Noto Serif JP', serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: calc(1.3 / 26 * 1em);
  text-align: center;
}
@media screen and (min-width: 768px){
  #profile h2{
    padding: 1.6rem;
    margin: 0 auto 5.6rem auto;
    font-size: 2.6rem;
  }
}
#profile h2::before{
  content: '';
  position: absolute;
  top: 50%;
  bottom: -3px;
  left: -3px;
  right: calc(210 / 320 * 100%);
  border-bottom: solid 3px rgb(255, 209, 31);
  border-left: solid 3px rgb(255, 209, 31);
}
#profile h2::after{
  content: '';
  position: absolute;
  top: -3px;
  bottom: 50%;
  left: calc(210 / 320 * 100%);
  right: -3px;
  border-top: solid 3px rgb(255, 209, 31);
  border-right: solid 3px rgb(255, 209, 31);
}
#profile section{
  padding-bottom: 0.6rem;
}
@media screen and (min-width: 768px){
  #profile section{
    padding-bottom: 2.2rem;
  }
}
#profile h3{
  margin: 0;
  font-family: 'Noto Serif JP', serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.1;
  letter-spacing: calc(1.1 / 22 * 1em);
  text-align: center;
  border-bottom: 2px solid rgb(242, 132, 51);
}
#profile h3 span{
  font-size: 1.4rem;
}
@media screen and (min-width: 768px){
  #profile h3{
    font-size: 2.2rem;
    line-height: 1.9;
    text-align: left;
  }
  #profile h3 span{
    font-size: 1.8rem;
  }
}
#profile ul{
  padding: 2.0rem 0;
  margin: 0;
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.88;
}
#profile .field ul:first-of-type{
  padding-bottom: 0;
}
#profile .field ul:last-of-type{
  padding-top: 0;
}
@media screen and (min-width: 768px){
  #profile ul{
    padding: 2.4rem 0;
    font-size: 1.6rem;
  }
  #profile .field ul:first-of-type{
    padding-bottom: 2.4rem;
  }
  #profile .field ul:last-of-type{
    padding-top: 2.4rem;
  }
}
#profile li{
  padding-left: 1.05em;
  text-indent: -1.05em;
}
#profile section:not(.edubg) li::before{
  content: '\30FB';
}
#profile li span{
  display: inline-block;
  text-indent: 0;
}
#profile .edubg li{
  padding-left: 5.4em;
  text-indent: -5.4em;
}
#profile .edubg li span{
  min-width: 5.4em;
}
#profile li a{
  text-decoration: underline;
  transition: .3s color;
}
#profile li a:hover{
  color: rgb(234, 100, 94);
  opacity: 1;
}
#profile .certificate .image{
  display: none;
}
@media screen and (min-width: 768px){
  #profile .container{
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  #profile .edubg{
    flex-basis: calc(480 / 1000 * 100%);
    padding-bottom: 6.5rem;
  }
  #profile .soc{
    flex-basis: calc(480 / 1000 * 100%);
  }
  #profile .field{
    flex-basis: calc(480 / 1000 * 100%);
    margin-top: -6.5rem;
  }
  #profile .field ul:first-of-type{
    flex-basis: 50%;
  }
  #profile .field ul:last-of-type{
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding-left: calc(21 / 480 * 100%);
  }
  #profile .certificate{
    border-bottom: 2px solid rgb(242, 132, 51);
    position: relative;
  }
  #profile .certificate .mascot{
    position: absolute;
    bottom: 5.0rem;
    right: 3.2rem;
    width: 8.2rem;
    height: 12.3rem;
    background: url(../images/ill_mascot.svg) no-repeat 50% 50%;
    background-size: contain;
  }
  #profile .certificate .mascot:not(.outside){
    -webkit-animation: poyooon 0.8s linear .4s;
    animation: poyooon 0.8s linear .4s;
  }
  #profile .certificate .image{
    display: block;
    margin: 3.3rem 12.1rem 1.8rem 0;
  }
}
@-webkit-keyframes poyooon {
  0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); transform: scale(1.0, 1.0) translate(0%, 0%); }
  10%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); transform: scale(1.1, 0.9) translate(0%, 5%); }
  40%  { -webkit-transform: scale(1.2, 0.8) translate(0%, 15%); transform: scale(1.2, 0.8) translate(0%, 15%); }
  50%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); transform: scale(1.0, 1.0) translate(0%, 0%); }
  60%  { -webkit-transform: scale(0.9, 1.2) translate(0%, -100%); transform: scale(0.9, 1.2) translate(0%, -100%); }
  75%  { -webkit-transform: scale(0.9, 1.2) translate(0%, -20%); transform: scale(0.9, 1.2) translate(0%, -20%); }
  85%  { -webkit-transform: scale(1.2, 0.8) translate(0%, 15%); transform: scale(1.2, 0.8) translate(0%, 15%); }
  100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); transform: scale(1.0, 1.0) translate(0%, 0%); }
}
@keyframes poyooon {
  0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); transform: scale(1.0, 1.0) translate(0%, 0%); }
  10%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); transform: scale(1.1, 0.9) translate(0%, 5%); }
  40%  { -webkit-transform: scale(1.2, 0.8) translate(0%, 15%); transform: scale(1.2, 0.8) translate(0%, 15%); }
  50%  { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); transform: scale(1.0, 1.0) translate(0%, 0%); }
  60%  { -webkit-transform: scale(0.9, 1.2) translate(0%, -100%); transform: scale(0.9, 1.2) translate(0%, -100%); }
  75%  { -webkit-transform: scale(0.9, 1.2) translate(0%, -20%); transform: scale(0.9, 1.2) translate(0%, -20%); }
  85%  { -webkit-transform: scale(1.2, 0.8) translate(0%, 15%); transform: scale(1.2, 0.8) translate(0%, 15%); }
  100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); transform: scale(1.0, 1.0) translate(0%, 0%); }
}

/* media queries */
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 1.5dppx){
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx){
}
@media screen and (min-width: 480px){
  /* sp_horizon- */
}
@media screen and (min-width: 768px){
  /* tablet- */
}
@media screen and (min-width: 1024px){
  /* pc- */
}

/*  ie hack  */
_:-ms-lang(x)::-ms-backdrop, .selector{

}

/* 2021.11.4 バナー追加 */
.interview-banner{
  margin-top: 36px;
  text-align: center;
  height: 130px;
}
.interview-img{
  height: 100%;
}

/**/

#intro .tag_reg_logo {
  background: #FFF;
  margin-top: 2rem;
}

#intro .tag_reg_logo .tagline{
  -webkit-box-flex: 1;
  flex-grow: 1;
}
#intro .tag_reg_logo .tagline{
  margin: 0 auto;
  width: 100%;
  max-width: 41.4rem;
  text-align: center;
}
#intro .tag_reg_logo .tagline>span{
  padding: 1.0rem 3.2rem;
  position: relative;
  display: block;
  width: 22.9rem;
  box-sizing: border-box;
  overflow: hidden;
}
#intro .tag_reg_logo .tagline>span:nth-of-type(2){
  margin-top: -.6rem;
  margin-left: auto;
}
#intro .tag_reg_logo .tagline>span::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  -webkit-transform: skewX(-8deg);
  transform: skewX(-8deg);
}

#intro .tag_reg_logo .tagline>span::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 1px;
}
#intro .tag_reg_logo .tagline>span:nth-of-type(1)::before{
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-color: rgb(254, 177, 33);
}
#intro .tag_reg_logo .tagline>span:nth-of-type(2)::before{
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(241, 132, 51, 0.6);
}
#intro .tag_reg_logo .tagline>span:nth-of-type(2)::after{
  background-color: rgb(241, 132, 51);
}

#intro .tag_reg_logo .tagline>span .txt{
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  z-index: 2;
  position: relative;
}
#intro .tag_reg_logo .tagline>span:nth-of-type(1) .txt{
  width: 15.4rem;
}
#intro .tag_reg_logo .tagline>span:nth-of-type(2) .txt{
  width: 15.4rem;
}
#intro .tag_reg_logo .tagline .txt::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
#intro .tag_reg_logo .tagline span:nth-of-type(1) .txt::before{
  padding-top: calc(46 / 300 * 100%);
  background-image: url(../images/txt_slide1b.svg);
}
#intro .tag_reg_logo .tagline span:nth-of-type(2) .txt::before{
  padding-top: calc(48 / 320 * 100%);
  background-image: url(../images/txt_slide1a.svg);
}

#intro .tag_reg_logo p {
  text-align: center;
  color: #F18433;
  line-height: 1.3 !important;
  margin-top: 10px !important;
}

@media screen and (min-width: 768px){

#intro .tag_reg_logo {
  background: lightblue;
  background: #FFF;
}

  #intro .tag_reg_logo {
    margin-top: 2rem;
  }
  #intro .tag_reg_logo  .tagline{
    padding-top: 5.7%;
    width: auto;
    max-width: none;
  }
  #intro .tag_reg_logo  .tagline>span{
    padding: calc(14 / 1920 * 100vw) calc(70 / 1920 * 100vw);
    position: relative;
    display: inline-block;
    width: auto;
    overflow: hidden;
  }
  #intro .tag_reg_logo  .tagline>span:nth-of-type(1){
    border-bottom: calc(20 / 1920 * 100vw) solid transparent;
  }
  #intro .tag_reg_logo  .tagline>span:nth-of-type(2){
    margin-top: 0;
    margin-left: calc(42 / 1920 * -100vw);
    border-top: calc(20 / 1920 * 100vw) solid transparent;
  }
  #intro .tag_reg_logo  .tagline>span:nth-of-type(1) .txt{
    width: calc(300 / 1920 * 100vw);
  }
  #intro .tag_reg_logo  .tagline>span:nth-of-type(2) .txt{
    width: calc(300 / 1920 * 100vw);
  }
}