@charset "UTF-8";
/* pattern-responsive */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrapper {
    overflow-x: auto;
  }
}

h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  background: #ccc;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  border-bottom: 5px solid #333;
  padding: 8px 15px 6px 15px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a:link {
  color: #666;
}

h2.head-title a:visited {
  color: #999;
}

h2.head-title a:hover {
  color: #999;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #ccc;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  border-left: 5px solid #333;
}

h3.head-title .bg, .wysiwyg h3 .bg, .free-layout-area h3 .bg, .smartcmsBbsBlock h3 .bg {
  display: block;
  padding: 8px 15px 7px 15px;
}

h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  background: #ccc;
  font-size: 110%;
  padding: 10px 15px 13px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 15px;
  line-height: 1.2;
  border-bottom: 2px solid #ccc;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
  border-bottom: 1px dashed #999;
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .wysiwyg ol {
    margin-left: 22px;
  }
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul {
  margin-left: 0;
}

.wysiwyg table ol {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .wysiwyg table ol {
    margin-left: 0;
    padding-left: 40px;
  }
}

.wysiwyg table p {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.wysiwyg table, .smartcmsBbsBlock .bbsBody .form table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #eee;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 90%;
  color: #333;
  background: #fff;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 170% !important;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #2d5f92;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1360px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #ccc;
  text-align: center;
}

.scheme2 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme3 {
  background-color: #333;
  text-align: center;
}

.scheme4 {
  background-color: #333;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ccc;
  text-align: center;
}

.scheme6 {
  background-color: #333;
  text-align: center;
}

.scheme7 {
  background-color: #ccc;
  text-align: center;
}

.scheme8 {
  background-color: #555;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eee;
  text-align: center;
}

.scheme10 {
  background-color: #4682c0;
  text-align: center;
}

.scheme11 {
  background-color: #c896bd;
  text-align: center;
}

/* Googleカスタム検索
--------------------------------------------------------- */
/* ----- デフォルトスタイル初期化 ----- */
form.gsc-search-box {
  margin: 0 !important;
  font-size: inherit !important;
}

table.gsc-search-box {
  margin: 0 !important;
  border: none !important;
}

.cse table.gsc-search-box td.gsc-input, table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  box-shadow: none !important;
}

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  box-shadow: none !important;
}

table.gsc-search-box td {
  line-height: 1.0;
}

.gsib_a {
  padding: 0 0 0 10px !important;
}

.cse input.gsc-input, input.gsc-input {
  box-sizing: border-box;
  padding: 5px 0 !important;
  border: none !important;
  font-size: inherit !important;
  margin: 0 !important;
}

.cse input.gsc-input::-webkit-input-placeholder, input.gsc-input::-webkit-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-moz-placeholder, input.gsc-input:-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input::-moz-placeholder, input.gsc-input::-moz-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.cse input.gsc-input:-ms-input-placeholder, input.gsc-input:-ms-input-placeholder {
  font-family: inherit !important;
  font-size: inherit !important;
}

.gsst_b {
  font-size: inherit !important;
  padding: 0 !important;
}

.gsst_a {
  padding: 0 !important;
}

.gscb_a {
  display: inline-block;
  font: inherit !important;
  padding: 0 5px !important;
}

td.gsc-search-button {
  font-size: 0;
}

.gsc-search-button {
  margin: 0 !important;
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  box-sizing: border-box;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #ccc !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 5px 0 0 5px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 33px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 63px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 33px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 63px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #333 !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 50px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 5px 5px 0 !important;
  }
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 13px !important;
    height: 13px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 26px !important;
    height: 26px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

@media print {
  body {
    zoom: 0.78571;
  }
}

/*==================================
header（PC）
==================================*/
@media print, screen and (min-width: 769px) {
  body {
    min-width: 1400px;
  }
  .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 {
    background: #29532a;
  }
  #header #header-nav {
    margin: 0 auto;
    display: flex;
    width: 1100px;
    align-items: center;
    justify-content: space-between;
  }
  #header #header-nav #header-logo img {
    width: 273px;
    backface-visibility: hidden;
  }
  #header #header-nav .in .list {
    display: flex;
  }
  #header #header-nav .in .list li {
    display: flex;
  }
  #header #header-nav .in .list li a {
    padding: 0 20px;
    display: flex;
    align-items: center;
    min-height: 80px;
    color: #fff;
    font-size: 125%;
    text-decoration: none;
  }
  #header #header-nav .in .list li a:hover {
    color: #faa01e;
  }
  #header #header-nav .in .list .nav-contact a {
    padding: 0 30px;
    color: #2b562c;
    background: #faa01e;
    font-weight: bold;
  }
  #header #header-nav .in .list .nav-contact a:hover {
    color: #2b562c;
    opacity: .85;
  }
  #header #header-nav .in .list .nav-contact a:focus {
    outline: 2px solid #fff;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header .box {
    min-height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #335f33;
  }
  #sp-header #sp-header-logo {
    margin-left: 10px;
  }
  #sp-header #sp-header-logo img {
    backface-visibility: hidden;
  }
  #sp-header #sp-header-nav {
    margin-right: 10px;
  }
  #sp-header #sp-header-nav .btn-menu,
  #sp-header #sp-header-nav .btn-menu-close {
    padding: 0 16px 0 20px;
    border: 0;
    width: 200px;
    min-height: 80px;
    display: flex;
    align-items: center;
    color: #2f532f;
    background: #faa01e;
    font-size: 87%;
    font-weight: bold;
    letter-spacing: .1em;
    box-sizing: border-box;
  }
  #sp-header #sp-header-nav .btn-menu.is-active,
  #sp-header #sp-header-nav .btn-menu-close.is-active {
    display: none;
  }
  #sp-header #sp-header-nav .btn-menu .icon,
  #sp-header #sp-header-nav .btn-menu-close .icon {
    margin-right: 20px;
    width: 60px;
    height: 47px;
    object-fit: contain;
  }
  #sp-header .modal-menu {
    position: absolute;
    z-index: 99;
    top: 120px;
    left: 0;
    padding-bottom: 80px;
    width: 100%;
    display: none;
    background: #eaefea;
  }
  #sp-header .modal-menu.is-active {
    display: block;
  }
  #sp-header .modal-menu .drop-box {
    margin: 0 auto;
    border-bottom: 2px solid #335f33;
  }
  #sp-header .modal-menu .drop-box .title {
    font-size: 111%;
  }
  #sp-header .modal-menu .drop-box .title-inner {
    position: relative;
    padding: 0 20px 0 80px;
    border: 0;
    width: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    color: #222;
    background: transparent;
    font-size: 118%;
    box-sizing: border-box;
    text-decoration: none;
  }
  #sp-header .modal-menu .drop-box .title-inner::before {
    content: "";
    position: absolute;
    top: 34px;
    left: 20px;
    width: 40px;
    height: 44px;
    background: url(../img_common/sp_liststyle_menu.png) no-repeat;
  }
  #sp-header .modal-menu .modal-menu-utility {
    margin-top: 60px;
  }
  #sp-header .modal-menu .modal-menu-utility .link-wrap {
    text-align: center;
  }
  #sp-header .modal-menu .modal-menu-utility .link-wrap a {
    border: 3px solid #fff;
    border-radius: 408px;
    width: 408px;
    min-height: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #2f532f;
    background: #fab13e;
    font-size: 97%;
    font-weight: bold;
    text-decoration: none;
    box-sizing: border-box;
  }
  #sp-header .modal-menu .modal-menu-utility .link-wrap a .icon {
    margin-right: 10px;
  }
}

.area-main-visual {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 750px;
  background: url(../img_top/mv.png) no-repeat center top;
}

.area-main-visual .main-visual-title {
  margin: 0 auto;
  padding-top: 25px;
  width: 304px;
}

@media screen and (max-width: 768px) {
  .area-main-visual {
    height: 616px;
    background: url(../img_top/sp_mv.png) no-repeat center top;
  }
  .area-main-visual .main-visual-title {
    width: 258px;
  }
}

.area-about-wrap {
  margin: -80px 0 0;
  padding-top: 160px;
  padding-bottom: 70px;
  background: linear-gradient(180deg, #fef7eb 0%, #fef4e2 100%);
}

.area-about {
  margin: 0 auto;
  width: 1100px;
}

.area-about .about-title {
  text-align: center;
}

.area-about .about-title img {
  width: 632px;
  backface-visibility: hidden;
}

.area-about .box-about-wrap {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.area-about .box-about-wrap .about-text {
  margin-right: 10px;
  width: 765px;
  color: #1d2b1d;
  font-size: 111%;
  line-height: 1.87;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}

.area-about .box-about-wrap .about-img {
  margin-right: -50px;
}

.area-about .box-about-wrap .about-img img {
  width: 371px;
  backface-visibility: hidden;
}

.area-about .link-wrap {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}

.area-about .link-wrap a {
  border: 3px solid #fff;
  border-radius: 378px;
  width: 378px;
  min-height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2f532f;
  background: url(../img_top/btn_arrow.png) no-repeat right 20px center/12px 22px #fab13e;
  font-size: 138%;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
}

.area-about .link-wrap a:hover {
  border: 3px solid #edb51b;
  color: #fff;
  background: url(../img_top/btn_arrow_hover.png) no-repeat right 20px center/12px 22px #2f532f;
}

@media screen and (max-width: 768px) {
  .area-about-wrap {
    margin-top: -25px;
    padding-top: 70px;
  }
  .area-about {
    width: 100%;
  }
  .area-about .about-title img {
    width: auto;
  }
  .area-about .box-about-wrap {
    flex-direction: column;
  }
  .area-about .box-about-wrap .about-text {
    margin-right: 0;
    padding: 0 20px;
    width: 100%;
    font-size: 97%;
    line-height: 1.6;
    box-sizing: border-box;
  }
  .area-about .box-about-wrap .about-img {
    margin-top: 40px;
  }
  .area-about .box-about-wrap .about-img img {
    width: auto;
  }
  .area-about .link-wrap a {
    width: 400px;
    min-height: 80px;
    background-size: auto;
    font-size: 97%;
  }
}

.area-features {
  margin-top: 60px;
}

.area-features .features-list {
  margin: 0 auto;
  width: 1100px;
  display: flex;
  justify-content: space-between;
}

.area-features .features-list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 245px;
}

.area-features .features-list .item .features-title {
  position: relative;
  z-index: 1;
}

.area-features .features-list .item .features-img {
  position: relative;
  margin-top: -20px;
  width: 245px;
  height: 280px;
}

.area-features .features-list .item .features-img img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 245px;
  backface-visibility: hidden;
}

.area-features .features-list .item .features-text {
  margin-top: 15px;
  width: 245px;
  min-height: 80px;
  color: #1d2b1d;
  font-size: 97%;
}

.area-features .features-list .item .link-wrap {
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.area-features .features-list .item .link-wrap a {
  border: 3px solid #fff;
  border-radius: 203px;
  width: 203px;
  min-height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2f532f;
  background: url(../img_top/btn_arrow.png) no-repeat right 20px center/10px 18px #fab13e;
  font-size: 111%;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
}

.area-features .features-list .item .link-wrap a:hover {
  border: 3px solid #edb51b;
  color: #fff;
  background: url(../img_top/btn_arrow_hover.png) no-repeat right 20px center/10px 18px #2f532f;
}

@media screen and (max-width: 768px) {
  .area-features {
    margin-top: 0;
  }
  .area-features .features-list {
    padding: 0 20px;
    width: 100%;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .area-features .features-list .item {
    margin-top: 80px;
    width: 340px;
  }
  .area-features .features-list .item .features-img {
    margin-top: 20px;
    width: 300px;
    height: 342px;
  }
  .area-features .features-list .item .features-img img {
    width: 300px;
  }
  .area-features .features-list .item .features-text {
    margin-top: 40px;
    width: 312px;
    min-height: 9em;
  }
  .area-features .features-list .item .link-wrap {
    margin-top: 20px;
  }
  .area-features .features-list .item .link-wrap a {
    width: 280px;
    min-height: 80px;
    background-size: auto;
    font-size: 97%;
  }
}

.area-for-immigrant {
  margin-top: 100px;
  padding: 70px 0 60px;
  background: #fef7eb;
}

.area-for-immigrant .immigrant-title {
  text-align: center;
}

.area-for-immigrant .support-title {
  margin-top: 65px;
  text-align: center;
}

.area-for-immigrant .support-title img {
  width: 498px;
  backface-visibility: hidden;
}

.area-for-immigrant .support-list-wrap {
  position: relative;
  margin: 20px auto 0;
  width: 1100px;
}

.area-for-immigrant .support-list .item {
  width: 340px;
}

.area-for-immigrant .support-list .item a {
  display: block;
  text-decoration: none;
}

.area-for-immigrant .support-list .item a:hover {
  opacity: .85;
}

.area-for-immigrant .support-list .item .img-wrap img {
  width: 340px;
  height: 240px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.area-for-immigrant .support-list .item .support-item-title {
  position: relative;
  margin-top: 15px;
  padding: 16px 0 16px 25px;
  min-height: 55px;
  color: #1d2b1d;
  background: transparent;
  font-size: 138%;
  font-weight: bold;
  box-sizing: border-box;
}

.area-for-immigrant .support-list .item .support-item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -27px;
  width: 4px;
  height: 55px;
  background: #f8bb00;
}

.area-for-immigrant .support-list .item .support-text {
  margin-top: 10px;
  color: #1d2b1d;
  font-size: 97%;
}

.area-for-immigrant .bx-wrapper {
  max-width: none !important;
}

@media print, screen and (min-width: 769px) {
  .area-for-immigrant .bx-viewport {
    height: auto !important;
  }
}

.area-for-immigrant .bx-controls {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-for-immigrant .bx-controls .bx-pager-list {
  display: flex;
}

.area-for-immigrant .bx-controls .bx-pager-link {
  margin-right: 15px;
  padding: 0;
  border: 0;
  width: 14px;
  height: 14px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/slider_dot.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -200px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.area-for-immigrant .bx-controls .bx-pager-link.active {
  background-image: url(../img_top/slider_dot_active.png);
}

.area-for-immigrant .bx-controls .bx-pager-link:hover {
  opacity: .75;
}

.area-for-immigrant .bx-controls-direction {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -550px;
  width: 1100px;
}

.area-for-immigrant .bx-prev,
.area-for-immigrant .bx-next {
  position: absolute;
  top: 95px;
  border: 0;
  width: 30px;
  height: 57px;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -2000px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.area-for-immigrant .bx-prev {
  left: -60px;
  margin-right: 30px;
  background-image: url(../img_top/slider_back.png);
}

.area-for-immigrant .bx-prev:hover {
  opacity: .75;
}

.area-for-immigrant .bx-next {
  right: -60px;
  margin-left: 30px;
  background-image: url(../img_top/slider_next.png);
}

.area-for-immigrant .bx-next:hover {
  opacity: .75;
}

.area-for-immigrant .bx-controls-auto .bx-start {
  border: 0;
  width: 30px;
  height: 30px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/slider_start.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.area-for-immigrant .bx-controls-auto .bx-start:hover {
  opacity: .75;
}

.area-for-immigrant .bx-controls-auto .bx-start.active {
  display: none;
}

.area-for-immigrant .bx-controls-auto .bx-stop {
  border: 0;
  width: 30px;
  height: 30px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/slider_stop.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.area-for-immigrant .bx-controls-auto .bx-stop:hover {
  opacity: .75;
}

.area-for-immigrant .bx-controls-auto .bx-stop.active {
  display: none;
}

.area-for-immigrant .link-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.area-for-immigrant .link-wrap a {
  border: 3px solid #fff;
  border-radius: 398px;
  width: 398px;
  min-height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2f532f;
  background: url(../img_top/btn_arrow.png) no-repeat right 20px center/12px 22px #fab13e;
  font-size: 138%;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
}

.area-for-immigrant .link-wrap a:hover {
  border: 3px solid #edb51b;
  color: #fff;
  background: url(../img_top/btn_arrow_hover.png) no-repeat right 20px center/12px 22px #2f532f;
}

@media screen and (max-width: 768px) {
  .area-for-immigrant .support-title img {
    width: auto;
  }
  .area-for-immigrant .support-list-wrap {
    margin-top: 30px;
    width: 100%;
  }
  .area-for-immigrant .support-list {
    overflow: hidden;
  }
  .area-for-immigrant .support-list .item {
    width: 440px;
  }
  .area-for-immigrant .support-list .item .img-wrap img {
    width: 440px;
    height: 310px;
  }
  .area-for-immigrant .support-list .item .support-item-title {
    margin-top: 40px;
    font-size: 111%;
  }
  .area-for-immigrant .support-list .item .support-item-title::before {
    margin-top: -30px;
    width: 6px;
    height: 60px;
  }
  .area-for-immigrant .support-list .item .support-text {
    margin-top: 20px;
    font-size: 97%;
  }
  .area-for-immigrant .bx-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .area-for-immigrant .bx-viewport {
    margin: 0 auto;
    width: 440px !important;
    overflow: visible !important;
  }
  .area-for-immigrant .bx-controls {
    width: 100vw;
  }
  .area-for-immigrant .bx-controls .bx-pager {
    position: relative;
    z-index: 20;
  }
  .area-for-immigrant .bx-controls .bx-pager-link {
    width: 30px;
    height: 30px;
  }
  .area-for-immigrant .bx-controls-direction {
    margin-left: -220px;
    width: 440px;
  }
  .area-for-immigrant .bx-controls-direction .bx-prev,
  .area-for-immigrant .bx-controls-direction .bx-next {
    top: 125px;
    width: 33px;
    height: 61px;
  }
  .area-for-immigrant .bx-controls-direction .bx-prev {
    left: -45px;
  }
  .area-for-immigrant .bx-controls-direction .bx-next {
    right: -45px;
  }
  .area-for-immigrant .bx-controls-auto {
    position: relative;
    z-index: 20;
  }
  .area-for-immigrant .bx-controls-auto .bx-start,
  .area-for-immigrant .bx-controls-auto .bx-stop {
    width: 40px;
    height: 40px;
  }
  .area-for-immigrant .link-wrap a {
    width: 500px;
    min-height: 80px;
    background-size: auto;
    font-size: 97%;
  }
}

.area-interview .interview-title {
  margin-top: 90px;
  text-align: center;
}

.area-interview .interview-title img {
  width: 472px;
  backface-visibility: hidden;
}

.area-interview .interview-list-wrap {
  position: relative;
  margin: 30px auto 0;
  width: 1100px;
}

.area-interview .interview-list .item {
  width: 340px;
}

.area-interview .interview-list .item a {
  display: block;
  text-decoration: none;
}

.area-interview .interview-list .item a:hover {
  opacity: .85;
}

.area-interview .interview-list .item .img-wrap img {
  width: 340px;
  height: 240px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.area-interview .interview-list .item .interview-item-title {
  position: relative;
  margin-top: 15px;
  padding: 16px 0 16px 25px;
  min-height: 55px;
  color: #1d2b1d;
  background: transparent;
  font-size: 138%;
  font-weight: bold;
  box-sizing: border-box;
}

.area-interview .interview-list .item .interview-item-title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -27px;
  width: 4px;
  height: 55px;
  background: #f8bb00;
}

.area-interview .interview-list .item .interview-text {
  margin-top: 10px;
  color: #1d2b1d;
  font-size: 97%;
}

.area-interview .bx-wrapper {
  max-width: none !important;
}

@media print, screen and (min-width: 769px) {
  .area-interview .bx-viewport {
    height: auto !important;
  }
}

.area-interview .bx-controls {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.area-interview .bx-controls .bx-pager-list {
  display: flex;
}

.area-interview .bx-controls .bx-pager-link {
  margin-right: 15px;
  padding: 0;
  border: 0;
  width: 14px;
  height: 14px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/slider_dot.png);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -200px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.area-interview .bx-controls .bx-pager-link.active {
  background-image: url(../img_top/slider_dot_active.png);
}

.area-interview .bx-controls .bx-pager-link:hover {
  opacity: .75;
}

.area-interview .bx-controls-direction {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -550px;
  width: 1100px;
}

.area-interview .bx-prev,
.area-interview .bx-next {
  position: absolute;
  top: 95px;
  border: 0;
  width: 30px;
  height: 57px;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -2000px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.area-interview .bx-prev {
  left: -60px;
  margin-right: 30px;
  background-image: url(../img_top/slider_back.png);
}

.area-interview .bx-prev:hover {
  opacity: .75;
}

.area-interview .bx-next {
  right: -60px;
  margin-left: 30px;
  background-image: url(../img_top/slider_next.png);
}

.area-interview .bx-next:hover {
  opacity: .75;
}

.area-interview .bx-controls-auto .bx-start {
  border: 0;
  width: 30px;
  height: 30px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/slider_start.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.area-interview .bx-controls-auto .bx-start:hover {
  opacity: .75;
}

.area-interview .bx-controls-auto .bx-start.active {
  display: none;
}

.area-interview .bx-controls-auto .bx-stop {
  border: 0;
  width: 30px;
  height: 30px;
  display: block;
  background-color: transparent;
  background-image: url(../img_top/slider_stop.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: 300%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.area-interview .bx-controls-auto .bx-stop:hover {
  opacity: .75;
}

.area-interview .bx-controls-auto .bx-stop.active {
  display: none;
}

@media screen and (max-width: 768px) {
  .area-interview .interview-title img {
    width: auto;
  }
  .area-interview .interview-list-wrap {
    position: relative;
    width: 100%;
  }
  .area-interview .interview-list {
    overflow: hidden;
  }
  .area-interview .interview-list .item {
    width: 440px;
  }
  .area-interview .interview-list .item .img-wrap img {
    width: 440px;
    height: 310px;
  }
  .area-interview .interview-list .item .interview-item-title {
    margin-top: 40px;
    font-size: 111%;
  }
  .area-interview .interview-list .item .interview-item-title::before {
    margin-top: -30px;
    width: 6px;
    height: 60px;
  }
  .area-interview .interview-list .item .interview-text {
    margin-top: 20px;
    font-size: 97%;
  }
  .area-interview .bx-wrapper {
    width: 100%;
    overflow: hidden;
  }
  .area-interview .bx-viewport {
    margin: 0 auto;
    width: 440px !important;
    overflow: visible !important;
  }
  .area-interview .bx-controls {
    width: 100vw;
  }
  .area-interview .bx-controls .bx-pager {
    position: relative;
    z-index: 20;
  }
  .area-interview .bx-controls .bx-pager-link {
    width: 30px;
    height: 30px;
  }
  .area-interview .bx-controls-direction {
    margin-left: -220px;
    width: 440px;
  }
  .area-interview .bx-controls-direction .bx-prev,
  .area-interview .bx-controls-direction .bx-next {
    top: 125px;
    width: 33px;
    height: 61px;
  }
  .area-interview .bx-controls-direction .bx-prev {
    left: -45px;
  }
  .area-interview .bx-controls-direction .bx-next {
    right: -45px;
  }
  .area-interview .bx-controls-auto {
    position: relative;
    z-index: 20;
  }
  .area-interview .bx-controls-auto .bx-start,
  .area-interview .bx-controls-auto .bx-stop {
    width: 40px;
    height: 40px;
  }
}

.area-news-wrap {
  margin-top: 100px;
  border-top: 1px solid #dce9d7;
  background: linear-gradient(to right, #fff, #fff 49.99%, #edf4eb 50%);
}

.area-news {
  margin: 0 auto;
  width: 1100px;
  display: flex;
}

.area-news .area-notice {
  padding: 50px 20px 100px 0;
  border-right: 1px solid #dce9d7;
  flex: 1;
  background: #fff;
}

.area-news .area-notice .notice-title {
  text-align: center;
}

.area-news .area-notice .notice-title img {
  width: 300px;
  backface-visibility: hidden;
}

.area-news .area-notice .notice-list {
  margin-top: 25px;
}

.area-news .area-notice .notice-list .item {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.area-news .area-notice .notice-list .item:not(:last-child) {
  border-bottom: 1px solid #caddc3;
}

.area-news .area-notice .notice-list .item .notice-date {
  margin-right: 20px;
  font-size: 111%;
}

.area-news .area-notice .notice-list .item .notice-text {
  flex: 1;
  font-size: 111%;
}

.area-news .area-notice .notice-list .item .notice-text a {
  color: #1e62a3;
}

.area-news .area-notice .box-in {
  padding: 30px 0 0;
}

.area-news .area-notice .link-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.area-news .area-notice .link-wrap a {
  border: 3px solid #fff;
  border-radius: 300px;
  width: 300px;
  min-height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2f532f;
  background: url(../img_top/btn_arrow.png) no-repeat right 20px center/12px 22px #fab13e;
  font-size: 138%;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
}

.area-news .area-notice .link-wrap a:hover {
  border: 3px solid #edb51b;
  color: #fff;
  background: url(../img_top/btn_arrow_hover.png) no-repeat right 20px center/12px 22px #2f532f;
}

.area-news .area-info {
  padding: 50px 0 100px 20px;
  flex: 1;
  background: #edf4eb;
}

.area-news .area-info .info-title {
  text-align: center;
}

.area-news .area-info .info-title img {
  width: 300px;
  backface-visibility: hidden;
}

.area-news .area-info .info-list {
  margin-top: 25px;
}

.area-news .area-info .info-list .item {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 70px;
  display: flex;
  background: url(../img_top/ico_liststyle_attention.png) no-repeat left 27px center/26px auto;
  font-size: 111%;
}

.area-news .area-info .info-list .item:not(:last-child) {
  border-bottom: 1px solid #caddc3;
}

.area-news .area-info .info-list .item a {
  color: #1e62a3;
}

.area-news .area-info .link-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.area-news .area-info .link-wrap a {
  border: 3px solid #fff;
  border-radius: 300px;
  width: 300px;
  min-height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2f532f;
  background: url(../img_top/btn_arrow.png) no-repeat right 20px center/12px 22px #fab13e;
  font-size: 138%;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
}

.area-news .area-info .link-wrap a:hover {
  border: 3px solid #edb51b;
  color: #fff;
  background: url(../img_top/btn_arrow_hover.png) no-repeat right 20px center/12px 22px #2f532f;
}

@media screen and (max-width: 768px) {
  .area-news-wrap {
    border-top-width: 2px;
    background: transparent;
  }
  .area-news {
    width: 100%;
    flex-direction: column;
  }
  .area-news .area-notice {
    padding: 46px 25px 58px;
    border-right: 0;
  }
  .area-news .area-notice .notice-title img {
    width: auto;
  }
  .area-news .area-notice .notice-list .item {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px solid #caddc3;
    display: block;
  }
  .area-news .area-notice .notice-list .item .notice-date {
    margin-right: 0;
    font-size: 97%;
  }
  .area-news .area-notice .notice-list .item .notice-text {
    margin-top: 5px;
    font-size: 97%;
  }
  .area-news .area-notice .link-wrap a {
    width: 400px;
    min-height: 80px;
    background-size: auto;
    font-size: 97%;
  }
  .area-news .area-info {
    border-top: 2px solid #cee0c7;
    padding: 46px 25px 58px;
  }
  .area-news .area-info .info-title img {
    width: auto;
  }
  .area-news .area-info .info-list .item {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 64px;
    border-bottom: 2px solid #caddc3;
    background: url(../img_top/ico_liststyle_attention.png) no-repeat left center/39px auto;
    font-size: 97%;
  }
  .area-news .area-info .link-wrap a {
    width: 400px;
    min-height: 80px;
    background-size: auto;
    font-size: 97%;
  }
}

@media print {
  body {
    zoom: 0.78571;
  }
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer {
  background: #315d31;
}

footer .in {
  position: relative;
  padding: 0 180px;
  min-width: 1360px;
  box-sizing: border-box;
}

footer .in #pagetop a {
  position: absolute;
  top: 55px;
  right: 20px;
  display: block;
}

footer .in #pagetop a img {
  width: 61px;
  backface-visibility: hidden;
}

footer .in #pagetop a:hover {
  opacity: .85;
}

footer .in .box {
  margin: 0 auto;
  padding: 55px 0 30px;
  width: 1100px;
  display: flex;
  justify-content: space-between;
}

footer .in .box .footer-info {
  display: flex;
}

footer .in .box .footer-logo {
  margin: 8px 20px 0 10px;
}

footer .in .box .footer-logo img {
  width: 60px;
  backface-visibility: hidden;
}

footer .in .box .footer-address {
  color: #fff;
  font-size: 111%;
}

footer .in .box .footer-address .address-title {
  font-weight: bold;
}

footer .in .box .link-wrap {
  display: flex;
}

footer .in .box .link-wrap a {
  border: 3px solid #fff;
  border-radius: 300px;
  width: 378px;
  min-height: 55px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #2f532f;
  background: #fab13e;
  font-size: 138%;
  font-weight: bold;
  text-decoration: none;
  box-sizing: border-box;
}

footer .in .box .link-wrap a:hover {
  border: 3px solid #edb51b;
  color: #fff;
  background: url(../img_top/btn_arrow_hover.png) no-repeat right 20px center/12px 22px #2f532f;
}

footer .in .box .link-wrap a:focus {
  outline: 2px solid #fff;
}

footer .in .box .link-wrap a .icon {
  margin-right: 15px;
  width: 38px;
  backface-visibility: hidden;
}

footer .in .copyright {
  padding: 10px 0;
  color: #fff;
  font-size: 83%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .in {
    padding: 0;
    min-width: auto;
  }
  footer .in #pagetop a {
    top: 20px;
    right: 20px;
  }
  footer .in #pagetop a img {
    width: 96px;
  }
  footer .in .box {
    padding-bottom: 50px;
    width: 100%;
    flex-direction: column;
  }
  footer .in .box .footer-info {
    flex-direction: column;
    align-items: center;
  }
  footer .in .box .footer-info .footer-logo img {
    width: auto;
  }
  footer .in .box .footer-info .footer-address {
    margin-top: 35px;
    padding: 0 25px;
    font-size: 97%;
  }
  footer .in .box .link-wrap {
    margin-top: 65px;
    justify-content: center;
  }
  footer .in .box .link-wrap a {
    width: 408px;
    min-height: 80px;
    font-size: 97%;
  }
  footer .in .box .link-wrap a .icon {
    width: auto;
  }
  footer .in .copyright {
    padding: 20px 0;
    font-size: 70%;
  }
}
