@charset "UTF-8";
/* CSS Document */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

embed,
iframe,
img,
object,
svg {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled,
button:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* font
font-family: "Sawarabi Mincho";
font-family: 'Zen Maru Gothic', serif;
font-family: 'Mochiy Pop One', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
*/
/* base */
* {
  position: relative;
  z-index: 1;
}

body {
  color: #333;
  font-family: "Sawarabi Mincho";
  font-size: 0.9375vw;
  font-weight: 400;
  text-align: justify;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 15.625vw;
  line-height: 1.5;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  body {
    font-size: 4.6153846154vw;
  }
}

@media screen and (max-width: 780px) and (orientation: portrait) {
  p,
  p {
    font-size: 3.0769230769vw;
  }
  p br,
  p br {
    display: none;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 1.25vw;
  color: #fff;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  h1 {
    font-size: 3.0769230769vw;
    text-align: center;
  }
}

h2 {
  line-height: 1.8;
}

h3 {
  font-size: 1.6666666667vw;
  font-weight: bold;
  margin-bottom: 1.5625vw;
  line-height: 1.8;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  h3 {
    font-size: 4.6153846154vw;
  }
}

.flexbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .flexbox {
    display: block;
  }
}

.inner {
  width: 87.5vw;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .inner {
    width: 89.7435897436vw;
  }
}

.clear {
  clear: both;
}

.nopc {
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .nopc {
    display: block;
  }
}

@media screen and (max-width: 780px) and (orientation: portrait) {
  .nosp {
    display: none;
  }
}
/* header */
header {
  width: 100%;
  max-width: 100vw;
  height: 80vh;
  margin: auto;
  position: relative;
}
header .bgpic {
  height: 80vh;
  overflow: hidden;
}
header .bgpic div {
  width: 100%;
  height: 120vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  animation-name: fade;
  animation-duration: 20s;
  animation-iteration-count: infinite;
}
header .bgpic div:first-child {
  background-image: url(../img/bg01.jpg);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .bgpic div:first-child {
    background-image: url(../img/bgsp01.jpg);
  }
}
header .bgpic div:nth-child(2) {
  background-image: url(../img/bg02.jpg);
  animation-delay: 4s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .bgpic div:nth-child(2) {
    background-image: url(../img/bgsp02.jpg);
  }
}
header .bgpic div:nth-child(3) {
  background-image: url(../img/bg03.png);
  animation-delay: 8s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .bgpic div:nth-child(3) {
    background-image: url(../img/bgsp03.jpg);
  }
}
header .bgpic div:nth-child(4) {
  background-image: url(../img/bg04.jpg);
  animation-delay: 12s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .bgpic div:nth-child(4) {
    background-image: url(../img/bgsp04.jpg);
  }
}
header .bgpic div:nth-child(5) {
  background-image: url(../img/bg05.png);
  animation-delay: 16s;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .bgpic div:nth-child(5) {
    background-image: url(../img/bgsp05.jpg);
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
header .appeal {
  color: #fff;
  font-size: 4.1666666667vw;
  letter-spacing: 0.625vw;
  position: absolute;
  left: 0.5208333333vw;
  top: 13.5416666667vw;
  left: 5.2083333333vw;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .appeal {
    top: 40%;
    left: 2.5641025641vw;
    right: 2.5641025641vw;
    font-size: 5.1282051282vw;
  }
  header .appeal br {
    display: block;
  }
}
header .name {
  position: absolute;
  right: 3.125vw;
  bottom: 3.125vw;
  justify-content: flex-end;
  gap: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .name {
    width: 100%;
    left: 0;
    right: 0;
    justify-content: center;
  }
}
header .name .hdyt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
header .name .hdyt p {
  font-size: 0.9375vw;
  color: #fff;
  text-shadow: 2px 2px 15px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .name .hdyt p {
    font-size: 2.3076923077vw;
    margin-top: 3.8461538462vw;
  }
}
header .name img {
  width: 2.6041666667vw;
  margin-top: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  header .name img {
    width: 6.4102564103vw;
  }
}

footer {
  margin-top: 2.0833333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer {
    margin-top: 5.1282051282vw;
  }
}
footer small {
  margin-bottom: 2.0833333333vw;
  text-align: center;
  display: block;
  font-size: 1.25vw;
  line-height: 1;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  footer small {
    margin-bottom: 5.1282051282vw;
    font-size: 3.0769230769vw;
  }
}

/* main */
main {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 6.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main {
    margin-top: 15.3846153846vw;
  }
}
main #appealpoint {
  margin-bottom: 6.25vw;
  align-items: flex-start;
  font-size: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main #appealpoint {
    font-size: 2.5641025641vw;
    margin-bottom: 15.3846153846vw;
  }
}
main #appealpoint .leftbox {
  width: 50vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main #appealpoint .leftbox {
    width: 100%;
    margin-bottom: 7.6923076923vw;
  }
}
main #appealpoint .leftbox .subtext {
  margin-left: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main #appealpoint .leftbox .subtext {
    margin-left: 1.2820512821vw;
  }
}
main #appealpoint .leftbox .subtext p {
  padding-bottom: 0.5208333333vw;
  margin-bottom: 1.0416666667vw;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main #appealpoint .leftbox .subtext p {
    margin-bottom: 5.1282051282vw;
  }
}
main #appealpoint .leftbox .red {
  font-size: 1.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main #appealpoint .leftbox .red {
    font-size: 3.0769230769vw;
  }
}
main #appealpoint .rightbox {
  width: 29.6875vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main #appealpoint .rightbox {
    width: 100%;
  }
}
main #appealpoint .rightbox .flexbox {
  justify-content: flex-start;
  gap: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main #appealpoint .rightbox .flexbox {
    display: flex;
    gap: 3.8461538462vw;
  }
}
main #appealpoint .rightbox .flexbox a {
  padding-bottom: 0.5208333333vw;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main #appealpoint .rightbox .flexbox a {
    padding-bottom: 1.2820512821vw;
    font-size: 3.8461538462vw;
    color: #d10000;
    border-bottom: 1px solid #d10000;
    font-weight: bold;
  }
}
main #appealpoint .rightbox .bottomflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5208333333vw;
  margin-top: 2.0833333333vw;
}
main #appealpoint .rightbox .bottomflex div {
  display: flex;
  margin-bottom: 1.5625vw;
}
main #appealpoint .rightbox .bottomflex div a {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main #appealpoint .rightbox .bottomflex {
    margin-top: 5.1282051282vw;
    gap: 3.8461538462vw;
  }
}
main #appealpoint .rightbox .bottomflex p {
  width: 19.7916666667vw;
}
main #appealpoint .rightbox .bottomflex p span {
  display: none;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main #appealpoint .rightbox .bottomflex p span {
    display: inline-block;
  }
  main #appealpoint .rightbox .bottomflex p span a {
    color: #d10000;
    font-weight: bold;
    text-decoration: underline;
  }
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main #appealpoint .rightbox .bottomflex p {
    width: auto;
  }
  main #appealpoint .rightbox .bottomflex p br {
    display: block;
  }
}
main #appealpoint .rightbox img {
  width: 7.8125vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main #appealpoint .rightbox img {
    width: 25.641025641vw;
  }
}
main .column {
  align-items: flex-start;
  margin-bottom: 8.3333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .column {
    margin-bottom: 20.5128205128vw;
  }
}
main .column .leftbox {
  width: 57.2916666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .column .leftbox {
    width: 100%;
  }
}
main .column .leftbox .flyer {
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .column .leftbox .flyer {
    margin-bottom: 10.2564102564vw;
  }
}
main .column .leftbox .flyer .flexbox {
  gap: 1.5625vw;
  margin-bottom: 2.6041666667vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .column .leftbox .flyer .flexbox {
    margin-bottom: 6.4102564103vw;
  }
  main .column .leftbox .flyer .flexbox .nosp {
    margin-bottom: 0;
  }
}
main .column .leftbox .flyer .flexbox div {
  width: 13.0208333333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .column .leftbox .flyer .flexbox div {
    width: 100%;
    margin-bottom: 7.6923076923vw;
  }
  main .column .leftbox .flyer .flexbox div .language {
    display: none;
  }
}
main .column .leftbox .flyer .flexbox div a {
  width: 100%;
  display: block;
  margin-bottom: 0.5208333333vw;
  border: 1px solid #ccd9f0;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .column .leftbox .flyer .flexbox div a {
    margin-bottom: 2.5641025641vw;
  }
}
main .column .leftbox .flyer .flexbox div .format {
  color: #fff;
  line-height: 1;
  background-color: #d10000;
  padding: 0.5208333333vw;
  text-align: center;
  display: inline-block;
}
main .column .leftbox .flyer .add {
  padding-left: 10.4166666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .column .leftbox .flyer .add {
    padding-left: 0;
  }
}
main .column .leftbox .flyer .add p {
  font-size: 1.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .column .leftbox .flyer .add p {
    font-size: 3.0769230769vw;
  }
}
main .column .leftbox .experience .flexbox {
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2.6041666667vw;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .column .leftbox .experience .flexbox {
    margin-bottom: 10.2564102564vw;
  }
}
main .column .leftbox .experience .flexbox img {
  width: 18.75vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .column .leftbox .experience .flexbox img {
    width: 80%;
    margin-bottom: 2.5641025641vw;
  }
}
main .column .leftbox .experience .flexbox .righttext {
  font-size: 1.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .column .leftbox .experience .flexbox .righttext {
    font-size: 3.0769230769vw;
  }
}
main .column .leftbox .experience .flexbox .righttext .title {
  color: #092c83;
  font-weight: bold;
  margin-bottom: 1.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .column .leftbox .experience .flexbox .righttext .title {
    font-size: 3.8461538462vw;
  }
}
main .column .leftbox .experience .flexbox .righttext .youtube {
  margin-top: 1.5625vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .column .leftbox .experience .flexbox .righttext .youtube {
    margin-top: 3.8461538462vw;
  }
}
main .column .leftbox .experience .flexbox .righttext .youtube a {
  color: #d10000;
  line-height: 1;
  gap: 1.0416666667vw;
  align-items: center;
  display: flex;
}
main .column .leftbox .experience .flexbox .righttext .youtube a span {
  padding-bottom: 0.2604166667vw;
  border-bottom: 1px solid #d10000;
  font-weight: bold;
  display: block;
}
main .column .leftbox .experience .flexbox .righttext .youtube a img {
  width: 2.6041666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .column .leftbox .experience .flexbox .righttext .youtube a img {
    width: 8.9743589744vw;
  }
}
main .fb {
  width: 26.0416666667vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  main .fb {
    width: 64.1025641026vw;
  }
}
main .fb iframe {
  width: 100%;
  margin-top: 1.5625vw;
}

#link {
  padding-top: 5.2083333333vw;
  padding-bottom: 5.2083333333vw;
  background-color: #4472c4;
  color: #fff;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #link {
    padding-top: 12.8205128205vw;
    padding-bottom: 12.8205128205vw;
  }
}
#link li {
  margin-bottom: 1.0416666667vw;
}
#link li:last-child {
  margin-bottom: 0;
}
#link li a {
  font-size: 1.25vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  #link li a {
    font-size: 3.0769230769vw;
  }
}

/*　共有　*/
.inner {
  width: 87.5vw;
  margin: auto;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .inner {
    width: 89.7435897436vw;
  }
}

.red {
  color: #d10000;
}

.roundedbox {
  border-radius: 1.5625vw;
  padding-top: 8.3333333333vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 780px) and (orientation: portrait) {
  .roundedbox {
    border-radius: 3.8461538462vw;
    padding-top: 7.6923076923vw;
    padding-bottom: 7.6923076923vw;
  }
}

.bgwhite {
  background-color: #fff;
}

/* animation_delay */
.delay_2 {
  animation-delay: 0.2s !important;
}

.delay_3 {
  animation-delay: 0.3s !important;
}

.delay_4 {
  animation-delay: 0.4s !important;
}

.delay_6 {
  animation-delay: 0.6s !important;
}

.delay_8 {
  animation-delay: 0.8s !important;
}

.delay_9 {
  animation-delay: 0.9s !important;
}

.delay_12 {
  animation-delay: 1.2s !important;
}

/* animation */
@keyframes bound {
  0% {
    transform: translateY(7.2916666667vw);
    opacity: 0;
  }
  50% {
    transform: translateY(0);
  }
  65% {
    transform: translateY(1.5625vw);
  }
  100% {
    transform: translateY(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
.bound {
  opacity: 0;
}

.bound.animated {
  animation: bound 0.5s cubic-bezier(0.57, 0.23, 0.37, 0.95) 1 forwards;
}

.bound2 {
  opacity: 0;
}

.bound2.animated {
  animation: bound 0.7s cubic-bezier(0.57, 0.23, 0.37, 0.95) 1 forwards;
}

@keyframes fadeup {
  0% {
    transform: translateY(1.5625vw);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeup {
  opacity: 0;
}

.fadeup.animated {
  animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}

.slideleft {
  opacity: 0;
  transform: translateX(-1.0416666667vw);
}

.slideleft.animated {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s 0s ease-out;
}

.slideright {
  opacity: 0;
  transform: translateX(1.0416666667vw);
}

.slideright.animated {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.5s 0s ease-out;
}/*# sourceMappingURL=style.css.map */