@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  background-repeat: no-repeat;
  overflow-wrap: break-word;
}

.box::-webkit-scrollbar {
  display: none;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
  font-size: 1.2rem;
  line-height: 1.85714;
  height: 100%;
  letter-spacing: 0.022em;
  color: #222222;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
img,
video,
a {
  display: block;
  margin: 0;
}

img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

input,
button,
select,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
  outline: 0;
  border: 1px solid #015059;
  font-size: 1.7rem;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.pcView {
  display: block !important;
}

@media (max-width: 568px) {
  .pcView {
    display: none !important;
  }
}

.spView {
  display: none !important;
}

@media (max-width: 568px) {
  .spView {
    display: block !important;
  }
}

.widthKeeper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}

@media (max-width: 768px) {
  .widthKeeper {
    max-width: 95%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jelly {
  -webkit-animation: gelatine 1s infinite;
          animation: gelatine 1s infinite;
}

@-webkit-keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@keyframes gelatine {
  from,
  to {
    -webkit-transform: scale(0.95, 0.95);
            transform: scale(0.95, 0.95);
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.outline {
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  /* 文字の影 */
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #015059;
  color: #fff;
  padding: 15px;
}

@media (max-width: 568px) {
  header {
    padding: 8px;
  }
}

header #headerLogo {
  width: 8%;
}

@media (max-width: 568px) {
  header #headerLogo {
    width: 19%;
    padding-left: 10px;
  }
}

header #pcNav {
  width: 50%;
}

header #pcNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

header #pcNav ul li {
  font-size: 0.9rem;
  padding: 10px;
}

main section {
  margin-bottom: 80px;
}

main #fv_top {
  background-image: url(../img/top_fv.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 90vh;
  position: relative;
}

@media (max-width: 568px) {
  main #fv_top {
    background-position: 79%;
  }
}

main #fv_top h1 {
  font-size: 5rem;
  position: absolute;
  bottom: 53%;
  left: 8%;
  /* text-align: center; */
  line-height: 6rem;
  color: #042740;
}

main #fv_top h1 .smallFont {
  display: inline-block;
  font-size: 4rem;
}

@media (max-width: 568px) {
  main #fv_top h1 {
    left: 0;
    font-size: 2rem;
    line-height: 2.5rem;
    right: 0;
    bottom: 72%;
    text-align: center;
  }
  main #fv_top h1 .smallFont {
    font-size: 1.7rem;
  }
}

main #fv_top .button {
  width: 500px;
  position: absolute;
  bottom: 36%;
  left: 6%;
}

@media (max-width: 568px) {
  main #fv_top .button {
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 5%;
  }
}

main #menu_business .flex {
  margin-bottom: 50px;
}

@media (max-width: 568px) {
  main #menu_business .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main #menu_business .flex figcaption {
  width: 50%;
}

@media (max-width: 568px) {
  main #menu_business .flex figcaption {
    width: 100%;
  }
}

main #menu_business .flex figcaption h2 {
  color: #01273f;
  position: relative;
  margin-bottom: 15px;
  font-size: 2rem;
}

main #menu_business .flex figcaption h2::after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #027272;
  position: absolute;
  bottom: 1px;
  left: 0;
}

main #menu_business .flex figure {
  width: 50%;
}

@media (max-width: 568px) {
  main #menu_business .flex figure {
    width: 100%;
  }
}

main #sample h2 {
  text-align: center;
  color: #01273f;
  position: relative;
  margin-bottom: 65px;
  font-size: 2rem;
}

@media (max-width: 568px) {
  main #sample h2 {
    text-align: left;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }
}

main #sample h2::after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #027272;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 568px) {
  main #sample h2::after {
    right: auto;
  }
}

main #sample .slideBox {
  background: #077272;
  color: #fff;
  font-weight: bold;
  padding: 70px 50px;
  border-radius: 30px;
}

@media (max-width: 568px) {
  main #sample .slideBox {
    padding-left: 35px;
    padding-right: 35px;
  }
}

main #sample .slideBox p:first-of-type {
  font-size: 90%;
  color: #dadada;
}

main #sample .slideBox p:nth-of-type(2) {
  font-size: 120%;
}

main #sample .slideBox p:nth-of-type(3) span {
  font-size: 150%;
  display: inline-block;
}

main #sample .slideBox p:nth-of-type(4) {
  font-size: 80%;
}

main #sample .slideBox p:nth-of-type(4) span {
  border: 1px solid;
  border-radius: 5px;
  padding: 0 10px;
  display: inline-block;
  margin-top: 15px;
  margin-right: 8px;
}

main #message {
  background-image: url(../img/top_bottom.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 850px;
  margin-bottom: -50px;
}

@media (max-width: 568px) {
  main #message {
    background-image: url(../img/top_bottom_sp.jpg);
  }
}

main #message .messageTxt {
  padding-top: 100px;
  font-weight: bold;
}

@media (max-width: 568px) {
  main #message .messageTxt {
    padding-top: 40px;
  }
}

main #message .messageTxt p {
  margin-bottom: 25px;
}

main #message .button {
  width: 50%;
  margin-top: 50px;
}

@media (max-width: 568px) {
  main #message .button {
    width: 100%;
    margin-top: 60%;
  }
}

.waveSvg {
  overflow-x: hidden;
}

@media (max-width: 568px) {
  .waveSvg svg {
    width: 278%;
  }
}

footer {
  background: #015059;
  width: 100%;
  height: 500px;
  margin-top: -15px;
}

@media (max-width: 568px) {
  footer {
    height: auto;
  }
}

footer .footerLogo {
  width: 300px;
  margin: auto;
  padding-top: 50px;
}

footer .flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  margin-top: 70px;
}

@media (max-width: 568px) {
  footer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

@media (max-width: 568px) {
  footer .flex .leftBox {
    text-align: center;
  }
}

footer .flex .leftBox p {
  margin-bottom: 20px;
}

footer .flex .rightBox {
  font-weight: bold;
}

@media (max-width: 568px) {
  footer .flex .rightBox {
    text-align: center;
    margin: 50px auto;
  }
}

footer .flex .rightBox ul li {
  margin-bottom: 10px;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

section.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

section.fv h1 {
  color: #01273f;
  position: relative;
  margin-bottom: 65px;
  font-size: 2.2rem;
}

@media (max-width: 568px) {
  section.fv h1 {
    margin-bottom: -55px;
    position: absolute;
    font-size: 2rem;
    bottom: 0;
  }
}

section.fv h1::after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #027272;
  position: absolute;
  bottom: 1px;
  left: 0;
  margin: auto;
}

section.fv div {
  width: 60%;
  padding-top: 80px;
}

@media (max-width: 568px) {
  section.fv div {
    padding-top: 40px;
    width: 70%;
    margin: auto;
  }
}

#policyTxt p:first-of-type {
  color: grey;
  font-size: 90%;
  margin-bottom: 50px;
}

#policyTxt p:last-of-type {
  text-align: right;
  font-weight: bold;
}

#policyTxt dl dt {
  font-weight: bold;
  border-bottom: 1px solid grey;
  margin-bottom: 15px;
}

#policyTxt dl dd {
  margin-bottom: 30px;
}

#policyTxt dl dd span {
  color: grey;
  font-size: 90%;
}

#policyTxt dl dd ul {
  margin-top: 15px;
}

#sysTxt {
  background-color: #f2f2f2;
}

#sysTxt .flex {
  padding: 50px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 568px) {
  #sysTxt .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#sysTxt .flex .leftBox {
  width: 50%;
}

@media (max-width: 568px) {
  #sysTxt .flex .leftBox {
    width: 100%;
  }
}

#sysTxt .flex .rightBox {
  width: 50%;
}

@media (max-width: 568px) {
  #sysTxt .flex .rightBox {
    width: 100%;
  }
}

#sysTxt .bgWhite {
  background-color: #fff;
}

#sysTxt .bgWhite .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 568px) {
  #sysTxt .bgWhite .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#sysBottom {
  background-image: url(../img/sys_bottom.jpg);
  background-size: cover;
  margin: -80px 0 -40px;
  padding: 100px 0 120px;
}

@media (max-width: 568px) {
  #sysBottom {
    background-position: 80%;
  }
}

#sysBottom p {
  color: #000;
  font-weight: bold;
  text-align: center;
  font-size: 2.8rem;
  line-height: 3.5rem;
}

@media (max-width: 568px) {
  #sysBottom p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

#about dl {
  border-bottom: 1px solid #dedede;
  padding: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 568px) {
  #about dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0;
  }
}

#about dl:first-of-type {
  border-top: 1px solid #dedede;
}

#about dl dt {
  font-weight: bold;
  width: 30%;
}

@media (max-width: 568px) {
  #about dl dt {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 568px) {
  #about dl dd {
    text-align: center;
  }
}

#access h2 {
  text-align: center;
  color: #01273f;
  position: relative;
  margin-bottom: 65px;
  font-size: 1.7rem;
}

@media (max-width: 568px) {
  #access h2 {
    font-size: 1.5rem;
  }
}

#access h2::after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #027272;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

#access .map {
  margin-bottom: 50px;
}

#access .caption {
  text-align: center;
}

@media (max-width: 568px) {
  #access .caption {
    text-align: left;
  }
}

#sesTxt {
  background-color: #f2f2f2;
}

#sesTxt #ses01 {
  padding: 60px 0 80px;
  position: relative;
}

#sesTxt #ses01 div {
  position: absolute;
  width: 50px;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
}

#sesTxt #ses02 {
  background-color: #027272;
  padding: 50px;
  position: relative;
  height: 500px;
}

@media (max-width: 568px) {
  #sesTxt #ses02 {
    padding: 70px 10px;
  }
}

#sesTxt #ses02 .widthKeeper p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2.3rem;
}

@media (max-width: 568px) {
  #sesTxt #ses02 .widthKeeper p {
    font-size: 1.5rem;
  }
}

#sesTxt #ses02 .widthKeeper div {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  margin: auto;
  width: 60%;
}

@media (max-width: 568px) {
  #sesTxt #ses02 .widthKeeper div {
    width: 95%;
    bottom: 20px;
  }
}

#sesTxt #ses03 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 80px 0;
}

@media (max-width: 568px) {
  #sesTxt #ses03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#sesTxt #ses03 .leftBox {
  width: 50%;
}

@media (max-width: 568px) {
  #sesTxt #ses03 .leftBox {
    width: 100%;
  }
}

#sesTxt #ses03 .rightBox {
  width: 50%;
}

@media (max-width: 568px) {
  #sesTxt #ses03 .rightBox {
    width: 100%;
  }
}

#sesTxt #ses03 .rightBox p {
  margin-bottom: 20px;
  text-align: center;
}

#sesTxt #ses03 .rightBox ul {
  text-align: center;
  margin-bottom: 20px;
}

#sesTxt #ses03 .rightBox ul li {
  font-weight: bold;
}

#flow h2 {
  text-align: center;
  color: #01273f;
  position: relative;
  margin-bottom: 65px;
  font-size: 1.7rem;
}

@media (max-width: 568px) {
  #flow h2 {
    font-size: 1.5rem;
  }
}

#flow h2::after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #027272;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

#flow ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 568px) {
  #flow ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#flow ul li {
  width: 19%;
}

@media (max-width: 568px) {
  #flow ul li {
    width: 60%;
    margin: 0 auto;
  }
}

#voice h2 {
  text-align: center;
  color: #01273f;
  position: relative;
  margin-bottom: 65px;
  font-size: 1.7rem;
}

@media (max-width: 568px) {
  #voice h2 {
    font-size: 1.5rem;
  }
}

#voice h2::after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #027272;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}

#voice ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 568px) {
  #voice ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#voice ul li {
  width: 32%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 568px) {
  #voice ul li {
    width: 95%;
    margin: 0 auto 50px;
  }
}

#form {
  background-color: #89b0bf;
  padding: 80px 0 150px;
  margin-bottom: -50px;
}

#form .widthKeeper h2 {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  position: relative;
}

#form .widthKeeper h2::after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: auto;
}

#ad {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 568px) {
  #ad {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#ad h1, #ad h2 {
  display: inline-block;
  margin: 80px 0;
  position: relative;
}

#ad h1::after, #ad h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-color: #027272;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.ad-content {
  width: 100%;
  padding: 40px 25px 100px 25px;
}

@media screen and (max-width: 1000px) {
  .ad-content {
    padding: 40px 0 100px 0;
  }
}

@media (max-width: 768px) {
  .ad-content {
    margin-top: -30px;
  }
}

.ad-textbox {
  width: 60%;
  padding: 30px 40px 60px 60px;
  background-color: #fff;
}

@media screen and (max-width: 1000px) {
  .ad-textbox {
    padding: 30px 15px;
  }
}

@media (max-width: 768px) {
  .ad-textbox {
    padding: 30px 0;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.ad-textbox h3 {
  font-size: 24px;
  text-align: left;
}

@media (max-width: 375px) {
  .ad-textbox h3 {
    font-size: 1.4rem;
  }
}

.ad-textbox p {
  margin-top: 30px;
  text-align: left;
}

.ad-imgbox {
  width: 40%;
}

@media (max-width: 768px) {
  .ad-imgbox {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.ad-bgWhite {
  background-color: #fff;
}

.gray {
  background-color: #f2f2f2;
}

.ad-contents {
  margin-bottom: 0;
}

#ec {
  background: url(../img/bg-ec.png) no-repeat center center/cover;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: -2;
}

#ec::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(109, 110, 109, 0.4);
  z-index: -1;
}

@media (max-width: 568px) {
  #ec {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.ec-inner {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 100px 20px 100px 0;
  text-align: center;
}

.ec-inner h1, .ec-inner h2 {
  display: inline-block;
  position: relative;
}

.ec-inner h1::after, .ec-inner h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-color: #027272;
  position: absolute;
  bottom: 1px;
  left: 0;
}

.ec {
  margin-bottom: -20px;
}

.ec-text {
  width: 60%;
  padding-left: 60px;
  text-align: left;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .ec-text {
    padding: 0 20px;
    width: 100%;
  }
}

.ec-img {
  width: 40%;
}

@media (max-width: 768px) {
  .ec-img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

@media (max-width: 375px) {
  .ec-img {
    width: 90%;
  }
}

.br918 {
  display: none;
}

@media screen and (max-width: 916px) {
  .br918 {
    display: block;
  }
}

@media (max-width: 568px) {
  .br918 {
    display: none;
  }
}

@media (max-width: 375px) {
  .ad-toptitle {
    font-size: 1.6rem !important;
  }
}

@media (max-width: 568px) {
  .ad-ec-sectitle {
    font-size: 1.4rem;
  }
}

@media (max-width: 768px) {
  .ad-content .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  .ec-contents.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=main.css.map */
