@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  html {
    font-size: 12px;
  }
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  color: #000;
  cursor: default;
  font-family: source-han-sans-japanese, Verdana, Arial, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  /*'ten-mincho-text',*/
  /*font-family:  '游ゴシック','Yu Gothic',YuGothic,'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ W3', 'Noto Sans JP', 'メイリオ','ＭＳ Ｐゴシック', sans-serif;*/
  letter-spacing: 0.05rem;
  text-indent: 0.05rem;
  voice-family: inherit;
  width: 100%;
}

p {
  line-height: 1.7;
}

.FootAd {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: -1; /*背景画像になるように重ね順を-1*/
  background-image: url("../img/foot.jpg");
  height: 22rem;
  margin-top: 2rem;
  padding-top: 1rem;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .FootAd {
    height: 37rem;
  }
}
.FootAd__inner {
  width: 100%;
}
.FootAd__post {
  background-color: #fff;
  border-radius: 0.4rem;
  width: 48%;
  padding: 0 1rem 2rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .FootAd__post {
    width: 100%;
  }
}
.FootAd__post__icon {
  background-color: #1295AA;
  border-radius: 50%;
  display: inline-block;
  height: 5rem;
  position: relative;
  margin: calc(5rem / 2 * -1) auto 0 auto;
  width: 5rem;
}
.FootAd__post__icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
}
.FootAd__post__text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.FootAd__entry {
  background-color: #fff;
  border-radius: 0.4rem;
  width: 48%;
  padding: 0 1rem 2rem;
  position: relative;
  text-align: center;
  margin-left: 4%;
}
@media screen and (max-width: 600px) {
  .FootAd__entry {
    width: 100%;
  }
}
.FootAd__entry__icon {
  background-color: #1295AA;
  border-radius: 50%;
  display: inline-block;
  height: 5rem;
  position: relative;
  margin: calc(5rem / 2 * -1) auto 0 auto;
  width: 5rem;
}
.FootAd__entry__icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2rem;
}
.FootAd__entry__text {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 600px) {
  .FootAd__entry {
    margin-left: 0;
    margin-top: 5rem;
  }
}

.Footer {
  background-color: #1295AA;
  color: #fff;
  padding: 5rem 6vw;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .Footer {
    padding: 5rem 2.7rem;
  }
}
.Footer__nav {
  margin: 4rem 0 2rem;
}
.Footer__nav li {
  transition: 0.3s;
  display: inline-block;
  margin-bottom: 1.7rem;
  margin-right: 2rem;
}
.Footer__nav li:hover {
  color: #000;
}
.Footer__logo {
  margin-top: 1rem;
  width: 14rem;
}
.Footer__nav a {
  transition: 0.3s;
  padding: 0 2rem;
}
.Footer__nav a:first-child {
  border-right: #fff 1px solid;
}
.Footer__nav a:hover {
  color: #73CFDD;
}
.Footer__cr {
  font-size: 0.9rem;
  margin-top: 3rem;
  opacity: 0.5;
}

.Header {
  background-color: #fff;
  height: 6.8rem;
  padding-left: 6vw;
  padding-right: 6vw;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 900px) {
  .Header {
    padding-left: 2.7rem;
    padding-right: 0;
  }
}

.PcHeader {
  height: 100%;
}
.PcHeader__top__login {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: 0.3s;
  background-color: #000;
  border-radius: 0 0 0.5rem 0.5rem;
  color: #fff;
  display: block;
  padding: 0.6rem 0 1rem 0;
  text-align: center;
  width: 12rem;
}
.PcHeader__top__login:before {
  font-family: "icomoon";
  content: "\e902";
  font-size: 1.4rem;
  padding-right: 0.5rem;
  position: relative;
  top: 3px;
}
.PcHeader__top__login:hover {
  opacity: 0.6;
}
.PcHeader__top__entry {
  align-items: center;
  display: flex;
  justify-content: center;
  transition: 0.3s;
  background-color: #1295AA;
  border-radius: 0 0 0.5rem 0.5rem;
  color: #fff;
  display: block;
  padding: 0.6rem 0 1rem 0;
  text-align: center;
  width: 12rem;
  margin-left: 1rem;
}
.PcHeader__top__entry:before {
  font-family: "icomoon";
  content: "\e900";
  font-size: 1.4rem;
  padding-right: 0.5rem;
  position: relative;
  top: 3px;
}
.PcHeader__top__entry:hover {
  opacity: 0.6;
}
.PcHeader__btm {
  padding-top: 1rem;
}
@media screen and (max-width: 900px) {
  .PcHeader {
    display: none !important;
  }
}

.PcNav__item {
  transition: 0.3s;
  display: block;
  margin-left: 1.6rem;
}
.PcNav__item:first-child {
  margin-left: 0;
}
.PcNav__item:hover {
  opacity: 0.7;
}

.SpNav {
  display: none;
}
@media screen and (max-width: 900px) {
  .SpNav {
    background-color: #fff;
    font-size: 1.1rem;
    height: calc(100vh - 6.8rem);
    position: fixed;
    top: 6.8rem;
    left: 0;
    width: 100vw;
    z-index: 100;
  }
  .SpNav__item {
    transition: 0.3s;
    color: #000;
    display: block;
    padding: 1.4rem 2.7rem;
    border-bottom: #E2E2E2 1px solid;
  }
  .SpNav__item:hover {
    opacity: 0.7;
  }
  .SpNav__item:first-child {
    border-top: #E2E2E2 1px solid;
    margin-top: 0;
  }
  .SpNav__item--login {
    transition: 0.3s;
    color: #fff;
    display: block;
    padding: 1.4rem 2.7rem;
    background-color: #000;
  }
  .SpNav__item--login:hover {
    opacity: 0.7;
  }
  .SpNav__item--login:before {
    font-family: "icomoon";
    content: "\e902";
    font-size: 1.4rem;
    padding-right: 0.7rem;
    position: relative;
    top: 3px;
  }
  .SpNav__item--entry {
    transition: 0.3s;
    color: #fff;
    display: block;
    padding: 1.4rem 2.7rem;
    background-color: #1295AA;
  }
  .SpNav__item--entry:hover {
    opacity: 0.7;
  }
  .SpNav__item--entry:before {
    font-family: "icomoon";
    content: "\e900";
    font-size: 1.4rem;
    padding-right: 0.7rem;
    position: relative;
    top: 3px;
  }
}

.NavBtn {
  display: none;
}
@media screen and (max-width: 900px) {
  .NavBtn {
    display: block;
    height: 100%;
    z-index: 1001;
  }
  .NavBtn__inner {
    height: 100%;
  }
  .NavBtn__login {
    transition: 0.3s;
    background-color: #fff;
    height: 100%;
    display: block;
    position: relative;
    width: 6.8rem;
  }
  .NavBtn__login:hover {
    opacity: 0.7;
  }
  .NavBtn__login span:before {
    color: #000;
    font-size: 2rem;
  }
  .NavBtn__chk {
    display: none;
  }
  .NavBtn__chk:checked ~ .NavBtn__label:before {
    top: 2.5rem;
    transform: rotate(45deg);
  }
  .NavBtn__chk:checked ~ .NavBtn__label:after {
    top: 2.5rem;
    transform: rotate(-45deg);
  }
  .NavBtn .NavBtn__label:after, .NavBtn .NavBtn__label:before {
    transition: 0.3s;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 2.3rem;
    height: 1px;
    width: 2.2rem;
  }
  .NavBtn__label {
    transition: 0.3s;
    background-color: #000;
    height: 100%;
    display: block;
    position: relative;
    width: 6.8rem;
    color: #fff;
  }
  .NavBtn__label:hover {
    opacity: 0.7;
  }
  .NavBtn__label:before {
    top: 2rem;
  }
  .NavBtn__label:after {
    top: 3rem;
  }
  .NavBtn__label__text {
    position: absolute;
    left: 2rem;
    top: 3.5rem;
  }
}

.MenuList li {
  transition: 0.3s;
  background-color: #E2E2E2;
  border: #E2E2E2 1px solid;
  padding: 0.1rem 3rem;
  margin-top: 2rem;
  width: 100%;
}
.MenuList li:hover {
  background-color: #cccccc;
}
.MenuList__arrow {
  position: relative;
}
.MenuList__arrow:after {
  border-top: #1295AA 3px solid;
  border-right: #1295AA 3px solid;
  content: "";
  height: 0.8rem;
  position: absolute;
  right: 0rem;
  top: -0.2rem;
  transform: rotate(45deg);
  width: 0.8rem;
}

.LocalMenu {
  background-color: #E2E2E2;
  margin-top: 3rem;
  padding: 1.2rem;
}
.LocalMenu a {
  margin-left: 1.5rem;
  text-decoration: underline;
}
.LocalMenu a:first-child {
  margin-left: 0;
}
.LocalMenu a:hover {
  text-decoration: none;
}

.LocalNav {
  font-size: 0.9rem;
  margin-left: 6vw;
  margin-top: 6rem;
}
@media screen and (max-width: 600px) {
  .LocalNav {
    margin-left: 2.7rem;
  }
}
.LocalNav span {
  transition: 0.3s;
}
.LocalNav span:hover {
  color: #1295AA;
}

.HeaderLogo {
  letter-spacing: 0.1rem;
}
.HeaderLogo__sub {
  font-size: 0.9rem;
}
.HeaderLogo__main {
  width: 12rem;
  margin-top: 0.8rem;
}

.Cont {
  padding: 0 6vw;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 600px) {
  .Cont {
    padding: 0 2.7rem;
    width: 100%;
  }
}

.Sum {
  margin-top: 2rem;
}
.Sum:first-child {
  margin-top: 0;
}

.PageTitle {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: -1; /*背景画像になるように重ね順を-1*/
  background-image: url("../img/ptitle.jpg");
  height: 23rem;
  margin-bottom: 6rem;
  position: relative;
}
.PageTitle h1 {
  font-family: "游明朝", serif;
  background-color: #1295AA;
  color: #fff;
  font-size: 1.4rem;
  padding: 1.5rem 3rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  white-space: nowrap;
}

.mainBtn {
  transition: 0.3s;
  /*position: relative;*/
  background-color: #1295AA;
  border: #1295AA 1px solid;
  border-radius: 0.6rem;
  color: #fff;
  font-size: 0.9rem;
  padding: 1.3rem 4.5rem;
}
.mainBtn:before {
  content: "";
  border: 0;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  /* 矢印アイコンの位置を設定 */
  position: relative;
  top: 0.1rem;
  right: 0.8rem;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
.mainBtn:hover {
  background-color: transparent;
  color: #1295AA;
}
.mainBtn:hover:before {
  border-top: #1295AA 2px solid;
  border-right: #1295AA 2px solid;
}

.subBtn, .subBtnW {
  transition: 0.3s;
  /*position: relative;*/
  border: #AEAEAE 1px solid;
  border-radius: 3rem;
  display: inline-block;
  font-size: 0.9rem;
  padding: 0.7rem 2rem;
}
.subBtn:before, .subBtnW:before {
  content: "";
  border: 0;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  /* 矢印アイコンの位置を設定 */
  position: relative;
  top: 0.1rem;
  right: 0.8rem;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
.subBtn:hover, .subBtnW:hover {
  background-color: #E2E2E2;
}

.subBtnW {
  /*position: relative;*/
  border: #fff 1px solid;
}
.subBtnW:before {
  content: "";
  border: 0;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  /* 矢印アイコンの位置を設定 */
  position: relative;
  top: 0.1rem;
  right: 0.8rem;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
.subBtnW:hover {
  background-color: #fff;
  color: #1295AA;
}
.subBtnW:hover:before {
  border-top: #1295AA 2px solid;
  border-right: #1295AA 2px solid;
}

.sumBtn {
  transition: 0.3s;
  /*position: relative;*/
  background-color: #E2E2E2;
  border: #E2E2E2 1px solid;
  display: block;
  font-size: 1.1rem;
  height: 7.5rem;
  line-height: 7.5rem;
  margin-left: 4%;
  padding-left: 3rem;
  width: 48%;
}
.sumBtn:before {
  content: "";
  border: 0;
  border-top: #000 2px solid;
  border-right: #000 2px solid;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  /* 矢印アイコンの位置を設定 */
  position: relative;
  top: 0.1rem;
  right: 0.8rem;
  transform: translateY(-50%) rotate(45deg); /* rotate(45deg)で矢印を回転（向きを変更）させる */
}
.sumBtn:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .sumBtn {
    margin-left: 0;
    margin-top: 2rem;
    width: 100%;
  }
}
.sumBtn:hover {
  background-color: #fff;
}

.fb {
  font-weight: bold;
}

.fc-main {
  color: #1295AA;
}

.fc-base {
  color: #fff;
}

.linkText {
  color: #1295AA;
  text-decoration: underline;
}
.linkText:hover {
  cursor: pointer;
  text-decoration: none;
}

.linkText-text {
  color: #1295AA;
  text-decoration: underline;
  color: #000;
}
.linkText-text:hover {
  cursor: pointer;
  text-decoration: none;
}

.lhM {
  line-height: 1.8;
}

.fsS {
  font-size: 0.9rem;
}

.br-tb {
  display: none;
}
@media screen and (max-width: 900px) {
  .br-tb {
    display: block;
  }
}

.iframe {
  height: 820px;
  width: 600px;
}
@media screen and (max-width: 600px) {
  .iframe {
    height: 120vw;
    width: 100%;
  }
}

.arImg {
  display: block;
  margin: 1.5rem auto 0;
  width: 13rem;
}

.l-br {
  display: none;
}
@media screen and (max-width: 600px) {
  .l-br {
    display: block;
  }
}

.l-plS {
  padding-left: 2rem !important;
}

.l-mtSS {
  margin-top: 1rem !important;
}

.l-mtS {
  margin-top: 2rem !important;
}

.l-mtM {
  margin-top: 4rem !important;
}

.l-mtL {
  margin-top: 6rem !important;
}

.l-mtLL {
  margin-top: 8rem !important;
}

.l-flex {
  display: flex;
}

.l-row {
  align-items: center;
  display: flex;
}

.l-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.l-textCenter {
  text-align: center;
}

.l-column {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.l-right {
  display: flex;
  justify-content: flex-end;
}
.l-right .l-left {
  margin-right: auto;
}

.l-FToB {
  display: flex;
}
@media screen and (max-width: 600px) {
  .l-FToB {
    display: block;
  }
}

.l-RToB {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 600px) {
  .l-RToB {
    display: block;
  }
}

.l-hashLink {
  margin-top: -6.8rem; /* ここの数値は固定メニューのサイズに合わせて適当に */
  padding-top: 6.8rem; /* margin-topでマイナス下分の高さを指定 */
}

.olist, .ulist {
  line-height: 1.8;
  padding-left: 1.3rem;
}

.ulist {
  list-style: disc;
}

.olist {
  list-style: decimal;
}

.dl {
  line-height: 1.5;
  width: 100%;
}
.dl dt {
  margin-top: 2rem;
}
.dl dt:first-child {
  margin-top: 0;
}
.dl dd {
  margin-top: 0.8rem;
  width: 100%;
}

.table {
  line-height: 1.6;
  width: 100%;
}
.table tr {
  border-bottom: #E2E2E2 1px solid;
  padding: 2rem 0;
}
.table tr:first-child {
  border-top: #E2E2E2 1px solid;
}
.table th {
  background-color: #f2f2f2;
  font-weight: normal;
  padding: 1.5rem;
  vertical-align: middle;
  width: 30%;
}
@media screen and (max-width: 600px) {
  .table th {
    display: block;
    padding: 1.3rem;
    width: 100%;
  }
}
.table td {
  padding: 1.2rem 1.5rem;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .table td {
    display: block;
    width: 100%;
  }
}

.ulist {
  list-style: disc;
  padding-left: 1.3rem;
}

.olist {
  list-style: decimal;
  padding-left: 1.3rem;
}

.tag {
  border: #1295AA 1px solid;
  color: #1295AA;
  font-size: 0.9rem;
  padding: 0.4rem 0.5rem;
}

.textArea, .text {
  border: #E2E2E2 1px solid;
  border-radius: 0.4rem;
  padding: 0.8rem 1rem;
  width: 100%;
}

.textArea {
  height: 10rem;
  resize: none;
}

.mainTitle, .mainTitleS, .mainTitle--page {
  font-family: "游明朝", serif;
  font-size: 1.8rem;
  margin: 8rem 0 4rem;
  position: relative;
  text-align: center;
}
.mainTitle:before, .mainTitleS:before, .mainTitle--page:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 30px;
  height: 1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #1295AA;
  border-radius: 2px;
}

.mainTitle--page {
  margin: 12rem 6vw 8rem;
}
@media screen and (max-width: 600px) {
  .mainTitle--page {
    margin: 12rem 2.7rem 8rem;
  }
}

.mainTitleS {
  margin: 4rem 0;
}
.mainTitleS h1 {
  font-size: 2.4rem;
}
.mainTitleS p {
  font-size: 0.85rem;
}

.subTitle {
  border-left: #1295AA 4px solid;
  font-size: 1.3rem;
  height: 1.5rem;
  line-height: 1.5rem;
  margin: 6rem 0 3rem;
  padding-left: 1rem;
}

.gryTitle {
  background-color: #E2E2E2;
  border-radius: 0.4rem;
  font-size: 1rem;
  padding: 1.3rem 1.5rem;
  margin: 2rem 0 1.3rem;
  width: 100%;
}

.Login__logo {
  width: 23rem;
}
.Login__title {
  font-size: 110%;
  font-weight: bold;
}

.loginText {
  border: #E2E2E2 1px solid;
  border-radius: 0.2rem;
  height: 3.5rem;
  line-height: 3.5rem;
  padding-left: 0.5rem;
  width: 25rem;
}
.loginText:hover {
  border: #1295AA 1px solid;
}

.loginBtn {
  background-color: #1295AA;
  border: #1295AA 1px solid;
  border-radius: 0.2rem;
  color: #fff;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  transition: 0.4s;
  width: 25rem;
}
.loginBtn:hover {
  background-color: transparent;
  border: #1295AA 1px solid;
  color: #1295AA;
  transition: 0.4s;
}

.Contact label {
  display: block;
  margin-top: 2rem;
}
.Contact input, .Contact textarea {
  display: block;
  margin-top: 1.3rem;
}

.home-Swipe {
  position: relative;
  height: 100%;
  width: 100%;
}
.home-Swipe section {
  object-fit: contain;
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all 2s ease-in-out;
  width: 100%;
}
.home-Swipe__img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  z-index: -1; /*背景画像になるように重ね順を-1*/
}
.home-Swipe__mes {
  font-family: "游明朝", serif;
  color: #fff;
  letter-spacing: 0.1rem;
  font-weight: bold;
  position: absolute;
  bottom: calc(2.5rem + 5vh);
  left: 6vw;
}
@media screen and (max-width: 600px) {
  .home-Swipe__mes {
    left: 2.7rem;
  }
}
.home-Swipe__mes h1 {
  font-size: 2.6rem;
}
.home-Swipe__mes p {
  font-size: 1.2rem;
  line-height: 2.1;
  margin-top: 1.8rem;
}

.home-Ass__item {
  background-color: #1295AA;
  border-radius: 0.4rem;
  color: #fff;
  margin-left: 1.5%;
  padding: 2.5rem 1.5rem;
  text-align: center;
  width: 32%;
}
.home-Ass__item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .home-Ass__item {
    width: 100%;
    margin-left: 0;
    margin-top: 1rem;
  }
}
.home-Ass__item__icon {
  display: block;
  background-color: #fff;
  border-radius: 50%;
  height: 5rem;
  margin: 0 auto;
  position: relative;
  width: 5rem;
}
.home-Ass__item__icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
}
.home-Ass__item h1 {
  font-size: 1.2rem;
  margin: 1.8rem 0;
}

.home-Img {
  padding: 0 6vw;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 600px) {
  .home-Img {
    padding: 0;
  }
}
.home-Img img {
  width: 100%;
}

.home-News {
  background-color: #1295AA;
  padding: 4rem 0;
}

.home-Ban {
  /*    @include sp {
          margin: 0 auto;
          width: 60%;
      }*/
}
.home-Ban a {
  display: block;
  border: #E2E2E2 1px solid;
  margin-left: 3.5%;
  width: 31%;
}
.home-Ban a:first-child {
  margin-left: 0;
}
@media screen and (max-width: 600px) {
  .home-Ban a {
    margin-top: 1.2rem;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
.home-Ban img {
  height: auto;
  width: 99%;
}
@media screen and (max-width: 600px) {
  .home-Ban img {
    width: 60%;
  }
}

.News__item {
  border-bottom: #E2E2E2 1px solid;
  margin-top: 1.5rem;
  width: 100%;
  padding-bottom: 1.5rem;
}
.News__date {
  display: inline-block;
  margin: 0 1rem;
}
.News__title {
  transition: 0.3s;
  line-height: 1.5;
}
@media screen and (max-width: 600px) {
  .News__title {
    display: block;
    margin-top: 1rem;
  }
}
.News__title:hover {
  color: #1295AA;
}

.NewsCont {
  margin-top: 12rem;
}
.NewsCont__cap {
  text-align: center;
}
.NewsCont__date {
  margin-left: 0.8rem;
}
.NewsCont h1 {
  font-size: 1.4rem;
  margin-top: 1rem;
}

.newsTag--news {
  border: #1268AA 1px solid;
  border-radius: 0.3rem;
  color: #1268AA;
  display: inline-block;
  font-size: 0.95rem;
  padding: 0.5rem;
  text-align: center;
  width: 7rem;
}

.newsTag--rep {
  border: #DD6E18 1px solid;
  border-radius: 0.3rem;
  color: #DD6E18;
  display: inline-block;
  font-size: 0.95rem;
  padding: 0.5rem;
  text-align: center;
  width: 7rem;
}

.newsTag--etc {
  border: #27B10B 1px solid;
  border-radius: 0.3rem;
  color: #27B10B;
  display: inline-block;
  font-size: 0.95rem;
  padding: 0.5rem;
  text-align: center;
  width: 7rem;
}

.newsTag--magazine {
  border: #8064A2 1px solid;
  border-radius: 0.3rem;
  color: #8064A2;
  display: inline-block;
  font-size: 0.95rem;
  padding: 0.5rem;
  text-align: center;
  width: 7rem;
}

.Hist__sub {
  border-left: #E2E2E2 3px solid;
}
.Hist__sub:before {
  content: "";
  background-color: #000;
  display: block;
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 1rem;
  position: relative;
  left: -0.4rem;
  top: 1.9rem;
}
.Hist__sub--mod:after {
  content: "";
  background-color: #fff;
  display: block;
  height: 2rem;
  width: 0.5rem;
  position: relative;
  left: -0.4rem;
  top: -0.8rem;
}
.Hist__main {
  margin-left: 1.5rem;
  padding: 1.5rem;
}
.Hist__date {
  text-decoration: underline;
  width: 11rem;
}
.Hist__exp {
  line-height: 1.8;
  margin-left: 3rem;
}
@media screen and (max-width: 600px) {
  .Hist__exp {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.Hist__idoImg {
  border: #E2E2E2 1px solid;
  display: block;
  margin-top: 1rem;
  padding: 1.5rem;
  width: 30rem;
}
@media screen and (max-width: 600px) {
  .Hist__idoImg {
    width: 100%;
  }
}
.Hist__idoCap {
  border: #E2E2E2 1px solid;
  display: block;
  margin-top: 1rem;
  padding: 1.5rem;
  width: 30rem;
}
@media screen and (max-width: 600px) {
  .Hist__idoCap {
    width: 20rem;
  }
}

.Map {
  height: 0;
  margin-top: 1rem;
  overflow: hidden;
  padding-bottom: 66%;
  position: relative;
}
.Map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.orgImg {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 35rem;
}
@media screen and (max-width: 600px) {
  .orgImg {
    width: 100%;
  }
}
/*# sourceMappingURL=main.css.map */
