/* ========== Reset + base (main.css:31-253) ========== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, figcaption, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  max-height: 999999px;
}

body {
  font-size: 1.125rem;
  line-height: 1.7;
  color: #393E4C;
  min-width: 414px;
  -webkit-print-color-adjust: exact;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  background: #fff;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1rem;
    line-height: 1.7;
  }
}
body.page-top {
  background: #fff;
}

a {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  color: #1571DA;
  text-decoration: none;
  max-height: 999999px;
}

a, button {
  outline: 5px solid transparent;
  outline-offset: 10px;
  -webkit-transition: outline-offset 0.5s;
  transition: outline-offset 0.5s;
}
a::-moz-focus-inner, button::-moz-focus-inner {
  border: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a img {
  border: 0;
  transition: opacity 0.5s;
}

a {
  transition: all 0.5s;
}

a:hover {
  text-decoration: underline;
  transition: all 0.5s;
}

a:hover img,
a:active img {
  opacity: 0.6;
}

a:focus,
button:focus {
  outline-offset: 0;
}

[data-whatinput=mouse] :focus,
[data-whatinput=touch] :focus,
[data-whatinput=touch] :hover {
  text-decoration: none !important;
}

[data-whatinput=touch] a:hover img {
  opacity: 1 !important;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

li {
  list-style-type: none;
}

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

table, caption, tbody, tfoot, thead, tr, th, td {
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  vertical-align: baseline;
  max-height: 999999px;
}

caption, th, td {
  text-align: inherit;
}

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

blockquote, q {
  quotes: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

ins {
  text-decoration: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
textarea,
select,
.js-formCheckSelect {
  background: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  padding: 8px 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  width: 100%;
  box-sizing: border-box;
}

::placeholder {
  color: #cccccc;
}

::-ms-input-placeholder {
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

input[type=submit] {
  cursor: pointer;
  background: #02B7B0;
  border: 1px solid #02B7B0;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  padding: 15px;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #DDDDDD;
  width: 100%;
  box-sizing: border-box;
  max-width: 240px;
  transition: all 0.5s;
}
input[type=submit]:hover {
  background: #fff;
  color: #02B7B0;
  border: 1px solid #02B7B0;
}

/* ========== Responsive utils (main.css:1641-1658) ========== */
.u-upper {
  text-transform: uppercase;
}

@media not all and (max-width: 768px) {
  .u-sp {
    display: none !important;
  }

  .u-retina {
    width: auto !important;
  }
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

/* ========== Buttons .c-btn (main.css:1691-1899) ========== */
.c-btn2, .c-datalist1__item_box .c-datalist1__btn_link, .c-btn {
  display: inline-block;
  font-weight: bold;
  border-radius: 25px;
  text-align: center;
  box-sizing: border-box;
}
.c-btn2:hover, .c-datalist1__item_box .c-datalist1__btn_link:hover, .c-btn:hover {
  text-decoration: none;
}

.c-btn2._b_red, .c-datalist1__item_box ._b_red.c-datalist1__btn_link, .c-btn._b_red {
  color: #E84715;
  border: 1px solid #E84715;
  background: #fff;
  width: 100%;
  max-width: 220px;
}
.c-btn2._b_red:hover, .c-datalist1__item_box ._b_red.c-datalist1__btn_link:hover, .c-btn._b_red:hover {
  background: #E84715;
  color: #fff;
}

.c-btn2._red, .c-datalist1__item_box ._red.c-datalist1__btn_link, .c-btn._red {
  border: 1px solid #E84715;
  background: #E84715;
  color: #fff;
}
.c-btn2._red:hover, .c-datalist1__item_box ._red.c-datalist1__btn_link:hover, .c-btn._red:hover {
  background: #fff;
  color: #E84715;
}
._white.c-btn2._red, .c-datalist1__item_box ._white._red.c-datalist1__btn_link, ._white.c-btn._red {
  background: #fff;
  color: #E84715;
  border: 1px solid #fff;
}
._white.c-btn2._red:hover, .c-datalist1__item_box ._white._red.c-datalist1__btn_link:hover, ._white.c-btn._red:hover {
  background: #E84715;
  color: #fff;
}

.c-btn2._orange, .c-datalist1__item_box ._orange.c-datalist1__btn_link, .c-btn._orange, .c-btn2._orange2, .c-datalist1__item_box ._orange2.c-datalist1__btn_link, .c-btn._orange2 {
  border: 1px solid #F29600;
  background: #F29600;
  color: #fff;
}
.c-btn2._orange:hover, .c-datalist1__item_box ._orange.c-datalist1__btn_link:hover, .c-btn._orange:hover, .c-btn2._orange2:hover, .c-datalist1__item_box ._orange2.c-datalist1__btn_link:hover, .c-btn._orange2:hover {
  background: #fff;
  color: #F29600;
}
._white.c-btn2._orange, .c-datalist1__item_box ._white._orange.c-datalist1__btn_link, ._white.c-btn._orange, ._white.c-btn2._orange2, .c-datalist1__item_box ._white._orange2.c-datalist1__btn_link, ._white.c-btn._orange2 {
  background: #fff;
  color: #F29600;
  border: 1px solid #fff;
}
._white.c-btn2._orange:hover, .c-datalist1__item_box ._white._orange.c-datalist1__btn_link:hover, ._white.c-btn._orange:hover, ._white.c-btn2._orange2:hover, .c-datalist1__item_box ._white._orange2.c-datalist1__btn_link:hover, ._white.c-btn._orange2:hover {
  background: #F29600;
  color: #fff;
}

.c-btn2._orange2, .c-datalist1__item_box ._orange2.c-datalist1__btn_link, .c-btn._orange2 {
  border-color: #DA6115;
  background-color: #DA6115;
}
.c-btn2._orange2:hover, .c-datalist1__item_box ._orange2.c-datalist1__btn_link:hover, .c-btn._orange2:hover {
  background-color: #fff;
  color: #DA6115;
}
._white.c-btn2._orange2, .c-datalist1__item_box ._white._orange2.c-datalist1__btn_link, ._white.c-btn._orange2 {
  background-color: #fff;
  color: #DA6115;
  border-color: #fff;
}
._white.c-btn2._orange2:hover, .c-datalist1__item_box ._white._orange2.c-datalist1__btn_link:hover, ._white.c-btn._orange2:hover {
  background-color: #DA6115;
  color: #fff;
}

.c-btn2._green, .c-datalist1__item_box ._green.c-datalist1__btn_link, .c-btn._green {
  border: 1px solid #02B7B0;
  background: #02B7B0;
  color: #fff;
}
.c-btn2._green:hover, .c-datalist1__item_box ._green.c-datalist1__btn_link:hover, .c-btn._green:hover {
  background: #fff;
  color: #02B7B0;
}

/* ========== Layout wrappers (main.css:6493-6510) ========== */
.l-inner, .l-inner4, .l-localFooter2__inner, .l-localFooter1__inner, .l-inner3, .l-inner2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.l-inner2 {
  max-width: 1040px;
}
.l-inner3 {
  max-width: 930px;
}
.l-inner4, .l-localFooter2__inner, .l-localFooter1__inner {
  box-sizing: border-box;
  max-width: calc(1064px + (20px * 2));
}

/* ========== Breadcrumb .c-bread (main.css:6863-6891) ========== */
.c-bread {
  font-size: 12px;
}
.c-bread a {
  color: #393E4C;
}
.c-bread__list {
  word-break: break-all;
  font-weight: 500;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.c-bread__list > li {
  display: inline;
  margin-right: 0.2em;
}
.c-bread__list > li:nth-child(1) a {
  color: #1571DA;
}
.c-bread__list > li + li:before {
  content: "＞";
  color: #2C2C2C;
}

/* ========== Text utils .c-grey/.c-num/.c-btn sizes/.c-ico (main.css:6961-7067) ========== */
.c-num {
  font-family: "Roboto", sans-serif;
}

.c-grey {
  color: #938E8E;
}

.c-btn {
  font-size: 16px;
  line-height: 50px;
  width: 60%;
  max-width: 255px;
  margin: 0 6px 10px;
}
@media only screen and (max-width: 768px) {
  .c-btn {
    line-height: 42px;
    margin: 0 auto 10px;
    width: 100%;
    max-width: 240px;
  }
}
.c-btn._min {
  font-size: 12px;
}
@media not all and (max-width: 768px) {
  .c-btn._larg {
    max-width: 380px;
  }
}

.c-ico {
  position: absolute;
  left: -65px;
  top: 0;
}
@media only screen and (max-width: 1360px) {
  .c-ico {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-ico {
    position: static;
    margin-bottom: 40px;
  }
}
.c-ico a {
  display: block;
  line-height: 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .c-ico a {
    display: inline-block;
    margin-right: 15px;
  }
}
.c-ico a + a {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .c-ico a + a {
    margin-top: 0;
  }
}

/* ========== Layout section (main.css:6511-6521) ========== */
.l-section {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

/* ========== Main content column (main.css:9111-9134) ========== */
.p-main_content1 {
  box-sizing: border-box;
  position: relative;
  width: 58.33%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1360px) {
  .p-main_content1 {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .p-main_content1 {
    float: none;
    width: auto;
    padding-left: 0;
    padding-bottom: 40px;
  }
}

/* ========== Wrapper (main.css:9825-9834) ========== */
.g-wrapper {
  overflow: hidden;
  min-width: 1040px;
}
@media only screen and (max-width: 768px) {
  .g-wrapper {
    min-width: 414px;
  }
}

/* ========== Global header (main.css:9836-10037) ========== */
#g-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 90px;
  font-weight: bold;
  min-width: 1040px;
  transition: all 0.5s;
}
@media only screen and (max-width: 768px) {
  #g-header {
    min-width: 414px;
    height: 56px;
    padding-bottom: 10px;
    background: none;
  }
  #g-header._open {
    left: -220px;
  }
}
#g-header .inner {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  #g-header .inner {
    height: 71px;
    background: #fff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  }
}
#g-header .nav__top {
  float: right;
  overflow: hidden;
  text-align: right;
  height: 40px;
}
@media only screen and (max-width: 768px) {
  #g-header .nav__top {
    display: none;
  }
}
#g-header .nav__top a {
  display: inline-block;
  line-height: 32px;
  margin: 0 0 0 6px;
}
#g-header .nav__top .c-grey {
  font-size: 12px;
  padding: 0 10px;
}
#g-header .nav__top .c-btn {
  width: 170px;
  height: 38px;
  text-align: center;
  border-radius: 0px;
  font-size: 14px;
}
#g-header .tel-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #g-header .tel-sp {
    display: block;
    position: absolute;
    top: 13px;
    left: 174px;
  }
}
#g-header .tel-sp .tel {
  float: right;
  text-align: right;
  margin: 0 0 0 20px;
}
#g-header .tel-sp .tel .day {
  font-size: 12px;
  line-height: 1;
}
#g-header .tel-sp .tel .num {
  font-size: 16px;
  padding: 0 0 0 15px;
  background: url(../img/cmn/phone.svg) no-repeat center left/10px auto;
}
#g-header .nav__bottom {
  float: right;
  clear: both;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  #g-header .nav__bottom {
    display: none;
  }
}
#g-header .nav__bottom .tel {
  float: right;
  text-align: right;
  margin: 0 0 0 20px;
}
#g-header .nav__bottom .tel .day {
  font-size: 12px;
  line-height: 1;
}
#g-header .nav__bottom .tel .num {
  font-size: 16px;
  padding: 0 0 0 15px;
  background: url(../img/cmn/phone.svg) no-repeat center left/10px auto;
}
#g-header .nav__bottom .nav_wrap {
  display: flex;
}
#g-header .nav__bottom .nav_wrap a {
  color: #393E4C;
  font-size: 16px;
  margin: 0 10px;
  padding: 10px 0 0;
  height: 50px;
  box-sizing: border-box;
}
#g-header .nav__bottom .nav_wrap a.active {
  color: #DA6115;
  border-bottom: 4px solid #DA6115;
}
#g-header .nav__bottom .nav_wrap a:hover {
  color: #DA6115;
}
#g-header .sp_menu {
  position: absolute;
  top: 0;
  right: 15px;
  cursor: pointer;
  padding: 20px 19px;
}
#g-header .sp_menu img {
  display: block;
  width: 22px;
}
#g-header .sp_menu_open {
  position: fixed;
  right: -220px;
  top: 0;
  background: #393E4C;
  padding: 10px 10px 30px;
  width: 200px;
  height: 100%;
  overflow-y: scroll;
  transition: all 0.5s;
}
#g-header .sp_menu_open._open {
  right: 0;
}
#g-header .sp_menu_open .c-btn {
  width: 100%;
  margin: 0 0 20px 0;
}
#g-header .sp_menu_open .link {
  padding: 0 0 20px;
}
#g-header .sp_menu_open .nav_wrap a {
  padding: 8px 10px 8px 20px;
  color: #fff;
  display: block;
}
#g-header .sp_menu_open .nav_wrap a.active {
  color: #F29600;
}
#g-header .sp_menu_open .tel {
  color: #fff;
  text-align: center;
  padding: 30px 0 40px;
}
#g-header .sp_menu_open .tel .day {
  font-size: 12px;
}
#g-header .sp_menu_open .tel .num {
  display: inline-block;
  padding: 0 0 0 15px;
  background: url(../img/cmn/phone_white.svg) no-repeat center left/10px auto;
}
#g-header .sp_menu_open .tel .num a {
  color: #fff;
}

@media print {
  .sp_menu,
  .sp_menu_open {
    display: none;
  }

  #g-header {
    position: static;
  }

  .g-fv {
    padding-top: 0 !important;
  }
}

/* ========== Logo (main.css:10038-10049) ========== */
#g-logo {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media only screen and (max-width: 768px) {
  #g-logo {
    top: 15px;
    left: 15px;
  }
}

/* ========== g-fv hero + breadcrumb/title overrides (main.css:10217-10225, 10397-10531) ========== */
.g-fv {
  padding-top: 90px;
  line-height: 1.3;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, sans-serif;
}
@media only screen and (max-width: 768px) {
  .g-fv {
    padding-top: 71px;
  }
}
.g-fv ._page {
  position: relative;
  background: linear-gradient(#F9D0C4, #FBE4BF);
  height: 200px;
}
@media only screen and (max-width: 768px) {
  .g-fv ._page {
    height: 210px;
  }
}
.g-fv ._page .c-bread {
  position: absolute;
  top: 10px;
  left: 30px;
  width: calc(100% - 60px);
}
@media only screen and (max-width: 768px) {
  .g-fv ._page .c-bread {
    left: 20px;
    width: calc(100% - 40px);
  }
}
.g-fv ._page .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  text-align: center;
}
.g-fv ._page h1 {
  font-size: 36px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .g-fv ._page h1 {
    font-size: 26px;
  }
}
.g-fv._column ._page {
  height: auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .g-fv._column ._page {
    padding-bottom: 70px;
  }
}
.g-fv._column .inner {
  position: relative;
  height: 250px;
}
@media only screen and (max-width: 768px) {
  .g-fv._column .inner {
    height: 210px;
  }
}

/* ========== Column lead (main.css:11762-11771) ========== */
.u-column_lead {
  margin: 0 0 60px;
}
.u-column_lead .img {
  margin: 0 0 30px;
}
.u-column_lead .img img {
  display: block;
  margin: 0 auto;
}

/* ========== Body font-family: align column with case (Noto Sans JP) ========== */
html body#top {
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
}
