@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 {
  font-size: 62.5%;
}

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

h1, h2, h3, h4, h5, h6, div, p, blockquote, dl, dt, dd, pre, form, fieldset, figcaption, input, textarea, select, th, td, address, caption, cite, code, dfn, th, var {
  color: #1d1d1d;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, sans-serif;
  font-weight: normal;
  font-style: normal;
}

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: #1d1d1d;
  text-decoration: none;
}

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

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

/****** 画像 **************************************/
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;
  text-align: left;
}

th, td {
  border: 1px solid #ccc;
  padding: 0.25em;
  text-align: left;
  vertical-align: top;
}

th {
  background: #e8e8e8;
}

td {
  background: #fff;
}

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

/****** form **************************************/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

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.25em;
  padding: 3px 6px;
  width: 100%;
}

textarea {
  height: 10em;
}

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: 0.375em;
  transform: scale(1.6);
}

button:disabled, input:disabled, select:disabled, textarea:disabled {
  background: #e8e8e8 !important;
  border: 1px solid #999 !important;
  color: #999 !important;
  cursor: default !important;
}

.hpVal {
  display: none;
}

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

.req {
  background: #ed5752;
}

.opt {
  background: #a1be95;
}

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

/****** 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;
}

/****** テキストカラー ****************************/
.errMsg {
  background-color: #ed5752;
  color: #fff;
}

.txtRed {
  color: #ed5752;
}

/****** 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;
}

.spBr, .tbBr, .odBr, .pcBr {
  display: none;
}

.anchorPoint {
  content: "";
  display: block;
}

.loaderWrap {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 100;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 1em;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(79, 153, 205, 0.2);
  border-right: 1.1em solid rgba(79, 153, 205, 0.2);
  border-bottom: 1.1em solid rgba(79, 153, 205, 0.2);
  border-left: 1.1em solid #035996;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/****** 1-02.header ********************************/
header {
  background-color: #035996;
  color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

#headerLt a, #headerLt li, #headerRt a, #headerRt li {
  color: #fff;
}
#headerLt li, #headerRt li {
  line-height: 1em;
}

#headerRtInfo li {
  text-align: right;
}

.logo {
  font-family: "BioRhyme", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.telNumber {
  font-family: "BioRhyme", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/****** 1-03.navi **********************************/
/****** 1-04.footer ********************************/
#btnPageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
}
#btnPageTop a {
  color: #ed5752;
  display: block;
}

footer {
  background-color: #035996;
}
footer a, footer li, footer p {
  color: #fff;
}

#footerLogo {
  display: block;
  width: fit-content;
}
#footerLogo li {
  line-height: 1em;
}

#footNav li a {
  color: #fff;
}

#footRt li {
  line-height: 1em;
}

#footRtInfo li {
  text-align: right;
}

#copyright {
  background-color: #2a4e67;
  color: #fff;
  line-height: 32px;
  text-align: center;
}
#copyright small {
  font-size: 1em;
}

/****** 1-05.main **********************************/
main {
  overflow-x: hidden;
  text-align: left;
}
main > section {
  padding: 4em 0;
}
main > section:nth-of-type(even) {
  background: #f8f8f8;
}
main section p:nth-of-type(n+2) {
  margin-top: 1em;
}

#pageTitle {
  position: relative;
  width: 100%;
}
#pageTitle h1 {
  color: #1d1d1d;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  z-index: 2;
}
#pageTitle .pageTitleBk {
  height: 20em;
  width: 100%;
  overflow: hidden;
}
#pageTitle .pageTitleBk figure {
  background: url(../img/common/002.png) no-repeat center center;
  background-size: cover;
  height: 20em;
  width: 100%;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: all 12s ease-in-out;
  -webkit-transition: all 12s ease-in-out;
}

.zoomOut #pageTitle figure {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.sectionTitle {
  background-color: #035996;
}
.sectionTitle span {
  display: block;
}
.sectionTitle .ja {
  color: #fff;
}
.sectionTitle .en {
  color: #9cf;
}

.number {
  background-color: #ed5752;
  font-family: "BioRhyme", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #fff;
}

.areaListWrap .item {
  border: 1px solid #369;
  box-sizing: border-box;
  padding: 1em;
}

.flexRowReverse {
  flex-direction: row-reverse;
}

/****** 1-06.index *********************************/
main#index > section {
  padding: 0 !important;
}

#indexTopSection {
  background: #fff url(../img/index/010.jpg) no-repeat center 75%;
  background-size: cover;
  position: relative;
}

#indexTopBox {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.6em;
  display: inline-block;
  position: absolute;
}
#indexTopBox h1, #indexTopBox h2, #indexTopBox p {
  text-align: center;
}
#indexTopBox h1, #indexTopBox p {
  font-weight: bold;
}
#indexTopBox h2 {
  color: #ed5752;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.05em;
}

.arrowScroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1em;
  text-align: center;
}
.arrowScroll::before {
  animation: scroll 3.5s infinite;
  display: inline-block;
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.arrowScroll p {
  color: #fff;
  padding-bottom: 3em;
}

@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#index2ndSection .copyStrong {
  font-weight: bold;
}
#index2ndSection figure {
  background: transparent url(../img/index/009.jpeg) no-repeat center bottom;
  background-size: cover;
}

#index2ndUnderSection .copyStrong {
  font-weight: bold;
}
#index2ndUnderSection .indexItemWrap .indexItem {
  background-color: #fff;
  border: 1px solid #ed5752;
  padding: 2em;
}
#index2ndUnderSection .indexItemWrap .indexItem h3 {
  text-align: center;
}
#index2ndUnderSection .indexItemWrap .indexItem h3 span {
  display: block;
}
#index2ndUnderSection .indexItemWrap .indexItem h3 .number {
  margin: 0 auto;
}
#index2ndUnderSection .indexItemWrap .indexItem h3 .title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1em;
}
#index2ndUnderSection figure {
  background: transparent url(../img/index/003.jpg) no-repeat center bottom;
  background-size: cover;
}

#index3rdSection h3 {
  color: #ed5752;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  line-height: 1em;
  text-align: center;
}
#index3rdSection .indexItem {
  background-color: #fff;
  border: 1px solid #ed5752;
  padding: 2em;
}
#index3rdSection figure {
  background: transparent url(../img/index/004.jpg) no-repeat center bottom;
  background-size: cover;
}

#index4thSection .itemPoint {
  background-color: #fff;
  border: 1px solid #ed5752;
  padding: 2em;
}
#index4thSection .itemPoint h3 .title {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
}
#index4thSection figure {
  background: transparent url(../img/index/005.jpg) no-repeat center bottom;
  background-size: cover;
}

#index5thSection #reasonList i {
  color: #ed5752;
}
#index5thSection figure {
  background: transparent url(../img/index/007.jpeg) no-repeat center bottom;
  background-size: cover;
}

#index6thSection p {
  margin-bottom: 1em !important;
}

#resultsList li {
  text-align: center;
}
#resultsList img {
  height: auto;
  width: 100%;
}

/****** 1-07.example *******************************/
#exampleBikeList .item img {
  height: auto;
  width: 100%;
}
#exampleBikeList .item .infoTitle {
  color: #999;
}

/****** 1-08.flow **********************************/
#flowWrap {
  margin: 0 auto;
}
#flowWrap .item {
  border: 1px solid #369;
}
#flowWrap .flowItem {
  padding: 1em;
}
#flowWrap .arrowDown {
  margin: 1em 0;
  text-align: center;
}
#flowWrap .flowTel .telNumber {
  color: #ed5752;
}
#flowWrap .tellMe {
  list-style-type: disc;
  margin: 1em 0 0 1.5em;
}

/****** 1-09.area **********************************/
/****** 1-10.information ***************************/
#infoDiv {
  margin: 0 auto;
}
#infoDiv th {
  background-color: #035996;
  color: #fff;
}

/****** 1-11.privacy *******************************/
#privacyDiv {
  margin: 0 auto;
  padding: 3em 0;
}
#privacyDiv section {
  padding: 0 0 3em;
}
#privacyDiv h2 {
  margin-bottom: 0.5em;
}
#privacyDiv ol {
  list-style-type: decimal;
  margin-left: 1.5em;
}
#privacyDiv ol li {
  margin-top: 0.5em;
}

/****** 1-12.sitemap *******************************/
.sitemapAreaList ul {
  border: 1px solid #369;
  box-sizing: border-box;
  padding: 1em;
}

/**************************************************
 * 1280px以上
 **************************************************/
@media screen and (min-width: 1280px) {
  /****** 2-01.共通 ***********************************/
  .anchorPoint {
    margin-top: -113px;
    padding-top: 113px;
  }
  main .fix, main .fixReg.fixMin {
    width: 94%;
  }
  main .fix {
    max-width: 1366px;
  }
  main .fixReg {
    max-width: 960px;
  }
  main .fixMin {
    max-width: 748px;
  }
  .pcNone {
    display: none !important;
  }
  .pcBr {
    display: inline-block !important;
  }
  a {
    transition: 0.6s ease-in-out;
  }
  .logo {
    letter-spacing: 0.05em;
  }
  .officeName {
    letter-spacing: 0.5em;
    margin-top: 0.125em;
    text-align: end;
  }
  /****** 2-02.header ********************************/
  header {
    display: flex;
    justify-content: space-between;
    padding: 10px 2%;
  }
  #headerLt .headCopy {
    font-size: 1.125em;
  }
  #headerLt .logo {
    font-size: 3em;
  }
  #headerLt .officeName {
    font-size: 1.5em;
    text-align: end;
  }
  #headerRtBottom {
    display: flex;
    gap: 1em;
    justify-content: flex-end;
    margin-top: 1em;
  }
  #headerRtInfo li {
    font-size: 1.125em;
    line-height: 1.5em;
  }
  #headerRtTelNumber li {
    font-size: 3em;
  }
  #headerRtTelNumber i {
    margin-right: 0.125em;
  }
  /****** 2-03.navi **********************************/
  #menu-button {
    display: none;
  }
  #menu ul {
    display: flex;
    gap: 1em;
    justify-content: flex-end;
  }
  #menu a {
    display: inline-block;
    font-size: 1.125em;
    transform: scale(1);
  }
  #menu a:hover {
    transform: scale(1.2);
  }
  /****** 2-04.footer ********************************/
  #btnPageTop a {
    transform: scale(1);
  }
  #btnPageTop a:hover {
    transform: scale(1.2);
  }
  footer .fix {
    padding: 2em 2%;
  }
  #footTop {
    display: flex;
    justify-content: space-between;
  }
  #footerLogo .headCopy {
    font-size: 1.125em;
  }
  #footerLogo .logo {
    font-size: 3em;
  }
  #footerLogo .officeName {
    font-size: 1.5em;
    text-align: right;
  }
  #footInfo {
    margin-top: 0.5em;
  }
  #footInfo li {
    font-size: 1.125em;
  }
  #footNav ul {
    display: flex;
    gap: 0.5em;
    justify-content: flex-start;
  }
  #footNav ul li {
    font-size: 1.125em;
  }
  #footNav ul a {
    display: inline-block;
    transform: scale(1);
  }
  #footNav ul a:hover {
    transform: scale(1.2);
  }
  #footRt p {
    font-size: 1.125em;
    text-align: right;
  }
  #footerRtWrap {
    display: flex;
    gap: 1em;
    justify-content: flex-end;
  }
  #footRtInfo li {
    font-size: 1.125em;
    line-height: 1.5em;
  }
  #footRtTelNumber li {
    font-size: 3em;
  }
  #footRtTelNumber i {
    margin-right: 0.125em;
  }
  /****** 2-05.main **********************************/
  main {
    padding-top: 113px;
  }
  #pageTitle h1 {
    font-size: 3em;
  }
  .sectionTitle {
    margin-bottom: 3em;
    max-width: 640px;
    padding: 1em;
  }
  .sectionTitle span {
    line-height: 1.125em;
  }
  .sectionTitle .ja {
    font-size: 3.75em;
  }
  .sectionTitle .en {
    font-size: 1.875em;
  }
  .areaListWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
  }
  .areaListWrap .item {
    width: 70%;
    margin: 0 auto;
  }
  .areaListWrap .item h3 {
    font-size: 1.25em;
    margin-bottom: 0.5em;
  }
  .areaListWrap .item ul {
    display: flex;
    flex-wrap: wrap;
  }
  .areaListWrap .item ul li {
    width: 25%;
  }
  .number {
    border-radius: 36px;
    display: inline-block;
    font-size: 3em;
    height: 72px;
    line-height: 72px;
    text-align: center;
    width: 72px;
  }
  /****** 2-06.index *********************************/
  main#index section .fix {
    padding: 4em 0;
  }
  #indexTopSection {
    height: calc(100vh - 113px);
  }
  #indexTopBox {
    padding: 1em 1.5em;
    left: 20%;
    top: 20%;
    /*transform:translate(-96%,0);*/
  }
  #indexTopBox h1 {
    font-size: 1.5em;
  }
  #indexTopBox h2 {
    font-size: 3.75em;
    line-height: 1.25em;
  }
  #indexTopBox p {
    font-size: 1.125em;
  }
  .sectionHalfWrap {
    display: flex;
    justify-content: space-between;
  }
  .sectionHalfWrap .item {
    width: 50%;
  }
  #index2ndSection .copyStrong {
    font-size: 2.25em;
    line-height: 2em;
    text-align: center;
  }
  #index2ndSection .copy {
    font-size: 1.5em;
  }
  #index2ndUnderSection .copyStrong {
    font-size: 2.25em;
    line-height: 2em;
    text-align: center;
  }
  #index2ndUnderSection .indexItemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index2ndUnderSection .indexItemWrap .indexItem {
    width: 48%;
  }
  #index2ndUnderSection .indexItemWrap .indexItem:nth-of-type(n+3) {
    margin-top: 4%;
  }
  #index2ndUnderSection .indexItemWrap .indexItem h3 {
    margin-bottom: 0.75em;
  }
  #index2ndUnderSection .indexItemWrap .indexItem .title {
    font-size: 1.875em;
    margin-top: 0.5em;
  }
  #index2ndUnderSection .indexItemWrap .indexItem p {
    font-size: 1.125em;
  }
  #index3rdSection .indexItemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index3rdSection .indexItemWrap .indexItem {
    width: 48%;
  }
  #index3rdSection .indexItemWrap .indexItem:nth-of-type(n+3) {
    margin-top: 4%;
  }
  #index3rdSection .indexItemWrap .indexItem h3 {
    font-size: 2.25em;
    margin-bottom: 0.75em;
  }
  #index3rdSection .indexItemWrap .indexItem p {
    font-size: 1.125em;
  }
  #index4thSection p {
    font-size: 1.125em;
  }
  #index4thSection #indexPointList {
    margin-top: 2em;
  }
  #index4thSection .itemPoint:nth-of-type(n+2) {
    margin-top: 2em;
  }
  #index4thSection .itemPoint h3 {
    margin-bottom: 1em;
  }
  #index4thSection .itemPoint h3 .number {
    margin-right: 0.25em;
  }
  #index4thSection .itemPoint h3 .title {
    font-size: 2.25em;
    line-height: 72px;
  }
  #index5thSection p, #index5thSection dt, #index5thSection dd {
    font-size: 1.125em;
  }
  #index5thSection #reasonList {
    display: flex;
    flex-wrap: wrap;
    margin: 2em auto 0;
    width: 17em;
  }
  #index5thSection #reasonList dt, #index5thSection #reasonList dd {
    line-height: 1.75em;
  }
  #index5thSection #reasonList dt {
    width: 6em;
  }
  #index5thSection #reasonList i {
    margin-right: 1em;
  }
  #index6thSection .fix, #secAreaList .fix, #stationSectoin .fix {
    max-width: none;
    width: 97%;
  }
  #index6thSection .sectionTitle, #secAreaList .sectionTitle, #stationSectoin .sectionTitle {
    width: 48.5%;
  }
  #resultsList {
    display: flex;
    flex-wrap: wrap;
  }
  #resultsList li {
    margin-right: 4%;
    width: 22%;
  }
  #resultsList li:nth-child(4n) {
    margin-right: 0;
  }
  #resultsList li:nth-child(n+5) {
    margin-top: 4vw;
  }
  #stationSectoin li, #stationSectoin p {
    font-size: 1.125em;
  }
  #stationList {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 1em;
  }
  /****** 2-07.example *******************************/
  #exampleGuide {
    font-size: 1.125em;
    margin: 0 auto 2em;
    width: 37em;
  }
  #exampleBikeList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em !important;
  }
  #exampleBikeList .item {
    margin-right: 4%;
    width: 22%;
  }
  #exampleBikeList .item:nth-of-type(4n) {
    margin-right: 0;
  }
  #exampleBikeList .item:nth-of-type(n+5) {
    margin-top: 4vw;
  }
  #exampleBikeList .item .infoTitle {
    margin-right: 0.5em;
  }
  /****** 2-08.flow **********************************/
  #flowWrap {
    width: 1200px;
  }
  #flowWrap .item {
    display: flex;
    justify-content: space-between;
  }
  #flowWrap .flowItem h2 {
    margin-bottom: 1em;
  }
  #flowWrap .flowItem .text {
    font-size: 2em;
    line-height: 72px;
  }
  #flowWrap .flowItem .number {
    margin-right: 0.25em;
  }
  #flowWrap .flowItem .tellMe li {
    font-size: 1.125em;
  }
  #flowWrap .flowTel {
    margin-bottom: 1em;
  }
  #flowWrap .flowTel li {
    line-height: 1.125em;
    text-align: center;
  }
  #flowWrap .flowTel .telInformation {
    font-size: 1.125em;
  }
  #flowWrap .flowTel .telNumber {
    font-size: 3em;
  }
  #flowWrap p {
    font-size: 1.125em;
  }
  /****** 2-09.area **********************************/
  #areaGuide {
    font-size: 1.125em;
    margin: 0 auto 2em;
    width: 31em;
  }
  /****** 2-10.information ***************************/
  #infoDiv {
    width: 960px;
  }
  #infoDiv th, #infoDiv td {
    font-size: 1.125em;
    padding: 10px;
  }
  #infoDiv th li, #infoDiv td li {
    font-size: 1em;
  }
  /****** 2-11.privacy *******************************/
  #privacyDiv {
    width: 960px;
  }
  #privacyDiv h2 {
    font-size: 1.5em;
  }
  #privacyDiv p, #privacyDiv li {
    font-size: 1.125em;
  }
  /****** 2-12.sitemap *******************************/
  .sitemapWrap li {
    font-size: 1.125em;
  }
  .sitemapAreaList {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
  }
  .sitemapAreaList ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .sitemapAreaList ul li {
    width: 25%;
  }
  /****** 2-13.max-width:1365px **********************/
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
  .sectionTitle .ja {
    font-size: 3.5em;
  }
  .sectionTitle .en {
    font-size: 1.675em;
  }
  #index2ndUnderSection .indexItemWrap .indexItem .title {
    font-size: 1.5em;
  }
  #index3rdSection .indexItemWrap .indexItem h3 {
    font-size: 1.75em;
  }
}
/* End of @media screen and (min-width:1280px) */
/**************************************************
 * 1024px以上1279px以下
 **************************************************/
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  /****** 3-01.共通 ***********************************/
  .anchorPoint {
    margin-top: -97px;
    padding-top: 97px;
  }
  main .fix, main .fixReg {
    width: 960px;
  }
  main .fixMin {
    width: 748px;
  }
  .odNone {
    display: none !important;
  }
  .odBr {
    display: inline-block !important;
  }
  a {
    transition: 0.6s ease-in-out;
  }
  .logo {
    letter-spacing: 0.05em;
  }
  .officeName {
    letter-spacing: 0.5em;
    margin-top: 0.125em;
    text-align: center;
  }
  /****** 3-02.header ********************************/
  header {
    display: flex;
    justify-content: space-between;
    padding: 10px 2%;
  }
  #headerLt .headCopy {
    font-size: 1em;
  }
  #headerLt .logo {
    font-size: 2.25em;
  }
  #headerLt .officeName {
    font-size: 1.25em;
    text-align: end;
  }
  #headerRtBottom {
    display: flex;
    gap: 1em;
    justify-content: flex-end;
    margin-top: 0.75em;
  }
  #headerRtInfo li {
    font-size: 1em;
    line-height: 1.5em;
  }
  #headerRtTelNumber li {
    font-size: 2.25em;
  }
  #headerRtTelNumber i {
    margin-right: 0.125em;
  }
  /****** 3-03.navi **********************************/
  #menu-button {
    display: none;
  }
  #menu ul {
    display: flex;
    gap: 1em;
    justify-content: flex-end;
  }
  #menu a {
    display: inline-block;
    font-size: 1.125em;
    transform: scale(1);
  }
  #menu a:hover {
    transform: scale(1.2);
  }
  /****** 3-04.footer ********************************/
  #btnPageTop a {
    transform: scale(1);
  }
  #btnPageTop a:hover {
    transform: scale(1.2);
  }
  footer .fix {
    padding: 2em 2%;
  }
  #footTop {
    display: flex;
    justify-content: space-between;
  }
  #footerLogo .headCopy {
    font-size: 1em;
  }
  #footerLogo .logo {
    font-size: 2.25em;
  }
  #footerLogo .officeName {
    font-size: 1.25em;
    text-align: right;
  }
  #footInfo {
    margin-top: 0.5em;
  }
  #footInfo li {
    font-size: 1.125em;
  }
  #footNav ul {
    display: flex;
    gap: 0.5em;
    justify-content: flex-start;
  }
  #footNav ul li {
    font-size: 1.125em;
  }
  #footNav ul a {
    display: inline-block;
    transform: scale(1);
  }
  #footNav ul a:hover {
    transform: scale(1.2);
  }
  #footRt p {
    font-size: 1.125em;
    text-align: right;
  }
  #footerRtWrap {
    display: flex;
    gap: 1em;
    justify-content: flex-end;
  }
  #footRtInfo li {
    font-size: 1em;
    line-height: 1.5em;
  }
  #footRtTelNumber li {
    font-size: 2.25em;
  }
  #footRtTelNumber i {
    margin-right: 0.125em;
  }
  /****** 3-05.main **********************************/
  main {
    padding-top: 97px;
  }
  #pageTitle h1 {
    font-size: 3em;
  }
  .sectionTitle {
    margin-bottom: 3em;
    max-width: 640px;
    padding: 1em;
  }
  .sectionTitle span {
    line-height: 1.125em;
  }
  .sectionTitle .ja {
    font-size: 2.75em;
  }
  .sectionTitle .en {
    font-size: 1.375em;
  }
  .areaListWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
  }
  .areaListWrap .item {
    width: 100%;
  }
  .areaListWrap .item h3 {
    font-size: 1.25em;
    margin-bottom: 0.5em;
  }
  .areaListWrap .item ul {
    display: flex;
    flex-wrap: wrap;
  }
  .areaListWrap .item ul li {
    width: 25%;
  }
  .number {
    border-radius: 36px;
    display: inline-block;
    font-size: 3em;
    height: 72px;
    line-height: 72px;
    text-align: center;
    width: 72px;
  }
  /****** 3-06.index *********************************/
  main#index section .fix {
    padding: 4em 0;
  }
  main#index figure.item {
    height: 66.67vw;
    width: 100%;
  }
  #indexTopSection {
    height: calc(100vh - 97px);
  }
  #indexTopBox {
    padding: 1em 1.5em;
    left: 50%;
    top: 10%;
    transform: translate(-90%, 0);
  }
  #indexTopBox h1 {
    font-size: 1.5em;
  }
  #indexTopBox h2 {
    font-size: 3.75em;
    line-height: 1.25em;
  }
  #indexTopBox p {
    font-size: 1.125em;
  }
  #index2ndSection .item:nth-of-type(n+2) .fix {
    padding-top: 0;
  }
  #index2ndSection .copyStrong {
    font-size: 2.25em;
    line-height: 2em;
    text-align: center;
  }
  #index2ndSection .copy {
    font-size: 1.5em;
  }
  #index2ndUnderSection .item:nth-of-type(n+2) .fix {
    padding-top: 0;
  }
  #index2ndUnderSection .copyStrong {
    font-size: 2.25em;
    line-height: 2em;
    text-align: center;
  }
  #index2ndUnderSection .indexItemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index2ndUnderSection .indexItemWrap .indexItem {
    width: 48%;
  }
  #index2ndUnderSection .indexItemWrap .indexItem:nth-of-type(n+3) {
    margin-top: 4%;
  }
  #index2ndUnderSection .indexItemWrap .indexItem h3 {
    margin-bottom: 0.75em;
  }
  #index2ndUnderSection .indexItemWrap .indexItem .title {
    font-size: 1.875em;
    margin-top: 0.5em;
  }
  #index2ndUnderSection .indexItemWrap .indexItem p {
    font-size: 1.125em;
  }
  #index3rdSection .indexItemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index3rdSection .indexItemWrap .indexItem {
    width: 48%;
  }
  #index3rdSection .indexItemWrap .indexItem:nth-of-type(n+3) {
    margin-top: 4%;
  }
  #index3rdSection .indexItemWrap .indexItem h3 {
    font-size: 2.25em;
    margin-bottom: 0.75em;
  }
  #index3rdSection .indexItemWrap .indexItem p {
    font-size: 1.125em;
  }
  #index4thSection p {
    font-size: 1.125em;
  }
  #index4thSection #indexPointList {
    margin-top: 2em;
  }
  #index4thSection .itemPoint:nth-of-type(n+2) {
    margin-top: 2em;
  }
  #index4thSection .itemPoint h3 {
    margin-bottom: 1em;
  }
  #index4thSection .itemPoint h3 .number {
    margin-right: 0.25em;
  }
  #index4thSection .itemPoint h3 .title {
    font-size: 2.25em;
    line-height: 72px;
  }
  #index5thSection p, #index5thSection dt, #index5thSection dd {
    font-size: 1.125em;
  }
  #index5thSection #reasonList {
    display: flex;
    flex-wrap: wrap;
    margin: 2em auto 0;
    width: 17em;
  }
  #index5thSection #reasonList dt, #index5thSection #reasonList dd {
    line-height: 1.75em;
  }
  #index5thSection #reasonList dt {
    width: 6em;
  }
  #index5thSection #reasonList i {
    margin-right: 1em;
  }
  #index6thSection .fix, #secAreaList .fix, #stationSectoin .fix {
    max-width: none;
    width: 97%;
  }
  #resultsList {
    display: flex;
    flex-wrap: wrap;
  }
  #resultsList li {
    margin-right: 4%;
    width: 22%;
  }
  #resultsList li:nth-child(4n) {
    margin-right: 0;
  }
  #resultsList li:nth-child(n+5) {
    margin-top: 4vw;
  }
  #stationSectoin li, #stationSectoin p {
    font-size: 1.125em;
  }
  #stationList {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 1em;
  }
  /****** 3-07.example *******************************/
  #exampleGuide {
    font-size: 1.125em;
    margin: 0 auto 2em;
    width: 37em;
  }
  #exampleBikeList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em !important;
  }
  #exampleBikeList .item {
    margin-right: 4%;
    width: 22%;
  }
  #exampleBikeList .item:nth-of-type(4n) {
    margin-right: 0;
  }
  #exampleBikeList .item:nth-of-type(n+5) {
    margin-top: 4vw;
  }
  #exampleBikeList .item .infoTitle {
    margin-right: 0.5em;
  }
  /****** 3-08.flow **********************************/
  #flowWrap {
    width: 960px;
  }
  #flowWrap .item {
    display: flex;
    justify-content: space-between;
  }
  #flowWrap .item .flowItem, #flowWrap .item figure {
    width: 50%;
  }
  #flowWrap .item figure img {
    height: auto;
    width: 100%;
  }
  #flowWrap .flowItem h2 {
    margin-bottom: 1em;
  }
  #flowWrap .flowItem .text {
    font-size: 2em;
    line-height: 72px;
  }
  #flowWrap .flowItem .number {
    margin-right: 0.25em;
  }
  #flowWrap .flowItem .tellMe li {
    font-size: 1.125em;
  }
  #flowWrap .flowTel {
    margin-bottom: 1em;
  }
  #flowWrap .flowTel li {
    line-height: 1.125em;
    text-align: center;
  }
  #flowWrap .flowTel .telInformation {
    font-size: 1.125em;
  }
  #flowWrap .flowTel .telNumber {
    font-size: 3em;
  }
  #flowWrap p {
    font-size: 1.125em;
  }
  /****** 3-09.area **********************************/
  #areaGuide {
    font-size: 1.125em;
    margin: 0 auto 2em;
    width: 31em;
  }
  /****** 3-10.information ***************************/
  #infoDiv {
    width: 960px;
  }
  #infoDiv th, #infoDiv td {
    font-size: 1.125em;
    padding: 10px;
  }
  #infoDiv th li, #infoDiv td li {
    font-size: 1em;
  }
  /****** 3-11.privacy *******************************/
  #privacyDiv {
    width: 960px;
  }
  #privacyDiv h2 {
    font-size: 1.5em;
  }
  #privacyDiv p, #privacyDiv li {
    font-size: 1.125em;
  }
  /****** 3-12.sitemap *******************************/
  .sitemapAreaList {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
  }
  .sitemapAreaList ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .sitemapAreaList ul li {
    width: 25%;
  }
} /* End of @media screen and (min-width:1024px) and (max-width:1279px) */
/**************************************************
 * 768px以上1023px以下
 **************************************************/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  /****** 4-01.共通 ***********************************/
  .anchorPoint {
    margin-top: -94px;
    padding-top: 94px;
  }
  main .fix, main .fixReg, main .fixMin {
    width: 748px;
  }
  .tbNone {
    display: none !important;
  }
  .tbBr {
    display: inline-block !important;
  }
  .logo {
    letter-spacing: 0.05em;
  }
  .officeName {
    letter-spacing: 0.5em;
    margin-top: 0.125em;
    text-align: center;
  }
  /****** 4-02.header ********************************/
  header {
    display: flex;
    justify-content: space-between;
    padding: 10px 2%;
  }
  #headerLt .headCopy {
    font-size: 1em;
  }
  #headerLt .logo {
    font-size: 2.25em;
  }
  #headerLt .officeName {
    font-size: 1.25em;
    text-align: end;
  }
  #headerRtBottom {
    display: none;
  }
  /****** 4-03.navi **********************************/
  #btnPhone {
    position: absolute;
    top: 17px;
    right: calc(2% + 68px);
  }
  #btnPhone a {
    display: block;
  }
  #btnPhone a .fa-square {
    color: #fff;
  }
  #btnPhone a .fa-phone {
    color: #035996;
  }
  /* ハンバーガーメニュー */
  #menu-button {
    background-color: transparent;
    position: absolute;
    top: 18px;
    right: 2%;
    display: grid;
    place-items: center;
    place-content: center;
    width: 58px;
    height: 58px;
    border: none;
    cursor: pointer;
    z-index: 999;
  }
  /* バー */
  .bar,
  .bar::before,
  .bar::after {
    width: 56px;
    height: 6px;
    background-color: #fff;
    transition: transform 0.3s;
  }
  .bar {
    display: grid;
  }
  .bar::before, .bar::after {
    content: "";
    grid-area: 1/1;
  }
  .bar::before {
    transform: translateY(-18px);
  }
  .bar::after {
    transform: translateY(18px);
  }
  /* オープン時のバー */
  .menu-open .bar {
    background-color: transparent;
  }
  .menu-open .bar::before {
    transform: rotate(45deg);
    background-color: #fff;
  }
  .menu-open .bar::after {
    transform: rotate(-45deg);
    background-color: #fff;
  }
  /* メニューラベル */
  .menu-label {
    transform: translateY(2em);
    font-size: 0.875em;
    color: #fff;
  }
  .menu-open .menu-label {
    color: #fff;
  }
  /* オーバーレイ */
  #overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    z-index: 997;
    transition: opacity 0.3s;
  }
  /* オープン時のオーバーレイ */
  .menu-open #overlay {
    visibility: visible;
    opacity: 1;
  }
  /* メニュー */
  #menu {
    position: fixed;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 998;
    transform: translateY(-600px);
    transition: transform 0.3s ease-out;
  }
  #menu ul {
    margin-top: 100px;
  }
  #menu li a {
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.5em;
    display: block;
    height: 3em;
    line-height: 3em;
    text-align: center;
  }
  #menu li:last-child a {
    border-bottom: 0;
  }
  /* オープン時のメニュー */
  .menu-open #menu {
    transform: translateX(0);
  }
  /* body */
  body {
    overflow-x: clip;
    /* オープン時のbody */
  }
  body.menu-open {
    overflow: clip;
  }
  #navInquiry a {
    background-color: transparent;
  }
  /****** 4-04.footer ********************************/
  footer .fix {
    padding: 2em 2%;
  }
  #footerLogo .headCopy {
    font-size: 1em;
  }
  #footerLogo .logo {
    font-size: 2em;
  }
  #footerLogo .officeName {
    font-size: 1.25em;
    text-align: right;
  }
  #footInfo {
    margin-top: 0.5em;
  }
  #footInfo li {
    font-size: 1.125em;
  }
  #footNav ul {
    display: flex;
    gap: 0.5em;
    justify-content: flex-start;
  }
  #footNav ul li {
    font-size: 1em;
  }
  #footNav ul a {
    display: inline-block;
  }
  #footRt p {
    font-size: 1em;
    text-align: left;
  }
  #footerRtWrap {
    display: flex;
    gap: 1em;
    justify-content: flex-start;
    margin-top: 1em;
  }
  #footRtInfo li {
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
  }
  #footRtTelNumber li {
    font-size: 2.5em;
  }
  #footRtTelNumber i {
    margin-right: 0.125em;
  }
  /****** 4-05.main **********************************/
  main {
    padding-top: 94px;
  }
  #pageTitle h1 {
    font-size: 3em;
  }
  .sectionTitle {
    margin-bottom: 3em;
    max-width: 640px;
    padding: 1em;
  }
  .sectionTitle span {
    line-height: 1.125em;
  }
  .sectionTitle .ja {
    font-size: 2.75em;
  }
  .sectionTitle .en {
    font-size: 1.375em;
  }
  .areaListWrap {
    margin-top: 2em;
  }
  .areaListWrap .item:nth-of-type(n+2) {
    margin-top: 2em;
  }
  .areaListWrap .item h3 {
    font-size: 1.25em;
    margin-bottom: 0.5em;
  }
  .areaListWrap .item ul {
    display: flex;
    flex-wrap: wrap;
  }
  .areaListWrap .item ul li {
    font-size: 1.125em;
    width: 25%;
  }
  .number {
    border-radius: 36px;
    display: inline-block;
    font-size: 3em;
    height: 72px;
    line-height: 72px;
    text-align: center;
    width: 72px;
  }
  /****** 4-06.index *********************************/
  main#index section .fix {
    padding: 4em 0;
  }
  main#index figure.item {
    height: 66.67vw;
    width: 100%;
  }
  #indexTopSection {
    height: calc(100vh - 94px);
  }
  #indexTopBox {
    padding: 1em 1.5em;
    left: 50%;
    top: 6%;
    transform: translate(-90%, 0);
  }
  #indexTopBox h1 {
    font-size: 1.5em;
  }
  #indexTopBox h2 {
    font-size: 3.75em;
    line-height: 1.25em;
  }
  #indexTopBox p {
    font-size: 1.125em;
  }
  #index2ndSection .item:nth-of-type(n+2) .fix {
    padding-top: 0;
  }
  #index2ndSection .copyStrong {
    font-size: 2.25em;
    line-height: 2em;
    text-align: center;
  }
  #index2ndSection .copy {
    font-size: 1.5em;
  }
  #index2ndUnderSection .item:nth-of-type(n+2) .fix {
    padding-top: 0;
  }
  #index2ndUnderSection .copyStrong {
    font-size: 2.25em;
    line-height: 2em;
    text-align: center;
  }
  #index2ndUnderSection .indexItemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index2ndUnderSection .indexItemWrap .indexItem {
    width: 48%;
  }
  #index2ndUnderSection .indexItemWrap .indexItem:nth-of-type(n+3) {
    margin-top: 4%;
  }
  #index2ndUnderSection .indexItemWrap .indexItem h3 {
    margin-bottom: 0.75em;
  }
  #index2ndUnderSection .indexItemWrap .indexItem .title {
    font-size: 1.875em;
    margin-top: 0.5em;
  }
  #index2ndUnderSection .indexItemWrap .indexItem p {
    font-size: 1.125em;
  }
  #index3rdSection .indexItemWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #index3rdSection .indexItemWrap .indexItem {
    width: 48%;
  }
  #index3rdSection .indexItemWrap .indexItem:nth-of-type(n+3) {
    margin-top: 4%;
  }
  #index3rdSection .indexItemWrap .indexItem h3 {
    font-size: 2.25em;
    margin-bottom: 0.75em;
  }
  #index3rdSection .indexItemWrap .indexItem p {
    font-size: 1.125em;
  }
  #index4thSection p {
    font-size: 1.125em;
  }
  #index4thSection #indexPointList {
    margin-top: 2em;
  }
  #index4thSection .itemPoint:nth-of-type(n+2) {
    margin-top: 2em;
  }
  #index4thSection .itemPoint h3 {
    margin-bottom: 1em;
  }
  #index4thSection .itemPoint h3 .number {
    margin-right: 0.25em;
  }
  #index4thSection .itemPoint h3 .title {
    font-size: 2.25em;
    line-height: 72px;
  }
  #index5thSection p, #index5thSection dt, #index5thSection dd {
    font-size: 1.125em;
  }
  #index5thSection #reasonList {
    display: flex;
    flex-wrap: wrap;
    margin: 2em auto 0;
    width: 17em;
  }
  #index5thSection #reasonList dt, #index5thSection #reasonList dd {
    line-height: 1.75em;
  }
  #index5thSection #reasonList dt {
    width: 6em;
  }
  #index5thSection #reasonList i {
    margin-right: 1em;
  }
  #index6thSection .fix, #secAreaList .fix, #stationSectoin .fix {
    max-width: none;
    width: 97%;
  }
  #resultsList {
    display: flex;
    flex-wrap: wrap;
  }
  #resultsList li {
    margin-right: 2%;
    width: 32%;
  }
  #resultsList li:nth-child(3n) {
    margin-right: 0;
  }
  #resultsList li:nth-child(n+4) {
    margin-top: 2vw;
  }
  #stationSectoin li, #stationSectoin p {
    font-size: 1.125em;
  }
  #stationList {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 1em;
  }
  /****** 4-07.example *******************************/
  #exampleGuide {
    font-size: 1.125em;
    margin: 0 auto 2em;
    width: 37em;
  }
  #exampleBikeList {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em !important;
  }
  #exampleBikeList .item {
    margin-right: 2%;
    width: 32%;
  }
  #exampleBikeList .item:nth-of-type(3n) {
    margin-right: 0;
  }
  #exampleBikeList .item:nth-of-type(n+4) {
    margin-top: 2vw;
  }
  #exampleBikeList .item .infoTitle {
    margin-right: 0.5em;
  }
  /****** 4-08.flow **********************************/
  #flowWrap {
    width: 748px;
  }
  #flowWrap .item figure img {
    height: auto;
    width: 100%;
  }
  #flowWrap .flowItem h2 {
    margin-bottom: 1em;
  }
  #flowWrap .flowItem .text {
    font-size: 2em;
    line-height: 72px;
  }
  #flowWrap .flowItem .number {
    margin-right: 0.25em;
  }
  #flowWrap .flowItem .tellMe li {
    font-size: 1.125em;
  }
  #flowWrap .flowTel {
    margin-bottom: 1em;
  }
  #flowWrap .flowTel li {
    line-height: 1.125em;
    text-align: center;
  }
  #flowWrap .flowTel .telInformation {
    font-size: 1.125em;
  }
  #flowWrap .flowTel .telNumber {
    font-size: 3em;
  }
  #flowWrap p {
    font-size: 1.125em;
  }
  /****** 4-09.area **********************************/
  #areaGuide {
    font-size: 1.125em;
    margin: 0 auto 2em;
    width: 31em;
  }
  /****** 4-10.information ***************************/
  #infoDiv {
    width: 748px;
  }
  #infoDiv th, #infoDiv td {
    font-size: 1.125em;
    padding: 10px;
  }
  #infoDiv th li, #infoDiv td li {
    font-size: 1em;
  }
  /****** 4-11.privacy *******************************/
  #privacyDiv {
    width: 748px;
  }
  #privacyDiv h2 {
    font-size: 1.5em;
  }
  #privacyDiv p, #privacyDiv li {
    font-size: 1.125em;
  }
  /****** 4-12.sitemap *******************************/
  .sitemapWrap li {
    font-size: 1.125em;
  }
  .sitemapAreaList {
    margin-top: 2em;
  }
  .sitemapAreaList ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sitemapAreaList ul:nth-of-type(n+2) {
    margin-top: 2em;
  }
  .sitemapAreaList ul li {
    width: 25%;
  }
} /* End of @media screen and (min-width:768px) and (max-width:1023px) */
/**************************************************
 * 767px以下
 **************************************************/
@media print, screen and (max-width: 767px) {
  /****** 5-01.共通 ***********************************/
  .anchorPoint {
    margin-top: -68px;
    padding-top: 68px;
  }
  main .fix, main .fixReg, main .fixMin {
    width: 94%;
  }
  .spNone {
    display: none !important;
  }
  .spBr {
    display: inline-block !important;
  }
  .officeName {
    letter-spacing: 0.5em;
    margin-top: 0.125em;
    text-align: center;
  }
  /****** 5-02.header ********************************/
  header {
    display: flex;
    justify-content: space-between;
    padding: 6px 2%;
  }
  #headerLt .headCopy {
    font-size: 1em;
  }
  #headerLt .logo {
    font-size: 1.375em;
  }
  #headerLt .officeName {
    font-size: 1em;
    text-align: end;
  }
  #headerRtBottom {
    display: none;
  }
  /****** 5-03.navi **********************************/
  #btnPhone {
    position: absolute;
    top: 10px;
    right: calc(2% + 63px);
  }
  #btnPhone a {
    background-color: #fff;
    border-radius: 0.4em;
    display: block;
    height: 50px !important;
    width: 50px !important;
  }
  #btnPhone a .fa-phone {
    color: #035996;
    font-size: 1.5em;
    height: 50px;
    line-height: 50px;
  }
  /* ハンバーガーメニュー */
  #menu-button {
    background-color: transparent;
    position: absolute;
    top: 10px;
    right: 2%;
    display: grid;
    place-items: center;
    place-content: center;
    width: 50px;
    height: 50px;
    border: none;
    cursor: pointer;
    z-index: 999;
  }
  /* バー */
  .bar,
  .bar::before,
  .bar::after {
    width: 50px;
    height: 6px;
    background-color: #fff;
    transition: transform 0.3s;
  }
  .bar {
    display: grid;
  }
  .bar::before, .bar::after {
    content: "";
    grid-area: 1/1;
  }
  .bar::before {
    transform: translateY(-14px);
  }
  .bar::after {
    transform: translateY(14px);
  }
  /* オープン時のバー */
  .menu-open .bar {
    background-color: transparent;
  }
  .menu-open .bar::before {
    transform: rotate(45deg);
    background-color: #fff;
  }
  .menu-open .bar::after {
    transform: rotate(-45deg);
    background-color: #fff;
  }
  /* メニューラベル */
  .menu-label {
    transform: translateY(1.75em);
    font-size: 0.75em;
    color: #fff;
  }
  .menu-open .menu-label {
    color: #fff;
  }
  /* オーバーレイ */
  #overlay {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    z-index: 997;
    transition: opacity 0.3s;
  }
  /* オープン時のオーバーレイ */
  .menu-open #overlay {
    visibility: visible;
    opacity: 1;
  }
  /* メニュー */
  #menu {
    position: fixed;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    z-index: 998;
    transform: translateY(-600px);
    transition: transform 0.3s ease-out;
  }
  #menu ul {
    margin-top: 100px;
  }
  #menu li a {
    border-bottom: 1px dashed #ccc;
    box-sizing: border-box;
    color: #fff;
    font-size: 1.5em;
    display: block;
    height: 3em;
    line-height: 3em;
    text-align: center;
  }
  #menu li:last-child a {
    border-bottom: 0;
  }
  /* オープン時のメニュー */
  .menu-open #menu {
    transform: translateX(0);
  }
  /* body */
  body {
    overflow-x: clip;
    /* オープン時のbody */
  }
  body.menu-open {
    overflow: clip;
  }
  #navInquiry a {
    background-color: transparent;
  }
  /****** 5-04.footer ********************************/
  footer .fix {
    padding: 2em 2%;
  }
  #footerLogo .headCopy {
    font-size: 1em;
  }
  #footerLogo .logo {
    font-size: 2em;
  }
  #footerLogo .officeName {
    font-size: 1.25em;
    text-align: right;
  }
  #footInfo {
    margin-top: 0.5em;
  }
  #footInfo li {
    font-size: 1.125em;
  }
  #footNav {
    margin-top: 0.5em;
  }
  #footNav ul {
    display: flex;
    gap: 0.5em;
    justify-content: center;
  }
  #footNav ul li {
    font-size: 1em;
  }
  #footNav ul a {
    display: inline-block;
  }
  #footRt p {
    font-size: 1em;
    margin-top: 0.5em;
    text-align: left;
  }
  #footerRtWrap {
    margin-top: 1em;
  }
  #footRtInfo {
    display: flex;
    gap: 1em;
  }
  #footRtInfo li {
    font-size: 1em;
    line-height: 1.5em;
    text-align: left;
  }
  #footRtTelNumber li {
    font-size: 2em;
  }
  #footRtTelNumber i {
    margin-right: 0.125em;
  }
  /****** 5-05.main **********************************/
  main {
    padding-top: 68px;
  }
  #pageTitle h1 {
    font-size: 2.5em;
  }
  .sectionTitle {
    margin-bottom: 3em;
    max-width: 640px;
    padding: 1em;
  }
  .sectionTitle span {
    line-height: 1.125em;
  }
  .sectionTitle .ja {
    font-size: 2em;
  }
  .sectionTitle .en {
    font-size: 1.25em;
  }
  .areaListWrap {
    margin-top: 2em;
  }
  .areaListWrap .item:nth-of-type(n+2) {
    margin-top: 2em;
  }
  .areaListWrap .item h3 {
    font-size: 1.25em;
    margin-bottom: 0.5em;
  }
  .areaListWrap .item ul {
    display: flex;
    flex-wrap: wrap;
  }
  .areaListWrap .item ul li {
    font-size: 1.125em;
    width: 50%;
  }
  .number {
    border-radius: 36px;
    display: inline-block;
    font-size: 3em;
    height: 72px;
    line-height: 72px;
    text-align: center;
    width: 72px;
  }
  /****** 5-06.index *********************************/
  main#index section .fix {
    padding: 4em 0;
  }
  main#index figure.item {
    height: 66.67vw;
    width: 100%;
  }
  #indexTopSection {
    background-position-x: 60%;
    height: calc(100vh - 68px);
  }
  #indexTopBox {
    padding: 1em;
    left: 50%;
    top: 5%;
    transform: translate(-50%, 0);
  }
  #indexTopBox h1, #indexTopBox h2, #indexTopBox p {
    white-space: nowrap;
  }
  #indexTopBox h1 {
    font-size: 1.125em;
  }
  #indexTopBox h2 {
    font-size: 3em;
    line-height: 1.25em;
  }
  #indexTopBox p {
    font-size: 1em;
  }
  #index2ndSection .item:nth-of-type(n+2) .fix {
    padding-top: 0;
  }
  #index2ndSection .copyStrong {
    font-size: 1.5em;
    line-height: 1.75em;
    text-align: center;
  }
  #index2ndSection .copy {
    font-size: 1.25em;
  }
  #index2ndUnderSection .item:nth-of-type(n+2) .fix {
    padding-top: 0;
  }
  #index2ndUnderSection .copyStrong {
    font-size: 1.5em;
    line-height: 1.75em;
    text-align: center;
  }
  #index2ndUnderSection .indexItemWrap .indexItem:nth-of-type(n+2) {
    margin-top: 2em;
  }
  #index2ndUnderSection .indexItemWrap .indexItem h3 {
    margin-bottom: 2em;
  }
  #index2ndUnderSection .indexItemWrap .indexItem .title {
    font-size: 1.75em;
    margin-top: 1em;
  }
  #index2ndUnderSection .indexItemWrap .indexItem p {
    font-size: 1.125em;
  }
  #index3rdSection .indexItemWrap .indexItem:nth-of-type(n+2) {
    margin-top: 2em;
  }
  #index3rdSection .indexItemWrap .indexItem h3 {
    font-size: 2.25em;
    margin-bottom: 0.75em;
  }
  #index3rdSection .indexItemWrap .indexItem p {
    font-size: 1.125em;
  }
  #index4thSection p {
    font-size: 1.125em;
  }
  #index4thSection #indexPointList {
    margin-top: 2em;
  }
  #index4thSection .itemPoint:nth-of-type(n+2) {
    margin-top: 2em;
  }
  #index4thSection .itemPoint h3 {
    margin-bottom: 2em;
  }
  #index4thSection .itemPoint h3 span {
    display: block;
  }
  #index4thSection .itemPoint h3 .number {
    margin: 0 auto 0.5em;
  }
  #index4thSection .itemPoint h3 .title {
    font-size: 2.25em;
    text-align: center;
  }
  #index5thSection p, #index5thSection dt, #index5thSection dd {
    font-size: 1.125em;
  }
  #index5thSection #reasonList {
    display: flex;
    flex-wrap: wrap;
    margin: 2em auto 0;
    width: 17em;
  }
  #index5thSection #reasonList dt, #index5thSection #reasonList dd {
    line-height: 1.75em;
  }
  #index5thSection #reasonList dt {
    width: 6em;
  }
  #index5thSection #reasonList i {
    margin-right: 1em;
  }
  #index6thSection .fix, #secAreaList .fix, #stationSectoin .fix {
    max-width: none;
    width: 97%;
  }
  #resultsList li:nth-child(n+2) {
    margin-top: 2em;
  }
  #stationSectoin li, #stationSectoin p {
    font-size: 1.125em;
  }
  #stationList {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    margin-top: 1em;
  }
  /****** 5-07.example *******************************/
  #exampleGuide {
    font-size: 1.125em;
    margin: 0 auto 2em;
    width: 94%;
  }
  #exampleBikeList {
    margin-top: 2em !important;
  }
  #exampleBikeList .item:nth-of-type(n+2) {
    margin-top: 2em;
  }
  #exampleBikeList .item .infoTitle {
    margin-right: 0.5em;
  }
  /****** 5-08.flow **********************************/
  #flowWrap {
    width: 94%;
  }
  #flowWrap .item figure img {
    height: auto;
    width: 100%;
  }
  #flowWrap .flowItem h2 {
    margin-bottom: 2em;
  }
  #flowWrap .flowItem h2 span {
    display: block;
  }
  #flowWrap .flowItem .text {
    font-size: 1.75em;
    text-align: center;
  }
  #flowWrap .flowItem .number {
    margin: 0 auto 0.25em;
  }
  #flowWrap .flowItem .tellMe li {
    font-size: 1.125em;
  }
  #flowWrap .flowTel {
    margin-bottom: 1em;
  }
  #flowWrap .flowTel li {
    line-height: 1.125em;
    text-align: center;
  }
  #flowWrap .flowTel .telInformation {
    font-size: 1.125em;
  }
  #flowWrap .flowTel .telNumber {
    font-size: 2em;
  }
  #flowWrap p {
    font-size: 1.125em;
  }
  .arrowDown img {
    height: auto;
    width: 70%;
  }
  /****** 5-09.area **********************************/
  #areaGuide {
    font-size: 1.125em;
    margin: 0 auto 2em;
    width: 94%;
  }
  /****** 5-10.information ***************************/
  #infoDiv {
    width: 94%;
  }
  #infoDiv th, #infoDiv td {
    display: block;
    font-size: 1.125em;
    width: auto;
  }
  #infoDiv th li, #infoDiv td li {
    font-size: 1em;
  }
  /****** 5-11.privacy *******************************/
  #privacyDiv {
    width: 94%;
  }
  #privacyDiv h2 {
    font-size: 1.5em;
  }
  #privacyDiv p, #privacyDiv li {
    font-size: 1.125em;
  }
  /****** 5-12.sitemap *******************************/
  .sitemapWrap li {
    font-size: 1.125em;
  }
  .sitemapAreaList {
    margin-top: 2em;
  }
  .sitemapAreaList ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sitemapAreaList ul:nth-of-type(n+2) {
    margin-top: 2em;
  }
  .sitemapAreaList ul li {
    width: 50%;
  }
} /* End of @media print, screen and (max-width:767px) *//*# sourceMappingURL=style.css.map */