@charset "UTF-8";
/**************************************************
 * COLOR
 **************************************************/
/**************************************************
 * Reset CSS
 **************************************************/
/****** 共通 ***************************************/
html, body, h1, h2, h3, h4, h5, h6, div, p, blockquote, dl, dt, dd, pre, form, fieldset, figure, input, select, textarea, th, td, time, header, footer, main, article, section {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/****** ブロック ************************************/
main {
  display: block;
} /* IE対策 */
iframe {
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/****** テキスト ************************************/
html, body {
  width: 100%;
}

html, body, h1, h2, h3, h4, h5, h6, p, li, dt, dd, input, textarea, select {
  font-size: 62.5%;
}

body {
  overflow-y: scroll;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

body, input, textarea {
  color: #1a1918;
  font-display: swap;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6, div, p, blockquote, dl, dt, dd, pre, form, fieldset, input, textarea, select, th, td {
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, caption, th {
  letter-spacing: normal;
}

div, p, blockquote, li, dt, dd, pre, figcaption, input, textarea, td {
  letter-spacing: normal;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

p, li, dt, dd, th, td, address, blockquote, figcaption {
  line-height: 150%;
}

/****** リンク ************************************/
a {
  color: #1a1918;
  outline: none;
  text-decoration: none;
}

@media screen and (min-width: 1024px) {
  a:hover {
    color: #b93131;
  }
}
/****** list **************************************/
ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  padding: 0;
  text-align: left;
}

/****** 画像・fieldset ******************************/
fieldset, img {
  border: 0;
}

li img, div img {
  vertical-align: bottom;
}

/****** table *************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  width: 100%;
}

caption {
  font-weight: bold;
  padding: 0 6px;
  text-align: left;
}

th, td {
  padding: 6px;
  text-align: left;
  vertical-align: top;
}

th, td {
  background: #fff;
}

td ul {
  margin: 0;
  padding: 0;
}

/****** form **************************************/
input[type=text], input[type=email], input[type=url], input[type=tel], input[type=password], input[type=number], textarea, select {
  border: 1px solid #ccc;
  box-sizing: border-box;
  min-height: 2.2em;
  padding: 3px 6px;
  width: 100%;
}

input[type=file] {
  -webkit-appearance: none;
  box-sizing: border-box;
  max-width: 100%;
}

textarea {
  height: 8em;
}

input[type=email]:placeholder-shown,
input[type=url]:placeholder-shown,
input[type=tel]:placeholder-shown,
input[type=text]:placeholder-shown,
input[type=number]:placeholder-shown,
textarea:placeholder-shown {
  color: #ccc;
}

input[type=email]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}

input[type=email]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=number]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input[type=email]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=number]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

input[type=email]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}

input[type=submit] {
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  margin-right: 3px;
}

.hpVal {
  display: none;
}

.req, .opt {
  color: #fff;
  font-size: 0.75em;
  margin-right: 0.3em;
  padding: 2px 3px;
}

.req {
  background: #b93131;
}

.opt {
  background: #346f38;
}

/****** blockquote ********************************/
blockquote {
  margin: 2rem;
}

/****** clearfix **********************************/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height:auto;
overflow:hidden;
/**/
}

/****** 画像 ***************************************/
/****** 矢印 ***************************************/
/****** フォーマット ********************************/
.txtAlgCr {
  text-align: center;
}

.txtAlgLt {
  text-align: left;
}

.txtAlgRt {
  text-align: right;
}

.txtBold {
  font-weight: bold;
}

.discList {
  list-style-type: disc;
  margin: 1em 0 1em 1.5em;
}
.discList > li {
  margin-bottom: 0.25em;
}
.discList > li:last-child {
  margin-bottom: 0;
}

.komeList {
  margin-top: 1em;
}
.komeList li {
  text-indent: -1em;
  margin-bottom: 0.25em;
  padding-left: 1em;
}
.komeList li:last-child {
  margin-bottom: 0;
}

.komeListNumber {
  margin-top: 1em;
}
.komeListNumber > li {
  text-indent: -1.8em;
  margin-bottom: 0.25em;
  padding-left: 1.8em;
}
.komeListNumber > li:last-child {
  margin-bottom: 0;
}

.numberList > li {
  text-indent: -1em;
  margin-bottom: 0.25em;
  padding-left: 1em;
}
.numberList > li:last-child {
  margin-bottom: 0;
}

.numberParagraph {
  text-indent: -1em;
  padding-left: 1em;
}

/****** テキストカラー ****************************/
.errMsg {
  color: #b93131;
}

.txtRed {
  color: #b93131;
}

/****** margin-top ********************************/
.mrTop03em {
  margin-top: 0.3em !important;
}

.mrTop06em {
  margin-top: 0.6em !important;
}

.mrTop10em {
  margin-top: 1em !important;
}

.mrTop16em {
  margin-top: 1.6em !important;
}

.mrTop20em {
  margin-top: 2em !important;
}

.mrTop26em {
  margin-top: 2.6em !important;
}

.mrTop42em {
  margin-top: 4.2em !important;
}

/****** width *************************************/
.width03em {
  width: 3em !important;
}

.width06em {
  width: 6em !important;
}

.width07em {
  width: 7em !important;
}

.width08em {
  width: 8em !important;
}

.width09em {
  width: 9em !important;
}

.width10em {
  width: 10em !important;
}

.width11em {
  width: 11em !important;
}

.width12em {
  width: 12em !important;
}

/**************************************************
 * Main CSS
 **************************************************/
/****** 1-1.共通 ***********************************/
body {
  position: relative;
}

body, h1, h2, h3, h4, h5, h6, p, li, dt, dd, th, td, input, textarea, select {
  font-size: 1.6rem;
}

.fix, .fixReg, .fixMin {
  margin: 0 auto;
}

.txtBlock {
  display: block;
}

/* Gothic ExtraBold */
#flowPhone,
.gothicExtraBold {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  transform: rotate(0.03deg);
}

/* Gothic Medium */
#flowSection01Rt .item h3,
#indexSection001 h2,
.sectionTitle,
#pageTitle h2,
#footerRtRt,
#headerRtRt,
.gothicMedium {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  transform: rotate(0.03deg);
}

/* Gothic Regular */
#indexSection004 h4,
#indexSection002 h4,
.indexLeft h3,
#headerRtLt li,
#gNav a,
#headerLt h1,
.gothicRegular {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  transform: rotate(0.03deg);
}

/****** 1-2.header ********************************/
header {
  background-color: #c8afaf;
  color: #fff;
  padding: 1em 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
header a {
  color: #fff;
}

/****** 1-3.navigation ****************************/
/****** 1-4.footer ********************************/
#btnPageTop {
  position: fixed;
  right: 10px;
  z-index: 9;
}
#btnPageTop a {
  display: block;
  font-size: 4.2rem;
}

footer {
  background-color: #c8afaf;
  color: #fff;
}
footer .fix {
  padding: 1em 0;
}
footer a {
  color: #fff;
}

#footerLt h2 {
  font-weight: normal;
  margin-bottom: 0.75em;
}
#footerLt h2 .copyCorp {
  display: block;
}

#copyright {
  background-color: #212121;
  text-align: center;
  height: 2em;
  line-height: 2em;
}
#copyright small {
  font-size: 0.875em;
}

/****** 1-5.main **********************************/
main {
  text-align: left;
}
main > section {
  padding: 4em 0;
}
main > section:nth-of-type(odd) {
  background-color: #f9f8f7;
}

#pageTitle {
  background: url(../img/common/bk_pagetitle2.jpeg) no-repeat right bottom;
  background-size: cover;
}
#pageTitle h2 {
  color: #fff;
  text-align: center;
  white-space: nowrap;
}

.sectionTitle {
  color: #c8afaf;
}
.sectionTitle .titleNumber {
  color: #e5dfd8;
}

#areaListWrap .item {
  background: #e5dfd8;
}

/****** 1-6.index *********************************/
#indexSection001 {
  background: url(../img/index/3.jpg) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 0 !important;
}
#indexSection001 h2 {
  color: #fff;
}

#indexSection002 .indexRight .item {
  background: #e5dfd8;
  padding: 1em;
}

#indexSection003 {
  padding: 0 !important;
}
#indexSection003 .itemWrap .item {
  background: #e5dfd8;
  padding: 1em;
}
#indexSection003 .indexRight {
  background: url(../img/index/004.jpg) no-repeat center bottom;
  background-size: cover;
}

#indexSection004 .itemWrap .item {
  background: #e5dfd8;
  padding: 1em;
}
#indexSection004 .itemWrap .item h4 {
  margin-bottom: 0.5em;
}

#indexSection006 {
  padding: 0 !important;
}
#indexSection006 .indexRight {
  background: url(../img/index/004.jpg) no-repeat center bottom;
  background-size: cover;
}

#indexSectionStation {
  padding: 0 !important;
}
#indexSectionStation .indexRight {
  background: url(../img/index/005.jpg) no-repeat center bottom;
  background-size: cover;
}

#stationList {
  background: #e5dfd8;
  margin-top: 1em;
  padding: 1em;
}

/****** 1-7.example *******************************/
/****** 1-8.flow **********************************/
#flowSection01Rt .item {
  background-color: #fff;
  border: 3px solid #c8afaf;
  padding: 1.5em;
}
#flowSection01Rt .item ul {
  list-style-type: disc;
  margin: 1em 0 1em 3em;
}
#flowSection01Rt .item ul li:nth-child(n+2) {
  margin-top: 0.5em;
}
#flowSection01Rt h3 {
  text-align: center;
}
#flowSection01Rt h3 .number {
  color: #b93131;
  display: block;
  line-height: 1em;
}

.flowArrow {
  text-align: center;
}
.flowArrow i {
  color: #c8afaf;
}

#flowPhone {
  text-align: center;
}
#flowPhone a {
  color: #346f38;
}

/****** 1-9.area **********************************/
#areaSection01 {
  padding: 0 !important;
}

#areaSection01Lt {
  padding: 4em 0;
}

#areaSection01Rt {
  background: url(../img/area/003.jpg) no-repeat center bottom;
  background-size: cover;
}

.areaSectionRt .item {
  background-color: #fff;
  border: 3px solid #c8afaf;
  padding: 1em 0.75em;
}
.areaSectionRt .item h4 {
  margin-bottom: 0.75em;
}

/****** 1-10.information **************************/
#infoTable th, #infoTable td {
  border: 1px solid #e5dfd8;
}
#infoTable th {
  background-color: #c8afaf;
  color: #fff;
}
#infoTable ul {
  list-style-type: disc;
  margin-left: 1.5em;
}

/****** 1-11.privacy ******************************/
#privacySection01Rt ol {
  list-style-type: decimal;
  margin: 1em 0 0 1.5em;
}
#privacySection01Rt ol li:nth-child(n+2) {
  margin-top: 0.5em;
}

/****** 1-12.sitemap ******************************/
#sitemapSection01Rt a {
  display: inline-block;
}
#sitemapSection01Rt a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a9";
  font-weight: 900;
  margin-right: 0.125em;
  color: #c8afaf;
}

/**************************************************
 * 1280px以上
 **************************************************/
@media screen and (min-width: 1280px) {
  /****** 2-1.共通 ***********************************/
  .ancPoint {
    margin-top: -118px;
    padding-top: 118px;
  }
  .fix {
    width: 1200px;
  }
  .fixReg {
    width: 960px;
  }
  .fixMin {
    width: 748px;
  }
  .pcNone {
    display: none !important;
  }
  a {
    transition: 0.6s ease-in-out;
  }
  /****** 2-2.header ********************************/
  #headerWrap {
    display: flex;
    justify-content: space-between;
  }
  #headerWrap .item {
    width: 50%;
  }
  #headerLt {
    padding-top: 5px;
    text-align: left;
  }
  #headerLt h1 {
    font-size: 1em;
    line-height: 1em;
    padding-left: 0.5em;
  }
  #headerRt {
    text-align: right;
  }
  #headerRtWrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5em;
  }
  #headerRtLt {
    margin-right: 0.5em;
  }
  #headerRtLt li {
    line-height: 1.25em;
    text-align: right;
  }
  #headerRtRt span, #headerRtRt a {
    font-size: 2.25em;
    line-height: 1em;
    text-align: right;
  }
  /****** 2-3.navigation ****************************/
  #navToggle {
    display: none;
  }
  #gNav ul {
    display: flex;
    justify-content: flex-end;
  }
  #gNav ul li:nth-child(n+2) {
    margin-left: 1em;
  }
  /****** 2-4.footer ********************************/
  #footerWrap {
    display: flex;
    justify-content: space-between;
  }
  #footerLt {
    width: 40%;
  }
  #footerLt h2 {
    text-align: left;
  }
  #footerNav {
    display: flex;
    justify-content: flex-start;
  }
  #footerNav li:nth-child(n+2):before {
    content: "｜";
  }
  #footerRt {
    width: 60%;
  }
  #footerRt li, #footerRt a, #footerRt span, #footerRt p {
    text-align: right;
  }
  #footerRtWrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1em;
  }
  #footerRtLt {
    margin-right: 0.5em;
  }
  #footerRtLt ul {
    padding-top: 0.5em;
  }
  #footerRtLt li {
    line-height: 1.25em;
    text-align: right;
  }
  #footerRtRt span, #footerRtRt a {
    font-size: 3em;
    line-height: 1em;
    text-align: right;
  }
  /****** 2-5.main **********************************/
  main {
    padding-top: 118px;
  }
  #pageTitle {
    height: 20em;
    position: relative;
  }
  #pageTitle h2 {
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sectionTitle {
    font-size: 3em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
  }
  .sectionTitle .titleNumber {
    font-size: 1.25em;
  }
  #aleaListSection p {
    font-size: 1.125em;
  }
  #areaListWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2em;
  }
  #areaListWrap .item {
    padding: 1em;
    width: 100%;
  }
  #areaListWrap .item:nth-of-type(n+3) {
    margin-top: 2em;
  }
  #areaListWrap h3 {
    font-size: 1.25em;
    margin-bottom: 1em;
  }
  #areaListWrap ul li {
    display: inline-block;
    margin-right: 1em;
  }
  #areaListWrap ul li:last-child {
    margin-right: 0;
  }
  /****** 2-6.index *********************************/
  .indexLeft h3 {
    font-size: 1.875em;
    line-height: 1.2em;
  }
  #indexSection001 {
    height: calc(100vh - 118px);
    max-height: 1280px;
    position: relative;
  }
  #indexSection001 h2 {
    font-size: 3em;
    line-height: 1.25em;
    position: absolute;
    top: 50%;
    left: calc(62vw - 600px);
    transform: translateY(-50%);
  }
  #indexSection002 .fix {
    display: flex;
    justify-content: space-between;
  }
  #indexSection002 .fix > .item {
    width: 50%;
  }
  #indexSection002 .indexRight {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #indexSection002 .indexRight > .item {
    width: 49%;
  }
  #indexSection002 .indexRight > .item:nth-of-type(n+3) {
    margin-top: 12px;
  }
  #indexSection002 h4 {
    font-size: 1.5em;
    margin-bottom: 0.75em;
  }
  #indexSection002 p {
    font-size: 1.125em;
  }
  #indexSection003 {
    display: flex;
    justify-content: center;
  }
  #indexSection003 > .item {
    width: 50%;
  }
  #indexSection003 .indexLeft {
    display: flex;
    justify-content: flex-end;
    padding: 4em 0;
  }
  #indexSection003 .indexLeft .fix {
    margin: 0;
    padding-right: 1em;
    width: 600px;
  }
  #indexSection003 .indexLeft .itemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #indexSection003 .indexLeft .itemWrap .item {
    width: 49%;
  }
  #indexSection003 .indexLeft .itemWrap .item:nth-of-type(n+3) {
    margin-top: 12px;
  }
  #indexSection003 .indexLeft .itemWrap .item h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
  #indexSection004 .fix {
    display: flex;
    justify-content: space-between;
  }
  #indexSection004 .fix .indexLeft {
    width: 30%;
  }
  #indexSection004 .fix .indexRight {
    width: 68%;
  }
  #indexSection004 .itemWrap {
    display: flex;
    justify-content: space-between;
  }
  #indexSection004 .itemWrap .item {
    min-height: 312px;
    width: 31%;
  }
  #indexSection004 .itemWrap .item h4 {
    font-size: 1.875em;
  }
  #indexSection005 .fix {
    display: flex;
    justify-content: space-between;
  }
  #indexSection005 .fix .indexLeft {
    width: 30%;
  }
  #indexSection005 .fix .indexRight {
    width: 68%;
  }
  #indexSection005 .itemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #indexSection005 .itemWrap .item {
    width: 31%;
  }
  #indexSection005 .itemWrap .item:nth-of-type(n+4) {
    margin-top: 1em;
  }
  #indexSection005 .itemWrap .item figure, #indexSection005 .itemWrap .item li {
    text-align: center;
  }
  #indexSection005 .itemWrap .item img {
    height: auto;
    width: 100%;
  }
  #indexSection006 {
    display: flex;
    justify-content: center;
  }
  #indexSection006 > .item {
    width: 50%;
  }
  #indexSection006 .indexLeft {
    display: flex;
    justify-content: flex-end;
    padding: 4em 0;
  }
  #indexSection006 .indexLeft .fix {
    margin: 0;
    padding-right: 1em;
    width: 600px;
  }
  #indexSection006 .indexLeft .fix p {
    font-size: 1.125em;
    margin-top: 2em;
  }
  #indexSectionStation {
    display: flex;
    justify-content: center;
  }
  #indexSectionStation > .item {
    width: 50%;
  }
  #indexSectionStation .indexLeft {
    display: flex;
    justify-content: flex-end;
    padding: 4em 0;
  }
  #indexSectionStation .indexLeft .fix {
    margin: 0;
    padding-right: 1em;
    width: 600px;
  }
  #indexSectionStation .indexLeft .fix p {
    font-size: 1.125em;
    margin-top: 2em;
  }
  #stationList li {
    display: inline-block;
    margin-right: 1em;
  }
  #stationList li:last-child {
    margin-right: 0;
  }
  /****** 2-7.example *******************************/
  .exampleList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 2em;
  }
  .exampleList .item {
    margin-right: 2%;
    width: 32%;
  }
  .exampleList .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .exampleList .item:nth-of-type(n+4) {
    margin-top: 2vw;
  }
  .exampleList .item img {
    height: auto;
    width: 100%;
  }
  .exampleList .item figure, .exampleList .item li {
    text-align: center;
  }
  #exampleLastText {
    margin-top: 2em;
    text-align: center;
  }
  /****** 2-8.flow **********************************/
  #flowSection01 .fix {
    display: flex;
    justify-content: space-between;
  }
  #flowSection01 #flowSection01Lt {
    width: 23%;
  }
  #flowSection01 #flowSection01Rt {
    width: 75%;
  }
  #flowSection01 #flowSection01Rt .item {
    margin: 1.5em auto;
    width: 58%;
  }
  #flowSection01 #flowSection01Rt .item:first-of-type {
    margin-top: 0;
  }
  #flowSection01 #flowSection01Rt .item:first-of-type p {
    text-align: center;
  }
  #flowSection01 h3 {
    font-size: 2.5em;
    margin-bottom: 0.75em;
  }
  #flowSection01 h3 .number {
    margin-bottom: 0.5em;
  }
  #flowSection01 p, #flowSection01 li {
    font-size: 1.125em;
  }
  #flowPhone {
    margin: 1.25em 0;
  }
  #flowPhone a {
    font-size: 1.875em;
  }
  .flowArrow {
    font-size: 1.5em;
  }
  /****** 2-9.area **********************************/
  #areaSection01 {
    display: flex;
    justify-content: space-between;
  }
  #areaSection01 .item {
    width: 50%;
  }
  #areaSection01Lt {
    display: flex;
    justify-content: flex-end;
  }
  #areaSection01Lt .fix {
    margin: 0 !important;
    padding-right: 2em;
    width: 600px;
  }
  #areaSection01Lt .fix p {
    font-size: 1.125em;
  }
  .prefSection .fix {
    display: flex;
    justify-content: space-between;
  }
  .prefSection .areaSectionLt {
    width: 20%;
  }
  .prefSection .areaSectionRt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 78%;
  }
  .prefSection .areaSectionRt .item {
    margin-right: 2%;
    width: 32%;
  }
  .prefSection .areaSectionRt .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .prefSection .areaSectionRt .item:nth-of-type(n+4) {
    margin-top: 2vw;
  }
  .prefSection .areaSectionRt .item h4 {
    font-size: 1.25em;
  }
  .prefSection .areaSectionRt .item ul li {
    display: inline-block;
    margin-right: 0.25em;
  }
  .prefSection .areaSectionRt .item ul li:last-child {
    margin-right: 0;
  }
  /****** 2-10.information **************************/
  #infoSection01 .fix {
    display: flex;
    justify-content: space-between;
  }
  #infoSection01Lt {
    width: 25%;
  }
  #infoSection01Rt {
    width: 73%;
  }
  /****** 2-11.privacy ******************************/
  #privacySection01 .fix {
    display: flex;
    justify-content: space-between;
  }
  #privacySection01Lt {
    width: 25%;
  }
  #privacySection01Rt {
    width: 73%;
  }
  #privacySection01Rt h3 {
    font-size: 1.5em;
    margin: 1.5em 0 0.5em;
  }
  #privacySection01Rt p, #privacySection01Rt li {
    font-size: 1.125em;
  }
  /****** 2-12.sitemap ******************************/
  #sitemapSection01 .fix {
    display: flex;
    justify-content: space-between;
  }
  #sitemapSection01Lt {
    width: 25%;
  }
  #sitemapSection01Rt {
    width: 73%;
  }
  #sitemapSection01Rt .sitemapAreaList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
  }
  #sitemapSection01Rt .sitemapAreaList ul {
    width: 100%;
  }
  #sitemapSection01Rt .sitemapAreaList ul:nth-of-type(n+5) {
    margin-top: 2em;
  }
} /* @media screen and (min-width:1280px) */
/**************************************************
 * 1024px以上1279px以下
 **************************************************/
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  /****** 3-1.共通 ***********************************/
  .ancPoint {
    margin-top: -118px;
    padding-top: 118px;
  }
  .fix {
    width: 960px;
  }
  .fixReg {
    width: 960px;
  }
  .fixMin {
    width: 748px;
  }
  .odNone {
    display: none !important;
  }
  a {
    transition: 0.6s ease-in-out;
  }
  /****** 3-2.header ********************************/
  #headerWrap {
    display: flex;
    justify-content: space-between;
  }
  #headerWrap .item {
    width: 50%;
  }
  #headerLt {
    padding-top: 5px;
    text-align: left;
  }
  #headerLt h1 {
    font-size: 1em;
    line-height: 1em;
    padding-left: 0.5em;
  }
  #headerRt {
    text-align: right;
  }
  #headerRtWrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5em;
  }
  #headerRtLt {
    margin-right: 0.5em;
  }
  #headerRtLt li {
    line-height: 1.25em;
    text-align: right;
  }
  #headerRtRt span, #headerRtRt a {
    font-size: 2.25em;
    line-height: 1em;
    text-align: right;
  }
  /****** 3-3.navigation ****************************/
  #navToggle {
    display: none;
  }
  #gNav ul {
    display: flex;
    justify-content: flex-end;
  }
  #gNav ul li:nth-child(n+2) {
    margin-left: 1em;
  }
  /****** 3-4.footer ********************************/
  #footerWrap {
    display: flex;
    justify-content: space-between;
  }
  #footerLt {
    width: 32%;
  }
  #footerLt h2 {
    text-align: left;
  }
  #footerNav {
    display: flex;
    justify-content: flex-start;
  }
  #footerNav li:nth-child(n+2):before {
    content: "｜";
  }
  #footerRt {
    width: 68%;
  }
  #footerRt li, #footerRt a, #footerRt span, #footerRt p {
    text-align: right;
  }
  #footerRtWrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 1em;
  }
  #footerRtLt {
    margin-right: 0.5em;
  }
  #footerRtLt ul {
    padding-top: 0.5em;
  }
  #footerRtLt li {
    line-height: 1.25em;
    text-align: right;
  }
  #footerRtRt span, #footerRtRt a {
    font-size: 3em;
    line-height: 1em;
    text-align: right;
  }
  /****** 3-5.main **********************************/
  main {
    padding-top: 118px;
  }
  #pageTitle {
    height: 20em;
    position: relative;
  }
  #pageTitle h2 {
    font-size: 3em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sectionTitle {
    font-size: 2.5em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
  }
  .sectionTitle .titleNumber {
    font-size: 1.25em;
  }
  #aleaListSection p {
    font-size: 1.125em;
  }
  #areaListWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2em;
  }
  #areaListWrap .item {
    padding: 1em;
    width: 100%;
  }
  #areaListWrap .item:nth-of-type(n+3) {
    margin-top: 2em;
  }
  #areaListWrap h3 {
    font-size: 1.25em;
    margin-bottom: 1em;
  }
  #areaListWrap ul li {
    display: inline-block;
    margin-right: 1em;
  }
  #areaListWrap ul li:last-child {
    margin-right: 0;
  }
  /****** 3-6.index *********************************/
  .indexLeft h3 {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  #indexSection001 {
    height: calc(100vh - 118px);
    max-height: 1280px;
    position: relative;
  }
  #indexSection001 h2 {
    font-size: 2.5em;
    line-height: 1.25em;
    position: absolute;
    top: 50%;
    left: calc(62vw - 480px);
    transform: translateY(-50%);
  }
  #indexSection002 .fix {
    display: flex;
    justify-content: space-between;
  }
  #indexSection002 .fix > .item {
    width: 50%;
  }
  #indexSection002 .indexRight {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #indexSection002 .indexRight > .item {
    width: 49%;
  }
  #indexSection002 .indexRight > .item:nth-of-type(n+3) {
    margin-top: 12px;
  }
  #indexSection002 h4 {
    font-size: 1.5em;
    margin-bottom: 0.75em;
  }
  #indexSection002 p {
    font-size: 1.125em;
  }
  #indexSection003 {
    display: flex;
    justify-content: center;
  }
  #indexSection003 > .item {
    width: 50%;
  }
  #indexSection003 .indexLeft {
    display: flex;
    justify-content: flex-end;
    padding: 4em 0;
  }
  #indexSection003 .indexLeft .fix {
    margin: 0;
    padding-right: 1em;
    width: 480px;
  }
  #indexSection003 .indexLeft .itemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #indexSection003 .indexLeft .itemWrap .item {
    width: 49%;
  }
  #indexSection003 .indexLeft .itemWrap .item:nth-of-type(n+3) {
    margin-top: 12px;
  }
  #indexSection003 .indexLeft .itemWrap .item h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
  #indexSection004 .fix {
    display: flex;
    justify-content: space-between;
  }
  #indexSection004 .fix .indexLeft {
    width: 30%;
  }
  #indexSection004 .fix .indexRight {
    width: 68%;
  }
  #indexSection004 .itemWrap {
    display: flex;
    justify-content: space-between;
  }
  #indexSection004 .itemWrap .item {
    width: 31%;
  }
  #indexSection004 .itemWrap .item h4 {
    font-size: 1.5em;
  }
  #indexSection005 .fix {
    display: flex;
    justify-content: space-between;
  }
  #indexSection005 .fix .indexLeft {
    width: 30%;
  }
  #indexSection005 .fix .indexRight {
    width: 68%;
  }
  #indexSection005 .itemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #indexSection005 .itemWrap .item {
    width: 31%;
  }
  #indexSection005 .itemWrap .item:nth-of-type(n+4) {
    margin-top: 1em;
  }
  #indexSection005 .itemWrap .item figure, #indexSection005 .itemWrap .item li {
    text-align: center;
  }
  #indexSection005 .itemWrap .item img {
    height: auto;
    width: 100%;
  }
  #indexSection006 {
    display: flex;
    justify-content: center;
  }
  #indexSection006 > .item {
    width: 50%;
  }
  #indexSection006 .indexLeft {
    display: flex;
    justify-content: flex-end;
    padding: 4em 0;
  }
  #indexSection006 .indexLeft .fix {
    margin: 0;
    padding-right: 1em;
    width: 480px;
  }
  #indexSection006 .indexLeft .fix p {
    font-size: 1.125em;
    margin-top: 2em;
  }
  #indexSectionStation {
    display: flex;
    justify-content: center;
  }
  #indexSectionStation > .item {
    width: 50%;
  }
  #indexSectionStation .indexLeft {
    display: flex;
    justify-content: flex-end;
    padding: 4em 0;
  }
  #indexSectionStation .indexLeft .fix {
    margin: 0;
    padding-right: 1em;
    width: 480px;
  }
  #indexSectionStation .indexLeft .fix p {
    font-size: 1.125em;
    margin-top: 2em;
  }
  #stationList li {
    display: inline-block;
    margin-right: 1em;
  }
  #stationList li:last-child {
    margin-right: 0;
  }
  /****** 3-7.example *******************************/
  .exampleList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 2em;
  }
  .exampleList .item {
    margin-right: 2%;
    width: 32%;
  }
  .exampleList .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .exampleList .item:nth-of-type(n+4) {
    margin-top: 2vw;
  }
  .exampleList .item img {
    height: auto;
    width: 100%;
  }
  .exampleList .item figure, .exampleList .item li {
    text-align: center;
  }
  #exampleLastText {
    margin-top: 2em;
    text-align: center;
  }
  /****** 3-8.flow **********************************/
  #flowSection01 .fix {
    display: flex;
    justify-content: space-between;
  }
  #flowSection01 #flowSection01Lt {
    width: 23%;
  }
  #flowSection01 #flowSection01Rt {
    width: 75%;
  }
  #flowSection01 #flowSection01Rt .item {
    margin: 1.5em auto;
    width: 82%;
  }
  #flowSection01 #flowSection01Rt .item:first-of-type {
    margin-top: 0;
  }
  #flowSection01 #flowSection01Rt .item:first-of-type p {
    text-align: center;
  }
  #flowSection01 h3 {
    font-size: 2.5em;
    margin-bottom: 0.75em;
  }
  #flowSection01 h3 .number {
    margin-bottom: 0.5em;
  }
  #flowSection01 p, #flowSection01 li {
    font-size: 1.125em;
  }
  #flowPhone {
    margin: 1.25em 0;
  }
  #flowPhone a {
    font-size: 1.875em;
  }
  .flowArrow {
    font-size: 1.5em;
  }
  /****** 3-9.area **********************************/
  #areaSection01 {
    display: flex;
    justify-content: space-between;
  }
  #areaSection01 .item {
    width: 50%;
  }
  #areaSection01Lt {
    display: flex;
    justify-content: flex-end;
  }
  #areaSection01Lt .fix {
    margin: 0 !important;
    padding-right: 2em;
    width: 480px;
  }
  #areaSection01Lt .fix p {
    font-size: 1.125em;
  }
  .prefSection .fix {
    display: flex;
    justify-content: space-between;
  }
  .prefSection .areaSectionLt {
    width: 20%;
  }
  .prefSection .areaSectionRt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 78%;
  }
  .prefSection .areaSectionRt .item {
    margin-right: 2%;
    width: 32%;
  }
  .prefSection .areaSectionRt .item:nth-of-type(3n) {
    margin-right: 0;
  }
  .prefSection .areaSectionRt .item:nth-of-type(n+4) {
    margin-top: 2vw;
  }
  .prefSection .areaSectionRt .item h4 {
    font-size: 1.25em;
  }
  .prefSection .areaSectionRt .item ul li {
    display: inline-block;
    margin-right: 0.25em;
  }
  .prefSection .areaSectionRt .item ul li:last-child {
    margin-right: 0;
  }
  /****** 3-10.information **************************/
  #infoSection01 .fix {
    display: flex;
    justify-content: space-between;
  }
  #infoSection01Lt {
    width: 25%;
  }
  #infoSection01Rt {
    width: 73%;
  }
  /****** 3-11.privacy ******************************/
  #privacySection01 .fix {
    display: flex;
    justify-content: space-between;
  }
  #privacySection01Lt {
    width: 25%;
  }
  #privacySection01Rt {
    width: 73%;
  }
  #privacySection01Rt h3 {
    font-size: 1.5em;
    margin: 1.5em 0 0.5em;
  }
  #privacySection01Rt p, #privacySection01Rt li {
    font-size: 1.125em;
  }
  /****** 3-12.sitemap ******************************/
  #sitemapSection01 .fix {
    display: flex;
    justify-content: space-between;
  }
  #sitemapSection01Lt {
    width: 25%;
  }
  #sitemapSection01Rt {
    width: 73%;
  }
  #sitemapSection01Rt .sitemapAreaList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
  }
  #sitemapSection01Rt .sitemapAreaList ul {
    width: 100%;
  }
  #sitemapSection01Rt .sitemapAreaList ul:nth-of-type(n+5) {
    margin-top: 2em;
  }
} /* @media screen and (min-width:1024px) and (max-width:1279px) */
/**************************************************
 * 768px以上1023px以下
 **************************************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /****** 4-1.共通 ***********************************/
  .ancPoint {
    margin-top: -118px;
    padding-top: 118px;
  }
  .fix {
    width: 748px;
  }
  .fixReg {
    width: 748px;
  }
  .fixMin {
    width: 748px;
  }
  .tbNone {
    display: none !important;
  }
  .tbBlock {
    display: block;
  }
  /****** 4-2.header ********************************/
  #headerWrap {
    display: flex;
    justify-content: space-between;
  }
  #headerLt {
    padding-top: 5px;
    text-align: left;
    width: 35%;
  }
  #headerLt h1 {
    font-size: 1em;
    line-height: 1em;
    padding-left: 0.5em;
  }
  #headerRt {
    text-align: right;
    width: 65%;
  }
  #headerRtWrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5em;
  }
  #headerRtLt {
    margin-right: 0.5em;
  }
  #headerRtLt li {
    line-height: 1.25em;
    text-align: right;
  }
  #headerRtRt span, #headerRtRt a {
    font-size: 2.25em;
    line-height: 1em;
    text-align: right;
  }
  /****** 4-3.navigation ****************************/
  #navToggle {
    display: none;
  }
  #gNav ul {
    display: flex;
    justify-content: flex-end;
  }
  #gNav ul li:nth-child(n+2) {
    margin-left: 1em;
  }
  /****** 4-4.footer ********************************/
  #footerWrap {
    display: flex;
    justify-content: space-between;
  }
  #footerLt {
    width: 40%;
  }
  #footerLt h2 {
    text-align: left;
  }
  #footerNav {
    display: flex;
    justify-content: flex-start;
  }
  #footerNav li:nth-child(n+2):before {
    content: "｜";
  }
  #footerRt {
    width: 60%;
  }
  #footerRt li, #footerRt a, #footerRt span, #footerRt p {
    text-align: right;
  }
  #footerRtWrap {
    margin-bottom: 1em;
  }
  #footerRtLt {
    margin-right: 0.5em;
  }
  #footerRtLt ul {
    padding-top: 0.5em;
  }
  #footerRtLt li {
    line-height: 1.25em;
    text-align: right;
  }
  #footerRtRt {
    text-align: right;
  }
  #footerRtRt span, #footerRtRt a {
    font-size: 3em;
    line-height: 1em;
  }
  /****** 4-5.main **********************************/
  main {
    padding-top: 118px;
  }
  #pageTitle {
    height: 16em;
    position: relative;
  }
  #pageTitle h2 {
    font-size: 2.5em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sectionTitle {
    font-size: 2.5em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
  }
  .sectionTitle .titleNumber {
    font-size: 1.25em;
  }
  #aleaListSection p {
    font-size: 1.125em;
  }
  #areaListWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2em;
  }
  #areaListWrap .item {
    padding: 1em;
    width: 100%;
  }
  #areaListWrap .item:nth-of-type(n+3) {
    margin-top: 2em;
  }
  #areaListWrap h3 {
    font-size: 1.25em;
    margin-bottom: 1em;
  }
  #areaListWrap ul li {
    display: inline-block;
    margin-right: 1em;
  }
  #areaListWrap ul li:last-child {
    margin-right: 0;
  }
  /****** 4-6.index *********************************/
  .indexLeft h3 {
    font-size: 1.5em;
    line-height: 1.2em;
  }
  #indexSection001 {
    height: calc(100vh - 118px);
    max-height: 1280px;
    position: relative;
  }
  #indexSection001 h2 {
    font-size: 2.5em;
    line-height: 1.25em;
    position: absolute;
    top: 50%;
    left: calc(62vw - 374px);
    transform: translateY(-50%);
  }
  #indexSection002 .indexRight {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2em;
  }
  #indexSection002 .indexRight > .item {
    width: 49%;
  }
  #indexSection002 .indexRight > .item:nth-of-type(n+3) {
    margin-top: 1em;
  }
  #indexSection002 h4 {
    font-size: 1.5em;
    margin-bottom: 0.75em;
  }
  #indexSection002 p {
    font-size: 1.125em;
  }
  #indexSection003 .indexLeft {
    padding: 4em 0;
  }
  #indexSection003 .indexLeft .fix {
    margin: 0 auto;
    width: 748px;
  }
  #indexSection003 .indexLeft .itemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #indexSection003 .indexLeft .itemWrap .item {
    width: 49%;
  }
  #indexSection003 .indexLeft .itemWrap .item:nth-of-type(n+3) {
    margin-top: 12px;
  }
  #indexSection003 .indexLeft .itemWrap .item h3 {
    font-size: 1.5em;
    margin-bottom: 0.5em;
  }
  #indexSection003 .indexRight {
    background-position: center center;
    height: 24em;
  }
  #indexSection004 .itemWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
  }
  #indexSection004 .itemWrap .item {
    width: 31%;
  }
  #indexSection004 .itemWrap .item h4 {
    font-size: 1.5em;
  }
  #indexSection005 .itemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2em;
  }
  #indexSection005 .itemWrap .item {
    width: 31%;
  }
  #indexSection005 .itemWrap .item:nth-of-type(n+4) {
    margin-top: 1em;
  }
  #indexSection005 .itemWrap .item figure, #indexSection005 .itemWrap .item li {
    text-align: center;
  }
  #indexSection005 .itemWrap .item img {
    height: auto;
    width: 100%;
  }
  #indexSection006 .indexLeft {
    display: flex;
    justify-content: flex-end;
    padding: 4em 0;
  }
  #indexSection006 .indexLeft .fix {
    margin: 0 auto;
    padding-right: 1em;
    width: 748px;
  }
  #indexSection006 .indexLeft .fix p {
    font-size: 1.125em;
    margin-top: 2em;
  }
  #indexSection006 .indexRight {
    background-position: center bottom;
    height: 24em;
  }
  #indexSectionStation .indexLeft {
    padding: 4em 0;
  }
  #indexSectionStation .indexLeft .fix {
    margin: 0 auto;
    padding-right: 1em;
    width: 748px;
  }
  #indexSectionStation .indexLeft .fix p {
    font-size: 1.125em;
    margin-top: 2em;
  }
  #indexSectionStation .indexRight {
    background-position: center center;
    height: 24em;
  }
  #stationList li {
    display: inline-block;
    margin-right: 1em;
  }
  #stationList li:last-child {
    margin-right: 0;
  }
  /****** 4-7.example *******************************/
  .exampleList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 2em;
  }
  .exampleList .item {
    margin-right: 2%;
    width: 49%;
  }
  .exampleList .item:nth-of-type(even) {
    margin-right: 0;
  }
  .exampleList .item:nth-of-type(n+3) {
    margin-top: 2vw;
  }
  .exampleList .item img {
    height: auto;
    width: 100%;
  }
  .exampleList .item figure, .exampleList .item li {
    text-align: center;
  }
  #exampleLastText {
    margin-top: 2em;
    text-align: center;
  }
  /****** 4-8.flow **********************************/
  #flowSection01 .fix {
    display: flex;
    justify-content: space-between;
  }
  #flowSection01 #flowSection01Lt {
    width: 30%;
  }
  #flowSection01 #flowSection01Rt {
    width: 68%;
  }
  #flowSection01 #flowSection01Rt .item {
    margin: 1.5em auto;
  }
  #flowSection01 #flowSection01Rt .item:first-of-type {
    margin-top: 0;
  }
  #flowSection01 #flowSection01Rt .item:first-of-type p {
    text-align: center;
  }
  #flowSection01 h3 {
    font-size: 2.5em;
    margin-bottom: 0.75em;
  }
  #flowSection01 h3 .number {
    margin-bottom: 0.5em;
  }
  #flowSection01 p, #flowSection01 li {
    font-size: 1.125em;
  }
  #flowPhone {
    margin: 1.25em 0;
  }
  #flowPhone a {
    font-size: 1.875em;
  }
  .flowArrow {
    font-size: 1.5em;
  }
  /****** 4-9.area **********************************/
  #areaSection01 {
    display: flex;
    justify-content: space-between;
  }
  #areaSection01 .item {
    width: 50%;
  }
  #areaSection01Lt {
    display: flex;
    justify-content: flex-end;
  }
  #areaSection01Lt .fix {
    margin: 0 !important;
    padding-right: 1.5em;
    width: 374px;
  }
  #areaSection01Lt .fix p {
    font-size: 1.125em;
  }
  .prefSection .fix {
    display: flex;
    justify-content: space-between;
  }
  .prefSection .areaSectionLt {
    width: 24%;
  }
  .prefSection .areaSectionRt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 74%;
  }
  .prefSection .areaSectionRt .item {
    margin-right: 2%;
    width: 49%;
  }
  .prefSection .areaSectionRt .item:nth-of-type(even) {
    margin-right: 0;
  }
  .prefSection .areaSectionRt .item:nth-of-type(n+3) {
    margin-top: 2vw;
  }
  .prefSection .areaSectionRt .item h4 {
    font-size: 1.25em;
  }
  .prefSection .areaSectionRt .item ul li {
    display: inline-block;
    margin-right: 0.25em;
  }
  .prefSection .areaSectionRt .item ul li:last-child {
    margin-right: 0;
  }
  /****** 4-10.information **************************/
  #infoSection01Rt {
    margin-top: 2em;
  }
  /****** 4-11.privacy ******************************/
  #privacySection01Rt {
    margin-top: 2em;
  }
  #privacySection01Rt h3 {
    font-size: 1.5em;
    margin: 1.5em 0 0.5em;
  }
  #privacySection01Rt p, #privacySection01Rt li {
    font-size: 1.125em;
  }
  /****** 4-12.sitemap ******************************/
  #sitemapSection01Rt {
    margin-top: 2em;
  }
  #sitemapSection01Rt .sitemapAreaList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
  }
  #sitemapSection01Rt .sitemapAreaList ul {
    width: 100%;
  }
  #sitemapSection01Rt .sitemapAreaList ul:nth-of-type(n+5) {
    margin-top: 2em;
  }
} /* @media screen and (min-width:768px) and (max-width:1023px) */
/**************************************************
 * 767px以下
 **************************************************/
@media print, screen and (max-width: 767px) {
  /****** 5-1.共通 ***********************************/
  .ancPoint {
    margin-top: -138px;
    padding-top: 138px;
  }
  .fix {
    width: 98%;
  }
  .fixReg {
    width: 98%;
  }
  .fixMin {
    width: 98%;
  }
  .spNone {
    display: none !important;
  }
  .spBlock {
    display: block;
    line-height: 1.5em;
  }
  .spCenter {
    text-align: center;
  }
  .spTextRed {
    color: #b93131;
  }
  img {
    height: auto;
    max-width: 100%;
  }
  /****** 5-2.header ********************************/
  header {
    padding: 10px;
  }
  #headerLt h1, #headerLt figure {
    text-align: left;
  }
  #headerLt img {
    max-width: 244px;
  }
  #headerRtLt {
    display: none;
  }
  #headerRtRt {
    padding-top: 0.25em;
    text-align: right;
  }
  #headerRtRt a {
    font-size: 1.875em;
    line-height: 1em;
    text-align: right;
  }
  #headerRtRt a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    margin-right: 0.125em;
  }
  #headerRtRt ul {
    display: flex;
    justify-content: flex-end;
  }
  #headerRtRt ul li {
    font-size: 0.875em;
  }
  #headerRtRt ul li:first-child {
    margin-right: 0.5em;
  }
  /****** 5-3.navigation ****************************/
  #navToggle {
    position: fixed;
    top: 10px;
    right: 10px;
    height: 32px;
    cursor: pointer;
    z-index: 1000;
  }
  #navToggle > div {
    position: relative;
    width: 36px;
  }
  #navToggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #fff;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #navToggle span:nth-child(1) {
    top: 0;
  }
  #navToggle span:nth-child(2) {
    top: 14px;
  }
  #navToggle span:nth-child(3) {
    top: 28px;
  }
  .open #navToggle span {
    background: #fff;
  }
  .open #navToggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open #navToggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #navToggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }
  #gNav {
    background: rgba(0, 0, 0, 0.86);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.125em;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    z-index: 900;
  }
  #gNav a, #gNav span {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    display: block;
    font-weight: normal;
    padding: 6px 0;
    text-align: left;
  }
  #gNav a {
    color: #fff;
    text-decoration: none;
    transition: color 0.6s ease;
  }
  #gNav span {
    color: #999;
  }
  #gNav i {
    margin-right: 0.125em;
  }
  #gNav .fa-phone {
    color: #fff !important;
  }
  #gNav ul {
    padding-top: 64px;
    width: 92%;
  }
  #gNav ul li {
    opacity: 0;
    transform: translateX(200px);
    transition: transform 0.6s ease, opacity 0.2s ease;
  }
  #gNav ul li:nth-child(2) {
    transition-delay: 0.15s;
  }
  #gNav ul li:nth-child(3) {
    transition-delay: 0.3s;
  }
  #gNav ul li:nth-child(4) {
    transition-delay: 0.45s;
  }
  #gNav ul li:nth-child(5) {
    transition-delay: 0.6s;
  }
  #gNav ul li:nth-child(6) {
    transition-delay: 0.75s;
  }
  #gNav ul li:nth-child(7) {
    transition-delay: 0.9s;
  }
  #gNav ul li:nth-child(8) {
    transition-delay: 1.05s;
  }
  #gNav ul li:nth-child(9) {
    transition-delay: 1.2s;
  }
  #gNav ul li:nth-child(10) {
    transition-delay: 1.35s;
  }
  #gNav ul li:nth-child(11) {
    transition-delay: 1.5s;
  }
  #gNav ul li:nth-child(12) {
    transition-delay: 1.65s;
  }
  #gNav ul .btnSub {
    color: #fff;
    display: inline-block;
    width: 100%;
  }
  #gNav ul .btnSub:after {
    content: "▼";
  }
  #gNav ul .btnSub.isAcrive:after {
    content: "▲";
  }
  #gNav #closeNav {
    color: #fff !important;
  }
  .subNav {
    height: 0;
    overflow: hidden;
    margin: 0;
  }
  .btnSub.isAcrive + .subNav {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .btnSub.isAcrive + .subNav li {
    width: 50%;
  }
  .btnSub.isAcrive + .subNav li:nth-of-type(odd) a, .btnSub.isAcrive + .subNav li:nth-of-type(odd) span {
    border-right: 1px solid #fff;
  }
  .btnSub.isAcrive + .subNav li a, .btnSub.isAcrive + .subNav li span {
    padding: 6px !important;
  }
  .open {
    overflow: hidden;
  }
  .open #gNav {
    overflow-x: hidden;
    overflow-y: scroll;
    height: auto;
    visibility: visible;
    opacity: 1;
  }
  .open #gNav li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }
  /****** 5-4.footer ********************************/
  #footerLt {
    margin: 0 auto;
  }
  #footerLt h2, #footerLt li {
    text-align: center;
  }
  #footerRtRt {
    margin-top: 0.5em;
  }
  #footerRtRt a {
    font-size: 1.875em;
    line-height: 1em;
    text-align: center;
  }
  #footerRtRt a:before {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    margin-right: 0.125em;
  }
  #spFooterContactInfo {
    display: flex;
    justify-content: center;
    margin-bottom: 0.5em;
  }
  #spFooterContactInfo li {
    margin: 0 0.25em;
  }
  /****** 5-5.main **********************************/
  main {
    padding-top: 156px;
  }
  #pageTitle {
    height: 18em;
    position: relative;
  }
  #pageTitle h2 {
    font-size: 1.75em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .sectionTitle {
    font-size: 2.125em;
    line-height: 1.25em;
    margin-bottom: 0.5em;
  }
  .sectionTitle .titleNumber {
    font-size: 1.25em;
  }
  #aleaListSection p {
    font-size: 1.125em;
  }
  #areaListWrap {
    margin-top: 2em;
  }
  #areaListWrap .item {
    padding: 1em;
  }
  #areaListWrap .item:nth-of-type(n+2) {
    margin-top: 1em;
  }
  #areaListWrap h3 {
    font-size: 1.25em;
    margin-bottom: 1em;
  }
  #areaListWrap ul li {
    display: inline-block;
    margin-right: 1em;
  }
  #areaListWrap ul li:last-child {
    margin-right: 0;
  }
  /****** 5-6.index *********************************/
  .indexLeft h3 {
    font-size: 1.375em;
    line-height: 1.2em;
  }
  #indexSection001 {
    background-position: 60% center;
    height: calc(100vh - 156px);
    max-height: 1280px;
    position: relative;
  }
  #indexSection001 h2 {
    font-size: 2.25em;
    line-height: 1.25em;
    position: absolute;
    top: 5%;
    left: 5%;
  }
  #indexSection002 .indexRight {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2em;
  }
  #indexSection002 .indexRight > .item {
    padding: 1em 0.5em;
    width: 49%;
  }
  #indexSection002 .indexRight > .item:nth-of-type(n+3) {
    margin-top: 0.5em;
  }
  #indexSection002 h4 {
    font-size: 1.25em;
    margin-bottom: 0.75em;
  }
  #indexSection003 .indexLeft {
    padding: 4em 0;
  }
  #indexSection003 .indexLeft .itemWrap .item {
    padding: 1em 0.5em;
  }
  #indexSection003 .indexLeft .itemWrap .item:nth-of-type(n+2) {
    margin-top: 0.5em;
  }
  #indexSection003 .indexLeft .itemWrap .item h3 {
    font-size: 1.25em;
    margin-bottom: 0.5em;
  }
  #indexSection003 .indexRight {
    background-position: center center;
    height: 24em;
  }
  #indexSection004 .itemWrap {
    margin-top: 2em;
  }
  #indexSection004 .itemWrap .item {
    padding: 1em 0.5em;
  }
  #indexSection004 .itemWrap .item:nth-of-type(n+2) {
    margin-top: 0.5em;
  }
  #indexSection004 .itemWrap .item h4 {
    font-size: 1.25em;
  }
  #indexSection005 .itemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2em;
  }
  #indexSection005 .itemWrap .item {
    width: 49%;
  }
  #indexSection005 .itemWrap .item:nth-of-type(n+3) {
    margin-top: 1em;
  }
  #indexSection005 .itemWrap .item figure, #indexSection005 .itemWrap .item li {
    text-align: center;
  }
  #indexSection005 .itemWrap .item img {
    height: auto;
    width: 100%;
  }
  #indexSection005 .itemWrap .item li {
    font-size: 0.75em;
  }
  #indexSection006 .indexLeft {
    display: flex;
    justify-content: flex-end;
    padding: 4em 0;
  }
  #indexSection006 .indexLeft .fix p {
    margin-top: 2em;
  }
  #indexSection006 .indexRight {
    background-position: center bottom;
    height: 24em;
  }
  #indexSectionStation .indexLeft {
    padding: 4em 0;
  }
  #indexSectionStation .indexLeft .fix p {
    margin-top: 2em;
  }
  #indexSectionStation .indexRight {
    background-position: center center;
    height: 24em;
  }
  #stationList li {
    display: inline-block;
    margin-right: 1em;
  }
  #stationList li:last-child {
    margin-right: 0;
  }
  /****** 5-7.example *******************************/
  .exampleList {
    margin-top: 2em;
  }
  .exampleList .item:nth-of-type(n+2) {
    margin-top: 2vw;
  }
  .exampleList .item img {
    height: auto;
    width: 100%;
  }
  .exampleList .item figure, .exampleList .item li {
    text-align: center;
  }
  #exampleLastText {
    margin-top: 2em;
    text-align: center;
  }
  /****** 5-8.flow **********************************/
  #flowSection01 #flowSection01Rt {
    margin-top: 2em;
  }
  #flowSection01 #flowSection01Rt .item {
    margin: 1.5em auto;
  }
  #flowSection01 #flowSection01Rt .item:first-of-type {
    margin-top: 0;
  }
  #flowSection01 #flowSection01Rt .item:first-of-type p {
    text-align: center;
  }
  #flowSection01 h3 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  #flowSection01 h3 .number {
    margin-bottom: 0.5em;
  }
  #flowSection01 p, #flowSection01 li {
    font-size: 1.125em;
  }
  #flowPhone {
    margin: 1.25em 0;
  }
  #flowPhone a {
    font-size: 1.5em;
  }
  .flowArrow {
    font-size: 1.5em;
  }
  /****** 5-9.area **********************************/
  #areaSection01Lt .fix p {
    font-size: 1.125em;
  }
  #areaSection01Rt {
    height: 24em;
  }
  .prefSection .areaSectionRt .item:nth-of-type(n+2) {
    margin-top: 0.5em;
  }
  .prefSection .areaSectionRt .item h4 {
    font-size: 1.25em;
  }
  .prefSection .areaSectionRt .item ul li {
    display: inline-block;
    margin-right: 0.25em;
  }
  .prefSection .areaSectionRt .item ul li:last-child {
    margin-right: 0;
  }
  /****** 5-10.information **************************/
  #infoSection01Rt {
    margin-top: 2em;
  }
  #infoTable th, #infoTable td {
    display: block;
    width: auto;
  }
  /****** 5-11.privacy ******************************/
  #privacySection01Rt {
    margin-top: 2em;
  }
  #privacySection01Rt h3 {
    font-size: 1.25em;
    margin: 1.5em 0 0.5em;
  }
  /****** 5-12.sitemap ******************************/
  #sitemapSection01Rt {
    margin-top: 2em;
  }
  #sitemapSection01Rt .sitemapAreaList ul {
    margin-top: 2em;
  }
} /* @media print, screen and (max-width:767px) */
/**************************************************
 * 1921px以上
 **************************************************/
/* @media screen and (min-width:1921px) */
/**************************************************
 * 320px以下
 **************************************************/
@media screen and (max-width: 320px) {
  .spNoneSE {
    display: none;
  }
  .indexLeft h3 {
    font-size: 1.25em;
  }
  #indexSection002 h4 {
    font-size: 1em;
    font-weight: bold;
  }
} /* @media print, screen and (max-width:320px) */
#headerLtSub {
  text-align: right;
  letter-spacing: 0.375em;
  margin-top: 0.125em;
}

#headerLt {
  width: fit-content !important;
}

#footerLtSub {
  text-align: right;
  letter-spacing: 0.375em;
  margin-top: 0.125em;
}

#footerLt h2 {
  width: fit-content;
}

@media print, screen and (max-width: 767px) {
  #footerLt h2, #footerLt li {
    margin: 0 auto !important;
  }
}
#indexSection001 {
  position: relative;
  background: url(../img/index/top3.jpeg) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  padding: 0 !important;
}

#indexSectionStation .indexRight {
  background: url(../img/index/005.jpg) no-repeat center center;
  background-size: cover;
}

#indexSection003 .indexRight {
  background: url(../img/index/006.jpeg) no-repeat center bottom;
  background-size: cover;
}

#pageTitle {
  position: relative; /* 疑似要素配置のため */
  background: url(../img/common/bk_pagetitle3.jpg) no-repeat left bottom;
  background-size: cover;
}

#pageTitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); /* 0.4 = 暗さの度合い、増やすとより暗くなる */
  z-index: 1;
}

/* 中の文字や要素が暗いフィルターの下に隠れないように */
#pageTitle > * {
  z-index: 2;
}

#sitemapSection01Rt .sitemapAreaList ul {
  margin-top: 2em;
  display: grid;
  grid-template-columns: 1fr; /* デフォルトは1列（スマホ） */
  gap: 1em;
}

/* 768px以上の画面幅では2列に */
@media (min-width: 768px) {
  #sitemapSection01Rt .sitemapAreaList ul {
    grid-template-columns: repeat(4, 1fr);
  }
}/*# sourceMappingURL=style.css.map */