/* concierge
--------------------------------------------------------- */
.concierge {
  background: #dfedfd;
  position: relative;
  display: none;
  margin: 0 0 40px;
}

.concierge:before {
  content: '';
  width: calc(100% - 80px);
  height: 1px;
  background: #dddddd;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.concierge .inner {
  padding: 64px 0 0;
  width: 1040px;
  margin: 0 auto;
}

.concierge .inner > div + div {
  margin-top: 24px;
}

.concierge .inner .c_column.index > div + div {
  margin-left: 24px;
}

.concierge .inner .c_column.index div.img {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 40px;
}

.concierge .inner .c_column.index div.img img {
  width: 600px;
}

.concierge .inner .c_column.index div.txt {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 0;
}

.concierge .inner .c_column.index div.txt > h5:first-child {
  margin-top: 0;
}

.concierge .close_btn {
  text-align: center;
  margin: 0 20px;
  padding: 16px 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
}

.concierge .close_btn:before {
  content: '';
  width: calc(100% - 40px);
  height: 1px;
  background: #dddddd;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.concierge .close_btn span {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0773dd;
}

.concierge .close_btn span img {
  margin-left: 8px;
}

.concierge .close_btn:hover {
  opacity: .7;
  cursor: pointer;
}

.concierge.is_close {
  display: none;
}

.concierge + * {
  margin-top: 24px;
}

/* checkbox
--------------------------------------------------------- */
.input_checkbox_wrap {
  text-align: center;
  margin: 20px auto;
}

.input_checkbox_wrap .input_checkbox {
  display: none;
}

.input_checkbox_wrap .input_checkbox:checked + .checkbox_parts {
  color: #0773dd;
}

.input_checkbox_wrap .input_checkbox:checked + .checkbox_parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 4px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #0773dd;
  border-right: 3px solid #0773dd;
}

.input_checkbox_wrap .checkbox_parts {
  padding-left: 22px;
  position: relative;
  font-size: 1.6rem;
  cursor: pointer;
}

.input_checkbox_wrap .checkbox_parts:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border: 1px solid #999;
  border-radius: 4px;
}

.input_checkbox_wrap .checkbox_parts:hover, .input_checkbox_wrap .checkbox_parts:focus {
  color: #0773dd;
}

/* guidance
--------------------------------------------------------- */

/* main_visual
--------------------------------------------------------- */
section.mainvisual_type01 {
  margin: 0 40px;
  background: url(/img/img_index_mainv_04.jpg) center center no-repeat;
  background-size: 1800px 608px;
}

section.mainvisual_type01 .mainvisual_inner {
  position: relative;
  height: 510px;
  width: 1040px;
  margin: 0 auto;
}

section.mainvisual_type01 .mainvisual_inner .box01 {
  position: absolute;
  top: 60px;
  left: 0;
}

section.mainvisual_type01 .mainvisual_inner .box01 .box_inner .main_copy {
  font-size: 3.4rem;
  line-height: 1.6em;
  color: #f5f5f5;
  text-shadow: 0px 0px 10px #222222;
}

section.mainvisual_type01 .mainvisual_inner .box01 .box_inner .main_copy .min_space {
  letter-spacing: -0.2em;
}

section.mainvisual_type01 .mainvisual_inner .box02 {
  position: absolute;
  bottom: 40px;
  left: 0;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 {
  padding: 16px;
  background: #ffffff;
  border-radius: 6px;
  display: block;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 > li:nth-of-type(2) {
  padding-top: 14px;
  margin-top: 10px;
  border-top: 1px solid #e0e0e0;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 *[class*="btn"] {
  transition: opacity .2s ease-in;
  border-radius: 6px;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 *[class*="btn"] > a {
  position: relative;
  /* display: block; */
  display: flex;
  padding: 20px 40px 20px 18px;
  font-size: 1.4rem;
  color: #ffffff;
  height: 60px;
  align-items: center;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 *[class*="btn"] > a .auto_h {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 *[class*="btn"] > a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 *[class*="btn02"] > a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 10px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 *[class*="btn"] > a.link_blank:after {
  display: block;
  position: absolute;
  content: '';
  border-top: none !important;
  border-right: none !important;
  width: 16px !important;
  height: 16px !important;
  background: url(/cmn/img/icon_cmn_blank_02.svg) no-repeat 0 0;
  background-size: 16px 16px;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 *[class*="btn"]:hover, section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 *[class*="btn"]:focus {
  color: #0773dd;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn01 {
  min-width: 280px;
  background: #f36717;
  background-image: url(/img/icon_index_mainv_01.png);
  background-position: left 18px center;
  background-repeat: no-repeat;
  background-size: 29px auto;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn01 {
  min-width: 280px;
  background: #f36717;
  background-image: url(/img/icon_index_mainv_01.png);
  background-position: left 18px center;
  background-repeat: no-repeat;
  background-size: 29px auto;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn01:hover, section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn01:focus {
  opacity: .7;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn01 a {
  padding-left: 60px;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn01 a.link_blank {
  position: relative;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn01 a.link_blank:after {
  display: block;
  position: absolute;
  content: '';
  border-top: none !important;
  border-right: none !important;
  width: 16px !important;
  height: 16px !important;
  background: url(/cmn/img/icon_cmn_blank_02.svg) no-repeat 0 0;
  background-size: 16px 16px;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn_wrap {
  display: flex;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn_wrap .btn02 {
  width: 100%;
  background: #053d75;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn_wrap .btn02.green {
  background: #057964;
  background-image: url(/img/icon_index_mainv_01.png);
  background-position: left 18px center;
  background-repeat: no-repeat;
  background-size: 29px auto;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn_wrap .btn02 + .btn02 {
  margin: 0 0 0 16px;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn_wrap .btn02 a {
  padding: 0 0 0 60px;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn02:hover, section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn02:focus {
  opacity: .7;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn03 {
  display: none;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link {
  margin-top: 10px;
  margin-right: -20px;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link:after {
  content: "";
  display: block;
  clear: both;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link > li {
  float: left;
  margin-right: 20px;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link > li:first-of-type {
  margin-left: 0;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link > li a {
  transition: opacity .2s ease-in;
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  padding: 4px 16px 0 0;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0773dd;
  border-right: 2px solid #0773dd;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link > li a:hover, section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link > li a:focus {
  color: #0773dd;
}

section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link > li a.link_blank:after {
  border-top: none !important;
  border-right: none !important;
  width: 16px !important;
  height: 16px !important;
  background: url(/cmn/img/icon_cmn_blank.svg) no-repeat 0 0;
  background-size: 16px 16px;
  top: 0;
  right: -4px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* intro
--------------------------------------------------------- */
section.intro {
  margin-top: 80px;
  width: 100%;
  overflow: hidden;
}

section.intro .intro_inner {
  width: auto;
  margin: 0 auto;
}

section.intro .intro_inner .layoutbox01 {
  position: relative;
  padding-top: 100px;
}

section.intro .intro_inner .layoutbox01 + .layoutbox01 {
  margin-top: 120px;
}

section.intro .intro_inner .layoutbox01 > .box01 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: calc(50% + 160px);
  height: 512px;
  overflow: hidden;
  max-width: 1940px;
}

section.intro .intro_inner .layoutbox01 > .box01 img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  min-width: 100%;
  width: 100%;
}

section.intro .intro_inner .layoutbox01 > .box02 {
  position: relative;
  z-index: 2;
  width: 1040px;
  margin: 0 auto;
}

section.intro .intro_inner .layoutbox01 > .box02 .box_inner {
  width: 615px;
  padding: 90px 104px 0 0;
  background: #fff;
}

section.intro .intro_inner .layoutbox01 > .box02 .ttl {
  font-size: 3.6rem;
}

section.intro .intro_inner .layoutbox01 > .box02 .ttl a {
  transition: opacity .2s ease-in;
  display: inline-block;
  color: #0773dd;
  position: relative;
}

section.intro .intro_inner .layoutbox01 > .box02 .ttl a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5.5px;
  right: -20px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #0773dd;
  border-right: 2px solid #0773dd;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

section.intro .intro_inner .layoutbox01 > .box02 .ttl a:hover, section.intro .intro_inner .layoutbox01 > .box02 .ttl a:focus {
  opacity: 0.7;
}

section.intro .intro_inner .layoutbox01 > .box02 .ttl a:visited {
  color: #315aaa;
}

section.intro .intro_inner .layoutbox01 > .box02 .detail {
  margin-top: 40px;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area {
  margin-top: 48px;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li {
  float: left;
  margin-left: 16px;
  width: calc((99.9% - 16px) / 2);
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li:nth-of-type(2n+1) {
  margin-left: 0;
  clear: both;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li:nth-of-type(n+3) {
  margin-top: 16px;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li.btn01 .img img {
  width: 63px;
  height: auto;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li.btn02 .img img {
  width: 70px;
  height: auto;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li.btn03 .img img {
  width: 32px;
  height: auto;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li.btn04 .img img {
  width: 65px;
  height: auto;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li.btn05 .img img {
  width: 65px;
  height: auto;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li.btn06 .img img {
  width: 63px;
  height: auto;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li.btn07 .img img {
  width: 63px;
  height: auto;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a {
  transition: .2s background ease-in;
  display: table;
  width: 100%;
  background: #fff;
  border: 1px solid #0773dd;
  border-radius: 6px;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a.link_blank {
  position: relative;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a.link_blank:after {
  content: '';
  position: absolute;
  border-top: none !important;
  border-right: none !important;
  width: 16px !important;
  height: 16px !important;
  background: url(/cmn/img/icon_cmn_blank.svg) no-repeat 0 0;
  background-size: 16px 16px;
  top: 0;
  right: 5px;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a .img, section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a .txt {
  display: table-cell;
  vertical-align: middle;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a .img {
  text-align: center;
  width: 100px;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a .txt {
  padding: 20px 20px 20px 0;
  color: #0773dd;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a:visited .txt {
  color: #315aaa;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a .txt .auto_h {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a:hover, section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a:focus {
  background: #e3f2fd;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a:visited {
  color: #315aaa;
}

section.intro .intro_inner .layoutbox01 > .box02 .btn_area:after {
  content: "";
  display: block;
  clear: both;
}

section.intro .intro_inner .layoutbox01 > .box02 .more {
  margin-top: 30px;
  text-align: left;
}

section.intro .intro_inner .layoutbox01 > .box02 .more a {
  transition: opacity .2s ease-in;
  position: relative;
  padding-right: 14px;
  display: inline-block;
  font-size: 1.4rem;
}

section.intro .intro_inner .layoutbox01 > .box02 .more a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5.5px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0773dd;
  border-right: 2px solid #0773dd;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.intro .intro_inner .layoutbox01 > .box02 .more a:hover, section.intro .intro_inner .layoutbox01 > .box02 .more a:focus {
  color: #0773dd;
}

section.intro .intro_inner .layoutbox01 > .box02 .more a:visited {
  color: #315aaa;
}

section.intro .intro_inner .layoutbox01.reverse > .box01 {
  right: none;
  left: 0;
}

section.intro .intro_inner .layoutbox01.reverse > .box02 .box_inner {
  float: right;
  padding: 90px 0  0 104px;
  background: #fff;
}

section.intro .intro_inner .layoutbox01.reverse > .box02 .btn_area .btn01 .img img {
  width: 46px;
  height: auto;
}

section.intro .intro_inner .layoutbox01.reverse > .box02 .btn_area .btn02 .img img {
  width: 46px;
  height: auto;
}

section.intro .intro_inner .layoutbox01.reverse > .box02 .btn_area .btn03 .img img {
  width: 63px;
  height: auto;
}

section.intro .intro_inner .layoutbox01.reverse > .box02 .btn_area .btn04 .img img {
  width: 53px;
  height: auto;
}

section.intro .intro_inner .layoutbox01.reverse > .box02 .btn_area .btn05 .img img {
  width: 53px;
  height: auto;
}

section.intro .intro_inner .layoutbox01.reverse > .box02 .btn_area .btn06 .img img {
  width: 46px;
  height: auto;
}
/* notice
--------------------------------------------------------- */
section.notice {
  margin-top: 120px;
  padding: 86px 0 72px;
  background: #fcf7f2;
}

section.notice .notice_inner {
  width: 1040px;
  margin: 0 auto;
}

section.notice .notice_inner > .ttl {
  text-align: center;
}

section.notice .notice_inner > .ttl > span {
  color: #919191;
  font-size: 3.2rem;
  display: inline-block;
}

section.notice .notice_inner > .layoutbox01 {
  margin-top: 46px;
  background: #ffffff;
  padding: 40px 72px 85px;
  border-radius: 6px;
}

section.notice .notice_inner > .layoutbox01 > .tab {
  margin: 0 -50px;
}

section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner {
  position: relative;
  display: table;
  width: 100%;
}

section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner:after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #e0e0e0;
}

section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li {
  z-index: 2;
  position: relative;
  width: calc(100% / 4);
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  padding: 20px;
}

section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li span {
  transition: color .2s ease-in;
}

section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li a:hover, section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li a:focus {
  color: #0773dd;
}

section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li:before {
  transition: width .5s ease,left .5s ease;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  height: 0px;
  background: #0773dd;
}

section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li:after {
  transition: all .1s ease;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0;
  width: 0px;
  height: 0px;
  background: #0773dd;
  border-radius: 100px;
}

section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li.active {
  color: #0773dd;
}

section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li.active a {
  color: #0773dd;
}

section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li.active:before {
  left: 0;
  width: 100%;
  height: 1px;
}

section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li.active:after {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
}

section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li:hover a, section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li:focus a {
  color: #0773dd;
}

section.notice .notice_inner > .layoutbox01 > .tab .sp_clone {
  display: none;
}

section.notice .notice_inner > .layoutbox01 > .tab .sp_open {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}

section.notice .notice_inner > .layoutbox01 > .tab .sp_open:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -16px;
  height: 32px;
  width: 32px;
  background: #e3f2fd;
  border-radius: 100px;
}

section.notice .notice_inner > .layoutbox01 > .tab .sp_open:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12.5px;
  margin-top: -5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #0773dd;
  border-right: 2px solid #0773dd;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

section.notice .notice_inner > .layoutbox01 > .tab .sp_open.active:after {
  right: 12.5px;
  margin-top: -2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

section.notice .notice_inner > .layoutbox01 > .content {
  margin-top: 12px;
}

section.notice .notice_inner > .layoutbox01 > .content > li {
  display: none;
}

section.notice .notice_inner > .layoutbox01 > .content > li:first-of-type {
  display: block;
}

section.notice .notice_inner > .layoutbox01 > .content > li > ul > li {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 14px 24px 9.5em;
}

section.notice .notice_inner > .layoutbox01 > .content > li > ul > li > span:first-of-type {
  position: absolute;
  top: 24px;
  left: 0;
  display: inline-block;
}

section.notice .notice_inner > .layoutbox01 > .content > li > ul > li > span:last-of-type {
  display: block;
}

section.notice .notice_inner > .layoutbox01 > .content > li > ul > li > span:last-of-type a {
  transition: color .2s ease-in;
  display: block;
}

section.notice .notice_inner > .layoutbox01 > .content > li > ul > li > span:last-of-type a:hover, section.notice .notice_inner > .layoutbox01 > .content > li > ul > li > span:last-of-type a:focus {
  color: #0773dd;
}

section.notice .notice_inner > .layoutbox01 > .content > li > ul > li > span .irp-fsize {
  display: none;
}

section.notice .notice_inner > .layoutbox01 > .content > li > ul > li:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0773dd;
  border-right: 2px solid #0773dd;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.notice .notice_inner > .layoutbox01 > .content > li > ul > li.link_blank:after {
  border-top: none !important;
  border-right: none !important;
  width: 16px !important;
  height: 16px !important;
  background: url(/cmn/img/icon_cmn_blank.svg) no-repeat 0 0;
  background-size: 16px 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

section.notice .notice_inner > .layoutbox01 > .content > li > ul > li.rptGrp:after {
  border-top: none !important;
  border-right: none !important;
  width: 16px !important;
  height: 16px !important;
  background: url(/cmn/img/icon_cmn_blank.svg) no-repeat 0 0;
  background-size: 16px 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

section.notice .notice_inner > .layoutbox01 > .content > li > .more {
  margin-top: 24px;
  text-align: right;
}

section.notice .notice_inner > .layoutbox01 > .content > li > .more a {
  transition: opacity .2s ease-in;
  position: relative;
  font-size: 1.4rem;
  display: inline-block;
  padding-right: 22px;
}

section.notice .notice_inner > .layoutbox01 > .content > li > .more a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0773dd;
  border-right: 2px solid #0773dd;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.notice .notice_inner > .layoutbox01 > .content > li > .more a:hover, section.notice .notice_inner > .layoutbox01 > .content > li > .more a:focus {
  color: #0773dd;
}

/* attention
--------------------------------------------------------- */
section.attention {
  padding: 86px 0 72px;
  background: #0773dd;
}

section.attention .attention_inner {
  width: 1040px;
  margin: 0 auto;
}

section.attention .attention_inner > .ttl {
  text-align: center;
  font-size: 3.2rem;
  color: #ffffff;
}

section.attention .attention_inner .btn_area01 {
  margin-top: 46px;
}

section.attention .attention_inner .btn_area01 > li {
  float: left;
  width: calc((99.9% - 50px) / 3);
  margin-left: 25px;
}

section.attention .attention_inner .btn_area01 > li:first-of-type {
  margin-left: 0;
}

section.attention .attention_inner .btn_area01 > li:nth-of-type(3n+1) {
  clear: both;
  margin-left: 0;
}

section.attention .attention_inner .btn_area01 > li:nth-of-type(n+4) {
  margin-top: 25px;
}

section.attention .attention_inner .btn_area01 > li a {
  display: block;
  border-radius: 6px;
  overflow: hidden;
}

section.attention .attention_inner .btn_area01 > li a .img {
  position: relative;
  height: 155px;
  overflow: hidden;
  display: block;
}

section.attention .attention_inner .btn_area01 > li a .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: 100%;
  transition: opacity .2s ease-in;
  background: #ffffff;
}

section.attention .attention_inner .btn_area01 > li a .txt {
  transition: color .2s ease-in;
  border-top: 1px solid #e0e0e0;
  position: relative;
  background: #ffffff;
  padding: 14px 40px;
  display: block;
}

section.attention .attention_inner .btn_area01 > li a .txt:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0773dd;
  border-right: 2px solid #0773dd;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

section.attention .attention_inner .btn_area01 > li a .txt .auto_h {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

section.attention .attention_inner .btn_area01 > li a:hover > .img img, section.attention .attention_inner .btn_area01 > li a:focus > .img img {
  opacity: .7;
}

section.attention .attention_inner .btn_area01 > li a:hover > .txt, section.attention .attention_inner .btn_area01 > li a:focus > .txt {
  color: #0773dd;
}

section.attention .attention_inner .btn_area01 > li a.c_link_blank .txt:before {
  border-top: none !important;
  border-right: none !important;
  width: 16px !important;
  height: 16px !important;
  background: url(/cmn/img/icon_cmn_blank.svg) no-repeat 0 0;
  background-size: 16px 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

section.attention .attention_inner .btn_area01:after {
  content: "";
  display: block;
  clear: both;
}

section.attention .attention_inner .btn_area02 {
  margin-top: 25px;
}

section.attention .attention_inner .btn_area02 > li {
  float: left;
  width: calc((99.9% - 50px) / 3);
  margin-left: 25px;
}

section.attention .attention_inner .btn_area02 > li:first-of-type {
  margin-left: 0;
}

section.attention .attention_inner .btn_area02 > li:nth-of-type(3n+1) {
  clear: both;
  margin-left: 0;
}

section.attention .attention_inner .btn_area02 > li:nth-of-type(n+4) {
  margin-top: 25px;
}

section.attention .attention_inner .btn_area02 > li a {
  transition: background .2s ease-in;
  position: relative;
  border-radius: 6px;
  border: 1px solid #fff;
  display: block;
  padding: 20px 40px;
  color: #ffffff;
}

section.attention .attention_inner .btn_area02 > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

section.attention .attention_inner .btn_area02 > li a .auto_h {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.attention .attention_inner .btn_area02 > li a:hover, section.attention .attention_inner .btn_area02 > li a:focus {
  background: #439ef8;
}

section.attention .attention_inner .btn_area02:after {
  content: "";
  display: block;
  clear: both;
}

/* about
--------------------------------------------------------- */
section.about {
  margin-top: 88px;
}

section.about .about_inner {
  width: 1040px;
  margin: 0 auto;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 48px;
}

section.about .about_inner > ul > li {
  width: calc((99.9% - 16px) / 2);
  float: left;
  margin-left: 16px;
}

section.about .about_inner > ul > li:first-of-type {
  margin-left: 0;
  margin-top: 0;
}

section.about .about_inner > ul > li a {
  position: relative;
  display: block;
  height: 240px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 6px;
}

section.about .about_inner > ul > li a:before {
  transition: -webkit-transform .2s ease-in;
  transition: transform .2s ease-in;
  transition: transform .2s ease-in, -webkit-transform .2s ease-in;
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.about .about_inner > ul > li a:after {
  content: "";
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #022051;
  opacity: 0.6;
}

section.about .about_inner > ul > li a .txt {
  position: relative;
  z-index: 3;
  font-size: 2.4rem;
  color: #ffffff;
}

section.about .about_inner > ul > li a .txt span {
  position: relative;
  display: block;
  padding: 0 20px;
}

section.about .about_inner > ul > li a .txt span:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

section.about .about_inner > ul > li a:hover:before, section.about .about_inner > ul > li a:focus:before {
  -webkit-transform: scale(1.08, 1.08);
      -ms-transform: scale(1.08, 1.08);
          transform: scale(1.08, 1.08);
}

section.about .about_inner > ul > li.btn01 a:before {
  background-image: url(/img/img_index_about_01.jpg);
}

section.about .about_inner > ul > li.btn02 a:before {
  background-image: url(/img/img_index_about_02.jpg);
}

section.about .about_inner > ul:after {
  content: "";
  display: block;
  clear: both;
}

/* attention02
--------------------------------------------------------- */
section.attention02 {
  margin-top: 50px;
}

section.attention02 .attention02_inner {
  width: 1040px;
  margin: 0 auto;
  background: #ffe8e8;
  padding: 30px 38px;
  border-radius: 6px;
}

section.attention02 .attention02_inner > .ttl {
  background: #da3432;
  color: #f5f5f5;
  text-align: center;
  padding: 8px;
  border-radius: 100px;
}

section.attention02 .attention02_inner > .ttl > strong {
  font-size: 2rem;
  display: inline-block;
  color: #f5f5f5;
  padding-left: 34px;
  background: url(/img/icon_index_attention02_01.png) left center no-repeat;
  background-size: 18px auto;
  font-weight: normal;
}

section.attention02 .attention02_inner .layoutbox01 {
  margin-top: 38px;
}

section.attention02 .attention02_inner .layoutbox01 > .box01 {
  float: left;
  width: 716px;
}

section.attention02 .attention02_inner .layoutbox01 > .box01 > ul > li {
  border-bottom: 1px solid #ffffff;
}

section.attention02 .attention02_inner .layoutbox01 > .box01 > ul > li a {
  position: relative;
  display: block;
  padding: 20px 14px 20px 0;
}

section.attention02 .attention02_inner .layoutbox01 > .box01 > ul > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #da3432;
  border-right: 2px solid #da3432;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.attention02 .attention02_inner .layoutbox01 > .box01 > ul > li a:hover {
  opacity: 0.7;
}

section.attention02 .attention02_inner .layoutbox01 > .box01 > ul > li a:focus {
  color: #0773dd;
}

section.attention02 .attention02_inner .layoutbox01 > .box01 .more {
  margin-top: 20px;
  text-align: right;
}

section.attention02 .attention02_inner .layoutbox01 > .box01 .more a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 1.4rem;
}

section.attention02 .attention02_inner .layoutbox01 > .box01 .more a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #da3432;
  border-right: 2px solid #da3432;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.attention02 .attention02_inner .layoutbox01 > .box01 .more a:hover {
  opacity: 0.7;
}

section.attention02 .attention02_inner .layoutbox01 > .box01 .more a:focus {
  color: #0773dd;
}

section.attention02 .attention02_inner .layoutbox01 > .box02 {
  float: right;
  width: 202px;
}

section.attention02 .attention02_inner .layoutbox01 > .box02 > ul > li {
  margin-top: 20px;
}

section.attention02 .attention02_inner .layoutbox01 > .box02 > ul > li:first-of-type {
  margin-top: 0;
}

section.attention02 .attention02_inner .layoutbox01 > .box02 > ul > li a {
  display: block;
}

section.attention02 .attention02_inner .layoutbox01 > .box02 > ul > li a img {
  width: 100%;
  height: auto;
}

section.attention02 .attention02_inner .layoutbox01:after {
  content: "";
  display: block;
  clear: both;
}

section.attention02 a {
  transition: opacity .2s ease-in;
}

section.attention02 a:hover, section.attention02 a:focus {
  opacity: 0.7;
}

/* contact
--------------------------------------------------------- */
section.contact {
  margin-top: 40px;
}

section.contact .contact_inner {
  width: 1040px;
  margin: 0 auto;
}

section.contact .contact_inner .layoutbox01 {
  border: 2px solid #0773dd;
  border-radius: 6px;
  padding: 20px 40px 40px;
}

section.contact .contact_inner .layoutbox01 > .ttl {
  text-align: center;
  font-size: 2.2rem;
  color: #0773dd;
}

section.contact .contact_inner .layoutbox01 > .ttl > span {
  padding-left: 28px;
  display: inline-block;
  background: url(/cmn/img/icon_cmn_contact_01.png) left center no-repeat;
  background-size: 18px auto;
}

section.contact .contact_inner .layoutbox01 .box_inner {
  margin-top: 16px;
  border-top: 1px solid #0773dd;
  padding-top: 40px;
  display: table;
  width: 100%;
}

section.contact .contact_inner .layoutbox01 .box_inner > *[class*="box"] {
  display: table-cell;
  vertical-align: bottom;
}

section.contact .contact_inner .layoutbox01 .box_inner .box01 .txt01 {
  font-size: 1.4rem;
}

section.contact .contact_inner .layoutbox01 .box_inner .box01 .tel {
  margin-top: 6px;
  padding-left: 58px;
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  line-height: 1;
  background: url(/cmn/img/icon_cmn_contact_02.svg) left center no-repeat;
  background-size: 53px auto;
  font-weight: bold;
}

section.contact .contact_inner .layoutbox01 .box_inner .box01 .tel .strong {
  color: #DA3432;
  font-size: 4.2rem;
  text-decoration: underline;
}

section.contact .contact_inner .layoutbox01 .box_inner .box01 .no_tel {
  margin-top: 6px;
  font-family: 'Roboto', sans-serif;
  font-size: 4rem;
  line-height: 1;
  font-weight: bold;
}

section.contact .contact_inner .layoutbox01 .box_inner .box01 .no_tel .strong {
  color: #DA3432;
  font-size: 4.2rem;
  text-decoration: underline;
}

section.contact .contact_inner .layoutbox01 .box_inner .box01 .txt02 {
  margin-top: 10px;
  font-size: 1.4rem;
}

section.contact .contact_inner .layoutbox01 .box_inner .box01 .txt02 .icon {
  display: inline-block;
  font-size: 1.2rem;
  padding: 4px 16px;
  background: #f5f5f5;
  border-radius: 4px;
  margin-right: 8px;
}

section.contact .contact_inner .layoutbox01 .box_inner .box02 {
  width: 608px;
}

section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li {
  width: calc((99.9% - 32px) / 3);
  float: left;
  text-align: center;
  margin-left: 16px;
}

section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li:first-of-type {
  margin-left: 0;
}

section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li:nth-of-type(3n+1) {
  margin-left: 0;
  clear: both;
}

section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li:nth-of-type(n+4) {
  margin-top: 16px;
}

section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li a {
  transition: background-color .2s ease-in;
  position: relative;
  display: block;
  padding: 24px 26px;
  background: #c4e6ff;
  border-radius: 6px;
  font-size: 1.4rem;
}

section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 18px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0a74dd;
  border-right: 2px solid #0a74dd;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li a:hover, section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li a:focus {
  background: #e3f2fd;
  color: #2A2A2A;
}

section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li a.link_blank:after {
  border-top: none !important;
  border-right: none !important;
  width: 16px !important;
  height: 16px !important;
  background: url(/cmn/img/icon_cmn_blank.svg) no-repeat 0 0;
  background-size: 16px 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul:after {
  content: "";
  display: block;
  clear: both;
}

/* etc
--------------------------------------------------------- */
section.etc {
  margin-top: 40px;
}

section.etc .etc_inner {
  width: 1040px;
  margin: 0 auto;
}

section.etc .etc_inner .btn_area > li {
  width: calc((99.9% - 48px) / 4);
  float: left;
  margin-left: 16px;
}

section.etc .etc_inner .btn_area > li:first-of-type {
  margin-left: 0;
}

section.etc .etc_inner .btn_area > li:nth-of-type(4n+1) {
  margin-left: 0;
  clear: both;
}

section.etc .etc_inner .btn_area > li:nth-of-type(n+5) {
  margin-top: 16px;
}

section.etc .etc_inner .btn_area > li a {
  transition: background .2s ease-in;
  position: relative;
  display: block;
  padding: 12px 24px 12px 20px;
  border-radius: 6px;
  border: 1px solid #0773dd;
  color: #0773dd;
}

section.etc .etc_inner .btn_area > li a:visited {
  color: #315aaa;
}

section.etc .etc_inner .btn_area > li a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 13px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #0a74dd;
  border-right: 2px solid #0a74dd;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.etc .etc_inner .btn_area > li a .auto_h {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

section.etc .etc_inner .btn_area > li a:hover, section.etc .etc_inner .btn_area > li a:focus {
  background: #e3f2fd;
}

section.etc .etc_inner .btn_area > li.c_btn_blank a:after {
  border-top: none !important;
  border-right: none !important;
  width: 16px !important;
  height: 16px !important;
  background: url(/cmn/img/icon_cmn_blank.svg) no-repeat 0 0;
  background-size: 16px 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

section.etc .etc_inner .btn_area:after {
  content: "";
  display: block;
  clear: both;
}

/* banner
--------------------------------------------------------- */
section.banner {
  margin-top: 88px;
  background: #f5f5f5;
  padding: 25px 0 30px;
}

section.banner .banner_inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  overflow: hidden;
}

section.banner .banner_inner .banner_slider {
  padding-bottom: 74px;
  position: relative;
  margin: 0 -12px;
  overflow: hidden;
}

section.banner .banner_inner .banner_slider .slick-slide {
  float: left;
  margin: 0 12px;
}

section.banner .banner_inner .banner_slider .slick-slide a {
  transition: opacity .2s ease-in;
  display: block;
}

section.banner .banner_inner .banner_slider .slick-slide a img {
  width: 100%;
  height: auto;
}

section.banner .banner_inner .banner_slider .slick-slide a:hover, section.banner .banner_inner .banner_slider .slick-slide a:focus {
  opacity: 0.7;
}

section.banner .banner_inner .stop_play_btn {
  transition: opacity .2s ease-in;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 18px;
}

section.banner .banner_inner .stop_play_btn .start {
  display: block;
  width: 100%;
  height: 100%;
}

section.banner .banner_inner .stop_play_btn .start:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7px;
  margin-left: -5px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #007bff;
}

section.banner .banner_inner .stop_play_btn .stop {
  display: block;
  width: 100%;
  height: 100%;
}

section.banner .banner_inner .stop_play_btn .stop:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 3px;
  width: 4px;
  height: 16px;
  background: #0773dd;
}

section.banner .banner_inner .stop_play_btn .stop:after {
  content: "";
  position: absolute;
  top: 1px;
  right: 3px;
  width: 4px;
  height: 16px;
  background: #0773dd;
}

section.banner .banner_inner .stop_play_btn:hover, section.banner .banner_inner .stop_play_btn:focus {
  opacity: 0.7;
}

section.banner .banner_inner .slick-prev {
  transition: opacity .2s ease-in;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 54px;
  width: 18px;
  height: 18px;
  font-size: 0;
}

section.banner .banner_inner .slick-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0a74dd;
  border-right: 2px solid #0a74dd;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.banner .banner_inner .slick-prev:hover, section.banner .banner_inner .slick-prev:focus {
  opacity: 0.7;
}

section.banner .banner_inner .slick-next {
  transition: opacity .2s ease-in;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: 54px;
  width: 18px;
  height: 18px;
  font-size: 0;
}

section.banner .banner_inner .slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #0a74dd;
  border-left: 2px solid #0a74dd;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

section.banner .banner_inner .slick-next:hover, section.banner .banner_inner .slick-next:focus {
  opacity: 0.7;
}

/* fixed_content
--------------------------------------------------------- */
section.fixed_content {
  position: fixed;
  bottom: 110px;
  right: 0;
  background: #0773dd;
  border-radius: 8px 0 0 8px;
  box-shadow: 0px 4px 8px 0px rgba(38, 49, 56, 0.3);
  z-index: 10;
}

section.fixed_content > ul {
  padding: 16px;
  overflow: hidden;
}

section.fixed_content > ul > li {
  margin-top: 8px;
  border-radius: 6px;
  background: #ffffff;
  display: block;
  border-top: 1px solid #e0e0e0;
}

section.fixed_content > ul > li:first-of-type {
  margin-top: 0;
  border-top: 0;
}

section.fixed_content > ul > li a {
  padding: 8px 10px;
  display: block;
  text-align: center;
  font-size: 1.3rem;
  color: #0773dd;
}

section.fixed_content > ul > li a:before {
  content: "";
  display: block;
  height: 34px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}

section.fixed_content > ul > li a > .auto_h > span {
  display: inline-block;
}

section.fixed_content > ul > li.btn01 a:before {
  background-image: url(/img/icon_index_fixed_content_01.png);
  background-size: 41px auto;
}

section.fixed_content > ul > li.btn02 a:before {
  background-image: url(/img/icon_index_fixed_content_02.png);
  background-size: 29px auto;
}

section.fixed_content > .index_page_top {
  display: none;
  position: absolute;
  top: 0;
  left: 80%;
  bottom: 0;
  width: 57px;
  background: url(/img/icon_index_fixed_content_03.png) left bottom no-repeat;
  background-size: 57px auto;
}

section.fixed_content a {
  transition: opacity .2s ease-in;
}

section.fixed_content a:hover, section.fixed_content a:focus {
  opacity: 0.7;
}

/* slider
--------------------------------------------------------- */
section.main_slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  margin-top: 80px;
}

section.main_slider::before {
  content: "";
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: -388px;
  background: #e3f2fd;
}

section.main_slider .hl02 {
  position: relative;
  width: 1040px;
  margin: 0 auto 40px;
  font-size: 3.2rem;
  color: #0773dd;
  padding-left: 46px;
}

section.main_slider .hl02:before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: #0773dd;
  position: absolute;
  top: 50%;
  left: 0;
}

/* slide
--------------------------------------------------------- */
section.main_slider .slide {
  position: relative;
  width: 100%;
  -webkit-transform: translateX(-211px);
  -ms-transform: translateX(-211px);
      transform: translateX(-211px);
}

section.main_slider .slide .slide_cnts {
  position: relative;
  height: 200px;
}

section.main_slider .slide .slide_cnts ul {
  white-space: nowrap;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
}

section.main_slider .slide .slide_cnts ul li {
  display: inline-block;
  vertical-align: bottom;
  opacity: .3;
  transition: opacity .3s ease-out;
  pointer-events: none;
}

section.main_slider .slide .slide_cnts ul li.active {
  opacity: 1;
  pointer-events: auto;
}

section.main_slider .slide .slide_cnts ul li a {
  transition: opacity .2s ease-in;
}

section.main_slider .slide .slide_cnts ul li a:hover,
section.main_slider .slide .slide_cnts ul li a:focus {
  opacity: 0.7;
}

section.main_slider .slide .slide_cnts ul li + li {
  margin-left: 64px;
}

section.main_slider .slide .slide_cnts ul li img {
  width: 352px;
  border: 1px solid #9e9e9e;
  transition: width .5s ease-out;
}

section.main_slider .slide .slide_cnts ul li.active img {
  width: 425px;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.18);
}

section.main_slider .slide .slide_nav ul li {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -7px;
  background: url(/img/btn_index_main_slider_01.png) no-repeat center center/100% 100%;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

section.main_slider .slide .slide_nav ul li:hover,
section.main_slider .slide .slide_nav ul li:focus {
  opacity: .8;
}

section.main_slider .slide .slide_nav ul li.prev {
  left: 50%;
  margin-left: -300px;
}

section.main_slider .slide .slide_nav ul li.next {
  right: 50%;
  margin-right: -300px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}

section.main_slider .slide .slide_control {
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: 480px;
  padding-left: 56px;
}

section.main_slider .slide .slide_control .slide_btn {
  position: absolute;
  left: 0;
  top: 50%;
  border: 2px solid #0773dd;
  border-radius: 4px;
  width: 42px;
  height: 28px;
  margin-top: -14px;
  font-size: 0;
  cursor: pointer;
}

section.main_slider .slide .slide_control .slide_btn::before,
section.main_slider .slide .slide_control .slide_btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3px;
  height: 12px;
  margin-top: -6px;
  background: #0773dd;
}

section.main_slider .slide .slide_control .slide_btn::before {
  margin-left: -5px;
}

section.main_slider .slide .slide_control .slide_btn::after {
  margin-left: 1px;
}

section.main_slider .slide .slide_control .slide_btn.active::before {
  width: 0;
  height: 0;
  background: none;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #0772dd;
}

section.main_slider .slide .slide_control .slide_btn.active::after {
  display: none;
}

section.main_slider .slide .slide_control .slide_pager ul {
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
}

section.main_slider .slide .slide_control .slide_pager ul li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}

section.main_slider .slide .slide_control .slide_pager ul li + li {
  margin-left: 12px;
}

section.main_slider .slide .slide_control .slide_pager ul li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: #0773dd;
}

section.main_slider .slide .slide_control .slide_pager ul li.active {
  background: #0773dd;
}

/* footer
--------------------------------------------------------- */
footer {
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .concierge {
    margin: 0;
    padding: 0 20px;
  }
  .concierge:before {
    display: none;
  }
  .concierge .inner {
    width: 100%;
  }
  .concierge .inner .c_column.index > div + div {
    margin-left: 0;
  }
  .concierge .inner .c_column.index div.img {
    margin-left: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .concierge .inner .c_column.index div.img img {
    width: 100%;
  }
  .concierge .inner .c_column.index div.txt {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .concierge .close_btn {
    margin: 0;
  }
  .concierge .close_btn:before {
    width: 100%;
  }
  .input_checkbox_wrap {
    margin: 40px auto 20px;
  }
  .input_checkbox_wrap .checkbox_parts {
    padding-left: 30px;
  }
  .input_checkbox_wrap .checkbox_parts:hover, .input_checkbox_wrap .checkbox_parts:focus {
    color: #2A2A2A;
  }
  section.guidance {
    width: auto;
    margin: 0;
  }
  section.guidance a:hover {
    opacity: 1;
  }
  section.mainvisual_type01 {
    margin: 0;
    background: none;
  }
  section.mainvisual_type01 .mainvisual_inner {
    width: auto;
    height: auto;
    margin: 0;
  }
  section.mainvisual_type01 .mainvisual_inner .box01 {
    position: static;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 232px;
    background: url(/img/img_index_mainv_04.jpg) center top no-repeat;
    background-size: cover;
  }
  section.mainvisual_type01 .mainvisual_inner .box01 .box_inner .main_copy {
    padding-left: 20px;
    font-size: 2rem;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 {
    position: static;
    margin: -20px 20px 0;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 {
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 6px 24px 0px rgba(38, 49, 56, 0.16);
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 > li:last-of-type {
    display: none;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 > li > ul > li.link_box01 {
    display: table;
    width: 100%;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 > li > ul > li.link_box01 > * {
    display: table-cell;
    vertical-align: middle;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 > li > ul > li.link_box01 .btn01 {
    width: 50%;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 > li > ul > li.link_box01 .sub_link {
    width: 50%;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 > li > ul > li.link_box01 .sub_link a:hover, section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 > li > ul > li.link_box01 .sub_link a:focus {
    color: #0773dd;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 > li > ul > li.link_box02 {
    margin-top: 20px;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 *[class*="btn"] {
    width: 100%;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 *[class*="btn"] > a {
    font-size: 1.3rem;
    padding: 5px 10px;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 *[class*="btn"] > a .auto_h {
    height: auto !important;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 *[class*="btn"] > a .auto_h > span {
    display: inline-block;
    padding: 10px 0;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 *[class*="btn"] > a:after {
    display: none;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 *[class*="btn"]:hover, section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 *[class*="btn"]:focus {
    color: #2A2A2A;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn01 {
    border: 1px solid #f36717;
    min-width: inherit;
    background-image: none;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn01:hover, section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn01:focus {
    opacity: 1;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn01 a {
    padding: 10px;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn01 a .auto_h > span {
    padding-left: 33px;
    background-image: url(/img/icon_index_mainv_01.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 27px auto;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn02 {
    display: none;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn02:hover, section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn02:focus {
    opacity: 1;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn03 {
    position: relative;
    display: block;
    background: #fff;
    border: 1px solid #0773dd;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn03 a {
    padding: 10px;
    color: #0773dd;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn03 a .auto_h > span {
    padding-left: 33px;
    background-image: url(/img/icon_index_mainv_02.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 22px auto;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .btn03:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 13px;
    width: 6.5px;
    height: 6.5px;
    border-top: 2px solid #0773dd;
    border-right: 2px solid #0773dd;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link {
    margin-top: 0;
    margin-right: 0;
    padding-left: 15px;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link > li {
    float: none;
    display: block;
    margin-top: 15px;
    margin-right: 0;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link > li:first-of-type {
    margin-top: 0;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link > li a {
    padding: 2px 14px 0 0;
    font-size: 1.2rem;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link > li a:after {
    margin-top: -3px;
    width: 6.5px;
    height: 6.5px;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link > li a:hover, section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 .sub_link > li a:focus {
    color: #2A2A2A;
  }
  section.intro {
    margin-top: 40px;
  }
  section.intro .intro_inner .layoutbox01 {
    position: static;
    padding-top: 0;
  }
  section.intro .intro_inner .layoutbox01 + .layoutbox01 {
    margin-top: 40px;
  }
  section.intro .intro_inner .layoutbox01 > .box01 {
    width: 100%;
    height: auto;
    position: static;
  }
  section.intro .intro_inner .layoutbox01 > .box01 img {
    position: static;
    width: 100%;
    height: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    min-width: inherit;
    min-height: inherit;
  }
  section.intro .intro_inner .layoutbox01 > .box02 {
    width: auto;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .box_inner {
    width: 100%;
    padding: 32px 20px 0;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .ttl {
    font-size: 2rem;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .ttl a:hover, section.intro .intro_inner .layoutbox01 > .box02 .ttl a:focus {
    opacity: 1;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .detail {
    margin-top: 22px;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area {
    margin-top: 35px;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li {
    margin-left: 12px;
    width: calc((99.9% - 12px) / 2);
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li:nth-of-type(n+3) {
    margin-top: 12px;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li.btn01 .img img {
    width: 48px;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li.btn02 .img img {
    width: 58px;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li.btn03 .img img {
    width: 27px;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li.btn04 .img img {
    width: 58px;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li.btn05 .img img {
    width: 58px;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li.btn06 .img img {
    width: 48px;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li.btn07 .img img {
    width: 48px;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a {
    display: block;
    padding: 10px 10px 14px;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a .img, section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a .txt {
    display: block;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a .img {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a .txt {
    padding: 0;
    margin-top: 8px;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a .txt .auto_h {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a:hover, section.intro .intro_inner .layoutbox01 > .box02 .btn_area > li > a:focus {
    background: #fff;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .more {
    margin-top: 20px;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .more a {
    font-size: 1.2rem;
    padding-right: 17px;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .more a:after {
    margin-top: -4px;
    width: 6.5px;
    height: 6.5px;
  }
  section.intro .intro_inner .layoutbox01 > .box02 .more a:hover, section.intro .intro_inner .layoutbox01 > .box02 .more a:focus {
    color: #2A2A2A;
  }
  section.intro .intro_inner .layoutbox01.reverse > .box02 .box_inner {
    float: none;
    padding: 32px 20px 0;
  }
  section.intro .intro_inner .layoutbox01.reverse > .box02 .btn_area .btn01 .img img {
    width: 34px;
  }
  section.intro .intro_inner .layoutbox01.reverse > .box02 .btn_area .btn02 .img img {
    width: 34px;
  }
  section.intro .intro_inner .layoutbox01.reverse > .box02 .btn_area .btn03 .img img {
    width: 46px;
  }
  section.intro .intro_inner .layoutbox01.reverse > .box02 .btn_area .btn04 .img img {
    width: 41px;
  }
  section.intro .intro_inner .layoutbox01.reverse > .box02 .btn_area .btn05 .img img {
    width: 41px;
  }
  section.intro .intro_inner .layoutbox01.reverse > .box02 .btn_area .btn06 .img img {
    width: 34px;
  }
  section.notice {
    margin-top: 40px;
    padding: 30px 20px 40px;
  }
  section.notice .notice_inner {
    width: auto;
  }
  section.notice .notice_inner > .ttl > span {
    font-size: 2rem;
  }
  section.notice .notice_inner > .layoutbox01 {
    border-radius: 5px;
    margin-top: 23px;
    padding: 16px 16px 30px;
  }
  section.notice .notice_inner > .layoutbox01 > .tab {
    position: relative;
    z-index: 2;
    margin: 0;
  }
  section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner {
    display: none;
    position: absolute;
    top: 100%;
    left: -16px;
    right: -16px;
    background: #fff;
    width: auto;
    padding: 0 16px;
    box-shadow: 0px 9px 13px -7px #ccc;
    border-radius: 0 0 5px 5px;
  }
  section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner:after {
    display: none;
  }
  section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li {
    text-align: left;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li:last-of-type {
    border-bottom: 0;
  }
  section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li:before {
    display: none;
  }
  section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li:after {
    display: none;
  }
  section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li.active {
    display: none;
    border-bottom: 1px solid #0773dd !important;
  }
  section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li:hover a, section.notice .notice_inner > .layoutbox01 > .tab > .tab_inner > li:focus a {
    color: #2A2A2A;
  }
  section.notice .notice_inner > .layoutbox01 > .tab .sp_clone {
    transition: opacity .3s ease-in;
    display: block;
    color: #0773dd;
    font-size: 1.6rem;
    text-align: left;
    padding: 20px 0;
    border-bottom: 1px solid #0773dd !important;
  }
  section.notice .notice_inner > .layoutbox01 > .tab .sp_open {
    display: block;
  }
  section.notice .notice_inner > .layoutbox01 > .content {
    margin-top: 0;
  }
  section.notice .notice_inner > .layoutbox01 > .content > li > ul > li {
    padding: 15px 15px 15px 0;
  }
  section.notice .notice_inner > .layoutbox01 > .content > li > ul > li > span:first-of-type {
    font-size: 1.2rem;
    display: block;
    position: static;
  }
  section.notice .notice_inner > .layoutbox01 > .content > li > ul > li > span:last-of-type {
    margin-top: 14px;
  }
  section.notice .notice_inner > .layoutbox01 > .content > li > ul > li:after {
    margin-top: -4px;
    width: 6.5px;
    height: 6.5px;
  }
  section.notice .notice_inner > .layoutbox01 > .content > li > .more {
    margin-top: 16px;
  }
  section.notice .notice_inner > .layoutbox01 > .content > li > .more a {
    font-size: 1.2rem;
  }
  section.notice .notice_inner > .layoutbox01 > .content > li > .more a:after {
    margin-top: -4px;
    width: 6.5px;
    height: 6.5px;
  }
  section.notice .notice_inner > .layoutbox01 > .content > li > .more a:hover, section.notice .notice_inner > .layoutbox01 > .content > li > .more a:focus {
    color: #2A2A2A;
  }
  section.attention {
    padding: 30px 20px 40px;
  }
  section.attention .attention_inner {
    width: auto;
  }
  section.attention .attention_inner > .ttl {
    font-size: 2rem;
  }
  section.attention .attention_inner .btn_area01 {
    margin-top: 24px;
  }
  section.attention .attention_inner .btn_area01 > li {
    margin-top: 20px;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  section.attention .attention_inner .btn_area01 > li:first-of-type {
    margin-top: 0;
  }
  section.attention .attention_inner .btn_area01 > li:nth-of-type(n+4) {
    margin-top: 20px;
  }
  section.attention .attention_inner .btn_area01 > li a {
    border-radius: 5px;
  }
  section.attention .attention_inner .btn_area01 > li a .img {
    position: static;
    height: auto;
  }
  section.attention .attention_inner .btn_area01 > li a .img img {
    position: static;
    width: 100%;
    max-width: inherit;
    height: auto;
    min-width: inherit;
    min-height: inherit;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section.attention .attention_inner .btn_area01 > li a .txt {
    padding: 15px 40px;
  }
  section.attention .attention_inner .btn_area01 > li a .txt:before {
    margin-top: -4px;
    width: 6.5px;
    height: 6.5px;
  }
  section.attention .attention_inner .btn_area01 > li a:hover > .img img, section.attention .attention_inner .btn_area01 > li a:focus > .img img {
    opacity: 1;
  }
  section.attention .attention_inner .btn_area01 > li a:hover > .txt, section.attention .attention_inner .btn_area01 > li a:focus > .txt {
    color: #2A2A2A;
  }
  section.attention .attention_inner .btn_area02 {
    margin-top: 24px;
  }
  section.attention .attention_inner .btn_area02 > li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  section.attention .attention_inner .btn_area02 > li:first-of-type {
    margin-top: 0;
  }
  section.attention .attention_inner .btn_area02 > li:nth-of-type(n+4) {
    margin-top: 20px;
  }
  section.attention .attention_inner .btn_area02 > li a {
    border-radius: 5px;
  }
  section.attention .attention_inner .btn_area02 > li a:after {
    margin-top: -4px;
    width: 6.5px;
    height: 6.5px;
  }
  section.attention .attention_inner .btn_area02 > li a:hover, section.attention .attention_inner .btn_area02 > li a:focus {
    background: none;
  }
  section.about {
    margin-top: 0;
  }
  section.about .about_inner {
    padding-bottom: 0;
    border: none;
    width: auto;
  }
  section.about .about_inner > ul > li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 1px;
  }
  section.about .about_inner > ul > li a {
    height: 0;
    border-radius: 0;
    padding-top: 48%;
  }
  section.about .about_inner > ul > li a .txt {
    font-size: 1.7rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.about .about_inner > ul > li a .txt span {
    padding: 0 24px;
  }
  section.about .about_inner > ul > li a:hover:before, section.about .about_inner > ul > li a:focus:before {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  section.attention02 {
    margin-top: 24px;
    border-top: 0;
    padding: 0 20px;
  }
  section.attention02 .attention02_inner {
    width: auto;
    padding: 20px 16px 32px;
  }
  section.attention02 .attention02_inner > .ttl {
    padding: 5px;
  }
  section.attention02 .attention02_inner > .ttl > strong {
    font-size: 1.5rem;
    padding-left: 25px;
  }
  section.attention02 .attention02_inner .layoutbox01 {
    margin-top: 8px;
  }
  section.attention02 .attention02_inner .layoutbox01 > .box01 {
    float: none;
    width: 100%;
  }
  section.attention02 .attention02_inner .layoutbox01 > .box01 > ul > li a {
    padding: 15px 15px 15px 0;
  }
  section.attention02 .attention02_inner .layoutbox01 > .box01 > ul > li a:after {
    margin-top: -4px;
    width: 6.5px;
    height: 6.5px;
  }
  section.attention02 .attention02_inner .layoutbox01 > .box01 > ul > li a:hover {
    opacity: 1;
  }
  section.attention02 .attention02_inner .layoutbox01 > .box01 > ul > li a:focus {
    color: #2A2A2A;
  }
  section.attention02 .attention02_inner .layoutbox01 > .box01 .more {
    margin-top: 16px;
  }
  section.attention02 .attention02_inner .layoutbox01 > .box01 .more a {
    font-size: 1.2rem;
  }
  section.attention02 .attention02_inner .layoutbox01 > .box01 .more a:after {
    margin-top: -4px;
    width: 6.5px;
    height: 6.5px;
  }
  section.attention02 .attention02_inner .layoutbox01 > .box01 .more a:hover {
    opacity: 1;
  }
  section.attention02 .attention02_inner .layoutbox01 > .box01 .more a:focus {
    color: #2A2A2A;
  }
  section.attention02 .attention02_inner .layoutbox01 > .box02 {
    margin-top: 32px;
    float: none;
    width: 100%;
  }
  section.attention02 a:hover, section.attention02 a:focus {
    opacity: 1;
  }
  section.contact {
    margin-top: 24px;
  }
  section.contact .contact_inner {
    width: auto;
    padding: 0 20px;
  }
  section.contact .contact_inner .layoutbox01 {
    padding: 20px 16px 34px;
    border-radius: 5px;
  }
  section.contact .contact_inner .layoutbox01 > .ttl {
    font-size: 2rem;
  }
  section.contact .contact_inner .layoutbox01 .box_inner {
    margin-top: 18px;
    padding-top: 23px;
    display: block;
  }
  section.contact .contact_inner .layoutbox01 .box_inner > *[class*="box"] {
    display: block;
  }
  section.contact .contact_inner .layoutbox01 .box_inner .box01 .txt01 {
    font-size: 1.2rem;
  }
  section.contact .contact_inner .layoutbox01 .box_inner .box01 .tel {
    margin-top: 10px;
    padding-left: 50px;
    font-size: 3.2rem;
    background-size: 46px auto;
  }
  section.contact .contact_inner .layoutbox01 .box_inner .box01 .tel .strong {
    font-size: 3.4rem;
  }
  section.contact .contact_inner .layoutbox01 .box_inner .box01 .no_tel {
    margin-top: 10px;
    padding-left: 0px;
    font-size: 3.2rem;
    background-size: 46px auto;
  }
  section.contact .contact_inner .layoutbox01 .box_inner .box01 .no_tel .strong {
    font-size: 3.4rem;
  }
  section.contact .contact_inner .layoutbox01 .box_inner .box01 .txt02 {
    font-size: 1.2rem;
  }
  section.contact .contact_inner .layoutbox01 .box_inner .box01 .txt02 .icon {
    font-size: 1.1rem;
    padding: 6px 12px;
    margin-right: 12px;
  }
  section.contact .contact_inner .layoutbox01 .box_inner .box02 {
    margin-top: 20px;
    width: 100%;
  }
  section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li {
    margin-top: 20px;
    float: none;
    width: 100%;
    margin-left: 0;
  }
  section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li:first-of-type {
    margin-top: 0;
  }
  section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li:nth-of-type(n+4) {
    margin-top: 20px;
  }
  section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li a {
    padding: 16px 32px;
  }
  section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li a:after {
    margin-top: -4px;
    width: 6.5px;
    height: 6.5px;
    right: 22px;
  }
  section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li a:hover, section.contact .contact_inner .layoutbox01 .box_inner .box02 > ul > li a:focus {
    background: #c4e6ff;
  }
  section.etc {
    margin-top: 24px;
  }
  section.etc .etc_inner {
    width: auto;
    padding: 0 20px;
  }
  section.etc .etc_inner .btn_area > li {
    width: calc((99.9% - 11px) / 2);
    margin-left: 11px;
  }
  section.etc .etc_inner .btn_area > li:nth-of-type(2n+1) {
    clear: both;
    margin-left: 0;
  }
  section.etc .etc_inner .btn_area > li:nth-of-type(n+3) {
    margin-top: 12px;
  }
  section.etc .etc_inner .btn_area > li:nth-of-type(n+5) {
    margin-top: 12px;
  }
  section.etc .etc_inner .btn_area > li a {
    padding: 10px 20px 10px 12px;
    font-size: 1.2rem;
  }
  section.etc .etc_inner .btn_area > li a:after {
    margin-top: -4px;
    width: 6.5px;
    height: 6.5px;
    right: 10px;
  }
  section.etc .etc_inner .btn_area > li a:hover, section.etc .etc_inner .btn_area > li a:focus {
    background: none;
  }
  section.banner {
    margin-top: 24px;
    padding: 24px 20px 20px;
  }
  section.banner .banner_inner {
    width: auto;
  }
  section.banner .banner_inner .banner_slider {
    margin: 0 -11px;
    padding-bottom: 40px;
  }
  section.banner .banner_inner .banner_slider .slick-slide {
    margin: 0 10px;
  }
  section.banner .banner_inner .banner_slider .slick-slide a:hover, section.banner .banner_inner .banner_slider .slick-slide a:focus {
    opacity: 1;
  }
  section.banner .banner_inner .stop_play_btn:hover, section.banner .banner_inner .stop_play_btn:focus {
    opacity: 1;
  }
  section.banner .banner_inner .slick-prev {
    margin-left: 40px;
  }
  section.banner .banner_inner .slick-prev:hover, section.banner .banner_inner .slick-prev:focus {
    opacity: 1;
  }
  section.banner .banner_inner .slick-next {
    margin-right: 40px;
  }
  section.banner .banner_inner .slick-next:hover, section.banner .banner_inner .slick-next:focus {
    opacity: 1;
  }
  section.fixed_content {
    bottom: 0;
    right: 10px;
    border-radius: 10px 10px 0 0;
    left: 10px;
    box-shadow: 0px 0px 8px 0px rgba(38, 49, 56, 0.18);
  }
  section.fixed_content > ul {
    display: block;
    width: 80%;
    border-right: 1px solid #e0e0e0;
    padding-right: 10px;
    padding: 12px 10px 10px;
  }
  section.fixed_content > ul:after {
    content: "";
    display: block;
    clear: both;
  }
  section.fixed_content > ul > li {
    margin-top: 0;
    border-radius: 0;
    background: none;
    border-top: none;
    width: calc((99.9% - 7px) / 2);
    margin-left: 7px;
    float: left;
  }
  section.fixed_content > ul > li:first-of-type {
    margin-left: 0;
  }
  section.fixed_content > ul > li a {
    text-align: left;
    border-radius: 34px;
    background: #fff;
    padding: 8px;
    font-size: 1.2rem;
  }
  section.fixed_content > ul > li a > .auto_h {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.fixed_content > ul > li.btn01 a:before {
    display: none;
  }
  section.fixed_content > ul > li.btn01 a .auto_h > span {
    background: url(/img/icon_index_fixed_content_01.png) left center no-repeat;
    background-size: 29px auto;
    padding-left: 33px;
  }
  section.fixed_content > ul > li.btn02 a:before {
    display: none;
  }
  section.fixed_content > ul > li.btn02 a .auto_h > span {
    background: url(/img/icon_index_fixed_content_02.png) left center no-repeat;
    background-size: 19px auto;
    padding-left: 21px;
  }
  section.fixed_content > .index_page_top {
    display: block;
  }
  section.fixed_content a:hover, section.fixed_content a:focus {
    opacity: 1;
  }
  .page_top {
    display: none;
  }
  section.main_slider {
    padding: 30px 0 25px;
    margin-top: 40px;
  }
  section.main_slider::before {
    left: 100px;
    margin-left: 0;
  }
  section.main_slider .hl02 {
    width: auto;
    margin: 0 20px 20px 20px;
    padding: 0 0 0 33px;
    font-size: 2rem;
  }
  section.main_slider .hl02:before {
    width: 24px;
  }
  section.main_slider .slide {
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
        transform: none;
    padding-bottom: 48px;
  }
  section.main_slider .slide .slide_cnts {
    position: relative;
    height: 34vw;
  }
  section.main_slider .slide .slide_cnts ul li + li {
    margin-left: 16px;
  }
  section.main_slider .slide .slide_cnts ul li a:hover,
  section.main_slider .slide .slide_cnts ul li a:focus {
    opacity: 1;
  }
  section.main_slider .slide .slide_cnts ul li img {
    width: 53vw;
  }
  section.main_slider .slide .slide_cnts ul li.active img {
    width: 72vw;
  }
  section.main_slider .slide .slide_nav ul li {
    top: auto;
    bottom: 0;
    width: 32px;
    height: 32px;
    margin-top: 0;
    z-index: 2;
  }
  section.main_slider .slide .slide_nav ul li:hover,
  section.main_slider .slide .slide_nav ul li:focus {
    opacity: 1;
  }
  section.main_slider .slide .slide_nav ul li.prev {
    left: 20%;
    margin-left: 0;
  }
  section.main_slider .slide .slide_nav ul li.next {
    right: 20%;
    margin-right: 0;
  }
  section.main_slider .slide .slide_control {
    position: static;
    left: auto;
    top: auto;
    margin-left: 0;
    display: block;
    padding-left: 0;
  }
  section.main_slider .slide .slide_control .slide_btn {
    left: auto;
    right: 20px;
    top: auto;
    bottom: 4px;
    border-width: 1px;
    width: 36px;
    height: 24px;
    margin-top: 0;
  }
  section.main_slider .slide .slide_control .slide_pager {
    position: absolute;
    left: 28%;
    right: 28%;
    bottom: 10px;
  }
  section.main_slider .slide .slide_control .slide_pager ul {
    font-size: 0;
    line-height: 0;
    white-space: normal;
    text-align: center;
  }
  section.main_slider .slide .slide_control .slide_pager ul li {
    width: 12px;
    height: 12px;
  }
  section.main_slider .slide .slide_control .slide_pager ul li + li {
    margin-left: 4%;
  }
  section.main_slider .slide .slide_control .slide_pager ul li::before {
    width: 4px;
    height: 4px;
    margin-top: -2px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 > li > ul > li.link_box01 .sub_link {
    display: none;
  }
  section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 > li > ul > li.link_box01 .sub_link a:hover, section.mainvisual_type01 .mainvisual_inner .box02 .box_inner .link01 > li > ul > li.link_box01 .sub_link a:focus {
    color: #2A2A2A;
  }
}

@media screen and (max-width: 360px) {
  section.main_slider .slide .slide_control .slide_pager ul li + li {
    margin-left: 2%;
  }
}
