@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;
  padding: 8px 16px;
  box-sizing: border-box;
  background: #fff1ae;
  color: #333;
  font-size: 150%;
  border-bottom: 3px solid #ef9816;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

h2.head-title .bg, .wysiwyg h2 .bg, .free-layout-area h2 .bg {
  display: block;
}

h2.head-title a {
  color: inherit;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3, .smartcmsBbsBlock h3 {
  margin-top: 20px;
  background: #fff1ae;
  color: #333;
  font-size: 140%;
  box-sizing: border-box;
  border-radius: 10px;
}

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: #addeba;
  font-size: 130%;
  padding: 10px 15px;
  border-radius: 10px;
}

h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 115%;
  margin-top: 20px;
  display: block;
  padding: 0 0 5px 15px;
  line-height: 1.2;
  border-bottom: 2px solid #ef9816;
}

h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 15px;
  padding-bottom: 5px;
  margin-top: 20px;
  line-height: 1.2;
}

h2.head-title, h3.head-title {
  overflow: hidden;
}

.smartcmsBbsBlock h3,
h4, h5, h6 {
  overflow: hidden;
}

.wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6, .free-layout-area h2, .free-layout-area h3, .free-layout-area h4, .free-layout-area h5, .free-layout-area h6 {
  overflow: hidden;
}

.wysiwyg ul, .pubcom-table ul {
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: disc;
}

* html .wysiwyg ul,
* html .pubcom-table ul {
  display: inline-block;
}

.wysiwyg ol, .pubcom-table ol {
  /* 回り込み画像時にリストが出ない問題を解決 */
  overflow: hidden;
  margin-top: 10px;
  margin-left: 30px;
  padding-left: 1.4em;
  list-style: decimal;
}

* html .wysiwyg ol,
* html .pubcom-table ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table ul, .wysiwyg table ol, .pubcom-table table ul, .pubcom-table table ol {
  margin-left: 0;
}

.wysiwyg table p, .pubcom-table 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: #fff9da;
}

.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;
}

strong, em, b {
  font-style: normal;
  font-weight: bold;
}

.strng_, .cke_panel_list .strng_ {
  font-style: normal;
  font-weight: bold;
}

.text_, .cke_panel_list .text_ {
  color: #c00;
  font-weight: bold;
}

.text2_, .cke_panel_list .text2_ {
  color: #00c;
  font-weight: normal;
}

.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-size: 1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333;
  background-image: url("../img_common/body_background_repeat.png");
  background-size: auto;
  background-position: center;
  background-repeat: repeat;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.75rem;
  }
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #cce2fc;
  color: #2d5f92;
}

a:active {
  _background: #cce2fc;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

address {
  font-style: normal;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media print, screen and (min-width: 769px) {
  .view-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none !important;
  }
}

.des-attention-area {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media print, screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #fff1ae;
  text-align: center;
}

.scheme2 {
  border: 1px solid #cccccc;
  text-align: center;
}

.scheme3 {
  background-color: #333333;
  text-align: center;
}

.scheme4 {
  background-color: #ef9816;
  text-align: center;
}

.scheme5 {
  border: 1px solid #ef9816;
  text-align: center;
}

.scheme6 {
  background-color: #333333;
  text-align: center;
}

.scheme7 {
  background-color: #ef9816;
  text-align: center;
}

.scheme8 {
  background-color: #ae6500;
  color: #fff;
  text-align: center;
}

.scheme9 {
  background-color: #eeeeee;
  text-align: center;
}

.scheme10 {
  background-color: #ef9816;
  text-align: center;
}

.scheme11 {
  background-color: #9cd7ab;
  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;
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    font-size: 2rem !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-radius: 0 !important;
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    border: none !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    border: 4px solid #fff !important;
    border-left: none !important;
  }
}

/* ----- カスタム設定 ----- */
.gsc-input-box {
  border: 1px solid #dbd6ca !important;
  border-right: none !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-input-box {
    border-radius: 14px 0 0 14px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-input-box {
    border-radius: 45px 0 0 45px !important;
  }
}

@media print, screen and (min-width: 769px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 30px;
  }
}

@media screen and (max-width: 768px) {
  .cse input.gsc-input, input.gsc-input {
    min-height: 88px;
  }
}

@media print, screen and (min-width: 769px) {
  td.gsc-search-button {
    height: 30px;
    padding-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  td.gsc-search-button {
    height: 88px;
    padding-left: 0 !important;
  }
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  background-color: #ffd21b !important;
}

@media print, screen and (min-width: 769px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 30px !important;
    border-radius: 0 14px 14px 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .cse .gsc-search-button-v2, .gsc-search-button-v2 {
    width: 100px !important;
    border-radius: 0 9999px 9999px 0 !important;
  }
}

.gsc-search-button-v2 svg {
  fill: #002b5e !important;
}

@media print, screen and (min-width: 769px) {
  .gsc-search-button-v2 svg {
    width: 15px !important;
    height: 15px !important;
  }
}

@media screen and (max-width: 768px) {
  .gsc-search-button-v2 svg {
    width: 32px !important;
    height: 32px !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.hide {
  display: none;
}

#smartphone * {
  box-sizing: border-box;
}

#smartphone a {
  color: #333;
  display: block;
  text-decoration: none;
}

#smartphone .wrap {
  align-items: center;
  background-color: #f8b653;
  border: 6px solid #333;
  display: flex;
  justify-content: center;
  padding: 15px 0;
  position: relative;
  width: 100%;
}

#smartphone .wrap .txt {
  font-size: 230%;
  font-weight: bold;
  line-height: 140%;
  padding-right: 20px;
}

#smartphone .wrap .ico {
  background-color: #333;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
}

#smartphone .wrap .ico:after {
  border-left: 12px solid #fff;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  bottom: 0;
  content: '';
  left: 0;
  height: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

@media print {
  body {
    zoom: 1;
  }
}

#container {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  #container {
    padding-bottom: 80px;
  }
}

@media print, screen and (min-width: 769px) {
  body {
    min-width: 1040px;
  }
  .to-container a {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    margin-top: -9999px;
    color: #333;
    font-size: 97%;
  }
  .to-container a:focus {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  #header {
    position: relative;
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header .header-subnav-area {
    display: flex;
    gap: 0 20px;
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0;
    box-sizing: border-box;
  }
  #header .header-subnav-area .box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 5px 20px;
    margin-left: auto;
    padding: 5px 0;
    margin-top: 8px;
  }
  #header .header-subnav-area .box:first-child {
    margin-top: 0;
  }
  #header .header-nav-wrapper {
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1000px;
    min-height: 130px;
    background-color: #fff;
    border-radius: 65px;
    box-shadow: 0px 0px 6px 1px rgba(185, 185, 185, 0.45);
    box-sizing: border-box;
  }
  #header #header-logo {
    width: auto;
    flex-shrink: 0;
    position: absolute;
    top: 20px;
    left: 16px;
    z-index: 1;
  }
  #header #header-logo a {
    display: inline-block;
  }
  #header #header-logo a:hover {
    opacity: .85;
  }
  #header #header-nav {
    flex: 1;
  }
  #header #header-nav .list {
    display: flex;
    justify-content: space-between;
  }
  #header #header-nav .list > li {
    flex: 1;
    text-align: center;
  }
  #header #header-nav .list > li:first-child {
    margin-left: 0;
  }
  #header #header-nav .list > li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    color: #5e5e5e;
    font-weight: bold;
    text-decoration: none;
    font-size: 1.0625rem;
  }
}

@media print, screen and (min-width: 769px) and (min-width: 769px) {
  #header #header-nav .list > li a:hover {
    text-decoration: underline;
  }
}

@media print, screen and (min-width: 769px) {
  #header #header-nav .list > li img {
    object-fit: contain;
    width: 50px;
    height: 50px;
  }
  #header .header-subnav-area {
    width: 1000px;
    margin: 0 auto;
    position: relative;
    min-height: 130px;
  }
  #header .header-subnav-area .in {
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  #sp-header * {
    box-sizing: border-box;
  }
  #sp-header > .box {
    padding: 16px;
    display: flex;
    height: 140px;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
  }
  #sp-header .sp-header-logo {
    width: 380px;
    flex-shrink: 0;
  }
  #sp-header .sp-header-logo img {
    max-width: 100%;
  }
  #sp-header .sp-header-nav {
    background: none;
  }
  #sp-header .sp-header-nav .list {
    display: none;
  }
  #sp-header .sp-header-nav .menu-btn-area img {
    width: 100px;
    max-width: 100%;
  }
  #sp-header .modal-menu-bg {
    width: 100%;
    height: 1000px;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background: #000;
    z-index: 9;
  }
  #sp-header .modal-menu {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
  }
  #sp-header .modal-menu > .box {
    padding: 16px;
    display: flex;
    height: 140px;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
  }
  #sp-header .modal-menu .in {
    padding: 20px 25px;
    background-color: #fff1ae;
  }
  #sp-header .modal-menu-close {
    margin-top: 40px;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 100%;
    background-color: transparent;
    font-size: 2.375rem;
    font-weight: bold;
    color: #5e5e5e;
    border: none;
    border-top: 1px solid #fff;
    line-height: 1;
  }
  #sp-header .modal-menu-close::before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background-image: url("../img_common/modal_menu_close.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #sp-header .sp-nav .nav-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #sp-header .sp-nav a {
    display: flex;
    align-items: center;
    gap: 45px;
    padding: 30px 45px;
    font-weight: bold;
    font-size: 2.625rem;
    background-color: #fff;
    color: #5e5e5e;
    text-decoration: none;
  }
  #sp-header .sp-nav a:any-link {
    color: #5e5e5e;
    text-decoration: none;
  }
  #sp-header .sp-nav a img {
    display: block;
    width: 60px;
    height: 60px;
    object-fit: contain;
  }
  #sp-header .support-block {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  #sp-header .support-block {
    margin-top: 50px;
    padding: 48px;
    background-color: #fff;
    border-radius: 10px;
  }
}

@media screen and (max-width: 768px) {
  #sp-header .support-block .support-list {
    background: #e1e1e1;
    border-radius: 10px;
    box-sizing: border-box;
    margin: auto;
    padding: 30px 100px;
    width: 700px;
  }
  #sp-header .support-block .support-list li + li {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) and (max-width: 570px) {
  #sp-header .modal-menu {
    top: 90px;
  }
}

.header-size, .header-color {
  display: flex;
  align-items: center;
}

.header-size button, .header-color button {
  padding: 0;
  background: none;
}

@media print, screen and (min-width: 769px) {
  .header-size button, .header-color button {
    appearance: none;
    border: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    vertical-align: bottom;
  }
}

.header-size .title, .header-color .title {
  color: #063945;
}

@media print, screen and (min-width: 769px) {
  .header-size .title, .header-color .title {
    font-size: 0.875rem;
    margin-right: 14px;
    line-height: 1.2;
  }
}

@media screen and (max-width: 768px) {
  .header-size .title, .header-color .title {
    font-size: 2rem;
    width: 160px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .header-size dl, .header-color dl {
    align-items: center;
    display: flex;
  }
}

@media screen and (max-width: 768px) {
  .header-size dt, .header-color dt {
    flex-shrink: 0;
    margin-right: 20px;
    width: 240px;
  }
}

@media print, screen and (min-width: 769px) {
  .header-size dd, .header-color dd {
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  .header-size dd, .header-color dd {
    font-size: 0;
    margin-right: 25px;
  }
}

@media print, screen and (min-width: 769px) {
  .header-size dd + dd, .header-color dd + dd {
    margin-left: 4px;
  }
}

@media print, screen and (min-width: 769px) {
  .header-size dd img, .header-color dd img {
    cursor: pointer;
  }
  .header-size dd img:hover, .header-color dd img:hover {
    opacity: .85;
  }
}

.header-size button, .header-color button {
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .header-size dd img {
    height: 90px;
  }
}

@media screen and (max-width: 768px) {
  .header-color {
    margin-top: 30px;
  }
}

.header-color a {
  display: block;
}

@media screen and (max-width: 768px) {
  .header-color dd img {
    height: 90px;
  }
}

.header-lang {
  display: flex;
  position: relative;
  border-radius: 9999px;
}

@media screen and (max-width: 768px) {
  .header-lang {
    margin-top: 40px;
    padding: 10px;
    border: 2px solid #dbd6ca;
    border-radius: 9999px;
  }
}

.header-lang::after {
  content: "";
  display: block;
  width: 8px;
  height: 7px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url("../img_common/foreign_language_arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

@media print, screen and (min-width: 769px) {
  .header-lang::after {
    left: 68%;
  }
}

@media screen and (max-width: 768px) {
  .header-lang::after {
    width: 16px;
    height: 16px;
    right: 250px;
  }
}

.header-lang .lang-select {
  padding-top: 3px;
  padding-right: 40px;
  padding-bottom: 3px;
  padding-left: 12px;
  border: solid 1px #dbd6ca;
  border-right: none;
  color: #063945;
  border-radius: 14px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  appearance: none;
}

@media print, screen and (min-width: 769px) {
  .header-lang .lang-select {
    background: #fff;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 768px) {
  .header-lang .lang-select {
    flex: 1;
    padding: 15px 20px;
    border: 0;
    background-color: transparent;
    font-size: 2rem;
  }
}

.header-lang .btn-lang-select {
  border: none;
  color: #063945;
  min-height: 30px;
  padding: 3px 12px;
  background: #ffd21b;
  line-height: 1;
  border-radius: 14px;
  cursor: pointer;
}

@media print, screen and (min-width: 769px) {
  .header-lang .btn-lang-select {
    margin-left: -12px;
  }
}

@media screen and (max-width: 768px) {
  .header-lang .btn-lang-select {
    padding: 15px 20px;
    font-size: 100%;
    border-radius: 9999px;
  }
}

@media print, screen and (min-width: 769px) {
  .header-lang .btn-lang-select:hover {
    opacity: .85;
  }
}

@media screen and (max-width: 768px) {
  .header-search {
    margin: 0 auto;
    margin-top: 50px !important;
    width: 600px;
  }
}

@media screen and (max-width: 768px) {
  .header-search table {
    margin: 0 auto !important;
  }
}

.header-search input {
  width: 180px !important;
}

@media screen and (max-width: 768px) {
  .header-search input {
    width: 442px !important;
  }
}

.header-search .gsc-input {
  background-color: #fff !important;
  border-radius: 9999px 0 0 9999px !important;
}

.header-search .gsib_a {
  padding-left: 10px !important;
}

@media screen and (max-width: 768px) {
  .header-search .gsib_a {
    padding-left: 50px !important;
  }
}

.pc-version {
  margin: 50px auto 0;
  padding: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  width: auto;
  min-width: 500px;
  background-color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  color: #063945;
  border: none;
  border-radius: 10px;
  line-height: 1;
}

.pc-version:any-link {
  text-decoration: none;
  color: #063945;
}

.pc-version::before {
  content: "";
  display: block;
  width: 41px;
  height: 34px;
  background-image: url("../img_common/pc_version_icon.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#container {
  padding-top: 60px;
  background-image: url("../img_common/body_background_decoration.png");
  background-size: 1345px auto;
  background-position: top 0 center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  #container {
    padding-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  #container {
    background-size: 100% auto;
    background-position: 0 24px;
    background-image: url("../img_common/body_background_decoration_sp.png");
  }
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.side {
  position: fixed;
  top: 20%;
  z-index: 95;
}

@media print {
  .side {
    position: absolute;
  }
}

.side .item {
  margin: 10px 0;
}

.side .item a {
  box-shadow: 0px 0px 6px 1px rgba(185, 185, 185, 0.45);
  padding: 8px 8px 8px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-position: 35px 10px;
  border-radius: 0 10px 10px 0;
  transition: .2s transform;
  transform: translateX(-15px);
}

.side .item a:hover {
  transform: translateX(0);
}

.side .item a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../img_top/sticky_menu_arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.side .item.kinkyu a {
  background-color: #f8e38c;
}

.side .item.mokuteki a {
  background-color: #addeba;
}

.side .item.nenrei a {
  background-color: #f0cced;
}

.side .item img {
  width: 20px;
}

.mv-inner {
  margin: 0 auto;
  width: 1000px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .mv-inner {
    width: 680px;
    position: static;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    position: relative;
  }
}

@media print, screen and (min-width: 769px) {
  .mv .mv-slider-list .item a:hover {
    opacity: .85;
  }
}

.mv .mv-slider-list .item a:focus-visible {
  outline-offset: 0px;
}

.mv .mv-slider-list .item-txt > * {
  display: inline-block;
  padding: 16px;
  min-width: 700px;
  position: absolute;
  bottom: 50px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  color: red;
  font-size: 1rem;
}

@media print, screen and (min-width: 769px) {
  .mv .mv-slider-list .item-txt > * {
    max-width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .mv .mv-slider-list .item-txt > * {
    padding: 26px;
    display: block;
    min-width: auto;
    bottom: 0;
    font-size: 1.75rem;
  }
}

.mv .slide-controls button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
}

@media print, screen and (min-width: 769px) {
  .mv .slide-controls button:hover {
    opacity: .85;
  }
}

.mv .slide-controls .arrow button {
  background: center /contain no-repeat;
  position: absolute;
}

@media print, screen and (min-width: 769px) {
  .mv .slide-controls .arrow button {
    height: 90px;
    width: 90px;
    top: 180px;
  }
}

@media screen and (max-width: 768px) {
  .mv .slide-controls .arrow button {
    height: 60px;
    width: 60px;
    top: 120px;
  }
}

.mv .slide-controls .arrow button.bx-prev {
  background-image: url("../img_top/prev.png");
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .mv .slide-controls .arrow button.bx-prev {
    left: -54px;
  }
}

@media screen and (max-width: 768px) {
  .mv .slide-controls .arrow button.bx-prev {
    left: 0;
  }
}

.mv .slide-controls .arrow button.bx-next {
  background-image: url("../img_top/next.png");
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .mv .slide-controls .arrow button.bx-next {
    right: -54px;
  }
}

@media screen and (max-width: 768px) {
  .mv .slide-controls .arrow button.bx-next {
    right: 0px;
  }
}

.mv .slide-controls .control-unit {
  margin-top: 10px;
  align-items: center;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .mv .slide-controls .control-unit {
    margin-top: 20px;
  }
}

.mv .slide-controls .control-unit .bx-pager-list {
  display: flex;
}

.mv .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .mv .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    margin-right: 16px;
    height: 8px;
    width: 8px;
  }
}

@media screen and (max-width: 768px) {
  .mv .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    margin-right: 30px;
    height: 16px;
    width: 16px;
  }
}

.mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #999999;
  border-radius: 50%;
}

.mv .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
  background-color: #f8b653;
}

.mv .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .mv .slide-controls .control-unit .bx-controls-auto-item button {
    height: 32px;
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .mv .slide-controls .control-unit .bx-controls-auto-item button {
    height: 64px;
    width: 64px;
  }
}

.mv .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/start.png");
}

.mv .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/stop.png");
}

.mv .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

.mv img {
  border-radius: 30px;
  object-fit: cover;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .mv img {
    height: 450px;
  }
}

@media screen and (max-width: 768px) {
  .mv img {
    height: 306px;
  }
}

.kosodate-support {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .kosodate-support {
    margin-top: 88px;
  }
}

.kosodate-support-inner {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .kosodate-support-inner {
    width: 690px;
  }
}

.kosodate-support-heading {
  margin: 0 auto 32px;
  width: 527px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .kosodate-support-heading {
    margin-bottom: 54px;
    width: 633px;
  }
}

.kosodate-support-heading::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.kosodate-support-list {
  display: grid;
  gap: 54px 40px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 768px) {
  .kosodate-support-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 62px 0;
  }
}

.kosodate-support-item {
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .kosodate-support-item {
    padding: 24px 30px;
  }
}

.kosodate-support-item::before {
  content: "";
  display: block;
  width: 59px;
  height: 39px;
  position: absolute;
  top: -18px;
  left: 8px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .kosodate-support-item::before {
    width: 94px;
    height: 70px;
    top: -33px;
    left: 12px;
  }
}

.kosodate-support-item:nth-child(1)::before {
  background-image: url("../img_top/kosodate_support_item_decoration_1.png");
}

.kosodate-support-item:nth-child(2)::before {
  background-image: url("../img_top/kosodate_support_item_decoration_2.png");
}

.kosodate-support-item:nth-child(3)::before {
  background-image: url("../img_top/kosodate_support_item_decoration_3.png");
}

.kosodate-support-item:nth-child(4)::before {
  background-image: url("../img_top/kosodate_support_item_decoration_4.png");
}

.kosodate-support-item-heading {
  font-size: 1.25rem;
  color: #5e5e5e;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kosodate-support-item-heading {
    font-size: 2rem;
  }
}

.kosodate-support-item-img {
  margin-top: 16px;
}

.kosodate-support-item-img a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .kosodate-support-item-img a:hover {
    opacity: .85;
  }
}

.kosodate-support-item-img img {
  width: 420px;
  height: 280px;
  object-fit: cover;
  border-radius: 20px;
}

@media screen and (max-width: 768px) {
  .kosodate-support-item-img img {
    width: 630px;
    height: 420px;
  }
}

.kosodate-support-item-img p {
  margin-top: 8px;
  font-size: 1rem;
  color: #333;
}

@media screen and (max-width: 768px) {
  .kosodate-support-item-img p {
    font-size: 1.75rem;
  }
}

.kosodate-support-anchor {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .kosodate-support-anchor {
    margin-top: 45px;
  }
}

.kosodate-support-anchor a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-radius: 9999px;
  min-width: 330px;
  min-height: 70px;
  padding: 0 40px;
  font-size: 1rem;
  position: relative;
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 768px) {
  .kosodate-support-anchor a {
    padding: 0 88px;
    min-width: 600px;
    min-height: 120px;
    font-size: 1.75rem;
  }
}

.kosodate-support-anchor a:any-link {
  text-decoration: none;
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .kosodate-support-anchor a:hover {
    text-decoration: underline;
  }
}

.kosodate-support-anchor a::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #ef9816;
  border-radius: 9999px;
  pointer-events: none;
}

.kosodate-support-anchor a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background-image: url("../img_common/button_arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .kosodate-support-anchor a::after {
    width: 36px;
    height: 36px;
    right: 40px;
  }
}

.interview {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .interview {
    margin-top: 136px;
  }
}

.interview-inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .interview-inner {
    width: 720px;
  }
}

.interview-heading {
  margin: 0 auto 24px;
  width: 315px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .interview-heading {
    margin-bottom: 40px;
    width: 377px;
  }
}

.interview-heading::before {
  content: "";
  display: block;
  width: 53px;
  height: 72px;
  position: absolute;
  top: -26px;
  right: calc(100% + 37px);
  background-image: url("../img_top/interview_heading_decoration_left.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .interview-heading::before {
    width: 64px;
    height: 86px;
    top: -26px;
    right: calc(100% + 37px);
  }
}

.interview-heading::after {
  content: "";
  display: block;
  width: 47px;
  height: 66px;
  position: absolute;
  top: -30px;
  left: calc(100% + 30px);
  background-image: url("../img_top/interview_heading_decoration_right.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .interview-heading::after {
    width: 56px;
    height: 79px;
    top: -30px;
    left: calc(100% + 30px);
  }
}

.interview-item {
  margin-top: 48px;
  display: flex;
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .interview-item {
    padding: 0;
    display: block;
  }
}

.interview-item:first-child {
  margin-top: 0;
}

.interview-item-text {
  margin-top: 80px;
  margin-right: -220px;
  padding-top: 32px;
  padding-right: 220px;
  padding-bottom: 32px;
  padding-left: 32px;
  min-height: 320px;
  background-color: #fff;
  flex: 1;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .interview-item-text {
    margin-top: 0;
    margin-right: 32px;
    padding: 32px 24px 64px;
  }
}

.interview-item-heading {
  margin-bottom: 16px;
  font-size: 1.375rem;
}

@media screen and (max-width: 768px) {
  .interview-item-heading {
    font-size: 2rem;
  }
}

.interview-item-heading::after {
  margin-top: 16px;
  margin-bottom: 16px;
  content: "";
  display: block;
  width: 146px;
  height: 5px;
  background-image: url("../img_top/interview_item_heading_decoration.png");
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
}

@media screen and (max-width: 768px) {
  .interview-item-heading::after {
    width: 220px;
    height: 8px;
  }
}

.interview-item-description {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .interview-item-description {
    font-size: 1.75rem;
  }
}

.interview-item-img {
  flex-shrink: 0;
}

@media screen and (max-width: 768px) {
  .interview-item-img {
    margin-top: -40px;
    display: flex;
    justify-content: flex-end;
  }
}

.interview-item-img a {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .interview-item-img a:hover {
    opacity: .85;
  }
}

.interview-item-img img {
  width: 540px;
  height: 370px;
  object-fit: cover;
  border: 8px solid #fff;
  border-radius: 30px;
}

@media screen and (max-width: 768px) {
  .interview-item-img img {
    width: 624px;
    height: 424px;
  }
}

.interview-anchor {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .interview-anchor {
    margin-top: 45px;
  }
}

.interview-anchor a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff;
  border-radius: 9999px;
  min-width: 330px;
  min-height: 70px;
  font-size: 1rem;
  position: relative;
  padding: 0 40px;
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 768px) {
  .interview-anchor a {
    padding: 0 88px;
    min-width: 600px;
    min-height: 120px;
    font-size: 1.75rem;
  }
}

.interview-anchor a:any-link {
  text-decoration: none;
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .interview-anchor a:hover {
    text-decoration: underline;
  }
}

.interview-anchor a::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #ef9816;
  border-radius: 9999px;
  pointer-events: none;
}

.interview-anchor a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background-image: url("../img_common/button_arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .interview-anchor a::after {
    width: 36px;
    height: 36px;
    right: 40px;
  }
}

.search-category {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .search-category {
    margin-top: 110px;
  }
}

.search-category-inner {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 768px) {
  .search-category-inner {
    width: 640px;
  }
}

.search-category-heading {
  margin: 0 auto 20px;
  width: 207px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .search-category-heading {
    margin-bottom: 30px;
    width: 248px;
  }
}

.search-category-heading::before {
  content: "";
  display: block;
  width: 86px;
  height: 49px;
  position: absolute;
  top: -27px;
  right: calc(100% + 24px);
  background-image: url("../img_top/search_mokuteki_heading_decoration.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .search-category-heading::before {
    width: 103px;
    height: 58px;
    right: calc(100% + 30px);
  }
}

.search-category-heading.-nenrei::before {
  width: 55px;
  height: 49px;
  top: -22px;
  right: auto;
  left: calc(100% + 18px);
  background-image: url("../img_top/search_nenrei_heading_decoration.png");
}

@media screen and (max-width: 768px) {
  .search-category-heading.-nenrei::before {
    width: 66px;
    height: 58px;
    right: auto;
    left: calc(100% + 24px);
  }
}

.search-category-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 40px;
}

@media screen and (max-width: 768px) {
  .search-category-list {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(2, 300px);
  }
}

.search-category-list .item-in {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 220px;
}

@media screen and (max-width: 768px) {
  .search-category-list .item-in {
    width: 300px;
  }
}

.search-category-list .item-in img {
  width: 130px;
  height: 130px;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .search-category-list .item-in img {
    width: 170px;
    height: 170px;
    object-fit: cover;
  }
}

.search-category-list a:any-link {
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .search-category-list a:hover .item-txt > * {
    text-decoration: underline;
  }
}

.search-category-list .item-txt {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  min-height: 70px;
  border-radius: 35px;
  border: 3px solid #ef9816;
  background-color: #fff;
  text-align: center;
  font-size: 1.125rem;
}

@media screen and (max-width: 768px) {
  .search-category-list .item-txt {
    width: 300px;
    min-height: 90px;
    border-radius: 45px;
    font-size: 1.75rem;
  }
}

.news {
  margin: 76px auto 0;
  padding: 50px 0 60px;
  background-image: url("../img_top/news_background.png");
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
}

@media screen and (max-width: 768px) {
  .news {
    margin-top: 140px;
  }
}

.news-inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .news-inner {
    width: 710px;
  }
}

.news-heading {
  margin: 0 auto 20px;
  width: 182px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .news-heading {
    margin-bottom: 20px;
    width: 218px;
  }
}

.news-heading::after {
  content: "";
  display: block;
  width: 42px;
  height: 44px;
  position: absolute;
  top: -24px;
  left: calc(100% + 10px);
  background-image: url("../img_top/news_heading_decoration.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .news-heading::after {
    width: 50px;
    height: 52px;
    top: -30px;
  }
}

.news-list-wrapper {
  padding: 28px 20px;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 0px 6px 1px rgba(185, 185, 185, 0.45);
}

@media screen and (max-width: 768px) {
  .news-list-wrapper {
    padding-bottom: 40px;
  }
}

.news-list {
  height: 255px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .news-list {
    height: 500px;
  }
}

.news-list-item {
  padding: 20px;
  display: flex;
  gap: 32px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .news-list-item {
    padding: 16px;
    display: block;
  }
}

.news-list-item:first-child {
  padding-top: 0;
}

.news-list-item:nth-child(even) {
  background-color: #fff9da;
}

.news-list-date {
  flex-shrink: 0;
  min-width: 132px;
  max-width: 200px;
  font-size: 1rem;
  font-weight: bold;
  color: #5a5a5a;
}

@media screen and (max-width: 768px) {
  .news-list-date {
    display: block;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    font-size: 1.75rem;
  }
}

.news-list-title {
  display: block;
  flex: 1;
}

.news-list-link {
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .news-list-link {
    font-size: 1.75rem;
  }
}

.news-list-link:any-link {
  color: #333;
}

.news-anchor {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .news-anchor {
    margin-top: 45px;
  }
}

.news-anchor a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #fff9da;
  border-radius: 9999px;
  min-width: 330px;
  min-height: 70px;
  font-size: 1rem;
  position: relative;
  border: 3px solid #ef9816;
  padding: 0 54px;
  text-decoration: none;
  color: #333;
}

@media screen and (max-width: 768px) {
  .news-anchor a {
    padding: 0 72px;
    min-width: 450px;
    min-height: 90px;
    font-size: 1.75rem;
  }
}

.news-anchor a:any-link {
  text-decoration: none;
  color: #333;
}

@media print, screen and (min-width: 769px) {
  .news-anchor a:hover {
    text-decoration: underline;
  }
}

.news-anchor a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  background-image: url("../img_common/button_arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .news-anchor a::after {
    width: 36px;
    height: 36px;
    right: 30px;
  }
}

.pickup {
  margin: 120px auto 0;
  padding: 0 0 120px;
}

@media screen and (max-width: 768px) {
  .pickup {
    margin-top: 210px;
    padding-bottom: 120px;
  }
}

.pickup-inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .pickup-inner {
    width: 710px;
  }
}

.pickup-heading {
  margin: 0 auto 16px;
  width: 207px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .pickup-heading {
    margin-bottom: 30px;
  }
}

.pickup-heading::after {
  content: "";
  display: block;
  width: 56px;
  height: 58px;
  position: absolute;
  top: -10px;
  right: calc(100% + 30px);
  background-image: url("../img_top/pickup_heading_decoration.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .pickup-slider {
    margin: 0 auto;
    width: 690px;
  }
}

@media screen and (max-width: 768px) {
  .pickup {
    position: relative;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup .bx-wrapper {
    margin: 0 auto !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup .bx-viewport {
    margin: 0 auto !important;
    width: 460px !important;
    overflow: visible !important;
    height: auto !important;
  }
}

@media print, screen and (min-width: 769px) {
  .pickup .pickup-slider-list .item {
    width: 460px !important;
  }
}

.pickup .pickup-slider-list .item a {
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .pickup .pickup-slider-list .item a:hover {
    opacity: .85;
    text-decoration: underline;
  }
}

.pickup .pickup-slider-list .item a:focus-visible {
  outline-offset: 0px;
}

.pickup .pickup-slider-list .item-txt {
  padding: 20px 40px;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
}

@media screen and (max-width: 768px) {
  .pickup .pickup-slider-list .item-txt {
    padding: 24px;
  }
}

.pickup .pickup-slider-list .item-txt > * {
  color: #333;
  font-size: 1rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .pickup .pickup-slider-list .item-txt > * {
    font-size: 1.75rem;
  }
}

.pickup .pickup-slider-list img {
  border-radius: 30px 30px 0 0;
  object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .pickup .pickup-slider-list img {
    width: 460px;
    height: 280px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .pickup-slider-list img {
    width: 690px;
    height: 420px;
  }
}

.pickup .slide-controls {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls {
    margin-top: 40px;
    gap: 40px;
  }
}

.pickup .slide-controls button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls button:hover {
    opacity: .85;
  }
}

.pickup .slide-controls .arrow.slide-prev {
  order: 1;
}

.pickup .slide-controls .arrow.slide-next {
  order: 3;
}

.pickup .slide-controls .arrow button {
  background: center /contain no-repeat;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .arrow button {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .arrow button {
    height: 63px;
    width: 63px;
  }
}

.pickup .slide-controls .arrow button.bx-prev {
  background-image: url("../img_top/pickup_prev.png");
  z-index: 1;
}

.pickup .slide-controls .arrow button.bx-next {
  background-image: url("../img_top/pickup_next.png");
  z-index: 1;
}

.pickup .slide-controls .control-unit {
  order: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pickup .slide-controls .control-unit .bx-pager-list {
  display: flex;
}

.pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item {
  display: flex;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    margin-right: 16px;
    height: 8px;
    width: 8px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item {
    margin-right: 30px;
    height: 16px;
    width: 16px;
  }
}

.pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item button {
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #999999;
  border-radius: 50%;
}

.pickup .slide-controls .control-unit .bx-pager-list .bx-pager-item button.active {
  background-color: #f8b653;
}

.pickup .slide-controls .control-unit .bx-controls-auto-item button {
  background: center /contain no-repeat;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .pickup .slide-controls .control-unit .bx-controls-auto-item button {
    height: 32px;
    width: 32px;
  }
}

@media screen and (max-width: 768px) {
  .pickup .slide-controls .control-unit .bx-controls-auto-item button {
    height: 64px;
    width: 64px;
  }
}

.pickup .slide-controls .control-unit .bx-controls-auto-item button.bx-start {
  background-image: url("../img_top/start.png");
}

.pickup .slide-controls .control-unit .bx-controls-auto-item button.bx-stop {
  background-image: url("../img_top/stop.png");
}

.pickup .slide-controls .control-unit .bx-controls-auto-item button.active {
  display: none;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
footer .in {
  background-color: #c2e2ed;
  position: relative;
}

footer .box {
  margin: 0 auto;
  display: grid;
  position: relative;
  box-sizing: border-box;
  font-size: 90%;
}

@media print, screen and (min-width: 769px) {
  footer .box {
    grid-template: 'address links' auto 'sublinks sublinks' 1fr / 1fr 260px;
    gap: 0 40px;
  }
}

@media screen and (max-width: 768px) {
  footer .box {
    display: block;
  }
}

footer #pagetop a {
  display: block;
  color: #333;
  text-decoration: none;
}

footer #pagetop img {
  width: 100px;
}

@media screen and (max-width: 768px) {
  footer #pagetop img {
    width: 126px;
  }
}

footer .copyright {
  padding: 20px 0;
  background-color: #fff;
  color: #333;
  font-size: 0.875rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  footer .copyright {
    font-size: 1.25rem;
  }
}

@media print, screen and (min-width: 769px) {
  footer .box {
    width: 1000px;
    padding: 32px 0 16px 0;
  }
  footer #pagetop {
    position: absolute;
    top: -50px;
    right: 16px;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  footer .box {
    padding: 40px 40px 53px;
  }
  footer #pagetop {
    position: absolute;
    top: -60px;
    right: 10px;
    z-index: 1;
  }
}

.footer-address {
  grid-area: address;
}

.footer-address-name {
  margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
  .footer-address-name {
    margin-bottom: 27px;
  }
}

.footer-address-name img {
  width: 218px;
}

@media screen and (max-width: 768px) {
  .footer-address-name img {
    width: 280px;
  }
}

.footer-address-content {
  margin-top: 16px;
}

.footer-address-content:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .footer-address-content {
    margin-top: 24px;
    font-size: 1.75rem;
  }
}

.footer-links {
  margin-top: 40px;
  grid-area: links;
}

.footer-links-item {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .footer-links-item {
    margin-top: 32px;
    display: flex;
    justify-content: center;
  }
}

.footer-links-item:first-child {
  margin-top: 0;
}

.footer-links-item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  min-height: 50px;
  position: relative;
  background-color: #fff9da;
  font-size: 1rem;
  border-radius: 9999px;
  padding: 0 40px;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .footer-links-item a {
    padding: 0 60px;
    min-width: 450px;
    min-height: 90px;
    font-size: 1.75rem;
  }
}

.footer-links-item a:any-link {
  color: #333;
  text-decoration: none;
}

@media print, screen and (min-width: 769px) {
  .footer-links-item a:hover {
    text-decoration: underline;
  }
}

.footer-links-item a:first-child {
  margin-top: 0;
}

.footer-links-item a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  background-image: url("../img_common/button_arrow.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .footer-links-item a::after {
    width: 36px;
    height: 36px;
    right: 25px;
  }
}

.footer-links-item a span {
  line-height: 1;
}

.footer-sub {
  margin-top: 32px;
  grid-area: sublinks;
  display: flex;
}

@media screen and (max-width: 768px) {
  .footer-sub {
    margin-top: 50px;
  }
}

.footer-sub {
  display: flex;
  justify-content: center;
}

.footer-sub-item::after {
  content: "｜";
  display: inline-block;
  margin: 0 16px;
}

@media screen and (max-width: 768px) {
  .footer-sub-item::after {
    margin: 0 32px;
  }
}

.footer-sub-item:last-child::after {
  display: none;
}

.footer-sub-item a {
  font-size: 1rem;
  color: #333;
}

.footer-sub-item a:any-link {
  color: #333;
}

@media screen and (max-width: 768px) {
  .footer-sub-item a {
    font-size: 1.5rem;
  }
}

html[data-fontsize="up"] {
  font-size: 133.3%;
}

html[data-fontsize="up"] #sp-header .support-block {
  padding: 16px;
}

@media print, screen and (min-width: 769px) {
  html[data-fontsize="up"] .header-lang::after {
    left: 74%;
  }
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up"] .header-lang::after {
    right: 140px;
  }
}

html[data-fontsize="up2"] {
  font-size: 166.7%;
}

html[data-fontsize="up2"] #sp-header .support-block {
  padding: 16px;
}

@media print, screen and (min-width: 769px) {
  html[data-fontsize="up2"] .header-lang::after {
    left: 78%;
  }
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up2"] .header-lang::after {
    right: 144px;
  }
}

html[data-fontsize="up3"] {
  font-size: 200%;
}

html[data-fontsize="up3"] #sp-header .support-block {
  padding: 16px;
}

html[data-fontsize="up3"] .header-lang {
  margin-left: -25px;
  padding: 0;
}

@media print, screen and (min-width: 769px) {
  html[data-fontsize="up3"] .header-lang::after {
    left: 80%;
  }
}

@media screen and (max-width: 768px) {
  html[data-fontsize="up3"] .header-lang::after {
    right: 100px;
  }
}

html[data-bgcolor="color_black"] body, html[data-bgcolor="color_black"] p, html[data-bgcolor="color_black"] div, html[data-bgcolor="color_black"] table, html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] h3, html[data-bgcolor="color_black"] h4, html[data-bgcolor="color_black"] h5, html[data-bgcolor="color_black"] h6, html[data-bgcolor="color_black"] ul, html[data-bgcolor="color_black"] ol, html[data-bgcolor="color_black"] li, html[data-bgcolor="color_black"] td, html[data-bgcolor="color_black"] th, html[data-bgcolor="color_black"] dt, html[data-bgcolor="color_black"] dd, html[data-bgcolor="color_black"] dl, html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] dt, html[data-bgcolor="color_black"] caption, html[data-bgcolor="color_black"] section, html[data-bgcolor="color_black"] span, html[data-bgcolor="color_black"] header, html[data-bgcolor="color_black"] footer, html[data-bgcolor="color_black"] nav {
  background-color: #000 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}

html[data-bgcolor="color_black"] a {
  background-color: #000 !important;
  color: #FFFF00 !important;
}

html[data-bgcolor="color_black"] a:visited {
  color: #f5c77b !important;
}

html[data-bgcolor="color_black"] a:hover {
  color: #f5c77b !important;
}

html[data-bgcolor="color_black"] h1, html[data-bgcolor="color_black"] h2, html[data-bgcolor="color_black"] h3, html[data-bgcolor="color_black"] h4, html[data-bgcolor="color_black"] h5, html[data-bgcolor="color_black"] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}

html[data-bgcolor="color_black"] h5 {
  padding: 10px 0px;
}

html[data-bgcolor="color_black"] .wysiwyg .text_ {
  color: #ffdbea !important;
}

html[data-bgcolor="color_black"] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}

html[data-bgcolor="color_black"] #pdf-download {
  color: #333 !important;
}

html[data-bgcolor="color_black"] #header-logo img,
html[data-bgcolor="color_black"] #header-subnav .list li a,
html[data-bgcolor="color_black"] #header-size .title img,
html[data-bgcolor="color_black"] #header-color .title img,
html[data-bgcolor="color_black"] header .header-subnav-in li img,
html[data-bgcolor="color_black"] #footer-logo img,
html[data-bgcolor="color_black"] #footer-character img {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] .side-nav-list {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] .side-nav-list li span {
  background-color: transparent !important;
}

html[data-bgcolor="color_black"] #keyword-area {
  background: transparent !important;
}

html[data-bgcolor="color_black"] .toiawase .title, html[data-bgcolor="color_black"] .toiawase .in {
  border: 1px solid #fff;
}

html[data-bgcolor="color_black"] .toiawase .in {
  border-top: none;
}

html[data-bgcolor="color_black"] .catchcopy {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] #header-logo {
  background-color: #fff !important;
}

html[data-bgcolor="color_black"] .sp-header-logo {
  background-color: #fff !important;
}

@media screen and (max-width: 768px) {
  html[data-bgcolor="color_black"] .header-lang .lang-select {
    color: #fff !important;
  }
}

@media screen and (max-width: 768px) {
  html[data-bgcolor="color_black"] .header-lang::after {
    background-color: #fff !important;
  }
}

html[data-bgcolor="color_black"] #sp-header .modal-menu-close::before {
  background-color: #fff;
}

html[data-bgcolor="color_blue"] body, html[data-bgcolor="color_blue"] p, html[data-bgcolor="color_blue"] div, html[data-bgcolor="color_blue"] table, html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] h3, html[data-bgcolor="color_blue"] h4, html[data-bgcolor="color_blue"] h5, html[data-bgcolor="color_blue"] h6, html[data-bgcolor="color_blue"] ul, html[data-bgcolor="color_blue"] ol, html[data-bgcolor="color_blue"] li, html[data-bgcolor="color_blue"] td, html[data-bgcolor="color_blue"] th, html[data-bgcolor="color_blue"] dt, html[data-bgcolor="color_blue"] dd, html[data-bgcolor="color_blue"] dl, html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] dt, html[data-bgcolor="color_blue"] caption, html[data-bgcolor="color_blue"] section, html[data-bgcolor="color_blue"] span, html[data-bgcolor="color_blue"] header, html[data-bgcolor="color_blue"] footer, html[data-bgcolor="color_blue"] nav {
  background-color: #005795 !important;
  color: #FFFFFF !important;
  background-image: none !important;
}

html[data-bgcolor="color_blue"] a {
  background-color: #005795 !important;
  color: #FFFF00 !important;
}

html[data-bgcolor="color_blue"] a:visited {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] a:hover {
  color: #f5c77b !important;
}

html[data-bgcolor="color_blue"] h1, html[data-bgcolor="color_blue"] h2, html[data-bgcolor="color_blue"] h3, html[data-bgcolor="color_blue"] h4, html[data-bgcolor="color_blue"] h5, html[data-bgcolor="color_blue"] h6 {
  background-image: none !important;
  border: 1px solid #E5D1AF;
}

html[data-bgcolor="color_blue"] h5 {
  padding: 10px 0px;
}

html[data-bgcolor="color_blue"] .wysiwyg .text_ {
  color: #ffdbea !important;
}

html[data-bgcolor="color_blue"] .wysiwyg .text2_ {
  color: #b6e2f3 !important;
}

html[data-bgcolor="color_blue"] #pdf-download {
  color: #333 !important;
}

html[data-bgcolor="color_blue"] #header-logo img,
html[data-bgcolor="color_blue"] #header-subnav .list li a,
html[data-bgcolor="color_blue"] #header-size .title img,
html[data-bgcolor="color_blue"] #header-color .title img,
html[data-bgcolor="color_blue"] header .header-subnav-in li img,
html[data-bgcolor="color_blue"] #footer-logo img,
html[data-bgcolor="color_blue"] #footer-character img {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] header .header-in #header-nav .list .dropmenu {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .side-nav-list {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] .side-nav-list li span {
  background-color: transparent !important;
}

html[data-bgcolor="color_blue"] #keyword-area {
  background: transparent !important;
}

html[data-bgcolor="color_blue"] .toiawase .title, html[data-bgcolor="color_blue"] .toiawase .in {
  border: 1px solid #fff;
}

html[data-bgcolor="color_blue"] .toiawase .in {
  border-top: none;
}

html[data-bgcolor="color_blue"] .catchcopy {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] #header-logo {
  background-color: #fff !important;
}

html[data-bgcolor="color_blue"] .sp-header-logo {
  background-color: #fff !important;
}

@media screen and (max-width: 768px) {
  html[data-bgcolor="color_blue"] .header-lang .lang-select {
    color: #fff !important;
  }
}

@media screen and (max-width: 768px) {
  html[data-bgcolor="color_blue"] .header-lang::after {
    background-color: #fff !important;
  }
}

html[data-bgcolor="color_blue"] #sp-header .modal-menu-close::before {
  background-color: #fff;
}
