@charset "UTF-8";
/*
Theme Name: MANOSatoshiOfficial
Description: ForMANOSatoshi OfficialWebsite by R-pro
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Barlow+Semi+Condensed:600&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,900&subset=japanese");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a {
  text-decoration: none;
}

.scrEffect {
  transition: all 0.3s ease;
}

.c {
  clear: both;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 486px) {
  body {
    font-size: 16px;
    font-size: 3.950617284vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  body {
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
  }
}

a {
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.5;
}

.underHeadline {
  display: block;
}

@media screen and (max-width: 768px) {
  .underHeadline {
    margin-bottom: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .underHeadline {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 486px) and (max-width: 768px) {
  .underHeadline {
    margin-top: 10vw;
  }
}

@media only screen and (max-width: 486px) and (min-width: 769px) {
  .underHeadline {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 486px) and (max-width: 768px) {
  .underHeadline {
    margin-bottom: 5vw;
  }
}

@media only screen and (max-width: 486px) and (min-width: 769px) {
  .underHeadline {
    margin-bottom: 40px;
  }
}

.underHeadline strong {
  display: block;
  font-weight: bold;
  color: #003FAF;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 486px) {
  .underHeadline strong {
    font-size: 36px;
    font-size: 8.8888888889vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .underHeadline strong {
    font-size: 36px;
    font-size: 4.6875vw;
  }
}

@media screen and (min-width: 769px) {
  .underHeadline strong {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .underHeadline strong {
    padding-bottom: 0.625vw;
  }
}

@media screen and (min-width: 769px) {
  .underHeadline strong {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 486px) and (max-width: 768px) {
  .underHeadline strong {
    padding-bottom: 1.25vw;
  }
}

@media only screen and (max-width: 486px) and (min-width: 769px) {
  .underHeadline strong {
    padding-bottom: 10px;
  }
}

.underHeadline small {
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #29ABE2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 486px) {
  .underHeadline small {
    font-size: 18px;
    font-size: 4.4444444444vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .underHeadline small {
    font-size: 18px;
    font-size: 2.34375vw;
  }
}

@media screen and (min-width: 769px) {
  .underHeadline small {
    font-size: 18px;
  }
}

header {
  z-index: 11;
  position: relative;
  margin: 0px auto;
  display: block;
  width: 100vw;
  overflow: hidden;
}

header .headerLogoWrap {
  margin: 0px auto;
  display: block;
  width: 100vw;
  height: 15vw;
  max-height: 100px;
  position: relative;
  background-color: #ffffff;
}

header .headerLogo {
  margin: 0px auto;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 10px;
  margin-bottom: 10px;
  width: 60vw;
  max-width: 400px;
}

.spNavHumb {
  display: none;
  position: fixed;
  z-index: 10000;
  top: 10px;
  right: 10px;
  height: 10vw;
  width: 10vw;
}

@media only screen and (max-width: 768px) {
  .spNavHumb {
    display: block;
  }
}

.spNavHumb img {
  margin: 0px auto;
  display: block;
  width: 100%;
  height: 100%;
}

.spMainNavi {
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  transform: translateX(120%);
  position: fixed;
  z-index: 10001;
  width: 90vw;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #003FAF;
}

.spMainNavi.visible {
  visibility: visible;
  transform: none;
}

@media screen and (max-width: 768px) {
  .spMainNavi {
    padding: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .spMainNavi {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .spMainNavi .spMainNaviList {
    padding-top: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .spMainNavi .spMainNaviList {
    padding-top: 40px;
  }
}

.spMainNavi .spMainNaviList li {
  display: block;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .spMainNavi .spMainNaviList li {
    padding: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .spMainNavi .spMainNaviList li {
    padding: 40px;
  }
}

.spMainNavi .spMainNaviList li a {
  color: #ffffff;
}

.spMainNavi .spMainNaviList li strong {
  font-weight: bold;
}

@media screen and (max-width: 486px) {
  .spMainNavi .spMainNaviList li strong {
    font-size: 20px;
    font-size: 4.9382716049vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .spMainNavi .spMainNaviList li strong {
    font-size: 20px;
    font-size: 2.6041666667vw;
  }
}

@media screen and (min-width: 769px) {
  .spMainNavi .spMainNaviList li strong {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .spMainNavi .spMainNaviList li strong {
    padding-right: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .spMainNavi .spMainNaviList li strong {
    padding-right: 20px;
  }
}

.spMainNavi .spMainNaviList li small {
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #29ABE2;
}

@media screen and (max-width: 486px) {
  .spMainNavi .spMainNaviList li small {
    font-size: 14px;
    font-size: 3.4567901235vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .spMainNavi .spMainNaviList li small {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}

@media screen and (min-width: 769px) {
  .spMainNavi .spMainNaviList li small {
    font-size: 14px;
  }
}

.spMainNavi .spMainNaviList .spHeaderSns {
  padding-bottom: 0;
}

.spMainNavi .spMainNaviList .spHeaderSns .spSnsListLine {
  display: inline-block;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .spMainNavi .spMainNaviList .spHeaderSns .spSnsListLine {
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .spMainNavi .spMainNaviList .spHeaderSns .spSnsListLine {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .spMainNavi .spMainNaviList .spHeaderSns .spSnsListLine {
    margin-right: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .spMainNavi .spMainNaviList .spHeaderSns .spSnsListLine {
    margin-right: 20px;
  }
}

.spMainNavi .spMainNaviList .spHeaderSns .spSnsListLine img {
  display: block;
  width: 7.5vw;
  height: 7.5vw;
}

.spMainNavi .spNavCloseBtn {
  display: block;
  position: absolute;
  z-index: 10002;
  top: 10px;
  right: 10px;
  height: 10vw;
  width: 10vw;
}

.spMainNavi .spNavCloseBtn img {
  margin: 0px auto;
  display: block;
  width: 100%;
  height: 100%;
}

.pcMainNavi,
.pcMainNaviFixed {
  font-size: 0;
  margin: 0px auto;
  display: block;
  width: 100vw;
  margin-right: 0;
  background-color: #003FAF;
}

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

  .pcMainNavi,
  .pcMainNaviFixed {
    padding: 2.5vw 0;
  }
}

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

  .pcMainNavi,
  .pcMainNaviFixed {
    padding: 20px 0;
  }
}

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

  .pcMainNavi,
  .pcMainNaviFixed {
    display: none;
  }
}

.pcMainNavi .pcMainNaviList,
.pcMainNaviFixed .pcMainNaviList {
  margin: 0px auto;
  display: block;
  width: 95%;
  max-width: 1000px;
  font-size: 0;
}

.pcMainNavi .pcMainNaviList li,
.pcMainNaviFixed .pcMainNaviList li {
  display: inline-block;
  font-size: 0;
  margin: 0px;
  width: calc(99% / 7);
  border-right: 1px solid #ffffff;
}

.pcMainNavi .pcMainNaviList li:last-of-type,
.pcMainNaviFixed .pcMainNaviList li:last-of-type {
  border-right: 0;
}

.pcMainNavi .pcMainNaviList li a,
.pcMainNaviFixed .pcMainNaviList li a {
  margin: 0px auto;
  display: block;
  width: 100%;
  text-align: center;
  color: #ffffff;
}

.pcMainNavi .pcMainNaviList li a strong,
.pcMainNaviFixed .pcMainNaviList li a strong {
  margin: 0px auto;
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 486px) {

  .pcMainNavi .pcMainNaviList li a strong,
  .pcMainNaviFixed .pcMainNaviList li a strong {
    font-size: 14px;
    font-size: 3.4567901235vw;
  }
}

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

  .pcMainNavi .pcMainNaviList li a strong,
  .pcMainNaviFixed .pcMainNaviList li a strong {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}

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

  .pcMainNavi .pcMainNaviList li a strong,
  .pcMainNaviFixed .pcMainNaviList li a strong {
    font-size: 14px;
  }
}

.pcMainNavi .pcMainNaviList li a small,
.pcMainNaviFixed .pcMainNaviList li a small {
  margin: 0px auto;
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: 0.1em;
  color: #29ABE2;
}

@media screen and (max-width: 486px) {

  .pcMainNavi .pcMainNaviList li a small,
  .pcMainNaviFixed .pcMainNaviList li a small {
    font-size: 12px;
    font-size: 2.962962963vw;
  }
}

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

  .pcMainNavi .pcMainNaviList li a small,
  .pcMainNaviFixed .pcMainNaviList li a small {
    font-size: 12px;
    font-size: 1.5625vw;
  }
}

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

  .pcMainNavi .pcMainNaviList li a small,
  .pcMainNaviFixed .pcMainNaviList li a small {
    font-size: 12px;
  }
}

.pcMainNavi .pcMainNaviList li.headerSns,
.pcMainNaviFixed .pcMainNaviList li.headerSns {
  vertical-align: top;
}

.pcMainNavi .pcMainNaviList li.headerSns .snsList,
.pcMainNaviFixed .pcMainNaviList li.headerSns .snsList {
  text-align: center;
}

.pcMainNavi .pcMainNaviList li.headerSns .snsList .snsListLine,
.pcMainNaviFixed .pcMainNaviList li.headerSns .snsList .snsListLine {
  vertical-align: middle;
  display: inline-block;
  padding: 2%;
  border: 0;
}

.pcMainNavi .pcMainNaviList li.headerSns .snsList .snsListLine img,
.pcMainNaviFixed .pcMainNaviList li.headerSns .snsList .snsListLine img {
  width: 20px;
  height: auto;
}

.pcMainNaviFixed {
  z-index: 10;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .pcMainNaviFixed {
    padding: 1.25vw 0;
  }
}

@media screen and (min-width: 769px) {
  .pcMainNaviFixed {
    padding: 10px 0;
  }
}

.toppageKV {
  margin: 0px auto;
  display: block;
  width: 100vw;
  height: 50vw;
}

@media only screen and (max-width: 486px) {
  .toppageKV {
    height: 100vw;
  }
}

.toppageKV .toppageKVSlide {
  margin: 0px auto;
  display: block;
  width: 100%;
  height: 100%;
}

.toppageKV .toppageKVSlide img {
  margin: 0px auto;
  display: block;
  width: 100%;
  height: auto;
}

.acitivityListWrap {
  margin: 0px auto;
  display: block;
  width: 90vw;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .acitivityListWrap {
    margin: 5vw auto;
  }
}

@media screen and (min-width: 769px) {
  .acitivityListWrap {
    margin: 40px auto;
  }
}

.acitivityListWrap .acitivityLists {
  margin: 0px auto;
  display: block;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media only screen and (max-width: 486px) {
  .acitivityListWrap .acitivityLists {
    display: block;
  }
}

.acitivityListWrap .acitivityLists .activityList {
  margin: 0;
  flex-basis: 30%;
}

@media screen and (max-width: 768px) {
  .acitivityListWrap .acitivityLists .activityList {
    margin-bottom: 7.5vw;
  }
}

@media screen and (min-width: 769px) {
  .acitivityListWrap .acitivityLists .activityList {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 486px) {
  .acitivityListWrap .acitivityLists .activityList a {
    font-size: 14px;
    font-size: 3.4567901235vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .acitivityListWrap .acitivityLists .activityList a {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}

@media screen and (min-width: 769px) {
  .acitivityListWrap .acitivityLists .activityList a {
    font-size: 14px;
  }
}

.acitivityListWrap .acitivityLists .activityList .activityListWrap {
  margin: 0px auto;
  display: block;
  width: 100%;
}

.acitivityListWrap .acitivityLists .activityList .activityListWrap a {
  color: #003FAF;
}

.acitivityListWrap .acitivityLists .activityList .activityListWrap .date {
  margin: 0px auto;
  display: block;
  position: relative;
  text-align: center;
  background-color: #003FAF;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .date {
    padding: 1.25vw 0;
  }
}

@media screen and (min-width: 769px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .date {
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .date {
    margin-bottom: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .date {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 486px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .date {
    font-size: 12px;
    font-size: 2.962962963vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .date {
    font-size: 12px;
    font-size: 1.5625vw;
  }
}

@media screen and (min-width: 769px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .date {
    font-size: 12px;
  }
}

@media only screen and (max-width: 486px) and (max-width: 768px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .date {
    padding: 2.5vw 0;
  }
}

@media only screen and (max-width: 486px) and (min-width: 769px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .date {
    padding: 20px 0;
  }
}

.acitivityListWrap .acitivityLists .activityList .activityListWrap .date:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-top: 8px solid #003FAF;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.acitivityListWrap .acitivityLists .activityList .activityListWrap .thumb {
  margin: 0px auto;
  display: block;
  width: 100%;
  padding-top: 80%;
  background-image: url("common/img/dummy.png");
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .thumb {
    margin-bottom: 1.25vw;
  }
}

@media screen and (min-width: 769px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .thumb {
    margin-bottom: 10px;
  }
}

.acitivityListWrap .acitivityLists .activityList .activityListWrap .title {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 130%;
}

@media screen and (max-width: 768px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .title {
    margin-bottom: 1.25vw;
  }
}

@media screen and (min-width: 769px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .title {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 486px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .title {
    font-size: 18px;
    font-size: 4.4444444444vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .title {
    font-size: 18px;
    font-size: 2.34375vw;
  }
}

@media screen and (min-width: 769px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .title {
    font-size: 18px;
  }
}

.acitivityListWrap .acitivityLists .activityList .activityListWrap .mainText {
  line-height: 150%;
  letter-spacing: 0.05em;
  line-height: 150%;
  color: #333333;
}

@media screen and (max-width: 486px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .mainText {
    font-size: 14px;
    font-size: 3.4567901235vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .mainText {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}

@media screen and (min-width: 769px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .mainText {
    font-size: 14px;
  }
}

.acitivityListWrap .acitivityLists .activityList .activityListWrap .more {
  margin: 0px auto;
  display: block;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid #003FAF;
  color: #003FAF;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .more {
    padding: 0.625vw 0;
  }
}

@media screen and (min-width: 769px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .more {
    padding: 5px 0;
  }
}

@media screen and (max-width: 768px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .more {
    margin-top: 0.625vw;
  }
}

@media screen and (min-width: 769px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .more {
    margin-top: 5px;
  }
}

@media screen and (max-width: 486px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .more {
    font-size: 14px;
    font-size: 3.4567901235vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .more {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}

@media screen and (min-width: 769px) {
  .acitivityListWrap .acitivityLists .activityList .activityListWrap .more {
    font-size: 14px;
  }
}

.moreBtn {
  position: relative;
  margin: 0px auto;
  display: block;
  text-align: center;
  color: #003FAF;
  width: 50vw;
  max-width: 250px;
  border: 1px solid #003FAF;
}

@media screen and (max-width: 768px) {
  .moreBtn {
    padding: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .moreBtn {
    padding: 20px;
  }
}

.toppageSnsTimeline {
  margin: 0px auto;
  display: block;
  width: 90vw;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .toppageSnsTimeline {
    margin: 5vw auto;
  }
}

@media screen and (min-width: 769px) {
  .toppageSnsTimeline {
    margin: 40px auto;
  }
}

.toppageSnsTimeline .toppageSnsTimelineContent {
  display: inline-block;
  width: 49%;
  height: 500px;
  overflow: scroll;
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .toppageSnsTimeline .toppageSnsTimelineContent {
    padding: 0 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .toppageSnsTimeline .toppageSnsTimelineContent {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 486px) {
  .toppageSnsTimeline .toppageSnsTimelineContent {
    width: 100%;
    height: 100vw;
  }
}

.toppageSnsTimeline .toppageSnsTimelineInner {
  margin: 0px auto;
  display: block;
}

.toppageContentsMenu {
  margin: 0px auto;
  display: block;
  width: 90vw;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .toppageContentsMenu {
    margin: 5vw auto;
  }
}

@media screen and (min-width: 769px) {
  .toppageContentsMenu {
    margin: 40px auto;
  }
}

.toppageContentsMenu .toppageContentsMenuLists {
  margin: 0px auto;
  display: block;
  width: 100%;
}

.toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList {
  position: relative;
  margin: 0px auto;
  display: block;
  width: calc(50% - 10px);
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background: linear-gradient(#29ABE2, #003FAF);
  background-size: cover;
  background-position: center center;
}

.toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList:nth-of-type(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 486px) {
  .toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5vw;
  }
}

.toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #ffffff;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a {
  margin: 0px auto;
  display: block;
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
}

.toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 {
  margin: 0px auto;
  display: block;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 768px) {
  .toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 {
    padding: 2.5vw 0;
  }
}

@media screen and (min-width: 769px) {
  .toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 {
    margin: 10vw auto;
  }
}

@media screen and (min-width: 769px) {
  .toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 {
    margin: 80px auto;
  }
}

@media only screen and (max-width: 486px) and (max-width: 768px) {
  .toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 {
    padding: 7.5vw 0;
  }
}

@media only screen and (max-width: 486px) and (min-width: 769px) {
  .toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 486px) and (max-width: 768px) {
  .toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 {
    margin: 20vw auto;
  }
}

@media only screen and (max-width: 486px) and (min-width: 769px) {
  .toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 {
    margin: 160px auto;
  }
}

.toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 strong {
  margin: 0px auto;
  display: block;
  font-weight: bold;
  color: #003FAF;
  line-height: 150%;
}

@media screen and (max-width: 486px) {
  .toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 strong {
    font-size: 20px;
    font-size: 4.9382716049vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 strong {
    font-size: 20px;
    font-size: 2.6041666667vw;
  }
}

@media screen and (min-width: 769px) {
  .toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 strong {
    font-size: 20px;
  }
}

.toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 small {
  margin: 0px auto;
  display: block;
  color: #29ABE2;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 486px) {
  .toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 small {
    font-size: 14px;
    font-size: 3.4567901235vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 small {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}

@media screen and (min-width: 769px) {
  .toppageContentsMenu .toppageContentsMenuLists .toppageContentsMenuList a h3 small {
    font-size: 14px;
  }
}

.mainFooter {
  margin: 0px auto;
  display: block;
  width: 100%;
  background-color: #003FAF;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .mainFooter {
    padding: 2.5vw 0;
  }
}

@media screen and (min-width: 769px) {
  .mainFooter {
    padding: 20px 0;
  }
}

.mainFooter .mainFooterWrap {
  margin: 0px auto;
  display: block;
  width: 90vw;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .mainFooter .mainFooterWrap {
    margin: 5vw auto;
  }
}

@media screen and (min-width: 769px) {
  .mainFooter .mainFooterWrap {
    margin: 40px auto;
  }
}

.mainFooter .mainFooterBannerLists {
  margin: 0px auto;
  display: block;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mainFooter .mainFooterBannerLists {
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .mainFooter .mainFooterBannerLists {
    margin-bottom: 40px;
  }
}

.mainFooter .mainFooterBannerList {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .mainFooter .mainFooterBannerList {
    padding: 0 1.25vw;
  }
}

@media screen and (min-width: 769px) {
  .mainFooter .mainFooterBannerList {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 486px) {
  .mainFooter .mainFooterBannerList {
    width: 45%;
  }
}

@media only screen and (max-width: 486px) and (max-width: 768px) {
  .mainFooter .mainFooterBannerList {
    margin-bottom: 5vw;
  }
}

@media only screen and (max-width: 486px) and (min-width: 769px) {
  .mainFooter .mainFooterBannerList {
    margin-bottom: 40px;
  }
}

.mainFooter .mainFooterBannerList .mainFooterBannerImage {
  margin: 0px auto;
  display: block;
  width: 100%;
}

.mainFooter .mainFooterLogo {
  display: block;
  width: 70vw;
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .mainFooter .mainFooterLogo {
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .mainFooter .mainFooterLogo {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 486px) and (max-width: 768px) {
  .mainFooter .mainFooterLogo {
    margin-bottom: 5vw;
  }
}

@media only screen and (max-width: 486px) and (min-width: 769px) {
  .mainFooter .mainFooterLogo {
    margin-bottom: 40px;
  }
}

.mainFooter .mainFooterNav {
  margin: 0px auto;
  display: block;
  text-align: left;
}

.mainFooter .mainFooterNavLists {
  margin: 0px auto;
  display: block;
  width: 100%;
  text-align: left;
}

.mainFooter .mainFooterNavList {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .mainFooter .mainFooterNavList {
    padding-right: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .mainFooter .mainFooterNavList {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 486px) and (max-width: 768px) {
  .mainFooter .mainFooterNavList {
    padding-bottom: 2.5vw;
  }
}

@media only screen and (max-width: 486px) and (min-width: 769px) {
  .mainFooter .mainFooterNavList {
    padding-bottom: 20px;
  }
}

.mainFooter .mainFooterNavList:after {
  content: "|";
  color: #29ABE2;
}

@media screen and (max-width: 768px) {
  .mainFooter .mainFooterNavList:after {
    padding-left: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .mainFooter .mainFooterNavList:after {
    padding-left: 20px;
  }
}

.mainFooter .mainFooterNavList a {
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 180%;
}

@media screen and (max-width: 486px) {
  .mainFooter .mainFooterNavList a {
    font-size: 14px;
    font-size: 3.4567901235vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .mainFooter .mainFooterNavList a {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}

@media screen and (min-width: 769px) {
  .mainFooter .mainFooterNavList a {
    font-size: 14px;
  }
}

.mainFooter .mainFooterSnsLists {
  display: block;
}

@media screen and (max-width: 768px) {
  .mainFooter .mainFooterSnsLists {
    margin: 2.5vw auto;
  }
}

@media screen and (min-width: 769px) {
  .mainFooter .mainFooterSnsLists {
    margin: 20px auto;
  }
}

.mainFooter .mainFooterSnsLists .mainFooterSnsList {
  display: inline-block;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .mainFooter .mainFooterSnsLists .mainFooterSnsList {
    padding-right: 1.25vw;
  }
}

@media screen and (min-width: 769px) {
  .mainFooter .mainFooterSnsLists .mainFooterSnsList {
    padding-right: 10px;
  }
}

.mainFooter .mainFooterSnsLists .mainFooterSnsList img {
  margin: 0px auto;
  display: block;
  width: 100%;
}

.mainFooter .mainFooterInfo {
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .mainFooter .mainFooterInfo {
    margin-top: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .mainFooter .mainFooterInfo {
    margin-top: 40px;
  }
}

@media screen and (max-width: 486px) {
  .mainFooter .mainFooterInfo {
    font-size: 12px;
    font-size: 2.962962963vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .mainFooter .mainFooterInfo {
    font-size: 12px;
    font-size: 1.5625vw;
  }
}

@media screen and (min-width: 769px) {
  .mainFooter .mainFooterInfo {
    font-size: 12px;
  }
}

.mainFooter .copyrights {
  margin: 0px auto;
  display: block;
  text-align: center;
  color: #29ABE2;
  font-family: "Barlow Semi Condensed", sans-serif;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .mainFooter .copyrights {
    padding: 1.25vw 0;
  }
}

@media screen and (min-width: 769px) {
  .mainFooter .copyrights {
    padding: 10px 0;
  }
}

@media screen and (max-width: 486px) {
  .mainFooter .copyrights {
    font-size: 14px;
    font-size: 3.4567901235vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .mainFooter .copyrights {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}

@media screen and (min-width: 769px) {
  .mainFooter .copyrights {
    font-size: 14px;
  }
}

.underPageHeadline {
  margin: 0px auto;
  display: block;
  background-color: #29ABE2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .underPageHeadline {
    padding: 5vw 0;
  }
}

@media screen and (min-width: 769px) {
  .underPageHeadline {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .underPageHeadline {
    margin-bottom: 10vw;
  }
}

@media screen and (min-width: 769px) {
  .underPageHeadline {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 486px) and (max-width: 768px) {
  .underPageHeadline {
    padding: 10vw 0;
  }
}

@media only screen and (max-width: 486px) and (min-width: 769px) {
  .underPageHeadline {
    padding: 80px 0;
  }
}

.underPageHeadline span {
  margin: 0px auto;
  display: block;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .underPageHeadline span {
    padding-bottom: 0.625vw;
  }
}

@media screen and (min-width: 769px) {
  .underPageHeadline span {
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 486px) {
  .underPageHeadline span {
    font-size: 48px;
    font-size: 11.8518518519vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .underPageHeadline span {
    font-size: 48px;
    font-size: 6.25vw;
  }
}

@media screen and (min-width: 769px) {
  .underPageHeadline span {
    font-size: 48px;
  }
}

@media only screen and (max-width: 486px) and (max-width: 486px) {
  .underPageHeadline span {
    font-size: 32px;
    font-size: 7.9012345679vw;
  }
}

@media only screen and (max-width: 486px) and (min-width: 487px) and (max-width: 768px) {
  .underPageHeadline span {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}

@media only screen and (max-width: 486px) and (min-width: 769px) {
  .underPageHeadline span {
    font-size: 32px;
  }
}

@media only screen and (max-width: 486px) and (max-width: 768px) {
  .underPageHeadline span {
    padding-bottom: 1.25vw;
  }
}

@media only screen and (max-width: 486px) and (min-width: 769px) {
  .underPageHeadline span {
    padding-bottom: 10px;
  }
}

.underPageHeadline small {
  margin: 0px auto;
  display: block;
  color: #ffffff;
  font-weight: bold;
}

@media screen and (max-width: 486px) {
  .underPageHeadline small {
    font-size: 16px;
    font-size: 3.950617284vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .underPageHeadline small {
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}

@media screen and (min-width: 769px) {
  .underPageHeadline small {
    font-size: 16px;
  }
}

@media only screen and (max-width: 486px) and (max-width: 486px) {
  .underPageHeadline small {
    font-size: 14px;
    font-size: 3.4567901235vw;
  }
}

@media only screen and (max-width: 486px) and (min-width: 487px) and (max-width: 768px) {
  .underPageHeadline small {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}

@media only screen and (max-width: 486px) and (min-width: 769px) {
  .underPageHeadline small {
    font-size: 14px;
  }
}

.profileListSection {
  margin: 0px auto;
  display: block;
  width: 90vw;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .profileListSection {
    margin: 5vw auto;
  }
}

@media screen and (min-width: 769px) {
  .profileListSection {
    margin: 40px auto;
  }
}

.profileListSection .profileListContents {
  margin: 0px auto;
  display: block;
  width: 100%;
}

.profileListSection .profileListContents.half {
  width: 50%;
  float: left;
}

@media only screen and (max-width: 486px) {
  .profileListSection .profileListContents.half {
    width: 100%;
    float: none;
  }
}

.profileListSection .profileListContents .profileListContentsLists {
  margin: 0px auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .profileListSection .profileListContents .profileListContentsLists {
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .profileListSection .profileListContents .profileListContentsLists {
    margin-bottom: 40px;
  }
}

.profileListSection .profileListContents .profileListContentsList {
  position: relative;
  display: block;
  padding-left: 1.5em;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .profileListSection .profileListContents .profileListContentsList {
    padding-bottom: 1.25vw;
  }
}

@media screen and (min-width: 769px) {
  .profileListSection .profileListContents .profileListContentsList {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 486px) {
  .profileListSection .profileListContents .profileListContentsList {
    font-size: 14px;
    font-size: 3.4567901235vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .profileListSection .profileListContents .profileListContentsList {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}

@media screen and (min-width: 769px) {
  .profileListSection .profileListContents .profileListContentsList {
    font-size: 14px;
  }
}

@media only screen and (max-width: 486px) and (max-width: 768px) {
  .profileListSection .profileListContents .profileListContentsList {
    padding-bottom: 2.5vw;
  }
}

@media only screen and (max-width: 486px) and (min-width: 769px) {
  .profileListSection .profileListContents .profileListContentsList {
    padding-bottom: 20px;
  }
}

.profileListSection .profileListContents .profileListContentsList:before {
  content: "●";
  color: #29ABE2;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 486px) {
  .profileListSection .profileListContents .profileListContentsList:before {
    font-size: 14px;
    font-size: 3.4567901235vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .profileListSection .profileListContents .profileListContentsList:before {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}

@media screen and (min-width: 769px) {
  .profileListSection .profileListContents .profileListContentsList:before {
    font-size: 14px;
  }
}

.profilePortlait {
  margin: 0px auto;
  display: block;
  margin: 0px auto;
  display: block;
  width: 90vw;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .profilePortlait {
    margin: 5vw auto;
  }
}

@media screen and (min-width: 769px) {
  .profilePortlait {
    margin: 40px auto;
  }
}

.profilePortlait img {
  margin: 0px auto;
  display: block;
  width: 100%;
}

.profileMessage {
  margin: 0px auto;
  display: block;
  width: 90vw;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  .profileMessage {
    margin: 5vw auto;
  }
}

@media screen and (min-width: 769px) {
  .profileMessage {
    margin: 40px auto;
  }
}

.underPageSectionHeadline,
.profileListSection .profileListContents .profileListContentsHeadline {
  margin: 0px auto;
  display: block;
  letter-spacing: 0.05em;
  color: #003FAF;
  font-weight: bold;
}

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

  .underPageSectionHeadline,
  .profileListSection .profileListContents .profileListContentsHeadline {
    padding-bottom: 2.5vw;
  }
}

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

  .underPageSectionHeadline,
  .profileListSection .profileListContents .profileListContentsHeadline {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 486px) {

  .underPageSectionHeadline,
  .profileListSection .profileListContents .profileListContentsHeadline {
    font-size: 22px;
    font-size: 5.4320987654vw;
  }
}

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

  .underPageSectionHeadline,
  .profileListSection .profileListContents .profileListContentsHeadline {
    font-size: 22px;
    font-size: 2.8645833333vw;
  }
}

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

  .underPageSectionHeadline,
  .profileListSection .profileListContents .profileListContentsHeadline {
    font-size: 22px;
  }
}

.underPageSectionHeadline:after,
.profileListSection .profileListContents .profileListContentsHeadline:after {
  content: "";
  display: block;
  border-bottom: 2px solid #29ABE2;
  width: 10px;
  margin-top: 10px;
  margin-left: 2px;
}

.mainText {
  line-height: 220%;
  color: #333333;
}

@media screen and (max-width: 486px) {
  .mainText {
    font-size: 16px;
    font-size: 3.950617284vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .mainText {
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}

@media screen and (min-width: 769px) {
  .mainText {
    font-size: 16px;
  }
}

@media only screen and (max-width: 486px) {
  .mainText {
    line-height: 220%;
  }
}

.mainText h3 {
  line-height: 150%;
  color: #29ABE2;
}

@media screen and (max-width: 486px) {
  .mainText h3 {
    font-size: 24px;
    font-size: 5.9259259259vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .mainText h3 {
    font-size: 24px;
    font-size: 3.125vw;
  }
}

@media screen and (min-width: 769px) {
  .mainText h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 768px) {
  .mainText h3 {
    padding-bottom: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .mainText h3 {
    padding-bottom: 20px;
  }
}

.mainText p {
  clear: both;
}

@media screen and (max-width: 768px) {
  .mainText p {
    padding-bottom: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .mainText p {
    padding-bottom: 40px;
  }
}

.mainText strong {
  font-weight: bold;
  color: #003FAF;
}

.beliefUnderImg {
  margin: 0px auto;
  display: block;
  width: 100%;
  display: inline-block;
}

.mainContentsLeft {
  width: 30%;
  max-width: 100%;
  float: left;
  margin-left: 0px !important;
}

@media screen and (max-width: 768px) {
  .mainContentsLeft {
    margin: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .mainContentsLeft {
    margin: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mainContentsLeft {
    margin: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .mainContentsLeft {
    margin: 20px;
  }
}

@media only screen and (max-width: 486px) {
  .mainContentsLeft {
    width: 100%;
  }
}

.mainContentsLeft img {
  margin: 0px auto;
  display: block;
}

.mainContentsLeft .caption {
  margin: 0px auto;
  display: block;
  line-height: 120%;
  color: #333333;
}

@media screen and (max-width: 768px) {
  .mainContentsLeft .caption {
    margin: 2.5vw auto;
  }
}

@media screen and (min-width: 769px) {
  .mainContentsLeft .caption {
    margin: 20px auto;
  }
}

@media screen and (max-width: 486px) {
  .mainContentsLeft .caption {
    font-size: 12px;
    font-size: 2.962962963vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .mainContentsLeft .caption {
    font-size: 12px;
    font-size: 1.5625vw;
  }
}

@media screen and (min-width: 769px) {
  .mainContentsLeft .caption {
    font-size: 12px;
  }
}

.contactMainContent {
  margin: 0px auto;
  display: block;
  width: 90vw;
  max-width: 400px;
}

.contactMainContent .inputContent {
  margin: 0px auto;
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contactMainContent .inputContent {
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent .inputContent {
    margin-bottom: 40px;
  }
}

.contactMainContent .inputContent .inputContentHeadline {
  display: block;
  font-weight: bold;
  color: #003FAF;
}

@media screen and (max-width: 768px) {
  .contactMainContent .inputContent .inputContentHeadline {
    padding-right: 1.25vw;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent .inputContent .inputContentHeadline {
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .contactMainContent .inputContent .inputContentHeadline {
    margin-bottom: 1.25vw;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent .inputContent .inputContentHeadline {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 486px) {
  .contactMainContent .inputContent .inputContentHeadline {
    font-size: 18px;
    font-size: 4.4444444444vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .contactMainContent .inputContent .inputContentHeadline {
    font-size: 18px;
    font-size: 2.34375vw;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent .inputContent .inputContentHeadline {
    font-size: 18px;
  }
}

.contactMainContent .inputContent .nessIcon {
  display: inline-block;
  color: #ffffff;
  background-color: #003FAF;
}

@media screen and (max-width: 768px) {
  .contactMainContent .inputContent .nessIcon {
    padding: 0.625vw;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent .inputContent .nessIcon {
    padding: 5px;
  }
}

@media screen and (max-width: 768px) {
  .contactMainContent .inputContent .nessIcon {
    margin-bottom: 1.25vw;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent .inputContent .nessIcon {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 486px) {
  .contactMainContent .inputContent .nessIcon {
    font-size: 12px;
    font-size: 2.962962963vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .contactMainContent .inputContent .nessIcon {
    font-size: 12px;
    font-size: 1.5625vw;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent .inputContent .nessIcon {
    font-size: 12px;
  }
}

.contactMainContent input[type='text'],
.contactMainContent input[type='email'],
.contactMainContent input[type='tel'],
.contactMainContent textarea {
  margin: 0px auto;
  display: block;
  width: 100%;
  font-size: 16px;
  background-color: #ffffff;
  border: 1px solid #003FAF;
  color: #333333;
}

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

  .contactMainContent input[type='text'],
  .contactMainContent input[type='email'],
  .contactMainContent input[type='tel'],
  .contactMainContent textarea {
    margin-top: 1.25vw;
  }
}

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

  .contactMainContent input[type='text'],
  .contactMainContent input[type='email'],
  .contactMainContent input[type='tel'],
  .contactMainContent textarea {
    margin-top: 10px;
  }
}

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

  .contactMainContent input[type='text'],
  .contactMainContent input[type='email'],
  .contactMainContent input[type='tel'],
  .contactMainContent textarea {
    margin-bottom: 1.25vw;
  }
}

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

  .contactMainContent input[type='text'],
  .contactMainContent input[type='email'],
  .contactMainContent input[type='tel'],
  .contactMainContent textarea {
    margin-bottom: 10px;
  }
}

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

  .contactMainContent input[type='text'],
  .contactMainContent input[type='email'],
  .contactMainContent input[type='tel'],
  .contactMainContent textarea {
    padding: 1.25vw;
  }
}

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

  .contactMainContent input[type='text'],
  .contactMainContent input[type='email'],
  .contactMainContent input[type='tel'],
  .contactMainContent textarea {
    padding: 10px;
  }
}

.contactMainContent textarea {
  height: 200px;
}

.contactMainContent input[type='submit'] {
  margin: 0px auto;
  display: block;
  width: 80%;
  font-weight: bold;
  text-align: center;
  background-color: #003FAF;
  color: #ffffff;
}

@media screen and (max-width: 486px) {
  .contactMainContent input[type='submit'] {
    font-size: 14px;
    font-size: 3.4567901235vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .contactMainContent input[type='submit'] {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent input[type='submit'] {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  .contactMainContent input[type='submit'] {
    padding: 2.5vw 0;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent input[type='submit'] {
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .contactMainContent input[type='submit'] {
    margin-bottom: 7.5vw;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent input[type='submit'] {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 486px) {

  .contactMainContent .wpcf7-text,
  .contactMainContent .wpcf7-not-valid-tip {
    font-size: 14px;
    font-size: 3.4567901235vw;
  }
}

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

  .contactMainContent .wpcf7-text,
  .contactMainContent .wpcf7-not-valid-tip {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}

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

  .contactMainContent .wpcf7-text,
  .contactMainContent .wpcf7-not-valid-tip {
    font-size: 14px;
  }
}

.contactMainContent .wpcf7-response-output {
  margin: 0;
  text-align: center;
  width: 100%;
  background-color: #003FAF;
  color: #ffffff;
  border: 0;
}

@media screen and (max-width: 768px) {
  .contactMainContent .wpcf7-response-output {
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent .wpcf7-response-output {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .contactMainContent .wpcf7-response-output {
    padding: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent .wpcf7-response-output {
    padding: 20px;
  }
}

@media screen and (max-width: 486px) {
  .contactMainContent .wpcf7-response-output {
    font-size: 12px;
    font-size: 2.962962963vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .contactMainContent .wpcf7-response-output {
    font-size: 12px;
    font-size: 1.5625vw;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent .wpcf7-response-output {
    font-size: 12px;
  }
}

.contactMainContent .acceptanceBox {
  margin: 0px auto;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #003FAF;
}

@media screen and (max-width: 768px) {
  .contactMainContent .acceptanceBox {
    padding: 2.5vw 0;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent .acceptanceBox {
    padding: 20px 0;
  }
}

@media screen and (max-width: 486px) {
  .contactMainContent .acceptanceBox {
    font-size: 16px;
    font-size: 3.950617284vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .contactMainContent .acceptanceBox {
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent .acceptanceBox {
    font-size: 16px;
  }
}

.contactMainContent .acceptanceBox span {
  margin: 0;
  padding: 0;
}

.contactMainContent .acceptanceBox .acceptance {
  margin: 0px auto;
  display: block;
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .contactMainContent .acceptanceBox .acceptance {
    margin: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .contactMainContent .acceptanceBox .acceptance {
    margin: 20px;
  }
}

article.single {
  margin: 0px auto;
  display: block;
  width: 90vw;
  max-width: 1000px;
}

@media screen and (max-width: 768px) {
  article.single {
    margin: 5vw auto;
  }
}

@media screen and (min-width: 769px) {
  article.single {
    margin: 40px auto;
  }
}

article.single .singleCategoryNav {
  margin: 0px auto;
  display: block;
  text-align: left;
  border-bottom: 1px solid #29ABE2;
}

@media screen and (max-width: 768px) {
  article.single .singleCategoryNav {
    padding-bottom: 1.25vw;
  }
}

@media screen and (min-width: 769px) {
  article.single .singleCategoryNav {
    padding-bottom: 10px;
  }
}

article.single .singleCategoryNav a {
  display: inline-block;
  background-color: #003FAF;
  color: #ffffff;
}

@media screen and (max-width: 486px) {
  article.single .singleCategoryNav a {
    font-size: 14px;
    font-size: 3.4567901235vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  article.single .singleCategoryNav a {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}

@media screen and (min-width: 769px) {
  article.single .singleCategoryNav a {
    font-size: 14px;
  }
}

@media screen and (max-width: 768px) {
  article.single .singleCategoryNav a {
    padding: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  article.single .singleCategoryNav a {
    padding: 20px;
  }
}

article.single .singleTitle {
  margin: 0px auto;
  display: block;
  text-align: center;
  border-bottom: 1px solid #29ABE2;
}

@media screen and (max-width: 768px) {
  article.single .singleTitle {
    padding: 10vw 0;
  }
}

@media screen and (min-width: 769px) {
  article.single .singleTitle {
    padding: 80px 0;
  }
}

article.single .singleTitle .singleTitleText {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-align: left;
  max-width: 90%;
  width: auto;
  font-weight: 900;
  line-height: 130%;
  color: #003FAF;
}

@media screen and (max-width: 486px) {
  article.single .singleTitle .singleTitleText {
    font-size: 32px;
    font-size: 7.9012345679vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  article.single .singleTitle .singleTitleText {
    font-size: 32px;
    font-size: 4.1666666667vw;
  }
}

@media screen and (min-width: 769px) {
  article.single .singleTitle .singleTitleText {
    font-size: 32px;
  }
}

article.single .singleTitleDate {
  margin: 0px auto;
  display: block;
  text-align: center;
  color: #29ABE2;
  font-family: "Barlow Semi Condensed", sans-serif;
}

@media screen and (max-width: 768px) {
  article.single .singleTitleDate {
    margin-top: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  article.single .singleTitleDate {
    margin-top: 20px;
  }
}

@media screen and (max-width: 486px) {
  article.single .singleTitleDate {
    font-size: 16px;
    font-size: 3.950617284vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  article.single .singleTitleDate {
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}

@media screen and (min-width: 769px) {
  article.single .singleTitleDate {
    font-size: 16px;
  }
}

.singleMainText {
  margin: 0px auto;
  display: block;
  width: 100%;
  background-color: #ffffff;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 150%;
}

@media screen and (max-width: 768px) {
  .singleMainText {
    padding: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .singleMainText {
    padding: 40px;
  }
}

@media screen and (max-width: 486px) {
  .singleMainText {
    font-size: 16px;
    font-size: 3.950617284vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .singleMainText {
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}

@media screen and (min-width: 769px) {
  .singleMainText {
    font-size: 16px;
  }
}

@media only screen and (max-width: 486px) {
  .singleMainText {
    line-height: 220%;
  }
}

@media only screen and (max-width: 486px) and (max-width: 486px) {
  .singleMainText {
    font-size: 16px;
    font-size: 3.950617284vw;
  }
}

@media only screen and (max-width: 486px) and (min-width: 487px) and (max-width: 768px) {
  .singleMainText {
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}

@media only screen and (max-width: 486px) and (min-width: 769px) {
  .singleMainText {
    font-size: 16px;
  }
}

.singleMainText .singleMainTextThumb {
  margin: 0px auto;
  display: block;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

@media screen and (max-width: 768px) {
  .singleMainText .singleMainTextThumb {
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 769px) {
  .singleMainText .singleMainTextThumb {
    margin-bottom: 40px;
  }
}

@media screen and (orientation: portrait) {
  .singleMainText .singleMainTextThumb {
    max-height: 50vh;
  }
}

.singleMainText a {
  color: #003FAF;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .singleMainText p {
    padding-bottom: 1.25vw;
  }
}

@media screen and (min-width: 769px) {
  .singleMainText p {
    padding-bottom: 10px;
  }
}

.singleMainText ul,
.singleMainText ol {
  margin: 0px auto;
  display: block;
  margin: 1em 0;
  list-style: initial;
  color: #003FAF;
}

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

  .singleMainText ul,
  .singleMainText ol {
    padding-left: 2.5vw;
  }
}

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

  .singleMainText ul,
  .singleMainText ol {
    padding-left: 20px;
  }
}

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

  .singleMainText ul li,
  .singleMainText ol li {
    margin-bottom: 1.25vw;
  }
}

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

  .singleMainText ul li,
  .singleMainText ol li {
    margin-bottom: 10px;
  }
}

.singleMainText * {
  max-width: 100% !important;
}

.singleMainText img {
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

.singleMainText img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}

.singleMainText img.alignright {
  display: block;
  margin: 0 0 0 auto;
}

.singleMainText img.aligncenter {
  display: block;
  margin: 0 auto;
}

.singleMainText h1,
.singleMainText h2,
.singleMainText h3,
.singleMainText h4,
.singleMainText h5,
.singleMainText h6 {
  font-weight: 900;
  color: #29ABE2;
  line-height: 130%;
  letter-spacing: 0.05em;
}

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

  .singleMainText h1,
  .singleMainText h2,
  .singleMainText h3,
  .singleMainText h4,
  .singleMainText h5,
  .singleMainText h6 {
    padding: 2.5vw 0;
  }
}

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

  .singleMainText h1,
  .singleMainText h2,
  .singleMainText h3,
  .singleMainText h4,
  .singleMainText h5,
  .singleMainText h6 {
    padding: 20px 0;
  }
}

.singleMainText h1 {
  font-size: 220%;
}

.singleMainText h2 {
  font-size: 200%;
}

.singleMainText h3 {
  font-size: 180%;
}

.singleMainText h4 {
  font-size: 150%;
}

.singleMainText h5 {
  font-size: 120%;
}

.singleMainText h6 {
  font-size: 100%;
}

.singleMainText blockquote {
  margin: 0px auto;
  display: block;
  background-color: #003FAF;
  width: 95%;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  .singleMainText blockquote {
    padding: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .singleMainText blockquote {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .singleMainText blockquote {
    margin: 1.25vw auto;
  }
}

@media screen and (min-width: 769px) {
  .singleMainText blockquote {
    margin: 10px auto;
  }
}

.singleMainText table {
  border-collapse: collapse;
  border-spacing: 0;
}

.singleMainText table * {
  border: 1px solid #ccc;
}

.singleMainText table td,
.singleMainText table th {
  padding: 10px;
}

.singleMainText iframe {
  margin: 0px auto;
  display: block;
}

.singleMainText .wp-block-image {
  margin: 0px auto;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .singleMainText .wp-block-image {
    margin: 2.5vw;
  }
}

@media screen and (min-width: 769px) {
  .singleMainText .wp-block-image {
    margin: 20px;
  }
}

.newsPager {
  margin: 0px auto;
  display: block;
  text-align: center;
}

.newsPager a,
.newsPager ul,
.newsPager li {
  display: inline-block;
}

.newsPager .newsPagerPrevBtn,
.newsPager .newsPagerNextBtn {
  font-family: "Barlow Semi Condensed", sans-serif;
  background-color: #ffffff;
  color: #003FAF;
  border-bottom: 1px solid #29ABE2;
}

@media screen and (max-width: 486px) {

  .newsPager .newsPagerPrevBtn,
  .newsPager .newsPagerNextBtn {
    font-size: 14px;
    font-size: 3.4567901235vw;
  }
}

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

  .newsPager .newsPagerPrevBtn,
  .newsPager .newsPagerNextBtn {
    font-size: 14px;
    font-size: 1.8229166667vw;
  }
}

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

  .newsPager .newsPagerPrevBtn,
  .newsPager .newsPagerNextBtn {
    font-size: 14px;
  }
}

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

  .newsPager .newsPagerPrevBtn,
  .newsPager .newsPagerNextBtn {
    margin: auto 0.625vw;
  }
}

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

  .newsPager .newsPagerPrevBtn,
  .newsPager .newsPagerNextBtn {
    margin: auto 5px;
  }
}

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

  .newsPager .newsPagerPrevBtn,
  .newsPager .newsPagerNextBtn {
    padding: 1.25vw;
  }
}

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

  .newsPager .newsPagerPrevBtn,
  .newsPager .newsPagerNextBtn {
    padding: 10px;
  }
}

.newsPager .newsPagerNum li {
  font-family: "Barlow Semi Condensed", sans-serif;
  background-color: #ffffff;
  color: #003FAF;
  border: 1px solid #29ABE2;
}

@media screen and (max-width: 486px) {
  .newsPager .newsPagerNum li {
    font-size: 16px;
    font-size: 3.950617284vw;
  }
}

@media screen and (min-width: 487px) and (max-width: 768px) {
  .newsPager .newsPagerNum li {
    font-size: 16px;
    font-size: 2.0833333333vw;
  }
}

@media screen and (min-width: 769px) {
  .newsPager .newsPagerNum li {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .newsPager .newsPagerNum li {
    margin: auto 0.625vw;
  }
}

@media screen and (min-width: 769px) {
  .newsPager .newsPagerNum li {
    margin: auto 5px;
  }
}

@media screen and (max-width: 768px) {
  .newsPager .newsPagerNum li {
    padding: 1.25vw;
  }
}

@media screen and (min-width: 769px) {
  .newsPager .newsPagerNum li {
    padding: 10px;
  }
}

.newsPager .newsPagerNum li.current {
  background-color: #003FAF;
  color: #ffffff;
}

.underPageMainContent img {
  max-width: 100%;
}

/*# sourceMappingURL=style.css.map */