@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Poetsen+One&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
}

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

/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass. Use this file to write IE specific override styles.
 * Import this file using the following HTML or equivalent:
 * <!--[if IE]>
 *   <link href="/stylesheets/ie.css" media="screen, projection" rel="stylesheet" type="text/css" />
 * <![endif]--> */
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 16px;
  margin-left: 16px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-offset-0,
.col-offset-1,
.col-offset-2,
.col-offset-3,
.col-offset-4,
.col-offset-5,
.col-offset-6,
.col-offset-7,
.col-offset-8,
.col-offset-9,
.col-offset-10,
.col-offset-11,
.col-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-offset-0,
  .col-offset-1,
  .col-offset-2,
  .col-offset-3,
  .col-offset-4,
  .col-offset-5,
  .col-offset-6,
  .col-offset-7,
  .col-offset-8,
  .col-offset-9,
  .col-offset-10,
  .col-offset-11,
  .col-offset-12 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 8px;
  }
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
@media screen and (max-width: 767px) {
  .col-1 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
@media screen and (max-width: 767px) {
  .col-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .col-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .col-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
@media screen and (max-width: 767px) {
  .col-5 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .col-6 {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 16px;
  }
}

.col-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
@media screen and (max-width: 767px) {
  .col-7 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
@media screen and (max-width: 767px) {
  .col-8 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 767px) {
  .col-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
@media screen and (max-width: 767px) {
  .col-10 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
@media screen and (max-width: 767px) {
  .col-11 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-offset-0 {
  margin-left: 0;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}
@media screen and (max-width: 767px) {
  .col-offset-1 {
    margin-left: 0;
  }
}

.col-offset-2 {
  margin-left: 16.66666667%;
}
@media screen and (max-width: 767px) {
  .col-offset-2 {
    margin-left: 0;
  }
}

.col-offset-3 {
  margin-left: 25%;
}
@media screen and (max-width: 767px) {
  .col-offset-3 {
    margin-left: 0;
  }
}

.col-offset-4 {
  margin-left: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .col-offset-4 {
    margin-left: 0;
  }
}

.col-offset-5 {
  margin-left: 41.66666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

.start {
  justify-content: flex-start;
  text-align: start;
}

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

.end {
  justify-content: flex-end;
  text-align: end;
}

.top {
  align-items: flex-start;
}

.middle {
  align-items: center;
}

.bottom {
  align-items: flex-end;
}

.around {
  justify-content: space-around;
}

.between {
  justify-content: space-between;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

html {
  height: auto;
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-size: cover;
  position: relative;
  font-size: 100%;
  height: auto;
  overflow-x: hidden;
}

main {
  margin: 0 !important;
}

img {
  display: block;
  max-width: 100%;
}

main {
  margin: 80px 0 0;
}

.first {
  order: 1;
}
@media screen and (max-width: 767px) {
  .first {
    order: 2 !important;
  }
}

.second {
  order: 2;
}
@media screen and (max-width: 767px) {
  .second {
    order: 1;
  }
}

.inline {
  display: none;
}
@media screen and (max-width: 767px) {
  .inline {
    display: inline-block !important;
  }
}

.readmore {
  display: inline;
  text-align: center;
  font-size: 0.8rem;
  margin: 0;
  color: #675852;
  text-decoration: underline dotted;
}

h2 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h3 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h4 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

h5 {
  line-height: 1.5;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 767px) {
  h2,
  h3,
  h4,
  h5,
  h6,
  p {
    letter-spacing: 0.03em !important;
  }
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "corporate-logo-ver2", sans-serif;
  font-weight: 700;
}

h4,
h5,
h6 {
  line-height: 1.5;
}

p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  p {
    white-space: normal;
    line-height: 1.75;
    font-size: 14px;
  }
}

article {
  padding: calc(40px + 3vw) 0;
}

a {
  text-decoration: none;
  color: #272727;
}

.row {
  margin: 0 !important;
}

.container-fluid {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: 1368px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 1199px) {
  .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: calc(100% - 16px);
    padding: 0 !important;
  }
}

.wp-pagenavi {
  /* 全体 */
  margin: 20px 0;
  font-size: 12px;
  text-align: center;
}

.wp-pagenavi a {
  /* フォント色 */
  color: #4a4a4a;
  margin: 0 8px;
}

.pages {
  /* 左の表記 */
  margin-right: 20px;
}

.sfwppa-pages {
  margin: 0 8px;
}

.wp-pagenavi .current,
.wp-pagenavi a.page {
  /* ボタン */
  margin: 0 6px 6px 0;
  display: inline-block;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}

.wp-pagenavi .current {
  /* カレント数字 */
  border: none;
  background: #87e6e9;
  color: #fff;
}

.wp-pagenavi a.page:hover {
  /* マウスオーバー */
  background: #87e6e9;
  color: #fff;
}

.wp-pagenavi .first,
.wp-pagenavi .extend {
  /* ... */
  margin-right: 10px;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  /* 記号の削除 */
  display: none;
}

.cookie-consent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  bottom: -200px;
  left: calc(50% - 325px);
  width: 650px;
  font-size: 12px;
  background: #fff;
  padding: 1.2em;
  box-sizing: border-box;
  border: 1px solid #ddd;
  visibility: visible;
  transition: 0.5s;
}

.cookie-consent.is-show {
  bottom: 30px;
}

.cookie-text {
  width: 90%;
}

.cookie-agree {
  color: #fff;
  background: dodgerblue;
  padding: 0.5em 1.5em;
}

.cookie-agree:hover {
  cursor: pointer;
}

/* パッと消える */
.cc-hide1 {
  display: none;
}

/* ゆっくり消える */
.cc-hide2 {
  animation: hide 1s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
/* メディアクエリ */
@media screen and (max-width: 650px) {
  .cookie-consent {
    flex-direction: column;
    width: 300px;
    left: calc(50% - 150px);
  }
  .cookie-text {
    width: 100%;
    margin-bottom: 1em;
  }
}
header {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  padding: 0 16px;
  z-index: 1;
}

.main_visual {
  position: relative;
  background: url(../img/main_image.jpg) no-repeat;
  height: 100vh;
  background-size: cover;
  z-index: 0;
}
.main_visual::after {
  content: "";
  position: absolute;
  bottom: -3vw;
  left: 0;
  width: 100%;
  height: 100px;
  transform: rotate(-3deg);
  background: white;
}
.main_visual .text_area {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  color: white;
}
.main_visual .text_area h3,
.main_visual .text_area h4 {
  font-size: clamp(1.125rem, 0.95rem + 0.88vw, 2rem);
}
.main_visual .text_area h5 {
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  text-transform: uppercase;
}
.main_visual .text_area h2 {
  font-family: "Poetsen One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  font-size: clamp(2.5rem, 1rem + 7.5vw, 10rem);
  line-height: 1 !important;
  letter-spacing: 0.01em;
}

.information {
  padding: 8vw 0;
}
.information h3 {
  font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2.5rem);
  text-transform: uppercase;
  color: #2C4882;
  margin: 0 !important;
}
.information h3 span {
  font-size: 50%;
  display: block;
}
.information .row {
  justify-content: flex-end;
}
.information dl {
  border-bottom: 1px dotted #f2f2f2;
}
.information dl:first-of-type {
  margin-top: 3rem;
}
.information dl dt,
.information dl dd {
  display: inline-block;
  padding: 24px 0;
}
.information dl dd {
  margin-left: 16px;
}

.event_days {
  padding: 80px 0;
}
.event_days h3 {
  text-align: center;
  font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2.5rem);
}
.event_days h3 span {
  display: block;
}
.event_days h6 {
  font-size: 48px;
}
.event_days h5 {
  color: #2C4882;
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
  text-align: center;
  margin-top: 80px;
  margin-bottom: 24px;
}
.event_days .row {
  justify-content: center;
  text-align: center;
}
.event_days .row .col-4:first-of-type .week {
  color: #2C4882;
}
.event_days .row .col-4:last-of-type .week {
  color: red;
}
.event_days .year {
  font-size: 60%;
}
.event_days .year::after {
  content: ".";
}
.event_days .week {
  -webkit-writing-mode: vertical-rl;
  -moz-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 40%;
  vertical-align: text-top;
  letter-spacing: 0.03em;
}
.event_days .flowing_text {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 140px;
  animation: flowing 16s linear infinite;
  white-space: nowrap;
  -webkit-text-stroke: 1px #2C4882;
  color: transparent;
}
@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.teacher {
  position: relative;
  z-index: 0;
  padding: 12vw 0;
}
@media screen and (max-width: 767px) {
  .teacher {
    padding: calc(12vw + 80px) 0;
  }
}
.teacher::before {
  content: "";
  position: absolute;
  top: -3vw;
  left: 0;
  width: 100%;
  height: 100px;
  transform: rotate(-3deg);
  background: white;
}
.teacher::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  background-position: center bottom;
  filter: blur(3px);
  z-index: -1;
}
.teacher .row {
  justify-content: center;
}
.teacher .row .col-4 {
  margin: 1rem 0;
}
.teacher h5 {
  text-align: center;
  white-space: pre-line;
  font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2.5rem);
}
.teacher h5 span {
  display: block;
  font-size: 50%;
  margin-bottom: 24px;
}
.teacher .gestBox {
  background: white;
  padding: 16px;
}
.teacher .gestBox h6 {
  padding: 0.5rem 2rem;
  margin: 2rem 0;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  background: #2C4882;
  display: inline-block;
}
.teacher .gestBox h3 {
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
}
.teacher .gestBox h3 span {
  display: block;
  color: #888;
  font-size: 14px;
}
.teacher .gestBox h5 {
  font-size: 16px;
  border: 1px solid #2C4882;
  display: inline-block;
  padding: 4px 24px;
  margin: 1rem 0;
  color: #2C4882;
}
.teacher .gestBox ol li {
  display: block;
  font-size: clamp(1.25rem, 1.1rem + 0.75vw, 1.6rem);
  margin: 16px 0;
  color: #2C4882;
  margin: 1rem 0;
}
.teacher .gestBox ol li span {
  display: block;
  font-size: 16px;
  margin: 8px 0;
}

.competition_summary {
  position: relative;
  padding: 80px 0;
}
.competition_summary h6 {
  -webkit-text-stroke: 1px #2C4882;
  color: transparent;
  font-size: 150px;
  overflow: hidden;
  opacity: 0.3;
  position: absolute;
  top: 60px;
  z-index: -1;
}
.competition_summary h3 {
  position: relative;
  z-index: 1;
  margin: 3rem 0;
  font-size: clamp(1.75rem, 1.6rem + 0.75vw, 2.5rem);
  padding: 0 1rem;
  border-left: 4px solid #2C4882;
}
.competition_summary table {
  table-layout: fixed;
}
.competition_summary table th, .competition_summary table td {
  display: block;
  padding: 16px 0;
}
.competition_summary table th {
  font-size: 24px;
  color: #2C4882;
}
.competition_summary table td {
  line-height: 1.75;
}
.competition_summary table td .col-4 table {
  table-layout: fixed;
  width: 100%;
}
.competition_summary table td .col-4 table tr {
  position: relative;
}
@media screen and (max-width: 767px) {
  .competition_summary table td .col-4 table tr {
    display: block;
  }
}
.competition_summary table td .col-4 table tr:last-of-type th::after {
  border: none;
}
.competition_summary table td .col-4 table tr th, .competition_summary table td .col-4 table tr td {
  display: table-cell;
  padding: 8px 0;
}
.competition_summary table td .col-4 table tr th {
  width: 20%;
  padding-left: 16px;
}
.competition_summary table td .col-4 table tr th::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #2C4882;
}
.competition_summary table td .col-4 table tr th::after {
  content: "";
  border-left: 2px solid #2C4882;
  position: absolute;
  left: 5px;
  top: 18px;
  height: 100%;
}
.competition_summary table td .col-4 table tr td {
  width: 80%;
  text-align: left;
}
.competition_summary table td .col-4 table tr td span {
  display: block;
  font-size: 12px;
  border-top: 1px solid #ccc;
  margin-top: 4px;
}
.competition_summary table td p {
  line-height: 1.75;
  margin: 0 0;
}
.competition_summary table td ul {
  margin: 0 !important;
  padding: 0;
}
.competition_summary table td ul li {
  display: block;
  padding: 8px 0;
}
.competition_summary table td ol {
  counter-reset: number 0;
}
.competition_summary table td ol li {
  display: block;
  padding: 8px 0;
}
.competition_summary table td ol li::before {
  counter-increment: number 1; /* number カウンタの増加数をセット */
  content: counter(number) ".";
  margin-right: 16px;
}
.competition_summary table td table {
  table-layout: fixed;
  width: 100%;
}
.competition_summary table td table th, .competition_summary table td table td {
  display: inline-block;
  vertical-align: text-top;
}
.competition_summary table td table th {
  width: 30%;
  font-size: 16px;
  color: #272727;
}
@media screen and (max-width: 767px) {
  .competition_summary table td table th {
    width: 100%;
  }
}
.competition_summary table td table th span {
  float: right;
}
@media screen and (max-width: 767px) {
  .competition_summary table td table th span {
    float: left;
    padding-left: 10%;
  }
}
.competition_summary table td table td {
  width: 70%;
  text-align: right;
  white-space: pre-line;
}
@media screen and (max-width: 767px) {
  .competition_summary table td table td {
    width: 100%;
  }
}

.textBox {
  background: #f2f2f2;
  padding: 16px;
}

.entry {
  margin: 80px 0;
}
.entry h4 {
  margin: 1rem 0;
  font-size: 24px;
  color: #2C4882;
}
.entry ul li {
  padding: 8px 0;
}
.entry ol {
  margin: 40px 0;
}
.entry ol li {
  display: inline-block;
  padding: 16px 0;
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .entry ol li {
    width: 100%;
  }
}
.entry ol li:first-of-type a {
  background: #0D83C2;
  width: 80%;
  margin: 1rem auto;
  padding: 16px 0;
  color: white;
  border-radius: 30px;
}
.entry ol li:last-of-type a {
  background: #FFE627;
  width: 80%;
  margin: 1rem auto;
  padding: 16px 0;
  color: #272727;
  border-radius: 30px;
}
.entry ol li span {
  display: block;
}
.entry ol li a {
  display: block;
  text-align: center;
}
.entry ol li a i {
  margin-right: 8px;
}

.sns {
  z-index: 0;
  padding: 12vw 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sns {
    padding: calc(12vw + 80px) 0;
  }
}
.sns .row {
  justify-content: center;
  margin: 80px 0 !important;
}
.sns .row iframe {
  margin: 0 auto;
}
.sns::before {
  content: "";
  position: absolute;
  top: -3vw;
  left: 0;
  width: 100%;
  height: 100px;
  transform: rotate(-3deg);
  background: white;
}
.sns::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/sns_bg.JPG) no-repeat;
  background-size: cover;
  background-position: center center;
  filter: blur(5px);
  z-index: -1;
}
.sns .facebook {
  background: #2C4882;
  color: white;
  padding: 16px 24px;
  display: block;
  margin: 2rem auto;
  width: 250px;
  border-radius: 30px;
  text-align: center;
}
.sns .facebook i {
  margin-right: 8px;
}
.sns .facebook::after {
  content: "→";
  margin-left: 8px;
}
.sns .snsBox {
  background: white;
  padding: 16px;
  height: 100%;
}
.sns .snsBox h5 {
  font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
  padding-left: 16px;
  margin-bottom: 1rem;
  color: #F13F79;
}
.sns .snsBox h5 i {
  margin-right: 8px;
}
.sns h6 {
  padding: 0 1rem;
  border-left: 4px solid white;
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  color: white;
}

footer {
  text-align: center;
  color: #2C4882;
  padding: 80px 0 0px;
}
footer img {
  margin: 1rem auto;
}
footer h2 {
  font-size: 20px;
}
footer address {
  margin: 8px 0;
}
footer a {
  display: block;
  text-align: center;
  margin: 8px 0;
  color: #2C4882;
}
footer span {
  background: #2C4882;
  color: white;
  display: block;
  text-align: center;
  margin-top: 40px;
  padding: 16px 0;
}

.common {
  position: relative;
}

.single_page {
  padding: 80px 0;
}
.single_page h3 {
  font-size: clamp(1.25rem, 0.977rem + 1.36vw, 2rem);
  margin: 1rem 0 2rem;
}
.single_page h3 span {
  font-size: 14px;
  color: #888;
  display: block;
}
.single_page h3 span::before {
  content: "公開日:";
  margin-right: 8px;
}
.single_page p {
  line-height: 1.75;
}

.contact_Page {
  padding: 80px 0;
}
.contact_Page .page_title {
  font-family: "corporate-logo-ver2", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(1.5rem, 0.591rem + 4.55vw, 4rem);
  text-transform: uppercase;
}
.contact_Page .page_title span {
  font-size: 50%;
  display: block;
}

#contact_form .container {
  max-width: 736px;
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  #contact_form .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 1199px) {
  #contact_form .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 991px) {
  #contact_form .container {
    max-width: calc(100% - 16px);
  }
}
@media screen and (max-width: 767px) {
  #contact_form .container {
    max-width: calc(100% - 16px);
    padding: 0 !important;
  }
}
#contact_form table {
  table-layout: fixed;
  width: 100%;
}
#contact_form table tr {
  margin: 16px 0;
  display: block;
}
#contact_form table tr th, #contact_form table tr td {
  display: block;
  margin: 1rem 0;
}
#contact_form table input {
  background: #f2f2f2;
  border: 1px solid #272727;
  border-radius: 6px;
  padding: 12px 8px;
  width: 100%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 16px 8px;
  margin: 8px 0;
  border: 1px solid #eee;
  border-radius: 6px;
}

select.wpcf7-form-control.wpcf7-select {
  width: 100%;
  padding: 16px 8px;
  border: 1px solid #eee;
  border-radius: 6px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: white;
}

.wpcf7 input[type=submit] {
  max-width: 250px;
  padding: 16px 32px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: none;
  box-shadow: 0 3px 0 #ddd;
  background: #2C4882;
  transition: 0.3s;
  font-size: clamp(18px, 2.2vw, 20px);
  color: white;
  display: block;
  margin: 3rem auto;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 20px;
}

.wpcf7-submit:hover {
  background: yellow;
  transform: translate3d(0px, 3px, 1px);
  -webkit-transform: translate3d(0px, 3px, 1px);
  -moz-transform: translate3d(0px, 3px, 1px);
  color: #272727;
}

.wpcf7-list-item.first {
  margin: 0;
}

.wpcf7-list-item-label {
  cursor: pointer;
  display: flex;
}

/* デフォルトのボタン */
input[type=radio] {
  opacity: 0; /* デフォルトのボタンを非表示 */
  position: absolute;
}

/* チェック前のボタン */
.wpcf7-list-item-label::before {
  background: #fff;
  border: 1px solid #333;
  border-radius: 100%; /* ラジオボタンっぽく丸くする */
  content: "";
  height: 1.2em;
  margin-bottom: auto;
  margin-right: 0.5em;
  margin-top: auto;
  transition: background-color 0.5s; /* 色をじんわり変化させる */
  width: 1.2em;
}

/* チェック後のボタン */
input[type=radio]:checked + .wpcf7-list-item-label::before {
  background-color: #7fbfff; /* チェック後の中心の色 */
  box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: white;
  padding: 0;
  border: none;
  outline: none;
  z-index: 666;
  margin: 0 32px;
  font-weight: 700;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    margin: 0 8px;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 16px;
  background: white;
}
.slick-prev::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  color: black !important;
  font-size: 28px;
}

.slick-next {
  right: 16px;
  background: white;
}
.slick-next::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: black !important;
  font-size: 28px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  width: 30px;
  height: 3px;
  padding: 0;
  cursor: pointer;
  background: #E0E0E0;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 3px;
  width: 30px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}
.slick-dots li button::before {
  content: "";
  width: 30px;
  height: 3px;
  background: #E0E0E0;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-dots li.slick-active button::before {
  background: #F2C802 !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  width: 100%;
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}/*# sourceMappingURL=style.css.map */