@charset "UTF-8";
/* Theme Name: custom */
*, *::before, *::after {
  box-sizing: border-box;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

mark {
  background-color: #ff0;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button {
  border: none;
  cursor: pointer;
}

button:focus {
  outline: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

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

canvas, time {
  display: inline-block;
}

[hidden] {
  display: none;
}

body {
  width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'Alata', sans-serif;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.5;
  margin: 0;
}

#wrapper {
  overflow-x: hidden;
}

#wrapperFixed {
  width: 100%;
}

.bgFixed {
  position: fixed;
  height: 100%;
}

.show {
  transition-delay: 0s !important;
  opacity: 1 !important;
  visibility: visible !important;
}

a, button {
  color: #fff;
  transition: .4s;
}

a:hover, button:hover {
  text-decoration: none;
}

.btn {
  text-align: center;
}

.btn a {
  display: inline-block;
  background: #093b87;
  margin: 20px 0;
  padding: 16px 45px;
  border-radius: 30px;
  text-decoration: none;
}

p, table, ul, ol, dl, div {
  font-size: 16px;
}

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

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 10px;
}

th {
  min-width: 6em;
  font-weight: normal;
  text-align: left;
}

.frame {
  padding-left: 20px !important;
  padding-right: 20px !important;
  width: 100%;
}

#header {
  position: absolute;
  width: 100%;
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
}

#header a {
  text-decoration: none;
}

#header .frame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 10px !important;
  padding-right: 10px !important;
}

#header .logo a {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
}

#header .logo a span {
  font-size: 10px;
  margin-right: 5px;
}

#header .contact a {
  font-size: 10px;
  background: linear-gradient(90deg, rgba(42,182,211,1) 0%, rgba(8,55,132,1) 100%);
  margin: 0;
  z-index: 0;
  position: relative;
}

#header .contact a::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(8,55,132,1);
  opacity: 0;
  transition: .4s;
}

#header .contact a:hover::after {
  opacity: 1;
}

#mainVisual {
  position: relative;
}

#mainVisual .scroll {
  position: absolute;
  right: 15px;
  bottom: -15px;
  z-index: 1;
  width: 20px;
  height: 90px;
}

#mainVisual .scroll::before,
#mainVisual .scroll::after {
  content: '';
  width: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  animation:1s ease-in 2s infinite alternate upDown;
}
@keyframes upDown{
  0%{
    bottom: 0;
  }
  100%{
    bottom: 20px;
  }
}

#mainVisual .scroll::before {
  height: 100%;
  left: 0;
}

#mainVisual .scroll::after {
  height: 10px;
  left: 4px;
  transform: rotate(45deg);
}

#mainVisual .scroll span {
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  margin: 10px 0 0 5px;

}

.swiper-wrapper .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-wrapper .swiper-slide#slide1 {
  background-image: url(img/slide01-sp.jpg);
}
.swiper-wrapper .swiper-slide#slide2 {
  background-image: url(img/slide02-sp.jpg);
}
.swiper-wrapper .swiper-slide#slide3 {
  background-image: url(img/slide03-sp.jpg);
}

#main {
  background: rgb(19,150,199);
  background: linear-gradient(0deg, rgba(19,150,199,1) 0%, rgba(19,150,199,1) 90%, rgba(11,99,159,1) 100%);
  padding-bottom: 20px;
}

.home #main .titleSection,
.home #main .titleSection .en {
  line-height: 1;
}

.home #main .titleSection {
  font-size: 24px;
  margin: 0 0 35px;
  letter-spacing: 2px;
}

.home #main .titleSection .en {
  font-size: 60px;
  display: block;
  margin-bottom: 25px;
}

#main .titlePage {
  font-size: 24px;
  margin: 0;
}

#main .titleSection, #main h2 {
  font-size: 24px;
}

#main .titlePost, #main h3, #main h4 {
  font-size: 20px;
}

/* トップページ */
#main #topProfile table,
#main #topAttempt .txt {
  background: radial-gradient(circle, rgba(56,201,218,1) 0%, rgba(56,201,218,0) 30%);
}

#main #topAbout {
  padding-top: 75px;
}

#main #topAbout .frame {
  position: relative;
  overflow: hidden;
  padding-top: 279%;
}

#main #topAbout .titleSection,
#main #topAbout .txt,
#main #topAbout .img {
  position: absolute;
}

#main #topAbout .titleSection {
  top: 0;
  left: 20px;
}

#main #topAbout .txt {
  line-height: 2;
  top: 130px;
  left: 20px;
  z-index: 1;
  font-size: 18px;
}

#main #topAbout .img {
  width: 353px;
  bottom: 0;
  right: -70px;
}

#main #topAbout .frame::before {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle, rgba(56,201,218,1) 0%, rgba(56,201,218,0) 50%);
}

#main #topProfile {
  padding-top: 75px;
}

#main #topProfile tr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#main #topProfile th,
#main #topProfile td {
  display: block;
  border: none;
  line-height: 1.8;
}

#main #topProfile th {
  padding-bottom: 0;
}

#main #topProfile td {
  padding-top: 0;
}

#main #topProfile td p {
  margin: 0;
}

#main #topAttempt .frame {
  padding-top: 420%;
  position: relative;
  overflow: hidden;
}

#main #topAttempt .titleSection,
#main #topAttempt .txt,
#main #topAttempt .img {
  position: absolute;
}

#main #topAttempt .titleSection {
  top: 450px;
  left: 20px;
  z-index: 1;
}

#main #topAttempt .txt {
  top: 580px;
  left: 20px;
  padding-right: 10px;
  line-height: 2;
}

#main #topAttempt .img1 {
  top: 60px;
  right: 0;
  width: 200px;
  z-index: 1;
}

#main #topAttempt .img2 {
  top: 120px;
  left: -30px;
  width: 180px;
  z-index: 1;
}

#main #topAttempt .img3 {
  top: 290px;
  left: 30px;
  width: 250px;
}

#main #topAttempt .img4 {
  bottom: 0;
  left: 0;
  width: 350px;
}

#main #topContact {
  padding-top: 75px;
}

#main .thumb .noimg {
  background-color: #f5f5f5;
  height: 20vw;
}

#main .meta .date {
  color: #999;
  font-size: 12px;
}

#main .category ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 10px 0;
}

#main .category ul li {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
}

#main .category ul a {
  color: #555;
  border-radius: 2px;
  border: 1px solid #999;
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
}

#main .author {
  text-align: right;
  font-size: 10px;
  color: #555;
  padding: 0;
}

#main .publisher {
  display: none;
}

#main #breadCrumbWrap ol {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
}

#main #breadCrumbWrap li, #main #breadCrumbWrap li a {
  display: inline-block;
}

#main .pagination {
  margin: 0 0 20px;
  display: flex;
}

#main .pagination .current, #main .pagination a {
  border: 1px solid #ddd;
  text-decoration: none;
  background: #fff;
  text-align: center;
  margin-right: 10px;
  padding: 6px 10px;
  font-size: 12px;
}

#main .pagination .current, #main .pagination a:hover {
  color: #fff;
  background: #000;
  border-color: #000;
}

#main .pagination .long {
  width: 100px;
}

#side .sideWidgetInner {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  text-align: center;
}

#side .sideTitle {
  background: #f5f5f5;
  padding: 20px 0;
  font-size: 14px;
  margin: 0;
}

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

#side li {
  border-top: 1px solid #ddd;
  margin: 0;
}

#side li a {
  display: block;
  font-size: 14px;
  padding: 10px;
}

#footer {
  background: #1496c7;
  padding-bottom: 40px;
}

#footer #footerCopy {
  font-size: 10px;
  margin: 0;
  text-align: center;
}

input, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #249ab3;
  box-shadow: inset -1.5px -1.5px 3px rgba(0,0,0,.3);
  background: #30bed6;
  padding: 16px 10px;
  width: 100%;
  color: #fff;
  border-radius: 12px;
  font-size: 16px;
  transition: .4s;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

.wrapSelect {
  position: relative;
}

.wrapSelect::after {
  content: '▼';
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  line-height: 1;
  pointer-events: none;
}

select {
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
}

select::-ms-expand {
  display: none;
}

select:-moz-focusring {
  text-shadow: 0 0 0 #000;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  vertical-align: middle;
  background: none;
  background: #f5f5f5;
}

input[type="radio"]:checked::before,
input[type="checkbox"]:checked::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 2px;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  background: #f5f5f5;
}

input[type="radio"],
input[type="radio"]:checked::before {
  border-radius: 50%;
}

textarea {
  resize: none;
}

select,
input[type="checkbox"],
input[type="radio"],
#submitBtn input {
  cursor: pointer;
}

#main .mw_wp_form .item {
  margin: 20px 0;
}

#main .mw_wp_form .title {
  display: block;
  margin-bottom: 8px;
  padding-left: 10px;
}

#main .mw_wp_form .title .caution {
  display: inline-block;
  padding: 4px 8px;
  background: #ff5454;
  color: #fff;
  font-size: 11px;
  border-radius: 2px;
  margin-left: 10px;
}

#main .mw_wp_form .error {
  color: #ff5454;
  margin-top: 10px;
  font-weight: bold;
  padding: 10px 30px;
  background: #fff;
  border-radius: 30px;
}

@keyframes scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

#submitBtn {
  padding-bottom: 120px;
  background: radial-gradient(circle, rgba(56,201,218,1) 0%, rgba(56,201,218,0) 30%);
}
#submitBtn input {
  max-width: 225px;
  display: block;
  padding: 16px 45px;
  background-color: #093b87;
  background-image: url(img/btn-arrow.png);
  background-position: right 20px center;
  background-repeat: no-repeat;
  border-radius: 30px;
  margin: 40px auto 0;
  border: 3px solid #093b87;
  box-shadow:none;
  transition: .4s;
}
#submitBtn input:hover {
  border: 3px solid #2ab7d3;
  box-shadow : 0 0 0 2px #093b87;
}

#submitBtn input:focus {
  outline: none;
}

#search-form > div {
  display: flex;
}

#search-submit {
  width: 23%;
  background: #000;
  color: #fff;
  border: none;
}

#search-submit:hover {
  opacity: .7;
}

/* 下層ページ（固定ページ） */
.page:not(.home) .mainInner,
.error404 .mainInner {
  padding-top: 140px;
}
.error404 .mainInner {
  padding-top: 140px;
}
.page:not(.home) .titlePage {
  position: absolute;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 140px;
}
.page:not(.home) .titlePage span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .archive #main,
  .single #main {
    float: left;
    width: 70%;
  }
  #side {
    float: right;
    width: 25%;
  }
  .frame {
    max-width: 700px;
    margin: auto;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body:not(.home) #content::after {
    content: '';
    display: block;
    clear: both;
  }
  #header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #header .frame {
    max-width: 1100px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #header .logo a {
    font-size: 26px;
  }

  #header .logo a span {
    font-size: 16px;
  }

  #header .contact a {
    font-size: 16px;
  }

  #mainVisual .scroll {
    right: 40px;
  }

  .swiper-wrapper .swiper-slide#slide1 {
    background-image: url(img/slide01.jpg);
  }
  .swiper-wrapper .swiper-slide#slide2 {
    background-image: url(img/slide02.jpg);
  }
  .swiper-wrapper .swiper-slide#slide3 {
    background-image: url(img/slide03.jpg);
  }

  #main {
    background: rgb(5,47,119);
    background: linear-gradient(0deg, rgba(19,150,199,1) 0%, rgba(19,150,199,1) 90%, rgba(5,47,119,1) 100%);
  }

  .home #main .titleSection {
    font-size: 40px;
    margin: 0 0 35px;
  }

  .home #main .titleSection .en {
    font-size: 100px;
    margin-bottom: 30px;
  }

  #main .titlePage {
    font-size: 100px;
  }

  /* トップページ */
  #main #topAbout {
    padding-top: 0;
  }

  #main #topAbout .frame {
    max-width: 1000px;
    padding-top: 1080px;
    overflow: visible;
  }

  #main #topAbout .titleSection {
    top: 95px;
    left: 150px;
  }

  #main #topAbout .txt {
    line-height: 2.4;
    top: 280px;
    left: 150px;
    font-size: 20px;
  }

  #main #topAbout .img {
    width: auto;
    bottom: -50px;
    right: -120px;
  }

  #main #topAbout .frame::before {
    height: 100%;
  }

  #main #topProfile .titleSection .en {
    margin-bottom: 60px;
  }

  #main #topProfile th,
  #main #topProfile td {
    display: table-cell;
    padding: 25px 30px;
  }

  #main #topProfile td p:first-child {
    margin-bottom: 20px;
  }

  #main #topAttempt .frame {
    padding-top: 1420px;
    overflow: visible;
  }

  #main #topAttempt .titleSection {
    top: 140px;
    left: 0;
    z-index: 1;
  }

  #main #topAttempt .txt {
    top: 340px;
    left: 0;
    z-index: 2;
    width: 530px;
    padding-right: 0;
  }

  #main #topAttempt .img {
    width: auto;
  }

  #main #topAttempt .img1 {
    top: 60px;
    right: -350px;
    z-index: 0;
  }

  #main #topAttempt .img2 {
    top: 650px;
    left: -300px;
  }

  #main #topAttempt .img3 {
    top: 510px;
    left: auto;
    right: -225px;
  }

  #main #topAttempt .img4 {
    bottom: 0;
    left: -100px;
  }

  #main #topContact {
    padding-top: 140px;
  }

  #main #topContact .titleSection {
    margin-bottom: 60px;
  }

  #main .mw_wp_form .title {
    margin-bottom: 12px;
    padding-left: 30px;
    font-size: 18px;
  }

  input, textarea, select {
    padding: 20px 30px;
    border-radius: 30px;
  }

  #submitBtn {
    margin-top: -140px;
    padding-top: 140px;
  }
  #submitBtn input {
    max-width: 300px;
    padding-top: 24px;
    padding-bottom: 24px;
    background-position: right 30px center;
    border-radius: 50px;
  }

  #footer {
    padding-bottom: 100px;
  }

  #footer #footerCopy {
    font-size: 14px;
  }

  /* 下層ページ（固定ページ） */
  .page:not(.home) .mainInner {
    padding-top: 500px;
  }
  .page:not(.home) .titlePage {
    height: 500px;
  }

  .pc {
    display: block;
  }
  .sp {
    display: none;
  }

  @media only screen and (max-width:1024px) {
    #main #topAttempt .img1,
    #main #topAttempt .img3 {
      right: -100px;
    }
    #main #topAttempt .img2 {
      left: -180px;
    }
  }
}

@media screen and (max-width: 374px) {
  #header .contact a {
    padding-left: 16px;
    padding-right: 16px;
  }
  .home #main .titleSection {
    font-size: 20px;
  }
  #main #topAbout .txt,
  #main #topProfile th,
  #main #topProfile td,
  #main #topAttempt .txt {
    font-size: 14px;
  }
}

#main .reCAPTCHA {
  margin-top: 24px;
  font-size: 14px;
}
.grecaptcha-badge {
  visibility: hidden !important;
}