@charset "UTF-8";
/*
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: url("../img_sub/h2_bg.png") 100% 100% repeat-x #fcf2f0;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  padding: 15px 15px 13px 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: #fcf2f0;
  border: solid #f3b3c3;
  border-width: 0 0 3px 10px;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
}

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;
  font-size: 110%;
  padding: 10px 15px 13px 35px;
  border-bottom: 2px solid #f0c9d3;
  background: url("../img_sub/h4_ico.png") left center no-repeat;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  margin-left: 4px;
  display: block;
  padding: 0 0 5px 10px;
  line-height: 1.2;
  border-left: 4px solid #f0c9d3;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
}

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: 30px;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol {
    margin-left: 0;
    padding-left: 50px;
  }
}

.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: #fcf2f0;
}

.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: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", 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: 1000px;
  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: #f0c9d3;
  text-align: center;
}

.scheme2 {
  border: 1px solid #f0c9d3;
  text-align: center;
}

.scheme3 {
  background-color: #000000;
  text-align: center;
}

.scheme4 {
  background-color: #f0c9d3;
  text-align: center;
}

.scheme5 {
  border: 1px solid #f0c9d3;
  text-align: center;
}

.scheme6 {
  background-color: #000000;
  text-align: center;
}

.scheme7 {
  background-color: #f0c9d3;
  text-align: center;
}

.scheme8 {
  background-color: #f0c9d3;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #fcf2f0;
  text-align: center;
}

.scheme10 {
  background-color: #f6e38d;
  text-align: center;
}

.scheme11 {
  background-color: #bbc9e6;
  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;
  border-radius: 100px 0 0 100px;
}

.gsib_a {
  padding: 0 !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 10px !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 #f0c9d3 !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 100px 0 0 100px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 100px 0 0 100px !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: #fff !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 50px !important;
    border-radius: 0 100px 100px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 100px 100px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 23px !important;
    height: 23px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 51px !important;
    height: 51px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #e4f6d5;
  border: 6px solid #e4f6d5;
  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: #717451;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: relative;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #ffffff;
  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;
}

.search .gsc-input-box {
  border-right: none !important;
}

@media screen and (max-width: 768px) {
  .search .gsc-input-box {
    padding: 0 !important;
  }
}

.search .gsc-input-box > table {
  border-radius: 100px 0 0 100px !important;
}

.search .gsc-input-box #gs_tti50, .search .gsc-input-box #gs_tti51 {
  background-color: #ffff !important;
  padding-left: 10px !important;
}

.search input.gsc-input {
  border-radius: 50px 0 0 50px !important;
}

.search td.gsc-search-button .gsc-search-button-v2 {
  border: 1px solid #f0c9d3 !important;
  border-left: none !important;
}

.search td.gsc-search-button .gsc-search-button-v2 svg {
  fill: #000 !important;
}

.sv-chat-area {
  left: 0;
  right: auto !important;
}

@media print {
  .sv-chat-area {
    display: none;
  }
}

.sv-chat-area .sv-chat-close-image {
  left: 10px;
  right: auto !important;
}

#chatbot-container {
  transition: opacity 0.2s, visibility 0.2s;
  opacity: 0;
}

#chatbot-container.fadeout {
  opacity: 0;
  visibility: hidden;
}

#chatbot-container .sv-chat-close-image img {
  width: 60%;
}

.m-t2010 #chatbot-container {
  transition: none !important;
  opacity: 1 !important;
}

.m-t2010 #chatbot-container.fadeout {
  visibility: initial !important;
}

/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  body {
    zoom: 1;
  }
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .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;
  }
  #header {
    box-shadow: 0 7px 7px #dbdbdb;
    position: relative;
  }
  #header * {
    box-sizing: border-box;
  }
  #header .header-in {
    display: flex;
    justify-content: space-between;
    margin: auto;
    padding: 27px 0;
    width: 1000px;
  }
  #header .header-subnav-area {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    padding-right: 110px;
  }
  #header .subnav-in {
    align-items: center;
    display: flex;
  }
  #header .subnav-in button {
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  #header .subnav-in button:hover {
    opacity: .85;
  }
  #header .subnav-in dl {
    align-items: center;
    display: flex;
    margin-left: 16px;
  }
  #header .subnav-in dl dt {
    font-weight: bold;
    margin-right: 8px;
  }
  #header .subnav-in dl dd {
    line-height: 0;
    margin-left: 4px;
  }
  #header .subnav-in dl dd a:hover img {
    opacity: .85;
  }
  #header .lang {
    margin-right: 14px;
  }
  #header .lang a {
    background: url("../img_common/lang_ico.png") left center/18px no-repeat;
    color: #333;
    display: inline-block;
    padding-left: 25px;
  }
  #header .search {
    margin-top: 14px;
    width: 300px;
  }
  #header .menu-btn-area {
    position: fixed;
    right: 10px;
    top: 18px;
    z-index: 200;
  }
  #header .menu-btn-area a {
    transition: opacity .1s;
  }
  #header .menu-btn-area a:focus {
    display: block;
    padding-left: 3px;
  }
  #header .menu-btn-area a:hover {
    opacity: .85;
  }
  #header .modal-menu {
    background: rgba(252, 242, 240, 0.9);
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 200;
  }
  #header .modal-menu .menu-btn-area {
    position: absolute;
    right: 10px;
    top: 18px;
  }
  #header .modal-menu .modal-in {
    padding: 100px 90px;
    position: relative;
    min-height: 100vh;
  }
  #header .modal-menu #header-nav {
    margin: auto;
    width: 1260px;
  }
  #header .modal-menu #header-nav #gnav-tab {
    display: flex;
  }
  #header .modal-menu #header-nav .list {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    margin-right: -4px;
    position: relative;
    width: 264px;
  }
  #header .modal-menu #header-nav .list > li {
    display: inline-flex;
    position: relative;
  }
  #header .modal-menu #header-nav .list > li::before {
    background: #333;
    content: '';
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 244px;
  }
  #header .modal-menu #header-nav .list > li:last-child::after {
    background: #333;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 244px;
  }
  #header .modal-menu #header-nav .list > li:last-child.hover::after {
    content: none;
  }
  #header .modal-menu #header-nav .list > li > a {
    align-items: center;
    background: url("../img_common/black_arrow.png") right 15px center/8px no-repeat, url("../img_common/gnav_ico01.png") left 6px center no-repeat;
    border: 4px solid transparent;
    color: #000;
    display: inline-flex;
    font-size: 125%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    min-height: 60px;
    padding: 10px 20px 10px 50px;
    text-decoration: none;
    width: 100%;
  }
  #header .modal-menu #header-nav .list > li > a:focus {
    background-color: transparent;
  }
  #header .modal-menu #header-nav .list > li.hover::before {
    content: none;
  }
  #header .modal-menu #header-nav .list > li.hover + li::before {
    content: none;
  }
  #header .modal-menu #header-nav .list > li.hover > a {
    background-color: #fff;
    border: 4px solid #f3b3c3;
    position: relative;
  }
  #header .modal-menu #header-nav .list > li.hover > a::after {
    background-color: #fff;
    content: '';
    display: inline-block;
    height: 100%;
    position: absolute;
    right: -4px;
    top: 0;
    width: 4px;
  }
  #header .modal-menu #header-nav .list > li:first-child {
    z-index: 1;
  }
  #header .modal-menu #header-nav .list > li:first-child .dropmenu {
    display: block !important;
  }
  #header .modal-menu #header-nav .list > li:nth-child(2) > a {
    background-image: url("../img_common/black_arrow.png"), url("../img_common/gnav_ico02.png");
  }
  #header .modal-menu #header-nav .list > li:nth-child(3) > a {
    background-image: url("../img_common/black_arrow.png"), url("../img_common/gnav_ico03.png");
  }
  #header .modal-menu #header-nav .list > li:nth-child(4) > a {
    background-image: url("../img_common/black_arrow.png"), url("../img_common/gnav_ico04.png");
  }
  #header .modal-menu #header-nav .list > li:nth-child(5) > a {
    background-image: url("../img_common/black_arrow.png"), url("../img_common/gnav_ico05.png");
  }
  #header .modal-menu #header-nav .list > li:nth-child(6) > a {
    background-image: url("../img_common/black_arrow.png"), url("../img_common/gnav_ico06.png");
  }
  #header .modal-menu #header-nav .pageListDynBlock {
    max-height: 53vh;
    overflow: hidden;
    overflow-y: auto;
    border: 4px solid #f3b3c3;
  }
  #header .modal-menu #header-nav .box .list2 {
    align-content: flex-start;
    background: #fff;
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    min-height: 270px;
    padding: 26px 48px;
    width: 1000px;
  }
  #header .modal-menu #header-nav .box .list2 li {
    height: auto !important;
    margin-bottom: 12px;
    margin-right: 55px;
  }
  #header .modal-menu #header-nav .box .list2 li:nth-child(even) {
    margin-right: 0;
  }
  #header .modal-menu #header-nav .box .list2 a {
    background: url("../img_common/modal_arrow_pc.png") left top 0.4em/6px no-repeat;
    color: #333;
    display: inline-block;
    padding-left: 10px;
    width: 395px;
  }
  #header .modal-menu #header-nav .box .ranking-block {
    background: #fff;
    border-top: none;
    padding: 30px 48px;
    width: 1000px;
  }
  #header .modal-menu #header-nav .box .ranking-block .ranking-ttl {
    color: #00448a;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
  }
  #header .modal-menu #header-nav .box .ranking-block .ranking-ttl::after {
    background: #f4b9c8;
    bottom: 0;
    content: '';
    display: inline-block;
    height: 2px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 725px;
  }
  #header .modal-menu #header-nav .box .ranking-block .ranking-list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  #header .modal-menu #header-nav .box .ranking-block .ranking-list li {
    counter-increment: number;
    margin-top: 20px;
    margin-right: 55px;
  }
  #header .modal-menu #header-nav .box .ranking-block .ranking-list li:nth-child(-n+2) {
    margin-top: 0;
  }
  #header .modal-menu #header-nav .box .ranking-block .ranking-list li:nth-child(even) {
    margin-right: 0;
  }
  #header .modal-menu #header-nav .box .ranking-block .ranking-list a {
    align-items: center;
    color: #000;
    display: inline-flex;
    font-size: 100%;
    font-weight: normal;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding: 3px 0 3px 20px;
    position: relative;
    width: 395px;
  }
  #header .modal-menu #header-nav .box .ranking-block .ranking-list a:before {
    align-items: center;
    content: counter(number) ".";
    display: flex;
    font-weight: bold;
    justify-content: center;
    left: 0;
    line-height: 0;
    margin: auto;
    position: absolute;
    top: 1em;
  }
  #header .modal-menu .link-list {
    display: flex;
    justify-content: space-between;
    margin: 20px auto 13px;
    padding-left: 260px;
    width: 1260px;
  }
  #header .modal-menu .link-list .item {
    display: flex;
  }
  #header .modal-menu .link-list .item a {
    align-items: center;
    background: #fff url("../img_common/black_arrow.png") right 15px center/8px no-repeat;
    border: 4px solid #f3b3c3;
    border-radius: 10px;
    color: #000;
    display: flex;
    font-size: 125%;
    min-height: 70px;
    padding: 5px 25px 5px 20px;
    text-decoration: none;
    width: 239px;
  }
  #header .modal-menu .link-list .item a:hover {
    text-decoration: underline;
  }
  #header .modal-menu .close-btn {
    background: rgba(243, 179, 195, 0.9);
    bottom: 0;
    left: 0;
    margin: 60px auto 0;
    position: absolute;
    width: 100%;
  }
  #header .modal-menu .close-btn a {
    display: block;
    padding: 35px 10px 34px;
    text-align: center;
    width: 100%;
  }
  #header .modal-menu .close-btn a:hover {
    text-decoration: underline;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header * {
    box-sizing: border-box;
  }
  #sp-header .sp-box {
    background: #fff;
    display: flex;
    justify-content: space-between;
    padding: 20px 15px 24px;
  }
  #sp-header .sp-box .sp-header-logo img {
    background: #fff !important;
  }
  #sp-header .sp-box .sp-header-nav {
    position: fixed;
    right: 15px;
    top: 10px;
    z-index: 200;
  }
  #sp-header .modal-menu {
    background: #f0c9d3;
    display: none;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 210;
    width: 100%;
  }
  #sp-header .modal-menu .sp-box .sp-header-nav {
    position: absolute;
  }
  #sp-header .modal-menu .sp-menu {
    margin: 60px auto 0;
    width: 700px;
  }
  #sp-header .modal-menu .box {
    margin-top: 20px;
  }
  #sp-header .modal-menu .box:first-child {
    margin-top: 0;
  }
  #sp-header .modal-menu .box .title {
    background: #ffffff url("../img_common/modal_menu_btn_plus.png") right 22px center no-repeat;
    border-radius: 10px;
    font-size: 135%;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    padding: 21px 55px 20px 27px;
  }
  #sp-header .modal-menu .box .title.on {
    background-image: url("../img_common/modal_menu_btn_minus.png");
  }
  #sp-header .modal-menu .box .list {
    padding-bottom: 20px;
  }
  #sp-header .modal-menu .box .list li {
    border-bottom: 2px solid #000000;
    padding: 35px 10px 20px;
  }
  #sp-header .modal-menu .box .list li:last-child {
    margin-bottom: 0;
  }
  #sp-header .modal-menu .box .list li a {
    color: #000;
    font-size: 110%;
    text-decoration: none;
  }
  #sp-header .modal-menu .box .ranking-block {
    background: #fff;
    border-radius: 10px;
    border-top: none;
    padding: 30px 48px;
  }
  #sp-header .modal-menu .box .ranking-block .ranking-ttl {
    color: #00448a;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
  }
  #sp-header .modal-menu .box .ranking-block .ranking-ttl::after {
    background: #f4b9c8;
    content: '';
    height: 2px;
    position: absolute;
    left: 0px;
    top: 60px;
    width: 100%;
  }
  #sp-header .modal-menu .box .ranking-block .ranking-list li {
    counter-increment: number;
    padding: 25px 10px 10px;
  }
  #sp-header .modal-menu .box .ranking-block .ranking-list li:nth-child(-n+2) {
    margin-top: 0;
  }
  #sp-header .modal-menu .box .ranking-block .ranking-list li:nth-child(even) {
    margin-right: 0;
  }
  #sp-header .modal-menu .box .ranking-block .ranking-list a {
    align-items: center;
    color: #000;
    display: inline-flex;
    font-size: 100%;
    font-weight: normal;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    padding: 0px 0 3px 40px;
    position: relative;
  }
  #sp-header .modal-menu .box .ranking-block .ranking-list a:before {
    align-items: center;
    content: counter(number) "";
    display: flex;
    font-weight: bold;
    justify-content: center;
    left: 0;
    line-height: 0;
    margin: auto;
    position: absolute;
    top: 50%;
  }
  #sp-header .modal-menu .link-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px auto 0;
    width: 710px;
  }
  #sp-header .modal-menu .link-list .item {
    display: flex;
    margin-top: 30px;
  }
  #sp-header .modal-menu .link-list .item a {
    display: grid;
    display: -ms-inline-grid;
    display: -moz-inline-grid;
    align-items: center;
    text-align: center;
    background: #fffdec;
    border-radius: 10px;
    color: #333;
    font-weight: bold;
    min-height: 100px;
    text-decoration: none;
    width: 340px;
  }
  #sp-header .modal-menu .link-list .item.-sosh a {
    background: url("../img_common/modal_gnav_ico07.png") left 23px center/32px no-repeat #fffdec;
  }
  #sp-header .modal-menu .link-list .item.-shin a {
    background: url("../img_common/modal_gnav_ico08.png") left 20px center/36px no-repeat #fffdec;
  }
  #sp-header .modal-menu .link-list .item.-otoi a {
    background: url("../img_common/modal_gnav_ico09.png") left 21px center/34px no-repeat #fffdec;
  }
  #sp-header .modal-menu .link-list .item.-shiy a {
    background: url("../img_common/modal_gnav_ico10.png") left 28px center/22px no-repeat #fffdec;
  }
  #sp-header .support-block {
    margin-top: 35px;
  }
  #sp-header .support-block button {
    appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
    outline: none;
    padding: 0;
  }
  #sp-header .support-block .support-list {
    background: #fcf2f0;
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    padding: 35px 120px 40px;
    width: 710px;
  }
  #sp-header .support-block .lang {
    margin-bottom: 28px;
  }
  #sp-header .support-block .lang a {
    background: url("../img_common/lang_ico.png") left center/36px no-repeat;
    color: #000;
    display: inline-block;
    padding: 3px 0 3px 50px;
  }
  #sp-header .support-block dl {
    align-items: center;
    display: flex;
  }
  #sp-header .support-block dt {
    flex-shrink: 0;
    font-weight: bold;
    margin-right: 20px;
    width: 162px;
  }
  #sp-header .support-block dd {
    font-size: 0;
    margin-right: 25px;
  }
  #sp-header .support-block .header-size {
    margin-bottom: 30px;
  }
  #sp-header .support-block .header-color dd {
    margin-right: 13px;
  }
  #sp-header .support-block .header-color dd img {
    height: 60px;
  }
  #sp-header .gotopc {
    margin-top: 60px;
    text-align: center;
  }
  #sp-header .gotopc a {
    align-items: center;
    background: #e4f6d5;
    border-radius: 200px;
    color: #000;
    display: inline-flex;
    justify-content: center;
    padding: 20px;
    position: relative;
    text-decoration: none;
    width: 500px;
  }
  #sp-header .gotopc a::before {
    background: url("../img_common/gotopc_ico.png") center/contain no-repeat;
    content: '';
    display: block;
    height: 37px;
    margin-right: 18px;
    width: 44px;
  }
  #sp-header .close-btn {
    background: #fff;
    margin-top: 50px;
    padding: 30px;
  }
  #sp-header .close-btn span {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  #sp-header .close-btn span::before {
    background: url("../img_common/modal_menu_close.png") center/contain no-repeat;
    content: '';
    display: block;
    height: 34px;
    margin-right: 18px;
    width: 34px;
  }
}

/*container*/
@media screen and (max-width: 768px) {
  #container {
    margin: 0 10px;
  }
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1260px;
  }
}

#wrapper-in2 {
  position: relative;
}

#header {
  background: #fff;
  box-shadow: none;
  position: initial !important;
}

#header .header-in {
  justify-content: flex-end;
  padding: 7px 0;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 0 !important;
  }
}

#container * {
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .flexbox-in {
    display: flex;
    justify-content: space-between;
  }
}

h2.ttl {
  text-align: center;
}

.slide-controls button {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  outline: none;
  padding: 0;
}

.slide-controls button:hover {
  opacity: .85;
}

.slide-controls button:focus {
  outline: 2px solid #000;
}

.slide-controls .arrow {
  position: absolute;
  top: calc(110px - 27px);
  z-index: 60;
}

@media screen and (max-width: 768px) {
  .slide-controls .arrow {
    top: calc(170px - 30px);
  }
}

.slide-controls .arrow button {
  background: center /contain no-repeat;
  height: 54px;
  width: 54px;
}

@media screen and (max-width: 768px) {
  .slide-controls .arrow button {
    height: 60px;
    width: 60px;
  }
}

.slide-controls .arrow.slide-prev {
  left: 0;
}

.slide-controls .arrow.slide-prev button {
  background-image: url("../img_top/slide_prev.png");
}

.slide-controls .arrow.slide-next {
  right: 0;
}

.slide-controls .arrow.slide-next button {
  background-image: url("../img_top/slide_next.png");
}

.slide-controls .control-unit {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .slide-controls .control-unit {
    margin-top: 25px;
  }
}

.slide-controls .bx-pager-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: 5px;
}

.slide-controls .bx-pager-list li {
  line-height: 0;
}

.slide-controls .bx-pager-list .bx-pager-link {
  background-color: #d6d4d4;
  border-radius: 50%;
  height: 15px;
  margin-right: 18px;
  width: 15px;
}

@media screen and (max-width: 768px) {
  .slide-controls .bx-pager-list .bx-pager-link {
    border-width: 2px;
    height: 22px;
    margin-right: 10px;
    width: 22px;
  }
}

.slide-controls .bx-pager-list .bx-pager-link.active {
  background-color: #f3b3c3;
}

.slide-controls .bx-controls-auto-item {
  line-height: 0;
}

.slide-controls .bx-controls-auto-item button {
  background: center /contain no-repeat;
  height: 32px;
  width: 32px;
}

@media screen and (max-width: 768px) {
  .slide-controls .bx-controls-auto-item button {
    height: 45px;
    width: 45px;
  }
}

.slide-controls .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/slide_start.png");
}

.slide-controls .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/slide_stop.png");
}

.topics-sec .sec-in, .news-sec .sec-in, .search-block .flexbox-in, .recruit-block .flexbox-in, .koho-block .flexbox-in, .about-sec .sec-in, .link-sec .sec-in, .ad-sec .sec-in {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .topics-sec .sec-in, .news-sec .sec-in, .search-block .flexbox-in, .recruit-block .flexbox-in, .koho-block .flexbox-in, .about-sec .sec-in, .link-sec .sec-in, .ad-sec .sec-in {
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .topics-sec .sec-in, .news-sec .sec-in, .search-block .flexbox-in, .recruit-block .flexbox-in, .koho-block .flexbox-in, .about-sec .sec-in, .link-sec .sec-in, .ad-sec .sec-in {
    width: 700px;
  }
}

.emergency-sec * {
  box-sizing: border-box;
}

@media print, screen and (min-width: 769px) {
  .emergency-sec {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .emergency-sec {
    margin: 0 auto 40px;
    width: 710px;
  }
}

.emergency-sec .emergency-sec-in {
  border: 1px solid #c13a50;
}

@media print, screen and (min-width: 769px) {
  .emergency-sec .emergency-sec-in {
    display: flex;
    margin: auto;
    width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  .emergency-sec .emergency-sec-in {
    border-width: 2px;
  }
}

.emergency-sec .emergency-sec-in .ttl-block {
  align-items: center;
  background-color: #c13a50;
  display: flex;
  padding: 0 10px 10px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .emergency-sec .emergency-sec-in .ttl-block {
    min-height: 120px;
    flex-direction: column;
    justify-content: center;
    width: 186px;
  }
}

@media screen and (max-width: 768px) {
  .emergency-sec .emergency-sec-in .ttl-block {
    justify-content: space-between;
    padding: 11px 20px 12px 30px;
  }
}

.emergency-sec .emergency-sec-in .ttl-block .ttl {
  color: #fff;
  display: flex;
  font-size: 125%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 769px) {
  .emergency-sec .emergency-sec-in .ttl-block .ttl {
    justify-content: center;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .emergency-sec .emergency-sec-in .ttl-block .ttl {
    font-size: 110%;
    margin-bottom: 0;
    min-height: auto;
  }
}

.emergency-sec .emergency-sec-in .ttl-block .ttl span {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 100%;
}

.emergency-sec .emergency-sec-in .ttl-block .btn {
  font-size: 90%;
}

@media screen and (max-width: 768px) {
  .emergency-sec .emergency-sec-in .ttl-block .btn {
    font-size: 100%;
  }
}

.emergency-sec .emergency-sec-in .ttl-block .btn a {
  color: #333;
  display: flex;
  text-decoration: none;
}

.emergency-sec .emergency-sec-in .ttl-block .btn a:hover {
  text-decoration: underline;
}

.emergency-sec .emergency-sec-in .ttl-block .btn a:focus {
  outline: 2px solid #000;
}

.emergency-sec .emergency-sec-in .ttl-block .btn .btn-in {
  align-items: center;
  background: #fff url("../img_common/black_arrow.png") center right 10px/7px no-repeat;
  border: none;
  border-radius: 100px;
  color: #333;
  display: flex;
  justify-content: center;
  margin: auto;
  min-height: 24px;
  padding: 3px 20px 3px 7px;
  width: 140px;
}

@media screen and (max-width: 768px) {
  .emergency-sec .emergency-sec-in .ttl-block .btn .btn-in {
    background-size: 9px;
    background-position: center right 15px;
    font-size: 80%;
    font-weight: bold;
    min-width: 180px;
    padding: 3px 44px 2px 32px;
    width: auto;
  }
}

.emergency-sec .emergency-sec-in .contents-block {
  background: #fff;
  border-radius: 0 10px 10px 0;
  padding: 10px 18px;
}

@media print, screen and (min-width: 769px) {
  .emergency-sec .emergency-sec-in .contents-block {
    flex: 1;
    min-height: 120px;
  }
}

@media screen and (max-width: 768px) {
  .emergency-sec .emergency-sec-in .contents-block {
    padding: 25px 15px 35px;
  }
}

.emergency-sec .emergency-sec-in .contents-block .list {
  font-size: 105%;
  height: 7.57em;
  overflow: auto;
  padding: 0 5px;
}

@media screen and (max-width: 768px) {
  .emergency-sec .emergency-sec-in .contents-block .list {
    height: 4.6em;
  }
}

.emergency-sec .emergency-sec-in .contents-block .item {
  padding: 10px 0;
}

@media print, screen and (min-width: 769px) {
  .emergency-sec .emergency-sec-in .contents-block .item {
    display: flex;
  }
}

.emergency-sec .emergency-sec-in .contents-block .item a {
  color: #000;
}

.emergency-sec .emergency-sec-in .contents-block .item .date {
  color: #c13a50;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .emergency-sec .emergency-sec-in .contents-block .item .date {
    flex-shrink: 0;
    margin-right: 10px;
    width: 208px;
  }
}

.emergency-sec:first-child {
  padding-top: 62px;
}

@media screen and (max-width: 768px) {
  .emergency-sec:first-child {
    padding-top: 60px;
  }
}

.emergency-sec:last-child {
  padding-bottom: 42px;
}

@media screen and (max-width: 768px) {
  .emergency-sec:last-child {
    padding-bottom: 30px;
  }
}

.mv-sec {
  height: 800px;
}

@media screen and (max-width: 768px) {
  .mv-sec {
    height: 650px;
  }
}

.mv-sec .sec-in {
  display: flex;
  height: 100%;
}

.mv-sec .mv-right {
  flex: 1;
  position: relative;
}

.mv-sec .mv-right .mv-slider .item a {
  transition: opacity .1s;
}

.mv-sec .mv-right .mv-slider .item a:hover {
  opacity: .85;
}

.mv-sec .mv-right .mv-slider .item img {
  font-family: 'object-fit: cover;';
  height: 800px;
  object-fit: cover;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mv-sec .mv-right .mv-slider .item img {
    height: 650px;
  }
}

.mv-sec .mv-right .slide-controls .control-unit {
  bottom: 160px;
  position: absolute;
  right: 30px;
  z-index: 150;
}

@media screen and (max-width: 768px) {
  .mv-sec .mv-right .slide-controls .control-unit {
    bottom: 24px;
    left: 0;
    margin: auto;
    right: 0;
  }
}

.mv-left {
  background-color: #f0c9d3;
  flex-shrink: 0;
  width: 350px;
}

@media screen and (max-width: 768px) {
  .mv-left {
    width: 100%;
  }
}

.mv-left .top-ttl {
  align-items: center;
  background-color: #fff;
  display: flex;
  justify-content: center;
  height: 280px;
}

.mv-left .top-ttl img {
  background-color: #fff !important;
}

.mv-left .left-bottom {
  padding: 30px 25px;
}

@media screen and (max-width: 768px) {
  .mv-left .left-bottom {
    padding: 55px 25px 62px;
  }
}

.mv-left .left-bottom .search {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 769px) {
  .mv-left .left-bottom .search {
    height: 40px;
    font-size: 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .mv-left .left-bottom .search {
    margin-bottom: 35px;
  }
}

.mv-left .left-bottom .keyword-block .keyword-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 769px) {
  .mv-left .left-bottom .keyword-block .keyword-list {
    height: 103px;
    overflow: auto;
  }
}

@media screen and (max-width: 768px) {
  .mv-left .left-bottom .keyword-block .keyword-list {
    margin-bottom: 57px;
  }
}

.mv-left .left-bottom .keyword-block .keyword-ttl {
  font-size: 110%;
  font-weight: bold;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mv-left .left-bottom .keyword-block .keyword-ttl {
    font-size: 130%;
  }
}

.mv-left .left-bottom .keyword-block .keyword-item {
  margin-right: 4px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .mv-left .left-bottom .keyword-block .keyword-item {
    margin-right: 7px;
    margin-top: 22px;
  }
}

.mv-left .left-bottom .keyword-block .keyword-item a {
  background-color: #fff;
  border-radius: 100px;
  color: #000;
  display: inline-block;
  padding: 4px 17px;
}

@media screen and (max-width: 768px) {
  .mv-left .left-bottom .keyword-block .keyword-item a {
    padding: 12px 43px;
  }
}

.mv-left .left-bottom .incase-block .incase-ttl {
  background-color: #c13a50;
  color: #fff;
  font-size: 125%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-weight: normal;
  padding: 7px 0 6px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv-left .left-bottom .incase-block .incase-ttl {
    font-size: 130%;
  }
}

.mv-left .left-bottom .incase-block .incase-list {
  background-color: #fff;
  border: 1px solid #c13a50;
  padding: 14px;
}

@media print, screen and (min-width: 769px) {
  .mv-left .left-bottom .incase-block .incase-list {
    max-height: 230px;
    overflow: auto;
  }
}

@media screen and (max-width: 768px) {
  .mv-left .left-bottom .incase-block .incase-list {
    border-width: 2px;
    padding: 40px;
  }
}

.mv-left .left-bottom .incase-block .incase-item {
  margin-top: 8px;
}

@media screen and (max-width: 768px) {
  .mv-left .left-bottom .incase-block .incase-item {
    margin-top: 24px;
  }
}

.mv-left .left-bottom .incase-block .incase-item:first-child {
  margin-top: 0;
}

.mv-left .left-bottom .incase-block .incase-item a {
  background: url("../img_top/incase01.png") left 14px center/28px no-repeat, url("../img_common/black_arrow.png") right 12px center/8px no-repeat;
  border: 1px solid #000;
  border-radius: 100px;
  color: #000;
  display: block;
  font-size: 105%;
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  width: 267px;
}

@media screen and (max-width: 768px) {
  .mv-left .left-bottom .incase-block .incase-item a {
    background-size: 64px, 14px;
    background-position: left 32px center, right 32px center;
    font-size: 100%;
    padding: 24px 90px;
    width: 620px;
  }
}

.mv-left .left-bottom .incase-block .incase-item a:hover {
  text-decoration: underline;
}

.mv-left .left-bottom .incase-block .incase-item:nth-child(2) a {
  background-image: url("../img_top/incase02.png"), url("../img_common/black_arrow.png");
}

.mv-left .left-bottom .incase-block .incase-item:nth-child(3) a {
  background-image: url("../img_top/incase03.png"), url("../img_common/black_arrow.png");
}

.mv-left .left-bottom .incase-block .incase-item:nth-child(4) a {
  background-image: url("../img_top/incase04.png"), url("../img_common/black_arrow.png");
}

@media print, screen and (min-width: 769px) {
  .mv-bnr-block {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    padding: 24px;
    position: absolute;
    width: 100%;
    z-index: 100;
  }
}

@media screen and (max-width: 768px) {
  .mv-bnr-block {
    margin: 58px 0 78px;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-bnr-block .bnr-list {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .mv-bnr-block .bnr-list {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .mv-bnr-block .bnr-list .bnr-item {
    margin: 0 13px;
  }
}

@media screen and (max-width: 768px) {
  .mv-bnr-block .bnr-list .bnr-item:last-child {
    margin-top: 27px;
  }
}

.mv-bnr-block .bnr-list .bnr-item a {
  transition: opacity .1s;
}

.mv-bnr-block .bnr-list .bnr-item a:hover {
  opacity: .85;
}

@media print, screen and (min-width: 769px) {
  .mv-bnr-block .bnr-list img {
    width: 438px;
  }
}

@media screen and (max-width: 768px) {
  .mv-bnr-block .bnr-list img {
    width: 650px;
  }
}

.top-nav {
  box-shadow: 0 7px 7px #dbdbdb;
  margin-bottom: 66px;
  padding-left: 350px;
}

.top-nav .nav-list {
  align-items: center;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  max-width: 1000px;
  position: relative;
  width: 100%;
  z-index: 150;
}

.top-nav .nav-list .nav {
  flex-grow: 1;
}

.top-nav .nav-list .nav > a {
  color: #000;
  display: inline-block;
  font-size: 125%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  padding: 20px 14px 19px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.top-nav .nav-list .nav > a::before {
  background-color: #f3b3c3;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 2px;
}

.top-nav .nav-list .nav:hover > a, .top-nav .nav-list .nav:focus-within > a {
  text-decoration: underline;
}

.top-nav .nav-list .nav:hover > a::after, .top-nav .nav-list .nav:focus-within > a::after {
  border-top: 10px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
  display: inline-block;
  height: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -20px;
  width: 0;
}

.top-nav .nav-list .nav:last-child::after {
  background-color: #f3b3c3;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
}

.top-nav .dropmenu {
  bottom: 100%;
  display: none;
  left: 0 !important;
  min-width: 910px;
  padding-bottom: 20px;
  position: absolute;
  right: auto !important;
  width: calc(100vw - 367px);
}

.top-nav .dropmenu .list2 {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  min-width: 935px;
  padding: 28px 10px;
}

.top-nav .dropmenu .list2 li {
  display: flex;
  height: auto !important;
  margin: 0 10px 17px !important;
  width: 283px;
}

.top-nav .dropmenu .list2 li a {
  align-items: center;
  background: url("../img_common/black_arrow.png") right 12px center/8px no-repeat;
  border: 2px solid #f0c9d3;
  border-radius: 10px;
  color: #333;
  display: flex;
  font-size: 110%;
  min-height: 50px;
  padding: 3px 20px;
  text-decoration: none;
  width: 100%;
}

.top-nav .dropmenu .list2 li a:hover {
  background-color: #f0c9d3;
  text-decoration: underline;
}

.topics-sec {
  margin-bottom: 68px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .topics-sec {
    margin-bottom: 80px;
  }
}

.topics-sec .ttl {
  margin-bottom: 35px;
}

.topics-sec .ttl img {
  background: #fff !important;
}

.topics-sec .topics-slider-wrap {
  position: relative;
}

.topics-sec .bx-wrapper {
  margin: auto;
}

@media print, screen and (min-width: 769px) {
  .topics-sec .bx-wrapper .bx-viewport {
    overflow: visible !important;
  }
}

.topics-sec .topics-slider a {
  transition: opacity .1s;
}

.topics-sec .topics-slider a:hover {
  opacity: .85;
}

.topics-sec .topics-slider img {
  font-family: 'object-fit: contain;';
  height: 220px;
  object-fit: contain;
  width: 438px;
}

@media screen and (max-width: 768px) {
  .topics-sec .topics-slider img {
    height: 340px;
    width: 650px;
  }
}

.news-sec {
  background-color: #fcf2f0;
  padding: 70px 0 90px;
}

@media screen and (max-width: 768px) {
  .news-sec {
    padding: 77px 0 122px;
  }
}

.news-sec h2.ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .news-sec h2.ttl {
    margin-bottom: 42px;
  }
}

.news-sec h2.ttl img {
  background: #fcf2f0 !important;
}

.news-sec .list {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.news-sec .list li {
  display: flex;
}

.news-sec .list li a {
  align-items: center;
  border-radius: 10px 10px 0 0;
  color: #000;
  display: inline-flex;
  font-size: 135%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  justify-content: center;
  min-height: 50px;
  text-decoration: none;
  width: 240px;
}

@media screen and (max-width: 768px) {
  .news-sec .list li a {
    font-size: 100%;
    min-height: 70px;
    width: 167px;
  }
  .news-sec .list li a:focus, .news-sec .list li a:hover {
    background-color: transparent;
  }
}

.news-sec .list li.tab1 a {
  background-color: #bbc9e6;
}

.news-sec .list li.tab1 a::before {
  background-color: #bbc9e6 !important;
}

.news-sec .list li.tab2 a {
  background-color: #f6e38d;
}

.news-sec .list li.tab2 a::before {
  background-color: #f6e38d !important;
}

.news-sec .list li.tab3 a {
  background-color: #c2deab;
}

.news-sec .list li.tab3 a::before {
  background-color: #c2deab !important;
}

.news-sec .list li.tab4 a {
  background-color: #f0c9d3;
}

.news-sec .list li.tab4 a::before {
  background-color: #f0c9d3 !important;
}

.news-sec .list li.hover a {
  background-color: #fff;
  min-height: 65px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .news-sec .list li.hover a {
    min-height: 80px;
  }
}

.news-sec .list li.hover a::before {
  background-color: #bbc9e6;
  content: '';
  display: block;
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
}

@media screen and (max-width: 768px) {
  .news-sec .list li.hover a::before {
    height: 11px;
    width: 56px;
  }
}

.news-sec .box {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .news-sec .box {
    padding-bottom: 116px;
  }
}

.news-sec .box .list2 {
  font-size: 110%;
  height: 350px;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .news-sec .box .list2 {
    height: 690px;
  }
}

.news-sec .box .list2 li {
  border-bottom: 1px solid #e6e6e6;
}

.news-sec .box .list2 .item {
  display: flex;
  padding: 22px 0;
}

@media screen and (max-width: 768px) {
  .news-sec .box .list2 .item {
    flex-wrap: wrap;
  }
}

.news-sec .box .list2 .item:first-child {
  margin-top: 0;
}

.news-sec .box .list2 .date {
  display: inline-block;
  flex-shrink: 0;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .news-sec .box .list2 .date {
    width: 125px;
  }
}

@media screen and (max-width: 768px) {
  .news-sec .box .list2 .date {
    line-height: 1.6;
    margin-right: 5px;
  }
}

.news-sec .box .list2 .tags {
  display: block;
  margin-right: 5px;
}

.news-sec .box .list2 .tags > span {
  border-radius: 2px;
  display: inline-block;
  font-size: 85%;
  line-height: 1.2;
  margin-right: 3px;
  padding: 2px 3px;
  text-align: center;
  width: 4.5em;
}

@media screen and (max-width: 768px) {
  .news-sec .box .list2 .tags > span {
    margin-right: 5px;
    padding: 2px 7px;
    width: 4.6em;
  }
}

.news-sec .box .list2 .tags > span.tag1 {
  background-color: #f6e38d;
}

.news-sec .box .list2 .tags > span.tag2 {
  background-color: #c2deab;
}

.news-sec .box .list2 .tags > span.tag3 {
  background-color: #f0c9d3;
}

@media screen and (max-width: 768px) {
  .news-sec .box .list2 .txt {
    display: block;
    width: 100%;
  }
}

.news-sec .box .list2 .txt a {
  color: #000;
}

.news-sec .btn-wrap {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .news-sec .btn-wrap {
    flex-wrap: wrap;
  }
}

.news-sec .btn {
  margin-top: 30px;
  text-align: center;
}

.news-sec .btn a {
  background: url("../img_common/black_arrow.png") right 13px center/8px no-repeat;
  border: 1px solid #000;
  border-radius: 100px;
  color: #000;
  display: inline-block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  min-width: 214px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .news-sec .btn a {
    background-size: 17px;
    background-position: right 53px center;
    font-size: 110%;
    min-width: 370px;
    padding: 24px 80px 23px;
  }
}

.news-sec .btn a:hover {
  text-decoration: underline;
}

.news-sec .btn:nth-child(2) {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .news-sec .btn:nth-child(2) {
    margin-left: 10px;
  }
}

.news-sec .btn.rss a {
  background: url("../img_common/black_arrow.png") right 13px center/8px no-repeat, url("../img_top/rss.png") left 28px center/17px no-repeat;
  min-width: 124px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .news-sec .btn.rss a {
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .news-sec .btn.rss a {
    background-size: 17px, 30px;
    background-position: right 26px center, left 48px center;
    font-size: 100%;
    min-width: 220px;
    padding: 24px 60px 23px 80px;
  }
}

.search-block {
  padding: 78px 0 70px;
}

@media screen and (max-width: 768px) {
  .search-block {
    padding: 100px 0 10px;
  }
}

.search-block .flexbox-in {
  justify-content: space-between;
}

@media print, screen and (min-width: 769px) {
  .search-block section {
    width: 470px;
  }
}

@media screen and (max-width: 768px) {
  .search-block section {
    margin: 0 auto 80px;
    width: 640px;
  }
}

.search-block section h2.ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .search-block section h2.ttl {
    margin-bottom: 58px;
  }
}

.search-block section ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .search-block section ul {
    justify-content: center;
  }
}

.search-block section ul .item {
  margin-right: 20px;
  margin-top: 25px;
  text-align: center;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .search-block section ul .item {
    margin-right: 35px;
    margin-top: 40px;
    width: 190px;
  }
  .search-block section ul .item:nth-child(3n), .search-block section ul .item:last-child {
    margin-right: 0;
  }
  .search-block section ul .item:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .search-block section ul .item:nth-child(4n) {
    margin-right: 0;
  }
  .search-block section ul .item:nth-child(-n+4) {
    margin-top: 0;
  }
}

.search-block section ul .item a {
  color: #000;
}

.search-block section ul .item a:hover .item-img {
  transform: translateY(-5px);
}

.search-block section ul .item .item-img {
  padding-bottom: 10px;
  transition: transform .15s;
}

.search-block section ul .item .item-img img {
  width: 100%;
}

.search-block section ul .item .item-txt {
  font-size: 110%;
}

.recruit-block {
  background: #e4f6d5;
  padding: 84px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .recruit-block {
    padding: 112px 0;
  }
}

.recruit-block .flexbox-in {
  position: relative;
}

.recruit-block .flexbox-in::before {
  background: url("../img_top/recruit_bg_l.png") center/contain no-repeat;
  content: '';
  display: inline-block;
  height: 229px;
  left: -168px;
  position: absolute;
  top: -27px;
  width: 149px;
}

.recruit-block .flexbox-in::after {
  background: url("../img_top/recruit_bg_r.png") center/contain no-repeat;
  bottom: -15px;
  content: '';
  display: inline-block;
  height: 215px;
  position: absolute;
  right: -202px;
  width: 186px;
}

.recruit-block section {
  background-color: #fff;
  border-radius: 10px;
  padding: 28px 28px 35px;
}

@media screen and (max-width: 768px) {
  .recruit-block section {
    padding: 56px 48px 75px;
  }
}

.recruit-block section h2.ttl {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .recruit-block section h2.ttl {
    margin-bottom: 58px;
  }
}

.recruit-block section h2.ttl img {
  background: #fff !important;
}

.recruit-block section .btn {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .recruit-block section .btn {
    margin-top: 51px;
  }
}

.recruit-block section .btn a {
  background: url("../img_common/black_arrow.png") right 13px center/8px no-repeat;
  border: 1px solid #000;
  border-radius: 100px;
  color: #000;
  display: inline-block;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  min-width: 214px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .recruit-block section .btn a {
    background-size: 17px;
    background-position: right 31px center;
    font-size: 110%;
    min-width: 520px;
    padding: 24px 50px;
  }
}

.recruit-block section .btn a:hover {
  text-decoration: underline;
}

@media print, screen and (min-width: 769px) {
  .recruit-block .square-sec {
    width: 644px;
  }
}

.recruit-block .square-sec ul {
  display: flex;
  justify-content: center;
}

.recruit-block .square-sec .item {
  margin-left: 20px;
}

.recruit-block .square-sec .item:first-child {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .recruit-block .square-sec .item:nth-child(n + 3) {
    display: none;
  }
}

.recruit-block .square-sec .item a {
  transition: opacity .1s;
}

.recruit-block .square-sec .item a:hover .item-img {
  opacity: .85;
}

.recruit-block .square-sec .item .item-in {
  height: 273px;
  position: relative;
  width: 182px;
}

@media screen and (max-width: 768px) {
  .recruit-block .square-sec .item .item-in {
    width: 294px;
  }
}

.recruit-block .square-sec .item .item-in .item-img {
  height: 100%;
  width: 100%;
}

.recruit-block .square-sec .item .item-in img {
  font-family: 'object-fit: cover;';
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.recruit-block .square-sec .item .item-in .item-txt {
  background: rgba(255, 255, 255, 0.9);
  bottom: 0;
  color: #000;
  font-size: 110%;
  left: 0;
  padding: 12px 0 11px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .recruit-block .square-sec .item .item-in .item-txt {
    font-size: 100%;
    padding: 15px 0 14px;
  }
}

.recruit-block .square-sec .btn-wrap {
  display: flex;
  justify-content: center;
}

.recruit-block .square-sec .btn-wrap .btn:nth-child(2) {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .recruit-block .square-sec .btn-wrap .btn a {
    min-width: 0;
    width: 300px;
  }
}

@media print, screen and (min-width: 769px) {
  .recruit-block .watch-sec {
    width: 319px;
  }
}

@media screen and (max-width: 768px) {
  .recruit-block .watch-sec {
    margin-top: 56px;
  }
}

.recruit-block .watch-sec .watch-slider-wrap {
  height: 273px;
  position: relative;
  width: 260px;
}

@media screen and (max-width: 768px) {
  .recruit-block .watch-sec .watch-slider-wrap {
    height: 450px;
    width: 600px;
  }
}

.recruit-block .watch-sec .watch-slider-wrap img {
  font-family: 'object-fit: cover;';
  height: 216px;
  object-fit: cover;
  width: 260px;
}

@media screen and (max-width: 768px) {
  .recruit-block .watch-sec .watch-slider-wrap img {
    height: 390px;
    width: 600px;
  }
}

.recruit-block .watch-sec .watch-slider-wrap .egao-time {
  background: rgba(45, 45, 45, 0.7);
  color: #fff;
  font-size: 125%;
  padding: 8px 24px 7px;
  position: absolute;
  top: 172px;
  right: 0;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .recruit-block .watch-sec .watch-slider-wrap .egao-time {
    font-size: 115%;
    padding: 9px 38px 8px;
    top: 324px;
  }
}

.recruit-block .watch-sec .bx-caption {
  font-size: 110%;
  height: 65px;
  margin-top: 15px;
  overflow: auto;
}

@media screen and (max-width: 768px) {
  .recruit-block .watch-sec .bx-caption {
    font-size: 100%;
    height: 80px;
  }
}

.recruit-block .watch-sec .bx-controls-auto-item > a {
  background: center /contain no-repeat;
  display: inline-block;
  font-size: 0;
  height: 25px;
  left: 5px;
  position: absolute;
  top: 188px;
  width: 25px;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .recruit-block .watch-sec .bx-controls-auto-item > a {
    height: 50px;
    top: 335px;
    width: 50px;
  }
}

.recruit-block .watch-sec .bx-controls-auto-item .bx-stop {
  background-image: url("../img_top/slide_stop.png");
}

.recruit-block .watch-sec .bx-controls-auto-item .bx-start {
  background-image: url("../img_top/slide_start.png");
}

.koho-block {
  overflow: hidden;
}

.koho-block .flexbox-in {
  padding: 66px 0 90px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .koho-block .flexbox-in {
    padding: 69px 0 48px;
  }
}

.koho-block .flexbox-in::before {
  background: url("../img_top/koho_bg_l.png") center/contain no-repeat;
  content: '';
  display: inline-block;
  height: 213px;
  left: -183px;
  position: absolute;
  top: 53px;
  width: 140px;
}

.koho-block .flexbox-in::after {
  background: url("../img_top/koho_bg_r.png") center/contain no-repeat;
  bottom: 73px;
  content: '';
  display: inline-block;
  height: 198px;
  position: absolute;
  right: -208px;
  width: 171px;
}

@media print, screen and (min-width: 769px) {
  .koho-block section {
    width: 480px;
  }
}

@media screen and (max-width: 768px) {
  .koho-block section {
    margin-bottom: 78px;
  }
}

.koho-block section h2.ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .koho-block section h2.ttl {
    margin-bottom: 30px;
  }
}

.koho-block section h2.ttl img {
  background: #fff !important;
}

.koho-block section .contents {
  background: #f0c9d3;
  border-radius: 10px;
}

.koho-block .koho-sec .contents {
  display: flex;
  justify-content: space-between;
  padding: 38px 35px 36px;
}

@media screen and (max-width: 768px) {
  .koho-block .koho-sec .contents {
    padding: 55px 40px 55px 50px;
  }
}

.koho-block .koho-sec .contents .koho-img a {
  transition: opacity .1s;
}

.koho-block .koho-sec .contents .koho-img a:hover {
  opacity: .85;
}

.koho-block .koho-sec .contents img {
  box-shadow: 3px 3px 5px #888;
  width: 128px;
}

@media screen and (max-width: 768px) {
  .koho-block .koho-sec .contents img {
    box-shadow: 6px 6px 10px #888;
    width: 184px;
  }
}

.koho-block .koho-sec .contents .btn {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .koho-block .koho-sec .contents .btn {
    margin-top: 22px;
  }
}

.koho-block .koho-sec .contents .btn a {
  background: #fff url("../img_common/black_arrow.png") right 13px center/8px no-repeat;
  border: 1px solid #d6d4d4;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  font-size: 125%;
  padding: 13px 20px;
  text-decoration: none;
  width: 239px;
}

@media screen and (max-width: 768px) {
  .koho-block .koho-sec .contents .btn a {
    background-size: 17px;
    background-position: right 20px center;
    border-width: 2px;
    font-size: 100%;
    padding: 23px 45px 23px 45px;
    width: 383px;
  }
}

.koho-block .koho-sec .contents .btn a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .koho-block .koho-sec .contents .btn.uptodate {
    margin-top: 13px;
  }
}

.koho-block .koho-sec .contents .btn.uptodate a {
  background: url("../img_common/black_arrow.png") right 13px center/8px no-repeat, url("../img_top/book_ico.png") left 20px center/28px no-repeat #fff;
  padding-left: 67px;
  padding-right: 50px;
}

@media screen and (max-width: 768px) {
  .koho-block .koho-sec .contents .btn.uptodate a {
    background-size: 17px, 41px;
    background-position: right 20px center, left 35px center;
    padding: 15px 80px 15px 110px;
  }
}

.koho-block .sns-sec .contents {
  padding: 46px 20px;
}

@media screen and (max-width: 768px) {
  .koho-block .sns-sec .contents {
    padding: 66px 50px;
  }
}

.koho-block .sns-sec .sns-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.koho-block .sns-sec .sns-list .item {
  margin-top: 20px;
}

.koho-block .sns-sec .sns-list .item:nth-child(-n+2) {
  margin-top: 0;
}

.koho-block .sns-sec .sns-list .item a {
  background: #fff url("../img_top/ico_line.png") left 15px center/42px no-repeat;
  border: 1px solid #d6d4d4;
  border-radius: 10px;
  color: #000;
  display: inline-block;
  font-size: 125%;
  padding: 24px 20px 23px 75px;
  text-align: center;
  text-decoration: none;
  width: 200px;
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .koho-block .sns-sec .sns-list .item a {
    background-size: 60px;
    background-position: left 20px center;
    border-width: 2px;
    font-size: 100%;
    padding: 32px 20px 30px 75px;
    width: 286px;
  }
}

.koho-block .sns-sec .sns-list .item a:hover {
  text-decoration: underline;
}

.koho-block .sns-sec .sns-list .item.yt a {
  background: #fff url("../img_top/ico_yt.png") left 15px center/42px no-repeat;
}

@media screen and (max-width: 768px) {
  .koho-block .sns-sec .sns-list .item.yt a {
    background-size: 60px;
    background-position: left 20px center;
  }
}

.koho-block .sns-sec .sns-list .item.tw a {
  background: #fff url("../img_top/ico_x.png") left 15px center/41px no-repeat;
}

@media screen and (max-width: 768px) {
  .koho-block .sns-sec .sns-list .item.tw a {
    background-size: 58px;
    background-position: left 20px center;
  }
}

.koho-block .sns-sec .sns-list .item.fb a {
  background: #fff url("../img_top/ico_fb.png") left 15px center/40px no-repeat;
}

@media screen and (max-width: 768px) {
  .koho-block .sns-sec .sns-list .item.fb a {
    background-size: 56px;
    background-position: left 20px center;
  }
}

.about-sec {
  background: #fcf2f0 url("../img_top/about_bg.png") left top 30px no-repeat;
  overflow: hidden;
  padding: 75px 0 58px;
}

@media screen and (max-width: 768px) {
  .about-sec {
    background: #fcf2f0;
    padding: 90px 0 100px;
  }
}

.about-sec h2.ttl {
  margin-bottom: 38px;
}

.about-sec h2.ttl img {
  background: #fcf2f0 !important;
}

@media print, screen and (min-width: 769px) {
  .about-sec .contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.about-sec .contents .img-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

@media print, screen and (min-width: 769px) {
  .about-sec .contents > div {
    width: 480px;
  }
}

.about-sec .about-large-items .item a {
  color: #333333;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .about-sec .about-large-items .item a :hover {
    text-decoration: underline;
  }
}

.about-sec .about-large-items .item .item-in {
  text-align: center;
}

.about-sec .about-large-items .item .item-img img {
  width: 480px;
  height: 240px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media print, screen and (min-width: 769px) {
  .about-sec .about-large-items .item .item-img img {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .about-sec .about-large-items .item .item-img img {
    width: 324px;
    height: 162px;
    margin-bottom: 30px;
  }
}

.about-sec .about-large-items .item .item-txt {
  text-align: center;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 769px) {
  .about-sec .about-large-items .item .item-txt {
    font-size: 1.5em;
  }
}

.about-sec .about-large-items .item .item-txt p {
  position: relative;
  padding: 10px 50px 10px 50px;
  background: #fff;
  border-radius: 100px;
  border: 1px solid #000;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #333333;
  min-width: 300px;
}

.about-sec .about-large-items .item .item-txt p::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  display: inline-block;
  width: 53px;
  height: 17px;
  background: url(../img_common/black_arrow.png) right 0px center/8px no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.about-sec .about-bnr {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .about-sec .about-bnr {
    margin-bottom: 58px;
  }
}

.about-sec .about-bnr .item {
  margin-right: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .about-sec .about-bnr .item {
    width: 690px;
    margin: 0 auto;
  }
}

.about-sec .about-bnr .item a {
  color: #000;
  text-decoration: none;
}

.about-sec .about-bnr .item .item-in {
  align-items: center;
  background: #fff;
  border: 1px solid #d6d4d4;
  border-radius: 10px;
  display: flex;
  padding: 4px 3px;
  width: 475px;
  padding: 20px 19px;
}

@media screen and (max-width: 768px) {
  .about-sec .about-bnr .item .item-in {
    border-width: 2px;
    width: 100%;
  }
}

.about-sec .about-bnr .item .item-txt {
  background: linear-gradient(transparent 89%, orange 0%);
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .about-sec .about-bnr .item .item-txt {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 768px) {
  .about-sec .about-bnr .item .item-txt {
    text-align: center;
  }
}

.about-sec .about-bnr .item .item-img {
  margin-right: 1.5em;
}

.about-sec .about-bnr .item .item-img img {
  font-family: 'object-fit: contain;';
  height: 165px;
  object-fit: contain;
  width: 165px;
}

@media screen and (max-width: 768px) {
  .about-sec .about-bnr .item .item-img img {
    height: 200px;
    width: 200px;
  }
}

.about-sec .popu-textlink {
  align-items: center;
  background: #fff;
  border: 1px solid #d6d4d4;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 4px 3px;
  width: 380px;
  padding: 20px 19px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 768px) {
  .about-sec .popu-textlink {
    border-width: 2px;
    width: 80%;
  }
}

.about-sec .popu-textlink a {
  background: linear-gradient(transparent 89%, orange 0%);
  text-decoration: none;
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .about-sec .popu-textlink a {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 768px) {
  .about-sec .popu-textlink a {
    text-align: center;
  }
}

.about-sec .popu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .about-sec .popu-list {
    margin-left: auto;
  }
}

.about-sec .popu-list dl {
  background: url("../img_top/popu01.png") left center/75px no-repeat;
  margin-top: 25px;
  padding: 8px 0 8px 80px;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .about-sec .popu-list dl {
    background-size: 109px;
    margin-top: 36px;
    padding: 8px 0 8px 132px;
    width: 350px;
  }
}

.about-sec .popu-list dl:nth-child(-n+2) {
  margin-top: 0;
}

.about-sec .popu-list dl.total {
  background-image: url("../img_top/popu02.png");
}

.about-sec .popu-list dl.male {
  background-image: url("../img_top/popu03.png");
}

.about-sec .popu-list dl.female {
  background-image: url("../img_top/popu04.png");
}

@media print, screen and (min-width: 769px) {
  .about-sec .popu-list dl dt {
    font-size: 110%;
  }
}

.about-sec .popu-list dl dd {
  font-size: 165%;
}

@media screen and (max-width: 768px) {
  .about-sec .popu-list dl dd {
    font-size: 125%;
  }
}

.about-sec .txt {
  margin-top: 18px;
}

@media print, screen and (min-width: 769px) {
  .about-sec .txt {
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .about-sec .txt {
    text-align: right;
  }
}

.about-sec .txt .udpate {
  color: #000;
}

@media print, screen and (min-width: 769px) {
  .about-sec .txt .info {
    margin-right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .about-sec .txt .info {
    margin-bottom: 7px;
  }
}

.about-sec .txt .info a {
  color: #000;
}

.link-sec {
  padding: 0 0 75px;
}

@media screen and (max-width: 768px) {
  .link-sec {
    padding: 0 0 95px;
  }
}

.link-sec h2.ttl {
  margin-bottom: 40px;
}

.link-sec h2.ttl img {
  background: #fff !important;
}

.link-sec .link-slider-wrap {
  position: relative;
}

.link-sec .link-slider-wrap .bx-wrapper {
  margin: auto;
}

.link-sec .link-slider .item a {
  transition: opacity .1s;
}

.link-sec .link-slider .item a:hover {
  opacity: .85;
}

.link-sec .link-slider .item img {
  font-family: 'object-fit: contain;';
  height: 155px;
  object-fit: contain;
  width: 230px;
}

@media screen and (max-width: 768px) {
  .link-sec .link-slider .item img {
    height: 180px;
    width: 270px;
  }
}

.link-sec .slide-controls .arrow {
  top: calc(78px - 27px);
}

@media screen and (max-width: 768px) {
  .link-sec .slide-controls .arrow {
    top: calc(90px - 30px);
  }
}

.link-sec .slide-controls .slide-prev {
  left: -80px;
}

@media screen and (max-width: 768px) {
  .link-sec .slide-controls .slide-prev {
    left: 40px;
  }
}

.link-sec .slide-controls .slide-next {
  right: -80px;
}

@media screen and (max-width: 768px) {
  .link-sec .slide-controls .slide-next {
    right: 40px;
  }
}

.ad-sec {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .ad-sec {
    margin-bottom: 120px;
  }
}

.ad-sec h2.ttl {
  margin-bottom: 38px;
}

@media screen and (max-width: 768px) {
  .ad-sec h2.ttl {
    margin-bottom: 48px;
  }
}

.ad-sec h2.ttl img {
  background: #fff !important;
}

.ad-sec .list {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .ad-sec .list {
    margin: auto;
    width: 700px;
  }
}

.ad-sec .list .item {
  margin-right: 40px;
  margin-top: 30px;
}

@media print, screen and (min-width: 769px) {
  .ad-sec .list .item:nth-child(4n) {
    margin-right: 0;
  }
  .ad-sec .list .item:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .ad-sec .list .item {
    margin-right: 35px;
    margin-top: 38px;
  }
  .ad-sec .list .item:nth-child(2n) {
    margin-right: 0;
  }
  .ad-sec .list .item:nth-child(-n+2) {
    margin-top: 0;
  }
}

.ad-sec .list .item a {
  transition: opacity .1s;
}

.ad-sec .list .item a:hover {
  opacity: .85;
}

.ad-sec .list .item img {
  font-family: 'object-fit: contain;';
  height: 70px;
  object-fit: contain;
  width: 220px;
}

@media screen and (max-width: 768px) {
  .ad-sec .list .item img {
    height: 104px;
    width: 332px;
  }
}

.ad-sec .note {
  margin-top: 15px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .ad-sec .note {
    margin-top: 21px;
  }
}

.ad-sec .note a {
  color: #000;
  font-size: 105%;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  margin-top: 100px;
  position: relative;
}

footer * {
  box-sizing: border-box;
}

footer .in {
  background: url("../img_common/footer_bottom_pc.png") center bottom no-repeat;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  footer .in {
    background-image: url("../img_common/footer_bottom_sp.png");
  }
}

footer #pagetop {
  position: absolute;
  right: 50px;
  top: -111px;
}

@media screen and (max-width: 768px) {
  footer #pagetop {
    right: 30px;
    top: -160px;
  }
}

footer #pagetop a {
  background: url("../img_common/footer_pagetop.png") center/contain no-repeat;
  display: inline-block;
  font-size: 0;
  height: 111px;
  transition: transform .1s ease, opacity .1s;
  width: 112px;
}

@media screen and (max-width: 768px) {
  footer #pagetop a {
    height: 175px;
    width: 177px;
  }
}

footer #pagetop a:hover {
  transform: translateY(-5px);
  opacity: .85;
}

footer .footer-contents {
  margin: auto;
  padding-bottom: 90px;
  position: relative;
  text-align: center;
  width: 525px;
}

@media screen and (max-width: 768px) {
  footer .footer-contents {
    padding-bottom: 130px;
    width: auto;
  }
}

footer .footer-contents .footer-ttl {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  footer .footer-contents .footer-ttl {
    margin-bottom: 30px;
  }
}

footer .footer-contents .footer-ttl img {
  background: #fff !important;
}

footer .footer-contents address {
  margin-bottom: 22px;
}

@media print, screen and (min-width: 769px) {
  footer .footer-contents address {
    font-size: 110%;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-contents address {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-contents address span {
    display: block;
  }
}

footer .footer-contents .btn-link-list {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  footer .footer-contents .btn-link-list {
    margin-bottom: 35px;
  }
}

footer .footer-contents .btn-link-list li {
  margin: 0 7px;
}

footer .footer-contents .btn-link-list li a {
  background: #f0c9d3 url("../img_common/black_arrow.png") right 15px center/8px no-repeat;
  border-radius: 100px;
  color: #000;
  display: inline-block;
  font-size: 110%;
  padding: 10px 20px 9px;
  text-decoration: none;
  width: 220px;
}

footer .footer-contents .btn-link-list li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  footer .footer-contents .btn-link-list li a {
    background-position: right 24px center;
    font-size: 90%;
    padding: 10px 30px 9px;
    width: 280px;
  }
}

footer .footer-contents .txt-link-list {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  footer .footer-contents .txt-link-list {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

footer .footer-contents .txt-link-list li a {
  color: #000;
  display: inline-block;
  font-size: 110%;
  padding: 0 16px 0 15px;
  position: relative;
}

@media screen and (max-width: 768px) {
  footer .footer-contents .txt-link-list li a {
    padding: 0 26px 0 25px;
  }
}

footer .footer-contents .txt-link-list li a:after {
  background: #000;
  bottom: 0;
  content: '';
  display: inline-block;
  height: 16px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

@media screen and (max-width: 768px) {
  footer .footer-contents .txt-link-list li a:after {
    height: 26px;
  }
}

footer .footer-contents .txt-link-list li:first-child a {
  padding-left: 0;
}

footer .footer-contents .txt-link-list li:last-child a {
  padding-right: 0;
}

footer .footer-contents .txt-link-list li:last-child a:after {
  content: none;
}

@media print, screen and (min-width: 769px) {
  footer .footer-contents .map {
    position: absolute;
    right: -330px;
    top: 35px;
  }
}

@media print, screen and (min-width: 769px) {
  footer .footer-contents .map img {
    width: 328px;
  }
}

footer .copyright {
  background: #c2deab;
  padding: 15px 0 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 90%;
    padding: 35px 0;
  }
}
