@charset "UTF-8";
/* pattern-responsive */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: #ccc;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  border-bottom: 5px solid #333;
  padding: 8px 15px 6px 15px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a:link {
  color: #666;
}

h2.head-title a:visited {
  color: #999;
}

h2.head-title a:hover {
  color: #999;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #ccc;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  border-left: 5px solid #333;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 8px 15px 7px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  background: #ccc;
  font-size: 110%;
  padding: 10px 15px 13px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 15px;
  line-height: 1.2;
  border-bottom: 2px solid #ccc;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
  border-bottom: 1px dashed #999;
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wysiwyg ol {
    margin-left: 22px;
  }
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul {
  margin-left: 0;
}

.wysiwyg table ol {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.wysiwyg table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #eee;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #2d5f92;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

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

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

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

.des-attention-area {
  width: 1400px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #ccc;
  text-align: center;
}

.scheme2 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #333;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme6 {
  background-color: #333;
  text-align: center;
}

.scheme7 {
  background-color: #ccc;
  text-align: center;
}

.scheme8 {
  background-color: #555;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eee;
  text-align: center;
}

.scheme10 {
  background-color: #4682c0;
  text-align: center;
}

.scheme11 {
  background-color: #c896bd;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #000000 !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 9px 0 0 9px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 20px 0 0 20px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 38px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 88px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 38px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 88px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #10386b !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 40px !important;
    border-radius: 0 9px 9px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 90px !important;
    border-radius: 0 20px 20px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 20px !important;
    height: 20px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 47px !important;
    height: 47px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

@media print {
  body {
    zoom: 0.72222;
  }
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #b0e4ff;
  border: 6px solid #b0e4ff;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #0068b7;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1440px;
  }
}

#wrapper-in2 {
  overflow: hidden;
}

@media print, screen and (min-width: 769px) {
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .to-container {
    display: none;
  }
}

/*==================================
header
==================================*/
@media print, screen and (min-width: 769px) {
  #header {
    position: relative;
    z-index: 3;
    background-color: #fff;
  }
  #header::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 80px;
    width: 287px;
    height: 303px;
    background: url(../img_top/pc_header_bg_icon2.png) center/contain no-repeat;
  }
  #header::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 100%;
    margin-top: -1px;
    width: 100%;
    height: 30px;
    background: url(../img_top/pc_header_bg_wave.png) center top repeat-x;
  }
  #header .header-in {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: 0 auto;
    padding: 35px 0 20px;
  }
  #header .header-in::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: -250px;
    top: 0;
    width: 273px;
    height: 206px;
    background: url(../img_top/pc_header_bg_icon1.png) center/contain no-repeat;
  }
  #header #header-logo {
    position: relative;
    z-index: 2;
    margin-right: auto;
  }
  #header #header-nav {
    position: relative;
    z-index: 2;
  }
  #header #header-nav .header-nav-list {
    display: flex;
  }
  #header #header-nav .header-nav-list a {
    transition: .2s;
  }
  #header #header-nav .header-nav-list a:hover {
    opacity: .85;
  }
}

@media screen and (max-width: 768px) {
  #header {
    position: relative;
    z-index: 3;
    background-color: #fff;
  }
  #header::before {
    content: "";
    position: absolute;
    z-index: 1;
    right: 0;
    top: 40px;
    width: 197px;
    height: 269px;
    background: url(../img_top/sp_mv_bg_icon1.png) center/contain no-repeat;
  }
  #header::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    margin-top: -1px;
    width: 100%;
    height: 20px;
    background: url(../img_top/sp_header_bg_wave.png) center top/100% 20px no-repeat;
  }
  #header .header-in {
    position: relative;
    z-index: 3;
    padding: 30px 0 20px;
    background-color: white;
  }
  #header .header-in::before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 60px;
    width: 97px;
    height: 130px;
    background: url(../img_top/sp_header_bg_icon1.png) center/contain no-repeat;
  }
  #header #header-logo {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  #wrapper-in2 {
    background: url(../img_top/sp_contents_bg_icon1.png) center top 1300px/100% auto no-repeat;
  }
}

#container {
  position: relative;
  z-index: 1;
}

.mv-slider button, .footer-slider button {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  line-height: 1;
  border: 0;
  padding: 0;
  vertical-align: bottom;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: transparent;
  cursor: pointer;
}

.mv-slider button:hover, .footer-slider button:hover {
  opacity: .85;
}

.mv-slider .slider-container, .footer-slider .slider-container {
  position: relative;
}

.mv-slider .slider-container .slider-prev-l,
.mv-slider .slider-container .slider-next-l, .footer-slider .slider-container .slider-prev-l,
.footer-slider .slider-container .slider-next-l {
  position: absolute;
  z-index: 70;
  top: 50%;
  transform: translateY(-50%);
}

.mv-slider .slider-container .slider-prev-l button,
.mv-slider .slider-container .slider-next-l button, .footer-slider .slider-container .slider-prev-l button,
.footer-slider .slider-container .slider-next-l button {
  position: relative;
  width: 26px;
  height: 26px;
}

@media screen and (max-width: 768px) {
  .mv-slider .slider-container .slider-prev-l button,
  .mv-slider .slider-container .slider-next-l button, .footer-slider .slider-container .slider-prev-l button,
  .footer-slider .slider-container .slider-next-l button {
    width: 60px;
    height: 60px;
  }
}

.mv-slider .slider-container .slider-prev-l, .footer-slider .slider-container .slider-prev-l {
  left: 0;
}

.mv-slider .slider-container .slider-prev-l button, .footer-slider .slider-container .slider-prev-l button {
  background: url(../img_top/slider_prev.png) center/contain no-repeat;
  transform: translateX(-50%);
}

.mv-slider .slider-container .slider-next-l, .footer-slider .slider-container .slider-next-l {
  right: 0;
}

.mv-slider .slider-container .slider-next-l button, .footer-slider .slider-container .slider-next-l button {
  background: url(../img_top/slider_next.png) center/contain no-repeat;
  transform: translateX(50%);
}

.mv-slider .slider-controls, .footer-slider .slider-controls {
  margin-top: 10px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv-slider .slider-controls, .footer-slider .slider-controls {
    margin-top: 20px;
  }
}

.mv-slider .slider-controls .slider-controls-in, .footer-slider .slider-controls .slider-controls-in {
  display: inline-flex;
  align-items: center;
}

.mv-slider .slider-controls .slider-pager .bx-pager-list, .footer-slider .slider-controls .slider-pager .bx-pager-list {
  display: flex;
  flex-wrap: wrap;
}

.mv-slider .slider-controls .slider-pager .bx-pager-item, .footer-slider .slider-controls .slider-pager .bx-pager-item {
  margin: 5px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .mv-slider .slider-controls .slider-pager .bx-pager-item, .footer-slider .slider-controls .slider-pager .bx-pager-item {
    margin: 10px;
  }
}

.mv-slider .slider-controls .slider-pager button, .footer-slider .slider-controls .slider-pager button {
  border-radius: 50%;
  background-color: #0b3666;
  border: 1px solid transparent;
}

@media print, screen and (min-width: 769px) {
  .mv-slider .slider-controls .slider-pager button, .footer-slider .slider-controls .slider-pager button {
    width: 12px;
    height: 12px;
  }
}

@media screen and (max-width: 768px) {
  .mv-slider .slider-controls .slider-pager button, .footer-slider .slider-controls .slider-pager button {
    width: 20px;
    height: 20px;
  }
}

.mv-slider .slider-controls .slider-pager button.active, .footer-slider .slider-controls .slider-pager button.active {
  background-color: white;
  border-color: #0b3666;
}

@media screen and (max-width: 768px) {
  .mv-slider .slider-controls .slider-pager button.active, .footer-slider .slider-controls .slider-pager button.active {
    border-width: 2px;
  }
}

.mv-slider .slider-controls .slider-auto, .footer-slider .slider-controls .slider-auto {
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  .mv-slider .slider-controls .slider-auto, .footer-slider .slider-controls .slider-auto {
    margin: 0 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-slider .slider-controls .slider-auto button, .footer-slider .slider-controls .slider-auto button {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mv-slider .slider-controls .slider-auto button, .footer-slider .slider-controls .slider-auto button {
    width: 40px;
    height: 40px;
  }
}

.mv-slider .slider-controls .slider-auto button.bx-start, .footer-slider .slider-controls .slider-auto button.bx-start {
  background-image: url(../img_top/slider_start.png);
}

.mv-slider .slider-controls .slider-auto button.bx-stop, .footer-slider .slider-controls .slider-auto button.bx-stop {
  background-image: url(../img_top/slider_stop.png);
}

@media print, screen and (min-width: 769px) {
  .mv-sec {
    height: 720px;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .mv-sec {
    position: relative;
    min-height: 500px;
  }
  .mv-sec::before {
    content: "";
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: -50px;
    width: 145px;
    height: 181px;
    background: url(../img_top/sp_contents_bg_icon2.png) center/contain no-repeat;
  }
  .mv-sec::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    margin-bottom: -1px;
    width: 100%;
    height: 20px;
    background: url(../img_top/sp_contents_bg_wave.png) center top/100% 20px no-repeat;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-sec img {
    width: 100%;
    height: 720px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

@media screen and (max-width: 768px) {
  .mv-sec img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

@media screen and (max-width: 768px) {
  .mv-sec .mv-slider {
    position: relative;
    z-index: 1;
  }
}

.mv-sec .mv-slider .slider-controls {
  position: absolute;
  z-index: 100;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.mv-sec .mv-slider .slider-controls .slider-controls-in {
  display: block;
}

.mv-sec .mv-slider .slider-controls .slider-pager .bx-pager-list {
  display: block;
}

.mv-sec .mv-slider .slider-controls .slider-pager .bx-pager-item {
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  .mv-sec .mv-slider .slider-controls .slider-pager .bx-pager-item {
    margin: 20px 0;
  }
}

.mv-sec .mv-slider .slider-controls .slider-auto {
  margin: 0;
}

@media print, screen and (min-width: 769px) {
  .mv-sec .mv-slider .slider-controls .slider-auto button {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 768px) {
  .mv-sec .mv-slider .slider-controls .slider-auto button {
    width: 60px;
    height: 60px;
  }
}

.sp-nav {
  margin: 0 30px;
  padding: 80px 0;
}

.sp-nav .sp-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sp-nav .sp-nav-list li {
  width: calc(100% / 3);
}

.sp-nav .sp-nav-list li img {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .news-sec {
    position: absolute;
    z-index: 90;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px 30px 30px 45px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 0 20px 20px 0;
  }
}

@media screen and (max-width: 768px) {
  .news-sec {
    margin: 0 30px;
  }
}

.news-sec .news-title {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .news-sec .news-title {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .news-sec .news-title img {
    width: 167px;
  }
}

.news-sec .news-list {
  overflow: auto;
}

@media print, screen and (min-width: 769px) {
  .news-sec .news-list {
    width: 530px;
    max-height: 220px;
  }
}

@media screen and (max-width: 768px) {
  .news-sec .news-list {
    max-height: 330px;
  }
}

.news-sec .news-list li {
  padding-bottom: 24px;
  background: url(../img_top/news_item_bg_line.png) left bottom repeat-x;
}

@media print, screen and (min-width: 769px) {
  .news-sec .news-list li {
    font-size: 125%;
  }
}

.news-sec .news-list li + li {
  margin-top: 20px;
}

.news-sec .news-list li .date,
.news-sec .news-list li .text {
  display: block;
}

.news-sec .news-list li a {
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .news-sec .news-buttons {
    display: flex;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .news-sec .news-buttons {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .news-sec .news-buttons .news-btn {
    width: 230px;
    margin: 0 auto;
  }
  .news-sec .news-buttons .news-btn a {
    transition: .2s;
  }
  .news-sec .news-buttons .news-btn a:hover {
    opacity: .85;
  }
  .news-sec .news-buttons .news-btn img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .news-sec .news-buttons .news-btn {
    margin-top: 30px;
  }
}

.banner-sec {
  position: relative;
  z-index: 4;
}

@media screen and (max-width: 768px) {
  .banner-sec {
    display: flex;
    justify-content: space-around;
    padding: 100px 0;
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .banner-sec .banner-item {
    position: absolute;
    width: 220px;
    height: 220px;
  }
}

@media screen and (max-width: 768px) {
  .banner-sec .banner-item {
    position: relative;
    width: 320px;
    height: 320px;
  }
}

@media print, screen and (min-width: 769px) {
  .banner-sec .banner-item svg {
    width: 220px;
    height: 220px;
  }
}

@media screen and (max-width: 768px) {
  .banner-sec .banner-item svg {
    width: 320px;
    height: 320px;
  }
}

.banner-sec .banner-item img {
  width: 100%;
}

.banner-sec .banner-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 769px) {
  .banner-sec .banner-item::after {
    right: -10px;
    bottom: -10px;
  }
}

@media screen and (max-width: 768px) {
  .banner-sec .banner-item::after {
    right: -15px;
    bottom: -15px;
  }
}

.banner-sec .banner-item .banner-img {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .banner-sec .banner-left {
    right: 230px;
    bottom: 70px;
  }
}

.banner-sec .banner-left::after {
  background: url(../img_top/banner_left_bg.png) center center/contain no-repeat;
}

@media print, screen and (min-width: 769px) {
  .banner-sec .banner-right {
    right: 0;
    bottom: -30px;
  }
}

.banner-sec .banner-right::after {
  background: url(../img_top/banner_right_bg.png) center center/contain no-repeat;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
#footer {
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  #footer {
    background: #faece3 url(../img_top/pc_footer_bg_icon1.png) right bottom no-repeat;
  }
  #footer::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100%;
    margin-bottom: -1px;
    width: 100%;
    height: 30px;
    background: url(../img_top/pc_footer_bg_wave.png) center bottom repeat-x;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    padding-top: 29px;
    background: url(../img_top/sp_footer_bg_wave.png) center top/100% 30px no-repeat;
  }
  #footer::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: -150px;
    width: 192px;
    height: 270px;
    background: url(../img_top/sp_footer_bg_icon1.png) center/contain no-repeat;
  }
}

@media print, screen and (min-width: 769px) {
  #footer .footer-in {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-in {
    background-color: #faece3;
    padding: 80px 30px;
  }
}

#footer .footer-in .footer-map {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  #footer .footer-in .footer-map {
    width: 280px;
    margin-top: -70px;
  }
}

#footer .footer-in .footer-map img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  font-family: 'object-fit: contain;';
}

@media screen and (max-width: 768px) {
  #footer .footer-in .footer-map img {
    width: 475px;
    height: 370px;
  }
}

@media print, screen and (min-width: 769px) {
  #footer .footer-in .footer-info {
    width: 330px;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-in .footer-info {
    margin-top: 40px;
    text-align: center;
  }
}

#footer .footer-in .footer-info .footer-address dt {
  font-size: 140%;
  font-weight: bold;
  color: #0b3666;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  #footer .footer-in .footer-info .footer-address dt {
    margin-bottom: 20px;
  }
}

#footer .footer-in .footer-info .footer-contact {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #footer .footer-in .footer-info .footer-contact {
    margin-top: 20px;
  }
}

#footer .footer-in .footer-info .footer-contact a {
  box-sizing: border-box;
  display: inline-block;
  background: #0b3666 url(../img_top/icon_arrow_w.png) right 10px center/16px auto no-repeat;
  color: #fff;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  padding: 10px 40px;
  min-width: 220px;
  border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
  #footer .footer-in .footer-info .footer-contact a:hover, #footer .footer-in .footer-info .footer-contact a:focus {
    background-color: white;
    background-image: url(../img_top/icon_arrow.png);
    color: #0b3666;
    border-color: #0b3666;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-in .footer-info .footer-contact a {
    font-size: 120%;
    min-width: 575px;
    padding: 30px 90px;
    background-size: 40px auto;
    background-position: right 30px center;
    border-radius: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  #footer .footer-in .footer-slider {
    width: 260px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-in .footer-slider {
    width: 630px;
    margin: 80px auto 0;
  }
}

#footer .footer-in .footer-slider img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

@media print, screen and (min-width: 769px) {
  #footer .footer-in .footer-slider img {
    width: 260px;
    height: 97px;
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-in .footer-slider img {
    width: 630px;
    height: 235px;
    border-radius: 25px;
  }
}

@media print, screen and (min-width: 769px) {
  #footer .footer-in .footer-subnavi {
    width: 380px;
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  #footer .footer-in .footer-subnavi .footer-subnavi-top {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-in .footer-subnavi .footer-subnavi-top {
    width: 575px;
    margin: 0 auto;
  }
}

#footer .footer-in .footer-subnavi .footer-sns {
  display: flex;
  align-items: center;
}

@media print, screen and (min-width: 769px) {
  #footer .footer-in .footer-subnavi .footer-sns li {
    margin-right: 10px;
  }
  #footer .footer-in .footer-subnavi .footer-sns li img {
    width: 40px;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-in .footer-subnavi .footer-sns {
    justify-content: center;
    padding: 50px 0;
  }
  #footer .footer-in .footer-subnavi .footer-sns li {
    margin: 0 20px;
  }
}

@media print, screen and (min-width: 769px) {
  #footer .footer-in .footer-subnavi .footer-search {
    width: 270px;
  }
}

#footer .footer-in .footer-subnavi .footer-goto-pc {
  margin-top: 30px;
  text-align: center;
}

#footer .footer-in .footer-subnavi .footer-goto-pc a {
  box-sizing: border-box;
  display: block;
  background: #0b3666 url(../img_top/icon_arrow_w.png) right 30px center/40px auto no-repeat;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 30px 90px;
  border-radius: 20px;
  font-size: 120%;
}

#footer .footer-in .footer-subnavi .footer-subnavi-list {
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #footer .footer-in .footer-subnavi .footer-subnavi-list {
    justify-content: center;
    margin-top: 40px;
  }
}

#footer .footer-in .footer-subnavi .footer-subnavi-list li {
  margin-right: 20px;
  padding-left: 20px;
  background: url(../img_top/icon_arrow.png) left center/16px auto no-repeat;
}

@media screen and (max-width: 768px) {
  #footer .footer-in .footer-subnavi .footer-subnavi-list li {
    margin: 0 20px;
    padding: 5px 0 5px 40px;
    background-size: 30px auto;
  }
}

#footer .footer-in .footer-subnavi .footer-subnavi-list li a {
  color: inherit;
}

@media print, screen and (min-width: 769px) {
  #footer .footer-copyright {
    padding-top: 19px;
    background: url(../img_top/pc_copyright_bg_wave.png) center top repeat-x;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-copyright {
    position: relative;
    z-index: 10;
    margin-top: -30px;
    padding-top: 29px;
    background: url(../img_top/sp_copyright_bg_wave.png) center top/100% 30px no-repeat;
  }
}

#footer .footer-copyright .copyright {
  background-color: #10386b;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 95%;
}

@media screen and (max-width: 768px) {
  #footer .footer-copyright .copyright {
    padding: 20px 10px;
    font-size: 85%;
  }
}
