@charset "UTF-8";
/* pattern-responsive */
/*++++++++++++++++++++++++++++++++++
 * 共通変数定義ファイル（定数）
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/*+++++++++++++++++++++++++++++++++++++++++++
 * トップ下層共にレスポンシブか、下層のみレスポンシブか
+++++++++++++++++++++++++++++++++++++++++++++*/
/*==================================
PCスマホを分ける場合は、下記のコメントアウトを外す。
==================================*/
/*
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;
}

/*++++++++++++++++++++++++++++++++++
 * wysiwyg専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 768px) {
  .wysiwyg {
    overflow-x: auto;
  }
}

/*==================================
見出し
==================================*/
/* h2 */
h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: #FCF5E6 url(../img_sub/h2_title_bg.png) repeat-x left bottom 3px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 10px 22px;
  border-radius: 10px;
  font-size: 125%;
}

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

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

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

h3.head-title, .wysiwyg h3, .free-layout-area h3 {
  margin-top: 20px;
  box-sizing: border-box;
  overflow: hidden;
  background: #EBF8FF;
  padding: 10px;
  font-size: 111.1%;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg {
  display: inline-block;
  background: url(../img_sub/h3_title_icon.png) no-repeat left top calc(0.5em - 2px);
  padding-left: 18px;
}

/* h4 */
h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  background: #FCF5E6;
  padding: 10px;
  font-size: 111.1%;
}

h4 .bg, .wysiwyg h4 .bg, .free-layout-area h4 .bg {
  display: inline-block;
  background: url(../img_sub/h4_title_icon.png) no-repeat left top calc(0.5em - 2px);
  padding-left: 18px;
}

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

/* h6 */
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  color: #0275b4;
  padding-left: 15px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
}

/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓
==================================*/
/**
 * wysiwyg contents
 */
.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;
}

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

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

.wysiwyg table {
  border-collapse: collapse;
  border: 1px solid #D0EFFF;
  margin-top: 10px;
}

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

.wysiwyg th {
  background-color: #EBF8FF;
  font-size: 125%;
  color: #002b33;
}

.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;
}

/*cke_panel_listをいれなければリストにもスタイルが効かない*/
.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;
}

.wysiwyg em {
  font-style: normal;
  font-weight: bold;
}

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*++++++++++++++++++++++++++++++++++
 * common.css
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓ ここからは編集禁止。 ↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
body {
  font: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fbfaf6;
}

@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: #333333;
  text-decoration: underline;
}

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

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

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

a:focus {
  background-color: #cBd8dF;
}

a:active {
  _background: #cBd8dF;
  /*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: #EBF8FF;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

/*==================================
  ↑↑↑↑↑ ここまでは編集禁止。 ↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/*google検索v1のカスタマイズ*/
.gsc-search-box {
  /*初期化*/
  margin: 0 !important;
}

.gsc-search-box td {
  /*初期化*/
  padding: 0 !important;
}

.gsc-search-box .gsst_b {
  /*初期化*/
  padding: 0 !important;
}

.gsc-search-box .gsc-input-box {
  /*検索枠*/
  height: 24px !important;
  border-radius: 3px 0px 0px 3px !important;
  -moz-border-radius: 3px 0px 0px 3px !important;
  -webkit-border-radius: 3px 0px 0px 3px !important;
  padding-left: 10px;
  padding-top: 0px;
  border: 2px solid #42927c !important;
  border-right: none;
}

.gsc-search-box .gsc-input-box input[type=text] {
  /*検索枠の画像部分*/
  width: 151px !important;
  line-height: 24px;
}

.gsc-search-button {
  /*検索ボタン*/
  border-radius: 0px 3px 3px 0px !important;
  -moz-border-radius: 0px 3px 3px 0px !important;
  -webkit-border-radius: 0px 3px 3px 0px !important;
  background-color: #42927c !important;
  text-align: center;
}

.gsc-search-button input[type=image] {
  /*検索ボタン 画像部分*/
  margin: 0px !important;
  background-image: none !important;
  border: none !important;
  padding-top: 8px !important;
}

@media screen and (max-width: 768px) {
  .gsc-search-box .gsc-input-box {
    height: 65px !important;
  }
  .gsc-search-box .gsc-input-box input[type=text] {
    /*検索枠の画像部分*/
    line-height: 65px;
    font-size: 28px;
  }
  .gsc-search-button {
    padding: 0 50px !important;
  }
  .gsc-search-button input[type=image] {
    width: 20px !important;
    height: auto !important;
  }
}

body {
  background: #EBF8FF;
}

@media screen and (max-width: 768px) {
  #container {
    padding-bottom: 30px;
    background: #ffffff;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのヘッダーエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
wrapper
==================================*/
/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  #header {
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header #header-fixed {
    position: absolute;
    z-index: 1000;
    width: 100%;
  }
  #header #header-fixed.header-fixed--fixed {
    position: fixed;
  }
}

@media print {
  #header #header-fixed {
    position: absolute !important;
    top: 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  #header #header-wrap {
    padding: 6px 0;
  }
  #header #header-wrap2 {
    padding: 15px 0 10px 0;
  }
  #header #header-cols {
    width: 1000px;
    margin: 0 auto;
    flex-flow: row nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header #header-cols > * {
    flex-shrink: 0;
  }
  #header #header-logo {
    line-height: 1;
    font-size: 14px;
  }
  #header #header-nav .list {
    flex-flow: row nowrap;
    display: flex;
  }
  #header #header-nav > * {
    flex-shrink: 0;
    line-height: 1;
    font-size: 14px;
  }
  #header .header-subnav-area {
    font-size: 14px;
    width: 1000px;
    margin: 0 auto;
  }
  #header .header-subnav-area li, #header .header-subnav-area dt, #header .header-subnav-area dd {
    line-height: 100%;
  }
  #header .header-subnav-area, #header .header-subnav-area a {
    color: #333333;
  }
  #header .header-subnav-area .box {
    flex-flow: row nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #header .header-subnav-area .box .unit .list {
    flex-flow: row nowrap;
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .box .unit .list > * {
    margin-left: 15px;
  }
  #header .header-subnav-area .box .unit .list > *:first-child {
    margin-left: 0;
  }
  #header .header-subnav-area .box .unit .list > * a {
    display: inline-block;
    padding: 5px 0 5px 24px;
    background: url(../img_common/common_arrow_blue.png) no-repeat left top calc(0.5em - 5px);
    background-size: 20px auto;
  }
  #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    flex-flow: row nowrap;
    display: flex;
    align-items: center;
  }
  #header .header-subnav-area .box #header-size > *, #header .header-subnav-area .box #header-color > * {
    flex-shrink: 0;
  }
  #header .header-subnav-area .box #header-size dd, #header .header-subnav-area .box #header-color dd {
    margin-left: 2px;
  }
  #header .header-subnav-area .box #header-size dd:first-child, #header .header-subnav-area .box #header-color dd:first-child {
    margin-left: 6px;
  }
  #header .header-subnav-area .box #header-size dd a:hover, #header .header-subnav-area .box #header-color dd a:hover {
    opacity: 0.7;
  }
  #header .header-subnav-area .box #header-size img, #header .header-subnav-area .box #header-color img {
    cursor: pointer;
  }
  #header .header-subnav-area .box #header-size {
    margin-left: 20px;
  }
  #header .header-subnav-area .box #header-color {
    margin-left: 6px;
  }
  #header .header-subnav-area .box .unit2 {
    margin-left: 9px;
  }
  #header .header-subnav-area .box .unit2 .list {
    flex-flow: row nowrap;
    display: flex;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #header #sp-header-wrap {
    position: relative;
    z-index: 1;
  }
  #header #sp-header-cols {
    background: rgba(255, 255, 255, 0.8);
    padding: 10px 40px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
  }
  #header #sp-header-cols > * {
    flex-shrink: 0;
    box-sizing: border-box;
  }
  #header .menu-btn-area {
    display: flex;
    flex-flow: row nowrap;
  }
  #header .menu-btn-area > * {
    flex-shrink: 0;
    box-sizing: border-box;
    width: 50%;
  }
  #header .menu-btn-area > *:first-child {
    padding-right: 6px;
  }
  #header .menu-btn-area > *:last-child {
    padding-left: 6px;
  }
  #header .menu-btn-area > * img {
    width: 100%;
    height: auto;
  }
  #header #sp-header-logo {
    width: 57%;
    padding-right: 15px;
  }
  #header #sp-header-logo img {
    width: 100%;
    height: auto;
  }
  #header #sp-header-nav {
    width: 43%;
    padding-left: 15px;
  }
  /* モーダル */
  .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0.7;
    background: #000000;
    z-index: 9;
  }
  .modal-menu {
    display: none;
    position: absolute;
    top: 160px;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  .modal-menu .in {
    margin: 0 40px;
    background-color: #FFF;
    box-sizing: border-box;
  }
  .modal-menu .arrow {
    position: absolute;
    top: -14px;
    z-index: 0;
    width: 24px;
    height: 14px;
    right: 12%;
  }
  .modal-menu .list {
    padding: 0 13px;
  }
  .modal-menu .list li {
    border-bottom: 2px dotted #000000;
  }
  .modal-menu .list a {
    display: block;
    text-align: center;
    padding: 25px 0;
  }
  .modal-menu .list2 {
    margin-top: 18px;
    padding: 0 13px;
  }
  .modal-menu .list2 li {
    margin-top: 8px;
  }
  .modal-menu .list2 li:first-child {
    margin-top: 0;
  }
  .modal-menu .list2 a {
    border: 1px solid #DADADA;
    display: block;
    text-align: center;
    padding: 30px 0;
  }
  .modal-menu .list2 a span {
    display: inline-block;
    padding-left: 45px;
    background: url(../img_common/common_arrow_blue.png) no-repeat left top calc(0.5em - 13px);
  }
  .modal-menu .modal-menu-close {
    margin-top: 8px;
  }
  .modal-menu .modal-menu-close > span {
    display: block;
    cursor: pointer;
    background: #A3D0EC;
    padding: 17px 0;
    text-align: center;
  }
  .modal-menu .modal-menu-close > span > span {
    display: inline-block;
    padding-left: 45px;
    background: url(../img_common/modal_menu_close.png) no-repeat left top calc(0.5em - 13px);
  }
}

/* pattern-responsive */
/*++++++++++++++++++++++++++++++++++
 * トップページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print, screen and (min-width: 769px) {
  #header {
    height: 710px;
    position: relative;
  }
  #header #header-wrap {
    background: rgba(255, 255, 255, 0.75);
    position: relative;
    z-index: 2;
  }
  #header #header-wrap2 {
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    z-index: 2;
  }
  #header #header-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
  }
  #header #header-slider .list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
  }
  #header #header-slider .bx-viewport {
    z-index: 0;
  }
  #header #header-slider .bx-wrapper, #header #header-slider .bx-viewport, #header #header-slider .list, #header #header-slider .list li {
    height: 100% !important;
  }
  #header #header-slider .bx-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: block;
    z-index: 1;
    font-size: 10px;
    text-align: center;
  }
  #header #header-slider .bx-pager, #header #header-slider .bx-pager-link, #header #header-slider .bx-pager-item, #header #header-slider .bx-controls-auto, #header #header-slider .bx-controls-auto-item {
    display: inline-block;
    vertical-align: middle;
  }
  #header #header-slider .bx-prev, #header #header-slider .bx-next {
    position: absolute;
    width: 55px;
    height: 51px;
    background-size: cover;
    background-repeat: no-repeat;
    top: calc(50% + 15px);
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  #header #header-slider .bx-prev {
    left: calc(50% - 500px);
    background-image: url(../img_top/header_slider_prev.png);
  }
  #header #header-slider .bx-next {
    left: calc(50% + 500px - 55px);
    background-image: url(../img_top/header_slider_next.png);
  }
  #header #header-slider .bx-pager-item {
    padding: 0 4px;
  }
  #header #header-slider .bx-pager-link, #header #header-slider .bx-start, #header #header-slider .bx-stop {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  #header #header-slider .bx-start, #header #header-slider .bx-stop {
    margin-left: 9px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #header #header-slider .bx-start.active, #header #header-slider .bx-stop.active {
    display: none;
  }
  #header #header-slider .bx-start {
    background-image: url(../img_top/header_slider_play.png);
  }
  #header #header-slider .bx-stop {
    background-image: url(../img_top/header_slider_stop.png);
  }
  #header #header-slider .bx-pager-link {
    background: #FFFFFF !important;
    box-sizing: border-box;
    border-radius: 50%;
    width: 12px;
    height: 12px;
  }
  #header #header-slider .bx-pager-link.active {
    background: #A3D0EC !important;
    border: 0;
  }
  .feature-area {
    padding: 65px 0 60px 0;
    position: relative;
    overflow: hidden;
    background: #EBF8FF url(../img_top/feature_area_bg.png) no-repeat center top 80px;
  }
  .feature-area .title2 {
    width: 700px;
    padding: 55px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1;
  }
  .feature-area .taimi {
    position: absolute;
    left: calc(50% + 531px);
    top: 30px;
  }
  .feature-area .title2 {
    background: url(../img_top/feature_area_title_bg.png) no-repeat left top, url(../img_top/feature_area_title_bg2.png) no-repeat left bottom;
  }
  .feature-area .title2 img {
    width: 421px;
    height: auto;
  }
  .feature-area .description {
    margin: 40px auto 0 auto;
    max-width: 670px;
    text-align: center;
  }
  .feature-area .description p {
    display: inline-block;
    text-align: left;
  }
  .feature-area .cards {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .feature-area .cards .cards-list {
    flex-flow: row wrap;
    display: flex;
  }
  .feature-area .cards .cards-list > * {
    flex-shrink: 0;
    margin-left: 25px;
    margin-top: 25px;
    width: 290px;
  }
  .feature-area .cards .cards-list > *:nth-child(-n+3) {
    margin-top: 0;
  }
  .feature-area .cards .cards-list > *:nth-child(3n + 1) {
    margin-left: 0;
  }
  .feature-area .cards .cards-list a {
    text-decoration: none;
  }
  .feature-area .cards .cards-thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
  }
  .feature-area .cards .cards-item {
    height: 100%;
    background: #ffffff;
    border-radius: 10px;
  }
  .feature-area .cards .cards-info {
    padding: 10px 0;
  }
  .feature-area .cards .cards-title {
    background-repeat: no-repeat;
    background-position: left top calc(0.5em - 6px);
    padding-left: 34px;
    margin-left: -4px;
    font-size: 125%;
    font-weight: bold;
    text-decoration: underline;
  }
  .feature-area .cards .cards-text {
    padding: 0 30px;
    margin-top: 7px;
  }
  .feature-area .cards .cards-title {
    background-image: url(../img_top/feature_area_title2_icon.png);
  }
  .feature-area .all {
    margin: 35px auto 0 auto;
    width: 290px;
    line-height: 1;
    font-size: 14px;
  }
  .feature-area .all a {
    display: block;
    border-radius: 10px;
    padding: 35px 15px;
    background-repeat: no-repeat, no-repeat;
    background-position: left 4px top 5px, left 4px bottom 5px;
    background-size: 282px auto, 282px auto;
    background-color: #fff;
    text-align: center;
  }
  .feature-area .all a > span {
    display: inline-block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left top calc(0.5em - 7px);
    background-size: 20px auto;
  }
  .feature-area .all a > span img {
    height: auto;
  }
  .feature-area .all a {
    background-image: url(../img_top/feature_area_detail_bg.png), url(../img_top/feature_area_detail_bg2.png);
  }
  .feature-area .all a > span {
    background-image: url(../img_common/common_arrow_blue.png);
  }
  .feature-area .all a img {
    width: 222px;
  }
  .life-area {
    padding: 65px 0 60px 0;
    background: #FFFFFF url(../img_top/life_area_bg.png);
  }
  .life-area .title2 {
    width: 700px;
    padding: 55px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1;
  }
  .life-area .title2 {
    background: url(../img_top/life_area_title_bg.png) no-repeat left top, url(../img_top/life_area_title_bg2.png) no-repeat left bottom;
    background-color: #fff;
  }
  .life-area .title2 img {
    width: 220px;
    height: auto;
  }
  .life-area .description {
    margin: 40px auto 0 auto;
    max-width: 670px;
    text-align: center;
  }
  .life-area .description p {
    display: inline-block;
    text-align: left;
  }
  .life-area .cards {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .life-area .cards .cards-list {
    flex-flow: row wrap;
    display: flex;
  }
  .life-area .cards .cards-list > * {
    flex-shrink: 0;
    margin-left: 25px;
    margin-top: 25px;
    width: 290px;
  }
  .life-area .cards .cards-list > *:nth-child(-n+3) {
    margin-top: 0;
  }
  .life-area .cards .cards-list > *:nth-child(3n + 1) {
    margin-left: 0;
  }
  .life-area .cards .cards-list a {
    text-decoration: none;
  }
  .life-area .cards .cards-item {
    position: relative;
    background: #F5F3EB;
    border-radius: 10px;
    height: 100%;
  }
  .life-area .cards .cards-thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
  }
  .life-area .cards .cards-title {
    background: #DCCA81;
    position: absolute;
    display: inline-block;
    top: 10px;
    box-sizing: border-box;
    padding: 8px 15px 0 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    height: 32px;
    left: -5px;
  }
  .life-area .cards .cards-title:after {
    content: '';
    display: block;
    background: url(../img_top/life_area_title_tail.png) no-repeat;
    background-size: cover;
    width: 15px;
    height: 100%;
    top: 0;
    left: 100%;
    position: absolute;
  }
  .life-area .cards .cards-info {
    padding: 20px 10px 10px 20px;
  }
  .life-area .cards .cards-text {
    font-size: 111.1%;
  }
  .life-area .cards .cards-detail {
    margin-top: 20px;
    text-align: right;
  }
  .life-area .cards .cards-detail .cards-detail-btn {
    display: inline-block;
    background: #ffffff;
    padding: 10px 20px 10px 15px;
    border-radius: 10px;
    text-decoration: none;
  }
  .life-area .cards .cards-detail .cards-detail-btn span {
    display: inline-block;
    background: url(../img_common/common_arrow_yellow.png) no-repeat left top calc(0.5em - 4px);
    background-size: 16px auto;
    padding-left: 20px;
    color: #333;
  }
  .life-area .links {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .life-area .links .links-list {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -10px;
    text-align: center;
  }
  .life-area .links .links-list > * {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .life-area .links .links-list > * {
    display: inline-block;
  }
  .life-area .links .links-list > *:before {
    content: '/';
    margin-right: 8px;
  }
  .life-area .links .links-list > *:first-child:before {
    content: '';
    margin-right: 0px;
  }
  .life-area .links .links-list li a {
    font-size: 150%;
  }
  .job-area {
    padding: 65px 0 60px 0;
    background: #E4F8F3 url(../img_top/job_area_bg.png) no-repeat center top 88px;
  }
  .job-area .title2 {
    width: 700px;
    padding: 55px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1;
  }
  .job-area .title2 {
    background: url(../img_top/job_area_title_bg.png) no-repeat left top, url(../img_top/job_area_title_bg2.png) no-repeat left bottom;
  }
  .job-area .title2 img {
    width: 156px;
    height: auto;
  }
  .job-area .cards {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .job-area .cards .cards-list {
    flex-flow: row wrap;
    display: flex;
  }
  .job-area .cards .cards-list > * {
    flex-shrink: 0;
    margin-left: 25px;
    margin-top: 25px;
    width: 290px;
  }
  .job-area .cards .cards-list > *:nth-child(-n+3) {
    margin-top: 0;
  }
  .job-area .cards .cards-list > *:nth-child(3n + 1) {
    margin-left: 0;
  }
  .job-area .cards .cards-list a {
    text-decoration: none;
  }
  .job-area .cards .cards-thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
  }
  .job-area .cards .cards-item {
    height: 100%;
    background: #ffffff;
    border-radius: 10px;
  }
  .job-area .cards .cards-info {
    padding: 10px 0;
  }
  .job-area .cards .cards-title {
    background-repeat: no-repeat;
    background-position: left top calc(0.5em - 6px);
    padding-left: 34px;
    margin-left: -4px;
    font-size: 125%;
    font-weight: bold;
    text-decoration: underline;
  }
  .job-area .cards .cards-text {
    padding: 0 30px;
    margin-top: 7px;
  }
  .job-area .cards .cards-title {
    background-image: url(../img_top/job_area_title2_icon.png);
  }
  .job-area .all {
    margin: 35px auto 0 auto;
    width: 290px;
    line-height: 1;
    font-size: 14px;
  }
  .job-area .all a {
    display: block;
    border-radius: 10px;
    padding: 35px 15px;
    background-repeat: no-repeat, no-repeat;
    background-position: left 4px top 5px, left 4px bottom 5px;
    background-size: 282px auto, 282px auto;
    background-color: #fff;
    text-align: center;
  }
  .job-area .all a > span {
    display: inline-block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left top calc(0.5em - 7px);
    background-size: 20px auto;
  }
  .job-area .all a > span img {
    height: auto;
  }
  .job-area .all a {
    background-image: url(../img_top/job_area_detail_bg.png), url(../img_top/job_area_detail_bg2.png);
  }
  .job-area .all a > span {
    background-image: url(../img_common/common_arrow_green.png);
  }
  .job-area .all a img {
    width: 174px;
  }
  .job-area .links {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  .job-area .links .links-list {
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -10px;
    text-align: center;
  }
  .job-area .links .links-list > * {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .job-area .links .links-list > * {
    display: inline-block;
  }
  .job-area .links .links-list > *:before {
    content: '/';
    margin-right: 8px;
  }
  .job-area .links .links-list > *:first-child:before {
    content: '';
    margin-right: 0px;
  }
  .job-area .links .links-list li a {
    font-size: 150%;
  }
  .child-raising-area {
    padding: 65px 0 60px 0;
    background: #FFFFFF url(../img_top/child_raising_area_bg.png);
  }
  .child-raising-area .title2 {
    width: 700px;
    padding: 55px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1;
  }
  .child-raising-area .title2 {
    background: url(../img_top/child_raising_area_title_bg.png) no-repeat left top, url(../img_top/child_raising_area_title_bg2.png) no-repeat left bottom;
    background-color: #fff;
  }
  .child-raising-area .title2 img {
    width: 200px;
    height: auto;
  }
  .child-raising-area .cards {
    width: 920px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
  .child-raising-area .cards .cards-list {
    flex-flow: row wrap;
    display: flex;
  }
  .child-raising-area .cards .cards-list > * {
    flex-shrink: 0;
    margin-left: 25px;
    margin-top: 25px;
    width: 290px;
  }
  .child-raising-area .cards .cards-list > *:nth-child(-n+3) {
    margin-top: 0;
  }
  .child-raising-area .cards .cards-list > *:nth-child(3n + 1) {
    margin-left: 0;
  }
  .child-raising-area .cards .cards-list a {
    text-decoration: none;
  }
  .child-raising-area .cards .cards-thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
  }
  .child-raising-area .cards .cards-item {
    height: 100%;
    background: #ffffff;
    border-radius: 10px;
  }
  .child-raising-area .cards .cards-info {
    padding: 10px 0;
  }
  .child-raising-area .cards .cards-title {
    background-repeat: no-repeat;
    background-position: left top calc(0.5em - 6px);
    padding-left: 34px;
    margin-left: -4px;
    font-size: 125%;
    font-weight: bold;
    text-decoration: underline;
  }
  .child-raising-area .cards .cards-text {
    padding: 0 30px;
    margin-top: 7px;
  }
  .child-raising-area .cards .cards-title {
    background-image: url(../img_top/child_raising_area_title2_icon.png);
  }
  .child-raising-area .cards .cards-item {
    background: #FFF5F5;
  }
  .child-raising-area .all {
    margin: 35px auto 0 auto;
    width: 290px;
    line-height: 1;
    font-size: 14px;
  }
  .child-raising-area .all a {
    display: block;
    border-radius: 10px;
    padding: 35px 15px;
    background-repeat: no-repeat, no-repeat;
    background-position: left 4px top 5px, left 4px bottom 5px;
    background-size: 282px auto, 282px auto;
    background-color: #fff;
    text-align: center;
  }
  .child-raising-area .all a > span {
    display: inline-block;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left top calc(0.5em - 7px);
    background-size: 20px auto;
  }
  .child-raising-area .all a > span img {
    height: auto;
  }
  .child-raising-area .all a {
    border: 1px solid #F9E6E6;
    background-image: url(../img_top/child_raising_area_detail_bg.png), url(../img_top/child_raising_area_detail_bg2.png);
  }
  .child-raising-area .all a > span {
    background-image: url(../img_common/common_arrow_pink.png);
  }
  .child-raising-area .all a img {
    width: 223px;
  }
  .tourism-area {
    margin-top: -144px;
    padding-top: 144px;
  }
  .tourism-area .tourism-area-in {
    padding: 65px 0 60px 0;
    background: #FCF5E6 url(../img_top/tourism_area_bg.png) no-repeat center top 114px;
  }
  .tourism-area .tourism-area-in .title2 {
    width: 700px;
    padding: 55px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 16px;
    line-height: 1;
  }
  .tourism-area .title2 {
    background: url(../img_top/tourism_area_title_bg.png) no-repeat left top, url(../img_top/tourism_area_title_bg2.png) no-repeat left bottom;
  }
  .tourism-area .title2 img {
    width: 229px;
    height: auto;
  }
  .tourism-area .links {
    width: 940px;
    margin: 50px auto 0 auto;
  }
  .tourism-area .links .links-list {
    flex-flow: row wrap;
    display: flex;
  }
  .tourism-area .links .links-list > * {
    flex-shrink: 0;
    margin-left: 8px;
    margin-top: 10px;
    width: 150px;
  }
  .tourism-area .links .links-list > *:nth-child(-n+6) {
    margin-top: 0;
  }
  .tourism-area .links .links-list > *:nth-child(6n + 1) {
    margin-left: 0;
  }
  .tourism-area .links .links-item {
    display: block;
    background: #ffffff;
    border-radius: 10px;
    padding: 20px 0 10px 0;
    position: relative;
  }
  .tourism-area .links .links-item:after {
    content: '';
    display: block;
    background: url(../img_top/tourism_area_links_bookmark.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 30px;
    height: 19px;
    left: -4px;
    top: 15px;
  }
  .tourism-area .links .links-icon {
    text-align: center;
  }
  .tourism-area .links .links-icon img {
    width: 93px;
    height: auto;
  }
  .tourism-area .links .links-text {
    margin-top: 8px;
    text-align: center;
  }
  .tourism-area .links .links-text img {
    height: 19px;
    width: auto;
  }
  .tourism-area .links2 {
    width: 940px;
    margin: 40px auto 0 auto;
  }
  .tourism-area .links2 .links2-list {
    flex-flow: row wrap;
    display: flex;
  }
  .tourism-area .links2 .links2-list > * {
    flex-shrink: 0;
    margin-left: 10px;
    margin-top: 10px;
    width: 465px;
  }
  .tourism-area .links2 .links2-list > *:nth-child(-n+2) {
    margin-top: 0;
  }
  .tourism-area .links2 .links2-list > *:nth-child(2n + 1) {
    margin-left: 0;
  }
  .tourism-area .links2 .links2-item {
    display: block;
    background: url(../img_top/tourism_area_links2_bg.png) no-repeat center top 10px, url(../img_top/tourism_area_links2_bg2.png) no-repeat center bottom 10px, url(../img_common/common_arrow_orange2.png) no-repeat right 13px center;
    background-size: 438px auto, 438px auto, 25px auto;
    background-color: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    height: 100%;
    padding: 30px 13px;
    text-decoration: none;
  }
  .tourism-area .links2 .links2-cols {
    display: flex;
    flex-flow: row nowrap;
  }
  .tourism-area .links2 .links2-cols > * {
    flex-shrink: 0;
  }
  .tourism-area .links2 .links2-icon {
    width: 86px;
  }
  .tourism-area .links2 .links2-icon img {
    width: 76px;
    height: auto;
  }
  .tourism-area .links2 .links2-info {
    flex: 1;
  }
  .tourism-area .links2 .links2-title {
    margin-top: 5px;
  }
  .tourism-area .links2 .links2-title img {
    height: 25px;
    width: auto;
  }
  .tourism-area .links2 .links2-text, .tourism-area .links2 .links2-text2 {
    padding-right: 30px;
  }
  .tourism-area .links2 .links2-text {
    margin-top: 10px;
  }
  .tourism-area .links2 .links2-text2 {
    margin-top: 20px;
  }
  .tourism-area .slider {
    width: 940px;
    margin: 45px auto 0 auto;
    position: relative;
  }
  .tourism-area .slider .slider-list img {
    border-radius: 10px;
  }
  .tourism-area .slider .bx-viewport {
    z-index: 0;
  }
  .tourism-area .slider .bx-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: block;
    z-index: 101;
    font-size: 10px;
    text-align: center;
  }
  .tourism-area .slider .bx-pager, .tourism-area .slider .bx-pager-link, .tourism-area .slider .bx-pager-item, .tourism-area .slider .bx-controls-auto, .tourism-area .slider .bx-controls-auto-item {
    display: inline-block;
    vertical-align: middle;
  }
  .tourism-area .slider .bx-prev, .tourism-area .slider .bx-next {
    position: absolute;
    width: 55px;
    height: 51px;
    top: calc(50% - 35px);
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
  }
  .tourism-area .slider .bx-prev {
    left: calc(50% - 500px);
    background-image: url(../img_top/tourism_area_slider_prev.png);
  }
  .tourism-area .slider .bx-next {
    left: calc(50% + 500px - 55px);
    background-image: url(../img_top/tourism_area_slider_next.png);
  }
  .tourism-area .slider .bx-pager-item {
    padding: 0 4px;
  }
  .tourism-area .slider .bx-pager-link, .tourism-area .slider .bx-start, .tourism-area .slider .bx-stop {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  .tourism-area .slider .bx-start, .tourism-area .slider .bx-stop {
    margin-left: 9px;
    width: 36px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .tourism-area .slider .bx-start.active, .tourism-area .slider .bx-stop.active {
    display: none;
  }
  .tourism-area .slider .bx-start {
    background-image: url(../img_top/tourism_area_slider_play.png);
  }
  .tourism-area .slider .bx-stop {
    background-image: url(../img_top/tourism_area_slider_stop.png);
  }
  .tourism-area .slider .bx-pager-link {
    background: #FFFFFF !important;
    box-sizing: border-box;
    border-radius: 50%;
    width: 12px;
    height: 12px;
  }
  .tourism-area .slider .bx-pager-link.active {
    background: #EDAC66 !important;
    border: 0;
  }
  #kokoku-area {
    background: #ffffff;
    padding: 50px 0;
  }
  #kokoku-area .in {
    width: 910px;
    margin: 0 auto;
  }
  #kokoku-area .list {
    flex-flow: row wrap;
    display: flex;
  }
  #kokoku-area .list > * {
    flex-shrink: 0;
    margin-left: 65px;
    margin-top: 20px;
    width: 260px;
  }
  #kokoku-area .list > *:nth-child(-n+3) {
    margin-top: 0;
  }
  #kokoku-area .list > *:nth-child(3n + 1) {
    margin-left: 0;
  }
  footer {
    margin-top: 1px !important;
  }
}

@media screen and (max-width: 768px) {
  #header {
    position: relative;
    height: 710px;
  }
  #header-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
  }
  #header-slider .list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
  }
  #header-slider .bx-viewport {
    z-index: 0;
  }
  #header-slider .bx-wrapper, #header-slider .bx-viewport, #header-slider .list, #header-slider .list li {
    height: 100% !important;
  }
  #header-slider .bx-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: block;
    z-index: 1;
    font-size: 10px;
    text-align: center;
  }
  #header-slider .bx-pager, #header-slider .bx-pager-link, #header-slider .bx-pager-item, #header-slider .bx-controls-auto, #header-slider .bx-controls-auto-item {
    display: inline-block;
    vertical-align: middle;
  }
  #header-slider .bx-prev, #header-slider .bx-next {
    position: absolute;
    width: 95px;
    height: 88px;
    top: calc(50% + 60px);
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  #header-slider .bx-prev {
    left: 15px;
    background: url(../img_top/header_slider_prev.png) no-repeat;
  }
  #header-slider .bx-next {
    right: 15px;
    background: url(../img_top/header_slider_next.png) no-repeat;
  }
  #header-slider .bx-pager-item {
    padding: 0 8px;
  }
  #header-slider .bx-pager-link, #header-slider .bx-start, #header-slider .bx-stop {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  #header-slider .bx-start, #header-slider .bx-stop {
    position: absolute;
    right: 50px;
    bottom: -10px;
    width: 67px;
    height: 68px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  #header-slider .bx-start.active, #header-slider .bx-stop.active {
    display: none;
  }
  #header-slider .bx-start {
    background-image: url(../img_top/header_slider_play.png);
  }
  #header-slider .bx-stop {
    background-image: url(../img_top/header_slider_stop.png);
  }
  #header-slider .bx-pager-link {
    background: #FFFFFF !important;
    box-sizing: border-box;
    border-radius: 50%;
    width: 24px;
    height: 24px;
  }
  #header-slider .bx-pager-link.active {
    background: #A3D0EC !important;
    border: 0;
  }
  .feature-area {
    padding: 70px 40px 50px 40px;
    background: #EBF8FF url(../img_top/sp_feature_area_bg.png) repeat-y center top;
    background-size: 100% auto;
  }
  .feature-area .title2 {
    padding: 70px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-repeat: no-repeat,no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
  }
  .feature-area .title2 img {
    max-width: 100%;
    height: auto;
  }
  .feature-area .title2 {
    background-image: url(../img_top/feature_area_title_bg.png), url(../img_top/feature_area_title_bg2.png);
    background-color: #EBF8FF;
  }
  .feature-area .cards {
    margin-top: 30px;
  }
  .feature-area .cards .cards-list > * {
    margin-top: 20px;
  }
  .feature-area .cards .cards-list > *:first-child {
    margin-top: 0;
  }
  .feature-area .cards .cards-list a {
    text-decoration: none;
  }
  .feature-area .cards .cards-item {
    display: flex;
    flex-flow: row nowrap;
  }
  .feature-area .cards .cards-item > * {
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .feature-area .cards .cards-thumb {
    width: 48%;
  }
  .feature-area .cards .cards-thumb img {
    border-radius: 10px 0 0 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
  }
  .feature-area .cards .cards-info {
    width: 52%;
    background: #ffffff;
    padding: 25px;
    border-radius: 0 10px 10px 0;
  }
  .feature-area .cards .cards-title {
    position: relative;
    font-weight: bold;
    text-decoration: underline;
  }
  .feature-area .cards .cards-title:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 29px;
    right: calc(100% + 4px);
    top: calc(0.5em - 10px);
    background-repeat: no-repeat;
  }
  .feature-area .cards .cards-text {
    margin-top: 20px;
  }
  .feature-area .cards .cards-title:before {
    background-image: url(../img_top/sp_feature_area_title2_icon.png);
  }
  .feature-area .all {
    margin: 50px 60px 0 60px;
  }
  .feature-area .all a {
    display: block;
    border-radius: 10px;
    padding: 70px 10px;
    background-repeat: no-repeat, no-repeat;
    background-position: center top 10px, center bottom 10px;
    background-size: calc(100% - 20px) auto, calc(100% - 20px) auto;
    background-color: #fff;
    text-align: center;
  }
  .feature-area .all a > span {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: left top calc(0.5em - 14px);
    background-size: 40px auto;
  }
  .feature-area .all a > span img {
    max-width: 100%;
    height: auto;
  }
  .feature-area .all a {
    background-image: url(../img_top/feature_area_detail_bg.png), url(../img_top/feature_area_detail_bg2.png);
  }
  .feature-area .all a > span {
    background-image: url(../img_common/common_arrow_blue.png);
  }
  .life-area {
    padding: 70px 40px 50px 40px;
    background: #FFFFFF url(../img_top/life_area_bg.png);
  }
  .life-area .title2 {
    padding: 70px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-repeat: no-repeat,no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
  }
  .life-area .title2 img {
    max-width: 100%;
    height: auto;
  }
  .life-area .title2 {
    background-image: url(../img_top/life_area_title_bg.png), url(../img_top/life_area_title_bg2.png);
    background-color: #FFFFFF;
  }
  .life-area .cards {
    margin-top: 25px;
  }
  .life-area .cards .cards-list > * {
    margin-top: 20px;
  }
  .life-area .cards .cards-list > *:first-child {
    margin-top: 0;
  }
  .life-area .cards .cards-list a {
    text-decoration: none;
  }
  .life-area .cards .cards-item {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
  }
  .life-area .cards .cards-item > * {
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .life-area .cards .cards-thumb {
    width: 48%;
  }
  .life-area .cards .cards-thumb img {
    border-radius: 10px 0 0 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
  }
  .life-area .cards .cards-info {
    width: 52%;
    background: #F5F3EB;
    padding: 30px 20px 25px 20px;
    border-radius: 0 10px 10px 0;
  }
  .life-area .cards .cards-title {
    background: #DCCA81;
    position: absolute;
    display: inline-block;
    top: 10px;
    box-sizing: border-box;
    padding: 8px 5px 0 10px;
    font-weight: bold;
    font-size: 28px;
    line-height: 1;
    height: 44px;
    left: -5px;
  }
  .life-area .cards .cards-title:after {
    content: '';
    display: block;
    background: url(../img_top/life_area_title_tail.png) no-repeat;
    background-size: cover;
    width: 22px;
    height: 100%;
    top: 0;
    left: 100%;
    position: absolute;
  }
  .life-area .cards .cards-detail {
    margin-top: 40px;
    text-align: right;
  }
  .life-area .cards .cards-detail .cards-detail-btn {
    display: inline-block;
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
  }
  .life-area .cards .cards-detail .cards-detail-btn span {
    display: inline-block;
    background: url(../img_common/common_arrow_yellow.png) no-repeat left top calc(0.5em - 6px);
    background-size: 24px auto;
    padding-left: 30px;
  }
  .life-area .links {
    margin-top: 40px;
  }
  .life-area .links .links-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px;
    text-align: center;
  }
  .life-area .links .links-list > * {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .life-area .links .links-list > * {
    display: inline-block;
  }
  .life-area .links .links-list > *:before {
    content: '/';
    margin-right: 10px;
  }
  .life-area .links .links-list > *:first-child:before {
    content: '';
    margin-right: 0px;
  }
  .job-area {
    padding: 70px 40px 50px 40px;
    background: #E4F8F3 url(../img_top/sp_job_area_bg.png) repeat-y center top;
    background-size: 100% auto;
  }
  .job-area .title2 {
    padding: 70px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-repeat: no-repeat,no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
  }
  .job-area .title2 img {
    max-width: 100%;
    height: auto;
  }
  .job-area .title2 {
    background-image: url(../img_top/job_area_title_bg.png), url(../img_top/job_area_title_bg2.png);
    background-color: #E4F8F3;
  }
  .job-area .cards {
    margin-top: 30px;
  }
  .job-area .cards .cards-list > * {
    margin-top: 20px;
  }
  .job-area .cards .cards-list > *:first-child {
    margin-top: 0;
  }
  .job-area .cards .cards-list a {
    text-decoration: none;
  }
  .job-area .cards .cards-item {
    display: flex;
    flex-flow: row nowrap;
  }
  .job-area .cards .cards-item > * {
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .job-area .cards .cards-thumb {
    width: 48%;
  }
  .job-area .cards .cards-thumb img {
    border-radius: 10px 0 0 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
  }
  .job-area .cards .cards-info {
    width: 52%;
    background: #ffffff;
    padding: 25px;
    border-radius: 0 10px 10px 0;
  }
  .job-area .cards .cards-title {
    position: relative;
    font-weight: bold;
    text-decoration: underline;
  }
  .job-area .cards .cards-title:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 29px;
    right: calc(100% + 4px);
    top: calc(0.5em - 10px);
    background-repeat: no-repeat;
  }
  .job-area .cards .cards-text {
    margin-top: 20px;
  }
  .job-area .cards .cards-title:before {
    background-image: url(../img_top/sp_job_area_title2_icon.png);
  }
  .job-area .all {
    margin: 50px 60px 0 60px;
  }
  .job-area .all a {
    display: block;
    border-radius: 10px;
    padding: 70px 10px;
    background-repeat: no-repeat, no-repeat;
    background-position: center top 10px, center bottom 10px;
    background-size: calc(100% - 20px) auto, calc(100% - 20px) auto;
    background-color: #fff;
    text-align: center;
  }
  .job-area .all a > span {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: left top calc(0.5em - 14px);
    background-size: 40px auto;
  }
  .job-area .all a > span img {
    max-width: 100%;
    height: auto;
  }
  .job-area .all a {
    background-image: url(../img_top/job_area_detail_bg.png), url(../img_top/job_area_detail_bg2.png);
  }
  .job-area .all a > span {
    background-image: url(../img_common/common_arrow_green.png);
  }
  .job-area .links {
    margin-top: 40px;
  }
  .job-area .links .links-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px;
    text-align: center;
  }
  .job-area .links .links-list > * {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    box-sizing: border-box;
  }
  .job-area .links .links-list > * {
    display: inline-block;
  }
  .job-area .links .links-list > *:before {
    content: '/';
    margin-right: 10px;
  }
  .job-area .links .links-list > *:first-child:before {
    content: '';
    margin-right: 0px;
  }
  .child-raising-area {
    padding: 70px 40px 50px 40px;
    background: #FFFFFF url(../img_top/child_raising_area_bg.png);
  }
  .child-raising-area .title2 {
    padding: 70px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-repeat: no-repeat,no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
  }
  .child-raising-area .title2 img {
    max-width: 100%;
    height: auto;
  }
  .child-raising-area .title2 {
    background-image: url(../img_top/child_raising_area_title_bg.png), url(../img_top/child_raising_area_title_bg2.png);
    background-color: #FFFFFF;
  }
  .child-raising-area .cards {
    margin-top: 30px;
  }
  .child-raising-area .cards .cards-list > * {
    margin-top: 20px;
  }
  .child-raising-area .cards .cards-list > *:first-child {
    margin-top: 0;
  }
  .child-raising-area .cards .cards-list a {
    text-decoration: none;
  }
  .child-raising-area .cards .cards-item {
    display: flex;
    flex-flow: row nowrap;
  }
  .child-raising-area .cards .cards-item > * {
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .child-raising-area .cards .cards-thumb {
    width: 48%;
  }
  .child-raising-area .cards .cards-thumb img {
    border-radius: 10px 0 0 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
  }
  .child-raising-area .cards .cards-info {
    width: 52%;
    background: #ffffff;
    padding: 25px;
    border-radius: 0 10px 10px 0;
  }
  .child-raising-area .cards .cards-title {
    position: relative;
    font-weight: bold;
    text-decoration: underline;
  }
  .child-raising-area .cards .cards-title:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 29px;
    right: calc(100% + 4px);
    top: calc(0.5em - 10px);
    background-repeat: no-repeat;
  }
  .child-raising-area .cards .cards-text {
    margin-top: 20px;
  }
  .child-raising-area .cards .cards-title:before {
    background-image: url(../img_top/sp_child_raising_area_title2_icon.png);
  }
  .child-raising-area .cards .cards-info {
    background: #FFF5F5;
  }
  .child-raising-area .all {
    margin: 50px 60px 0 60px;
  }
  .child-raising-area .all a {
    display: block;
    border-radius: 10px;
    padding: 70px 10px;
    background-repeat: no-repeat, no-repeat;
    background-position: center top 10px, center bottom 10px;
    background-size: calc(100% - 20px) auto, calc(100% - 20px) auto;
    background-color: #fff;
    text-align: center;
  }
  .child-raising-area .all a > span {
    display: inline-block;
    box-sizing: border-box;
    padding-left: 60px;
    background-repeat: no-repeat;
    background-position: left top calc(0.5em - 14px);
    background-size: 40px auto;
  }
  .child-raising-area .all a > span img {
    max-width: 100%;
    height: auto;
  }
  .child-raising-area .all a {
    border: 1px solid #F9E6E6;
    background-image: url(../img_top/child_raising_area_detail_bg.png), url(../img_top/child_raising_area_detail_bg2.png);
  }
  .child-raising-area .all a > span {
    background-image: url(../img_common/common_arrow_pink.png);
  }
  .tourism-area {
    padding: 70px 40px 50px 40px;
    background: #FCF5E6 url(../img_top/sp_tourism_area_bg.png) repeat-y center top;
    background-size: 100% auto;
  }
  .tourism-area .title2 {
    padding: 70px 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-repeat: no-repeat,no-repeat;
    background-position: center top, center bottom;
    background-size: 100% auto, 100% auto;
  }
  .tourism-area .title2 img {
    max-width: 100%;
    height: auto;
  }
  .tourism-area .title2 {
    background-image: url(../img_top/tourism_area_title_bg.png), url(../img_top/tourism_area_title_bg2.png);
    background-color: #FCF5E6;
  }
  .tourism-area .links {
    margin-top: 20px;
  }
  .tourism-area .links .links-list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
    flex-flow: row wrap;
    display: flex;
  }
  .tourism-area .links .links-list > * {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .tourism-area .links .links-list > * {
    flex-shrink: 0;
    width: 33.33333%;
  }
  .tourism-area .links .links-item {
    display: block;
    background: #ffffff;
    border-radius: 10px;
    padding: 30px 10px 10px 10px;
    position: relative;
  }
  .tourism-area .links .links-item:after {
    content: '';
    display: block;
    background: url(../img_top/tourism_area_links_bookmark.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 43px;
    height: 28px;
    left: -5px;
    top: 20px;
  }
  .tourism-area .links .links-icon {
    text-align: center;
  }
  .tourism-area .links .links-icon img {
    max-width: 100%;
    height: auto;
  }
  .tourism-area .links .links-text {
    margin-top: 10px;
    text-align: center;
  }
  .tourism-area .links .links-text img {
    max-width: 100%;
    height: auto;
  }
  .tourism-area .links2 {
    margin-top: 20px;
  }
  .tourism-area .links2 .links2-list {
    padding: 0 45px;
  }
  .tourism-area .links2 .links2-list > * {
    margin-top: 20px;
  }
  .tourism-area .links2 .links2-list > *:first-child {
    margin-top: 0;
  }
  .tourism-area .links2 .links2-item {
    display: block;
    background: url(../img_top/tourism_area_links2_bg.png) no-repeat center top 10px, url(../img_top/tourism_area_links2_bg2.png) no-repeat center bottom 10px, url(../img_common/common_arrow_orange2.png) no-repeat right 13px center;
    background-size: calc(100% - 30px) auto, calc(100% - 30px) auto, 35px auto;
    background-color: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px 20px;
    text-decoration: none;
  }
  .tourism-area .links2 .links2-cols {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
  }
  .tourism-area .links2 .links2-cols > * {
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .tourism-area .links2 .links2-icon {
    width: 18%;
    padding-right: 7.5px;
  }
  .tourism-area .links2 .links2-icon img {
    width: 100%;
    height: auto;
  }
  .tourism-area .links2 .links2-info {
    width: 82%;
    padding-left: 7.5px;
  }
  .tourism-area .links2 .links2-text, .tourism-area .links2 .links2-text2 {
    margin-top: 10px;
    padding-right: 30px;
  }
  .tourism-area .slider {
    margin-top: 20px;
    position: relative;
  }
  .tourism-area .slider .slider-list, .tourism-area .slider .slider-list li {
    height: 100%;
  }
  .tourism-area .slider .slider-list img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    font-family: 'object-fit: cover; object-position: 50% 50%;';
  }
  .tourism-area .slider .bx-viewport {
    z-index: 0;
    height: 400px !important;
  }
  .tourism-area .slider .bx-controls {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: block;
    z-index: 1;
    font-size: 10px;
    text-align: center;
  }
  .tourism-area .slider .bx-pager, .tourism-area .slider .bx-pager-link, .tourism-area .slider .bx-pager-item, .tourism-area .slider .bx-controls-auto, .tourism-area .slider .bx-controls-auto-item {
    display: inline-block;
    vertical-align: middle;
  }
  .tourism-area .slider .bx-pager-item {
    padding: 0 8px;
  }
  .tourism-area .slider .bx-pager-link, .tourism-area .slider .bx-start, .tourism-area .slider .bx-stop {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
  }
  .tourism-area .slider .bx-prev, .tourism-area .slider .bx-next {
    position: absolute;
    width: 95px;
    height: 88px;
    top: calc(50% - 35px);
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .tourism-area .slider .bx-prev {
    left: -35px;
    background-image: url(../img_top/tourism_area_slider_prev.png);
  }
  .tourism-area .slider .bx-next {
    right: -35px;
    background-image: url(../img_top/tourism_area_slider_next.png);
  }
  .tourism-area .slider .bx-start, .tourism-area .slider .bx-stop {
    position: absolute;
    right: 10px;
    bottom: -10px;
    width: 67px;
    height: 68px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .tourism-area .slider .bx-start.active, .tourism-area .slider .bx-stop.active {
    display: none;
  }
  .tourism-area .slider .bx-start {
    background-image: url(../img_top/tourism_area_slider_play.png);
  }
  .tourism-area .slider .bx-stop {
    background-image: url(../img_top/tourism_area_slider_stop.png);
  }
  .tourism-area .slider .bx-pager-link {
    background: #FFFFFF;
    box-sizing: border-box;
    border-radius: 50%;
    width: 24px;
    height: 24px;
  }
  .tourism-area .slider .bx-pager-link.active {
    background: #EDAC66 !important;
    border: 0;
  }
  #kokoku-area {
    background: #ffffff;
    padding: 50px 40px 40px 40px;
  }
  #kokoku-area .list {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
    flex-flow: row wrap;
    display: flex;
  }
  #kokoku-area .list > * {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    box-sizing: border-box;
  }
  #kokoku-area .list > * {
    flex-shrink: 0;
    width: 50%;
  }
  #kokoku-area .list img {
    width: 100%;
    height: auto;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
@media print, screen and (min-width: 769px) {
  footer {
    position: relative;
    background: #ffffff;
    margin-top: 30px;
  }
  footer .in {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  footer #pagetop-pc {
    position: absolute;
    top: -55px;
    left: calc(50% + 517px);
  }
  footer #pagetop-pc img {
    width: 74px;
    height: auto;
  }
  footer .footer-infos-area {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
  }
  footer .footer-infos-area > * {
    flex-shrink: 0;
  }
  footer .footer-infos-area > * {
    box-sizing: border-box;
  }
  footer .footer-infos-area .logo {
    width: 369px;
  }
  footer .footer-infos-area .logo img {
    width: 334px;
    height: auto;
  }
  footer .footer-infos-area .infos {
    max-width: 600px;
    padding-right: 30px;
    font-weight: bold;
  }
  footer .footer-infos-area .title {
    font-size: 125%;
  }
  footer .copyright {
    padding: 10px 0;
    background-color: #E0F2FF;
    font-size: 83.3%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  footer {
    position: relative;
    background: #ffffff;
    margin-top: 1px;
  }
  footer .in {
    padding: 30px 40px;
  }
  footer #pagetop-pc {
    position: absolute;
    top: -40px;
    right: 10px;
  }
  footer .footer-infos-area .infos {
    margin-top: 30px;
  }
  footer .footer-infos-area .title {
    font-size: 115%;
    font-weight: bold;
  }
  footer .copyright {
    padding: 5px 0;
    background-color: #E0F2FF;
    font-size: 18px;
    text-align: center;
  }
}
