@charset "UTF-8";
/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Latest tested: Android 6, Chrome 48, Edge 13, Firefox 44, Internet Explorer 11, iOS 9, Opera 35, Safari 9, Windows Phone 8.1 */
/*
 * Normalization
 */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700;900&display=swap");
abbr[title] {
  text-decoration: underline; /* Chrome 48+, Edge 12+, Internet Explorer 11-, Safari 9+ */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* Firefox 40+ */
}

audio:not([controls]) {
  display: none; /* Chrome 44-, iOS 8+, Safari 9+ */
}

b,
strong {
  font-weight: bolder; /* Edge 12+, Safari 6.2+, and Chrome 18+ */
}

button {
  -webkit-appearance: button; /* iOS 8+ */
  overflow: visible; /* Internet Explorer 11- */
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0; /* Firefox 4+ */
  padding: 0; /* Firefox 4+ */
}

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText; /* Firefox 4+ */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

details {
  display: block; /* Edge 12+, Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar; /* Edge 12+, Internet Explorer 11- */
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+, Windows Phone 8.1+ */
}

hr {
  overflow: visible; /* Internet Explorer 11-, Edge 12+ */
}

input {
  /*-webkit-border-radius: 0;*/
}

input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* iOS 8+ */
}

input[type=number] {
  width: auto; /* Firefox 36+ */
}

input[type=search] {
  -webkit-appearance: textfield; /* Chrome 45+, Safari 9+ */
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Chrome 45+, Safari 9+ */
}

main {
  display: block; /* Android 4.3-, Internet Explorer 11-, Windows Phone 8.1+ */
}

pre {
  overflow: auto; /* Internet Explorer 11- */
}

progress {
  display: inline-block; /* Internet Explorer 11-, Windows Phone 8.1+ */
}

summary {
  display: block; /* Firefox 40+, Internet Explorer 11-, Windows Phone 8.1+ */
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

template {
  display: none; /* Android 4.3-, Internet Explorer 11-, iOS 7-, Safari 7-, Windows Phone 8.1+ */
}

textarea {
  overflow: auto; /* Edge 12+, Internet Explorer 11- */
}

[hidden] {
  display: none; /* Internet Explorer 10- */
}

/*
 * Universal inheritance
 */
*,
:before,
:after {
  box-sizing: inherit;
}

* {
  font-size: inherit;
  line-height: inherit;
}

:before,
:after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/*
 * Opinionated defaults
 */
/* specify the margin and padding of all elements */
* {
  margin: 0;
  padding: 0;
}

/* specify the border style and width of all elements */
/*
*,
:before,
:after {
	border-style: solid;
	border-width: 0;
}
*/
button,
input[type=submit],
input[type=reset],
input[type=button],
input[type=image] {
  border-style: solid;
  border-width: 0;
}

/* remove the tapping delay from clickable elements */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation;
}

/* specify the standard appearance of selects */
select {
  /* -moz-appearance: none;     Firefox 40+ */
  /* -webkit-appearance: none  Chrome 45+ */
}

select::-ms-expand {
  display: none; /* Edge 12+, Internet Explorer 11- */
}

select::-ms-value {
  color: currentColor; /* Edge 12+, Internet Explorer 11- */
}

/* use current current as the default fill of svg elements */
svg {
  fill: currentColor;
}

/* specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* specify the style of visually hidden yet accessible elements */
[hidden][aria-hidden=false] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden=false]:focus {
  clip: auto;
}

/*
 * Configurable defaults
 */
/* specify the background repeat of all elements */
* {
  background-repeat: no-repeat;
}

/* specify the root styles of the document */
:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  /*font: 100%/1.5 sans-serif;*/
}

/* specify the text decoration of anchors */
a {
  text-decoration: none;
}

/* specify the alignment of media elements */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/* specify the coloring of form elements */
button,
input,
select,
textarea {
  /*background-color: transparent;*/
  color: inherit;
}

/* specify the minimum height of form elements */
button,
[type=button],
[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=reset],
[type=search],
[type=submit],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
select,
textarea {
  min-height: 1.5em;
}

/* specify the font family of code elements */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

/* specify the list style of nav lists */
nav ol,
nav ul {
  list-style: none;
}

/* specify the font size of small elements */
small {
  font-size: 75%;
}

/* specify the border styling of tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* specify the resizability of textareas */
textarea {
  resize: vertical;
  width: 100%;
}

/* specify the background color, font color, and drop shadow of text selections */
::-moz-selection {
  background-color: #b3d4fc; /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* required when declaring ::selection */
  color: #ffffff;
  text-shadow: none;
}

@media screen and (max-width: 1000px) {
  body {
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  }
  #header2022 {
    background-color: #fff;
    border: none;
    height: inherit;
    line-height: inherit;
    position: inherit;
  }
  #header2022 + * {
    margin-top: 65px;
  }
  #header2022 .header_inner {
    width: 100%;
    height: auto;
    overflow: inherit;
    position: inherit;
  }
  #header2022 .header_left_wrap {
    width: 100%;
    height: 65px;
    padding: 5px 5px 5px 10px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999;
  }
  #header2022 .header_left_wrap .sp_menu {
    position: absolute;
    top: 5px;
    right: 5px;
    display: flex;
  }
  #header2022 .header_left_wrap .sp_menu > div {
    width: 55px;
    height: 55px;
  }
  #header2022 .header_left_wrap .sp_menu > div img {
    width: 100%;
  }
  #header2022 .header_left_wrap .sp_menu > div.menu_trigger {
    background: url(../images/common/sp/sp_menu_off.png) no-repeat;
    background-size: cover;
    margin-left: 3px;
  }
  #header2022 .header_left_wrap .sp_menu > div.menu_trigger.open {
    background: url(../images/common/sp/sp_menu_on.png) no-repeat;
    background-size: cover;
  }
  #header2022 .logo {
    display: flex;
    align-items: center;
    width: 171px;
    height: 100%;
    padding-left: 10px;
  }
  #header2022 .logo img {
    width: 100%;
  }
  #header2022 .header_menu {
    width: 100%;
    height: 100%;
    padding-bottom: 95px;
    position: fixed;
    left: 0;
    top: 65px;
    z-index: 999;
    background-color: #eeebe3;
    overflow-y: scroll;
    display: none;
  }
  #header2022 .header_menu .head_1 {
    display: flex;
    flex-direction: column;
  }
  #header2022 .header_menu .head_1 .link {
    display: none;
  }
  #header2022 .header_menu .head_1 .sns {
    order: 0;
    padding: 16px 10px 16px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    background: #fff;
  }
  #header2022 .header_menu .head_1 .sns img {
    width: 35px;
  }
  #header2022 .header_menu .head_1 .sns a {
    display: inline-block;
    margin-left: 12px;
    transition: 0.3s;
  }
  #header2022 .header_menu .head_1 .sns a:hover {
    opacity: 0.7;
  }
  #header2022 .header_menu .head_1 .search {
    display: flex;
    align-items: center;
    order: 1;
    justify-content: center;
    padding: 10px;
  }
  #header2022 .header_menu .head_1 .search #SS_searchForm {
    display: flex;
    align-items: center;
  }
  #header2022 .header_menu .head_1 .search input[type=text] {
    border: none;
    font-size: 13px;
    padding: 7px 10px 6px 20px;
    border-radius: 20px 0 0 20px;
    height: 35px;
    background-color: #ffffff;
    width: 100%;
  }
  #header2022 .header_menu .head_1 .search input[type=text]:focus {
    outline: none;
  }
  #header2022 .header_menu .head_1 .search input[type=submit] {
    border: none;
    border-radius: 0 20px 20px 0;
    width: 50px;
    height: 35px;
    background-size: 18px 17px;
    background-position: center;
    background: url(../images/common/icon_search.png) no-repeat #fff;
  }
  #header2022 .header_menu .head_1 .search input[type=submit]:hover {
    cursor: pointer;
  }
  #header2022 .header_menu .btns {
    order: 2;
    display: flex;
    padding: 30px 15px;
  }
  #header2022 .header_menu .btns a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    width: calc(33.3333333333% - 3px);
    padding: 10px;
  }
  #header2022 .header_menu .btns a:not(:first-of-type) {
    margin-left: 4px;
  }
  #header2022 .header_menu .btns a.btn_blue {
    background-color: #103d74;
  }
  #header2022 .header_menu .btns a.btn_orange {
    background-color: #e67525;
  }
  #header2022 .header_menu .btns a.btn_gray {
    background-color: #75736f;
  }
  #header2022 .header_menu .head_2 nav {
    border: none;
    position: inherit;
    top: inherit;
    left: inherit;
    z-index: inherit;
    display: block;
    background: none;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div {
    background-color: #fff;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    /*
    &.small{
        a{
            font-size: 13px;
            height: 45px;
            padding: 15px 0 15px 40px;
        }
        .trigger{
            height: 45px;
        }
    }
    */
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .trigger {
    display: inline-block;
    width: 50px;
    height: 55px;
    background: #fff;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/images2022/icon_plus.png) no-repeat center;
    background-size: 16px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .trigger.open {
    background: url(../images/images2022/icon_minus.png) no-repeat center;
    background-size: 16px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div.parent > a {
    width: calc(100% - 50px);
  }
  #header2022 .header_menu .head_2 nav .gmenu > div.parent > a:after {
    content: none;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div > a {
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.3;
    font-size: 16px;
    width: 100%;
    height: 55px;
    padding: 20px 0 20px 40px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div > a:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #e67525;
    border-right: solid 1px #e67525;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 22px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child {
    display: none;
    width: 100%;
    border-top: 1px solid #e5e5e5;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list figure {
    display: none;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list > div {
    background-color: #ffeee2;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list > div a {
    padding: 15px 50px 15px 55px;
    display: block;
    color: #000;
    font-size: 14px;
    position: relative;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list > div a:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 1px #e67525;
    border-right: solid 1px #e67525;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 5px);
    right: 22px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div [class*=right_bnr] {
    color: #000;
    font-size: 14px;
    text-align: center;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div [class*=right_bnr] p {
    margin-top: 8px;
    line-height: 1.4;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .right_bnr {
    background-color: #ffeee2;
    padding: 15px 15px 0 15px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .right_bnr img {
    width: 100%;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .right_bnr2 {
    background-color: #ffeee2;
    padding: 15px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .right_bnr2 img {
    width: 100%;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav {
    display: none;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card {
    background-color: #fff;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card dt {
    margin-bottom: 0;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card dt a span {
    color: #103d74;
    padding: 15px 25px 5px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card dd {
    padding: 0 25px 15px;
  }
  #header2022 .header_menu .head_2 .lang {
    text-align: center;
  }
  #header2022 .header_menu .head_2 .lang a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    position: relative;
    font-size: 14px;
  }
  #header2022 .header_menu .head_2 .lang a + a {
    margin-left: 15px;
  }
  #header2022 .header_menu .head_2 .lang a + a:before {
    content: "/";
    position: absolute;
    left: -15px;
    top: 0;
    color: #000;
  }
  #header2022 .header_menu .head_2 .lang a.now {
    text-decoration: underline;
  }
  #header2022 .header_menu .head_2 .sub_menu {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin-top: 30px;
  }
  #header2022 .header_menu .head_2 .sub_menu a {
    color: #000;
    font-size: 13px;
  }
  #header2022 .header_menu .head_2 .menu_close_btn {
    text-align: center;
    display: block;
    color: #e67525;
    border: 1px solid #e67525;
    font-size: 13px;
    padding: 10px 50px;
    margin: 30px auto 0;
    width: 50%;
    background: url(../images/images2022/batu.png) no-repeat #fff left 15px center;
    background-size: 10px 10px;
  }
  #footer2022 .footer_inner .item > dl a {
    text-decoration: none;
    color: #000;
  }
  #footer2022 .footer_inner .item > dl a:hover {
    text-decoration: underline;
  }
  #footer2022 .footer_inner .item .btn {
    border: 1px solid #103d74;
    color: #103d74;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px;
    text-align: center;
  }
  #footer2022 .footer_inner .item .btn.btn_gray {
    background-color: #75736f;
    color: #fff;
    border: 1px solid #75736f;
  }
  #footer2022 .footer_inner .item .btn.btn_orange {
    background-color: #e67525;
    color: #fff;
    border: 1px solid #e67525;
  }
  #footer2022 .footer_inner .item .gray_box {
    background: #eeebe3;
  }
  #footer2022 .footer_inner .item .gray_box > dl a {
    text-decoration: none;
  }
  #footer2022 .footer_btm {
    border-top: 1px solid #eeebe3;
  }
  #footer2022 .footer_btm .footer_btm_inner .footer_info .logo img {
    max-width: 100%;
  }
  #footer2022 .footer_btm .footer_btm_inner .sns a {
    display: inline-block;
    margin-left: 15px;
    transition: 0.3s;
  }
  #footer2022 .footer_btm .footer_btm_inner .sns a:hover {
    opacity: 0.7;
  }
  .footer_link_wrap {
    width: 100%;
    overflow: hidden;
  }
  .footer_link_wrap .footer_link .item a {
    display: block;
  }
  .footer_link_wrap .footer_link .item a img {
    max-width: 100%;
  }
  .footer_link_wrap .footer_link .slick-prev {
    left: -60px;
    background: none;
  }
  .footer_link_wrap .footer_link .slick-prev:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 0px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px);
    left: 17px;
  }
  .footer_link_wrap .footer_link .slick-next {
    right: -60px;
    background: none;
  }
  .footer_link_wrap .footer_link .slick-next:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px);
    right: 17px;
  }
  .pageTop {
    z-index: 99;
    opacity: 0;
    transition: 0.5s;
  }
  .pageTop.active {
    opacity: 1;
  }
  /* ------------------------------------------------------
  * Cookie
  ------------------------------------------------------ */
  .cookie_consent_layout {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    z-index: 99999;
    transition: 1s transform 0.3s;
    transform: translateY(100%);
  }
  .cookie_consent_layout.js-cookie-consent {
    transform: translateY(0);
  }
  .cookie_consent_layout .batsu {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 25px;
  }
  .cookie_consent_layout .batsu::before, .cookie_consent_layout .batsu::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
  }
  .cookie_consent_layout .batsu::before {
    border-top: solid 2px #fff;
    transform: translateY(-50%) rotate(-45deg);
  }
  .cookie_consent_layout .batsu::after {
    border-top: solid 2px #fff;
    transform: translateY(-50%) rotate(45deg);
    right: -6px;
  }
  .cookie_consent_layout .consent_inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }
  .cookie_consent_layout .consent_text > a {
    color: #ffffff;
    text-decoration: underline;
  }
  .cookie_consent_layout .consent_text:hover {
    text-decoration: none;
  }
  .cookie_consent_layout .link-button {
    margin-top: 0;
  }
  .cookie_consent_layout .link-button > li.button_type1 > a {
    background-color: #e67525;
    border: 1px solid transparent;
    color: #fff;
    display: block;
    text-align: center;
    width: auto;
    transition: 0.3s;
  }
}
@media print, screen and (min-width: 1001px) {
  body {
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  }
  #header2022 {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
  }
  #header2022 + * {
    margin-top: 100px;
  }
  #header2022 .header_inner {
    width: 100%;
    height: auto;
    overflow: inherit;
    position: inherit;
    display: flex;
    justify-content: space-between;
  }
  #header2022 .header_left_wrap .sp_menu {
    display: none;
  }
  #header2022 .logo {
    padding: 25px 0px 0px 20px;
    width: 269px;
  }
  #header2022 .logo img {
    width: 100%;
  }
  #header2022 .header_menu {
    display: block !important;
    width: calc(100% - 269px);
  }
  #header2022 .header_menu .head_1 {
    display: flex;
    justify-content: flex-end;
    height: 44px;
  }
  #header2022 .header_menu .head_1 .link {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-size: 12px;
  }
  #header2022 .header_menu .head_1 .link:hover {
    color: #e67525;
  }
  #header2022 .header_menu .head_1 .access {
    height: 44px;
    flex-direction: column;
    justify-content: center;
  }
  #header2022 .header_menu .head_1 .access .access_icon {
    width: 16px;
    height: 16px;
  }
  #header2022 .header_menu .head_1 .access .access_text {
    margin-top: 7px;
    line-height: 1;
  }
  #header2022 .header_menu .head_1 .sns {
    display: flex;
    align-items: center;
    margin-left: 12px;
  }
  #header2022 .header_menu .head_1 .sns img {
    width: 22px;
  }
  #header2022 .header_menu .head_1 .sns a {
    display: inline-block;
    margin-left: 12px;
    transition: 0.3s;
  }
  #header2022 .header_menu .head_1 .sns a:hover {
    opacity: 0.7;
  }
  #header2022 .header_menu .head_1 .search {
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
  #header2022 .header_menu .head_1 .search #SS_searchForm {
    display: flex;
    align-items: center;
  }
  #header2022 .header_menu .head_1 .search input[type=text] {
    border: none;
    font-size: 13px;
    padding: 7px 10px 6px 20px;
    border-radius: 20px 0 0 20px;
    height: 35px;
    width: 260px;
    background-color: #f0eee4;
  }
  #header2022 .header_menu .head_1 .search input[type=text]:focus {
    outline: none;
  }
  #header2022 .header_menu .head_1 .search input[type=submit] {
    border: none;
    border-radius: 0 20px 20px 0;
    width: 50px;
    height: 35px;
    background-size: 18px 17px;
    background-position: center;
    background: url(../images/common/icon_search.png) no-repeat #f0eee4;
  }
  #header2022 .header_menu .head_1 .search input[type=submit]:hover {
    cursor: pointer;
  }
  #header2022 .header_menu .btns {
    display: flex;
    margin-left: 20px;
  }
  #header2022 .header_menu .btns a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 0 30px;
    transition: 0.3s;
  }
  #header2022 .header_menu .btns a:hover {
    opacity: 0.7;
  }
  #header2022 .header_menu .btns a.btn_blue {
    background-color: #103d74;
  }
  #header2022 .header_menu .btns a.btn_orange {
    background-color: #e67525;
  }
  #header2022 .header_menu .btns a.btn_gray {
    background-color: #75736f;
  }
  #header2022 .header_menu .head_2 {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #header2022 .header_menu .head_2 nav {
    border: none;
    height: 100%;
  }
  #header2022 .header_menu .head_2 nav .gmenu {
    display: flex;
    height: 100%;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div {
    font-size: 16px;
    height: 100%;
    margin-left: 2.5vw;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div.small {
    font-size: 13px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div.small + .small {
    margin-left: 20px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div.now a {
    color: #e67525;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div.now a:after {
    bottom: 0px;
    opacity: 1;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div.parent:hover .child {
    transform: scale(1, 1);
  }
  #header2022 .header_menu .head_2 nav .gmenu > div > a {
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.3;
    justify-content: center;
    height: 100%;
    padding: 0 5px;
    transition: 0.3s;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div > a:hover {
    color: #e67525;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div > a:hover:after {
    bottom: 0px;
    opacity: 1;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div > a:after {
    content: "";
    display: block;
    background-color: #e67525;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    transition: 0.2s;
    opacity: 0;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child {
    background-color: #ffeee2;
    width: 100%;
    padding: 50px 0;
    position: absolute;
    top: 100px;
    left: 0;
    box-shadow: 0px 7px 15px -7px rgba(0, 0, 0, 0.3);
    transform: scale(1, 0);
    transform-origin: top;
    transition: 0.3s transform cubic-bezier(0.25, 0.1, 0, 0.72);
    border-top: 2px solid #e67525;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_inner {
    max-width: 1180px;
    margin: 0 auto;
    position: relative;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list > div {
    width: calc(20% - 16px);
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list > div:not(:nth-of-type(5n)) {
    margin-right: 20px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list > div:nth-of-type(n + 6) {
    margin-top: 30px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list a {
    display: block;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list a:hover figure {
    border: 2px solid #e67525;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list figure {
    background-color: #fff;
    border: 2px solid #fff;
    width: 100%;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list p {
    color: #000;
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list.col4 {
    padding-right: 222px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list.col4 > div {
    width: calc(25% - 15px);
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list.col4 > div:not(:nth-of-type(5n)) {
    margin-right: inherit;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list.col4 > div:nth-of-type(n + 6) {
    margin-top: inherit;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list.col4 > div:not(:nth-of-type(4n)) {
    margin-right: 20px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .child_list.col4 > div:nth-of-type(n + 5) {
    margin-top: 30px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div [class*=right_bnr] {
    color: #000;
    font-size: 14px;
    text-align: center;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div [class*=right_bnr] p {
    margin-top: 8px;
    line-height: 1.4;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .right_bnr {
    position: absolute;
    right: 0;
    top: 0px;
    width: 202px;
    transition: 0.3s;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .right_bnr img {
    max-width: 100%;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .right_bnr:hover {
    opacity: 0.7;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .right_bnr2 {
    position: absolute;
    right: 0;
    top: 210px;
    width: 202px;
    transition: 0.3s;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .right_bnr2 img {
    max-width: 100%;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .right_bnr2:hover {
    opacity: 0.7;
    filter: blur(100%);
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav {
    overflow: hidden;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav a {
    color: #000;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav a:hover {
    color: #e67525;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .left {
    width: calc(50% - 10px);
    float: left;
    display: flex;
    justify-content: space-between;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .left dl {
    width: calc(50% - 10px);
    text-align: left;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .left dt {
    font-size: 15px;
    margin-bottom: 2px;
    background: #fff;
    font-weight: bold;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .left dt a span {
    padding: 15px 10px;
    background: #fff;
    display: block;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .left dt img {
    width: 100%;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .left dt:hover img {
    opacity: 0.8;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .left dd {
    background: #fff;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .left dd a {
    font-size: 13px;
    margin-bottom: 2px;
    padding: 10px 10px 10px 30px;
    background: #fff;
    display: block;
    background: url(../images/common/ico_link.gif) no-repeat 15px center;
    background-size: 6px auto;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .right {
    width: calc(50% - 10px);
    float: right;
    height: auto;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .right p {
    text-align: left;
    background: #fff;
    margin-bottom: 2px;
    font-size: 15px;
    padding: 15px 0 15px 25px;
    line-height: 1.4;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .right p span {
    font-size: 12px;
    color: #999;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #999;
    display: inline-block;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .right ul {
    display: inline-block;
    vertical-align: top;
    letter-spacing: -0.4em;
    padding: 25px 20px 17px 20px;
    background: #fff;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .right li {
    text-align: left;
    display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
    background: url(../images/common/ico_link.gif) no-repeat left 3px;
    background-size: 6px auto;
    font-size: 12px;
    margin-bottom: 10px;
    width: 50%;
    padding: 0 10px 0 15px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .right > a {
    display: block;
    font-size: 13px;
    padding: 10px 5px;
    margin-top: 15px;
    line-height: 1.8;
    text-align: center;
    background: url(../images/common/ico_link.gif) no-repeat #fff;
    background-size: 6px auto;
    background-position: left 20px center;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card {
    background-color: #fff;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card dt {
    margin-bottom: 0;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card dt a span {
    color: #103d74;
    padding: 15px 25px 5px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card dd {
    padding: 0 25px 15px;
  }
  #header2022 .header_menu .head_2 .lang {
    margin: 0 40px;
  }
  #header2022 .header_menu .head_2 .lang a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    position: relative;
    font-size: 13px;
  }
  #header2022 .header_menu .head_2 .lang a:hover {
    color: #e67525;
  }
  #header2022 .header_menu .head_2 .lang a + a {
    margin-left: 15px;
  }
  #header2022 .header_menu .head_2 .lang a + a:before {
    content: "/";
    position: absolute;
    left: -15px;
    top: 0;
    color: #000;
  }
  #header2022 .header_menu .head_2 .lang a.now {
    text-decoration: underline;
  }
  #footer2022 .footer_inner .item > dl a {
    text-decoration: none;
    color: #000;
  }
  #footer2022 .footer_inner .item > dl a:hover {
    text-decoration: underline;
  }
  #footer2022 .footer_inner .item .btn {
    border: 1px solid #103d74;
    color: #103d74;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px;
    text-align: center;
  }
  #footer2022 .footer_inner .item .btn.btn_gray {
    background-color: #75736f;
    color: #fff;
    border: 1px solid #75736f;
  }
  #footer2022 .footer_inner .item .btn.btn_orange {
    background-color: #e67525;
    color: #fff;
    border: 1px solid #e67525;
  }
  #footer2022 .footer_inner .item .gray_box {
    background: #eeebe3;
  }
  #footer2022 .footer_inner .item .gray_box > dl a {
    text-decoration: none;
  }
  #footer2022 .footer_btm {
    border-top: 1px solid #eeebe3;
  }
  #footer2022 .footer_btm .footer_btm_inner .footer_info .logo img {
    max-width: 100%;
  }
  #footer2022 .footer_btm .footer_btm_inner .sns a {
    display: inline-block;
    margin-left: 15px;
    transition: 0.3s;
  }
  #footer2022 .footer_btm .footer_btm_inner .sns a:hover {
    opacity: 0.7;
  }
  .footer_link_wrap {
    width: 100%;
    overflow: hidden;
  }
  .footer_link_wrap .footer_link .item a {
    display: block;
  }
  .footer_link_wrap .footer_link .item a img {
    max-width: 100%;
  }
  .footer_link_wrap .footer_link .slick-prev {
    left: -60px;
    background: none;
  }
  .footer_link_wrap .footer_link .slick-prev:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 0px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px);
    left: 17px;
  }
  .footer_link_wrap .footer_link .slick-next {
    right: -60px;
    background: none;
  }
  .footer_link_wrap .footer_link .slick-next:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px);
    right: 17px;
  }
  .pageTop {
    z-index: 99;
    opacity: 0;
    transition: 0.5s;
  }
  .pageTop.active {
    opacity: 1;
  }
  /* ------------------------------------------------------
  * Cookie
  ------------------------------------------------------ */
  .cookie_consent_layout {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    z-index: 99999;
    transition: 1s transform 0.3s;
    transform: translateY(100%);
  }
  .cookie_consent_layout.js-cookie-consent {
    transform: translateY(0);
  }
  .cookie_consent_layout .batsu {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 25px;
  }
  .cookie_consent_layout .batsu::before, .cookie_consent_layout .batsu::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
  }
  .cookie_consent_layout .batsu::before {
    border-top: solid 2px #fff;
    transform: translateY(-50%) rotate(-45deg);
  }
  .cookie_consent_layout .batsu::after {
    border-top: solid 2px #fff;
    transform: translateY(-50%) rotate(45deg);
    right: -6px;
  }
  .cookie_consent_layout .consent_inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }
  .cookie_consent_layout .consent_text > a {
    color: #ffffff;
    text-decoration: underline;
  }
  .cookie_consent_layout .consent_text:hover {
    text-decoration: none;
  }
  .cookie_consent_layout .link-button {
    margin-top: 0;
  }
  .cookie_consent_layout .link-button > li.button_type1 > a {
    background-color: #e67525;
    border: 1px solid transparent;
    color: #fff;
    display: block;
    text-align: center;
    width: auto;
    transition: 0.3s;
  }
}
@media print, screen and (min-width: 751px) {
  body {
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  }
  #header2022 {
    background-color: #fff;
  }
  #header2022 .header_inner {
    width: 100%;
    height: auto;
    overflow: inherit;
    position: inherit;
  }
  #header2022 .logo img {
    width: 100%;
  }
  #header2022 .header_menu .head_1 .sns a {
    display: inline-block;
    margin-left: 12px;
    transition: 0.3s;
  }
  #header2022 .header_menu .head_1 .sns a:hover {
    opacity: 0.7;
  }
  #header2022 .header_menu .head_1 .search {
    display: flex;
    align-items: center;
  }
  #header2022 .header_menu .head_1 .search #SS_searchForm {
    display: flex;
    align-items: center;
  }
  #header2022 .header_menu .head_1 .search input[type=text] {
    border: none;
    font-size: 13px;
    padding: 7px 10px 6px 20px;
    border-radius: 20px 0 0 20px;
    height: 35px;
  }
  #header2022 .header_menu .head_1 .search input[type=text]:focus {
    outline: none;
  }
  #header2022 .header_menu .head_1 .search input[type=submit] {
    border: none;
    border-radius: 0 20px 20px 0;
    width: 50px;
    height: 35px;
    background-size: 18px 17px;
    background-position: center;
  }
  #header2022 .header_menu .head_1 .search input[type=submit]:hover {
    cursor: pointer;
  }
  #header2022 .header_menu .btns a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header2022 .header_menu .btns a.btn_blue {
    background-color: #103d74;
  }
  #header2022 .header_menu .btns a.btn_orange {
    background-color: #e67525;
  }
  #header2022 .header_menu .btns a.btn_gray {
    background-color: #75736f;
  }
  #header2022 .header_menu .head_2 nav {
    border: none;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div > a {
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.3;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div [class*=right_bnr] {
    color: #000;
    font-size: 14px;
    text-align: center;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div [class*=right_bnr] p {
    margin-top: 8px;
    line-height: 1.4;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card {
    background-color: #fff;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card dt {
    margin-bottom: 0;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card dt a span {
    color: #103d74;
    padding: 15px 25px 5px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card dd {
    padding: 0 25px 15px;
  }
  #header2022 .header_menu .head_2 .lang a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    position: relative;
  }
  #header2022 .header_menu .head_2 .lang a.now {
    text-decoration: underline;
  }
  #footer2022 {
    padding-top: 35px;
  }
  #footer2022 .footer_inner {
    display: flex;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 70px;
  }
  #footer2022 .footer_inner .item {
    width: calc(21% - 24px);
  }
  #footer2022 .footer_inner .item:not(:first-of-type) {
    margin-left: 30px;
  }
  #footer2022 .footer_inner .item:last-of-type {
    width: 15%;
  }
  #footer2022 .footer_inner .item > dl + dl {
    margin-top: 50px;
  }
  #footer2022 .footer_inner .item > dl a {
    text-decoration: none;
    color: #000;
  }
  #footer2022 .footer_inner .item > dl a:hover {
    text-decoration: underline;
  }
  #footer2022 .footer_inner .item > dl > dt {
    font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    padding-bottom: 10px;
  }
  #footer2022 .footer_inner .item > dl > dd {
    font-size: 12px;
    margin-top: 15px;
    padding-left: 1.5em;
    position: relative;
  }
  #footer2022 .footer_inner .item > dl > dd:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  #footer2022 .footer_inner .item > dl > dd dd {
    margin-top: 15px;
    padding-left: 1em;
  }
  #footer2022 .footer_inner .item .btn {
    border: 1px solid #103d74;
    color: #103d74;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px;
    text-align: center;
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    transition: 0.3s;
  }
  #footer2022 .footer_inner .item .btn:hover {
    color: #fff;
    background-color: #103d74;
  }
  #footer2022 .footer_inner .item .btn + .btn {
    margin-top: 6px;
  }
  #footer2022 .footer_inner .item .btn.btn_gray {
    background-color: #75736f;
    color: #fff;
    border: 1px solid #75736f;
  }
  #footer2022 .footer_inner .item .btn.btn_gray:hover {
    background-color: #fff;
    color: #75736f;
  }
  #footer2022 .footer_inner .item .btn.btn_orange {
    background-color: #e67525;
    color: #fff;
    border: 1px solid #e67525;
  }
  #footer2022 .footer_inner .item .btn.btn_orange:hover {
    background-color: #fff;
    color: #e67525;
  }
  #footer2022 .footer_inner .item .gray_box {
    background: #eeebe3;
    padding: 20px 15px;
    margin-top: 20px;
  }
  #footer2022 .footer_inner .item .gray_box > dl a {
    text-decoration: none;
    color: #000;
  }
  #footer2022 .footer_inner .item .gray_box > dl a:hover {
    text-decoration: underline;
  }
  #footer2022 .footer_inner .item .gray_box > dl > dd {
    font-size: 12px;
    margin-top: 15px;
    padding-left: 1.5em;
    position: relative;
  }
  #footer2022 .footer_inner .item .gray_box > dl > dd:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  #footer2022 .footer_inner .item .gray_box > dl > dd dd {
    margin-top: 15px;
    padding-left: 1em;
  }
  #footer2022 .footer_inner .sp_menu {
    display: none;
  }
  #footer2022 .footer_btm {
    border-top: 1px solid #eeebe3;
    padding: 30px 0;
  }
  #footer2022 .footer_btm .footer_btm_inner {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  #footer2022 .footer_btm .footer_btm_inner .footer_info {
    display: flex;
  }
  #footer2022 .footer_btm .footer_btm_inner .footer_info .logo {
    width: 175px;
  }
  #footer2022 .footer_btm .footer_btm_inner .footer_info .logo img {
    max-width: 100%;
  }
  #footer2022 .footer_btm .footer_btm_inner .footer_info p {
    font-size: 13px;
    margin: 0 0 0 40px;
  }
  #footer2022 .footer_btm .footer_btm_inner .sns {
    margin-left: 30px;
  }
  #footer2022 .footer_btm .footer_btm_inner .sns img {
    width: 45px;
  }
  #footer2022 .footer_btm .footer_btm_inner .sns a {
    display: inline-block;
    margin-left: 15px;
    transition: 0.3s;
  }
  #footer2022 .footer_btm .footer_btm_inner .sns a:hover {
    opacity: 0.7;
  }
  #footer2022 .footer_btm .copyright {
    font-size: 12px;
    text-align: right;
    width: 90%;
    margin: 20px auto 0;
  }
  .footer_link_wrap {
    width: 100%;
    overflow: hidden;
    background: url(../images/images2022/footer_link_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 255px;
    display: flex;
    align-items: center;
    margin-top: 200px;
  }
  .footer_link_wrap .footer_link .item {
    width: calc(25% - 15px);
    margin: 0 10px;
  }
  .footer_link_wrap .footer_link .item a {
    display: block;
    transition: 0.3s;
  }
  .footer_link_wrap .footer_link .item a:hover {
    opacity: 0.8;
  }
  .footer_link_wrap .footer_link .item a img {
    max-width: 100%;
  }
  .footer_link_wrap .footer_link .slick-prev {
    left: -60px;
    background: none;
  }
  .footer_link_wrap .footer_link .slick-prev:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 0px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px);
    left: 17px;
  }
  .footer_link_wrap .footer_link .slick-next {
    right: -60px;
    background: none;
  }
  .footer_link_wrap .footer_link .slick-next:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px);
    right: 17px;
  }
  .pageTop {
    z-index: 99;
    opacity: 0;
    transition: 0.5s;
  }
  .pageTop.active {
    opacity: 1;
  }
  /* ------------------------------------------------------
  * Cookie
  ------------------------------------------------------ */
  .cookie_consent_layout {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    z-index: 99999;
    transition: 1s transform 0.3s;
    transform: translateY(100%);
    padding: 40px 50px;
  }
  .cookie_consent_layout.js-cookie-consent {
    transform: translateY(0);
  }
  .cookie_consent_layout .batsu {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 25px;
  }
  .cookie_consent_layout .batsu::before, .cookie_consent_layout .batsu::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
  }
  .cookie_consent_layout .batsu::before {
    border-top: solid 2px #fff;
    transform: translateY(-50%) rotate(-45deg);
  }
  .cookie_consent_layout .batsu::after {
    border-top: solid 2px #fff;
    transform: translateY(-50%) rotate(45deg);
    right: -6px;
  }
  .cookie_consent_layout .consent_inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cookie_consent_layout .consent_text {
    margin-right: 2em;
  }
  .cookie_consent_layout .consent_text > a {
    color: #ffffff;
    text-decoration: underline;
  }
  .cookie_consent_layout .consent_text:hover {
    text-decoration: none;
  }
  .cookie_consent_layout .link-button {
    margin-top: 0;
  }
  .cookie_consent_layout .link-button > li.button_type1 > a {
    background-color: #e67525;
    border: 1px solid transparent;
    color: #fff;
    display: block;
    text-align: center;
    width: auto;
    transition: 0.3s;
    padding: 10px 20px;
    min-width: 186px;
  }
  .cookie_consent_layout .link-button > li.button_type1 > a:hover {
    background-color: #fff;
    border-color: #e67525;
    color: #e67525;
  }
  .forSP {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  body {
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  }
  #header2022 {
    background-color: #fff;
  }
  #header2022 .header_inner {
    width: 100%;
    height: auto;
    overflow: inherit;
    position: inherit;
  }
  #header2022 .logo img {
    width: 100%;
  }
  #header2022 .header_menu .head_1 .sns a {
    display: inline-block;
    margin-left: 12px;
    transition: 0.3s;
  }
  #header2022 .header_menu .head_1 .sns a:hover {
    opacity: 0.7;
  }
  #header2022 .header_menu .head_1 .search {
    display: flex;
    align-items: center;
  }
  #header2022 .header_menu .head_1 .search #SS_searchForm {
    display: flex;
    align-items: center;
  }
  #header2022 .header_menu .head_1 .search input[type=text] {
    border: none;
    font-size: 13px;
    padding: 7px 10px 6px 20px;
    border-radius: 20px 0 0 20px;
    height: 35px;
  }
  #header2022 .header_menu .head_1 .search input[type=text]:focus {
    outline: none;
  }
  #header2022 .header_menu .head_1 .search input[type=submit] {
    border: none;
    border-radius: 0 20px 20px 0;
    width: 50px;
    height: 35px;
    background-size: 18px 17px;
    background-position: center;
  }
  #header2022 .header_menu .head_1 .search input[type=submit]:hover {
    cursor: pointer;
  }
  #header2022 .header_menu .btns a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #header2022 .header_menu .btns a.btn_blue {
    background-color: #103d74;
  }
  #header2022 .header_menu .btns a.btn_orange {
    background-color: #e67525;
  }
  #header2022 .header_menu .btns a.btn_gray {
    background-color: #75736f;
  }
  #header2022 .header_menu .head_2 nav {
    border: none;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div > a {
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.3;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div [class*=right_bnr] {
    color: #000;
    font-size: 14px;
    text-align: center;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div [class*=right_bnr] p {
    margin-top: 8px;
    line-height: 1.4;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card {
    background-color: #fff;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card dt {
    margin-bottom: 0;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card dt a span {
    color: #103d74;
    padding: 15px 25px 5px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card dd {
    padding: 0 25px 15px;
  }
  #header2022 .header_menu .head_2 .lang a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    position: relative;
  }
  #header2022 .header_menu .head_2 .lang a.now {
    text-decoration: underline;
  }
  #footer2022 .footer_inner .item > dl {
    display: none;
  }
  #footer2022 .footer_inner .item > dl a {
    text-decoration: none;
    color: #000;
  }
  #footer2022 .footer_inner .item > dl a:hover {
    text-decoration: underline;
  }
  #footer2022 .footer_inner .item .btns {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
  }
  #footer2022 .footer_inner .item .btn {
    border: 1px solid #103d74;
    color: #103d74;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px;
    text-align: center;
    font-size: 13px;
    width: calc(50% - 10px);
    margin: 0 auto;
  }
  #footer2022 .footer_inner .item .btn.btn_gray {
    background-color: #75736f;
    color: #fff;
    border: 1px solid #75736f;
  }
  #footer2022 .footer_inner .item .btn.btn_orange {
    background-color: #e67525;
    color: #fff;
    border: 1px solid #e67525;
  }
  #footer2022 .footer_inner .item .gray_box {
    background: #eeebe3;
    padding: 25px 30px;
    margin: 25px 0 0 0;
  }
  #footer2022 .footer_inner .item .gray_box > dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer2022 .footer_inner .item .gray_box > dl a {
    text-decoration: none;
    color: #75736f;
    font-size: 13px;
  }
  #footer2022 .footer_inner .item .gray_box > dl > dd {
    width: calc(50% - 10px);
  }
  #footer2022 .footer_inner .item .gray_box > dl > dd:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  #footer2022 .footer_inner .sp_menu {
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #footer2022 .footer_inner .sp_menu > div {
    width: calc(50% - 10px);
  }
  #footer2022 .footer_inner .sp_menu > div a {
    color: #000;
    text-decoration: none;
    font-size: 13px;
  }
  #footer2022 .footer_inner .sp_menu > div:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  #footer2022 .footer_btm {
    border-top: 1px solid #eeebe3;
  }
  #footer2022 .footer_btm .footer_btm_inner {
    padding: 30px 20px;
  }
  #footer2022 .footer_btm .footer_btm_inner .footer_info .logo {
    width: 50%;
    margin: 0 auto;
  }
  #footer2022 .footer_btm .footer_btm_inner .footer_info .logo img {
    max-width: 100%;
  }
  #footer2022 .footer_btm .footer_btm_inner .footer_info p {
    text-align: center;
    font-size: 12px;
    margin: 15px 0 0 0;
  }
  #footer2022 .footer_btm .footer_btm_inner .sns {
    text-align: center;
    margin-top: 30px;
  }
  #footer2022 .footer_btm .footer_btm_inner .sns img {
    width: 45px;
  }
  #footer2022 .footer_btm .footer_btm_inner .sns a {
    display: inline-block;
    margin-left: 15px;
    transition: 0.3s;
  }
  #footer2022 .footer_btm .footer_btm_inner .sns a:hover {
    opacity: 0.7;
  }
  #footer2022 .footer_btm .copyright {
    font-size: 10px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #e5e5e5;
  }
  .footer_link_wrap {
    width: 100%;
    overflow: hidden;
    background: url(../images/images2022/footer_link_bg_sp.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: 160px;
    padding-top: 30px;
    margin-top: 50px;
  }
  .footer_link_wrap .common_inner {
    padding: 0;
  }
  .footer_link_wrap .footer_link .item {
    margin: 0 10px;
  }
  .footer_link_wrap .footer_link .item a {
    display: block;
  }
  .footer_link_wrap .footer_link .item a img {
    max-width: 100%;
  }
  .footer_link_wrap .footer_link .slick-prev {
    left: -60px;
    background: none;
  }
  .footer_link_wrap .footer_link .slick-prev:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 0px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px);
    left: 17px;
  }
  .footer_link_wrap .footer_link .slick-next {
    right: -60px;
    background: none;
  }
  .footer_link_wrap .footer_link .slick-next:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px);
    right: 17px;
  }
  .pageTop {
    z-index: 99;
    opacity: 0;
    transition: 0.5s;
  }
  .pageTop.active {
    opacity: 1;
  }
  /* ------------------------------------------------------
  * Cookie
  ------------------------------------------------------ */
  .cookie_consent_layout {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    z-index: 99999;
    transition: 1s transform 0.3s;
    transform: translateY(100%);
    padding: 20px 10px 40px;
  }
  .cookie_consent_layout.js-cookie-consent {
    transform: translateY(0);
  }
  .cookie_consent_layout .batsu {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 25px;
  }
  .cookie_consent_layout .batsu::before, .cookie_consent_layout .batsu::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
  }
  .cookie_consent_layout .batsu::before {
    border-top: solid 2px #fff;
    transform: translateY(-50%) rotate(-45deg);
  }
  .cookie_consent_layout .batsu::after {
    border-top: solid 2px #fff;
    transform: translateY(-50%) rotate(45deg);
    right: -6px;
  }
  .cookie_consent_layout .consent_inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }
  .cookie_consent_layout .consent_text {
    font-size: 14px;
  }
  .cookie_consent_layout .consent_text > a {
    color: #ffffff;
    text-decoration: underline;
  }
  .cookie_consent_layout .consent_text:hover {
    text-decoration: none;
  }
  .cookie_consent_layout .link-button {
    margin-top: 0;
  }
  .cookie_consent_layout .link-button > li.button_type1 > a {
    background-color: #e67525;
    border: 1px solid transparent;
    color: #fff;
    display: block;
    text-align: center;
    width: auto;
    transition: 0.3s;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 20px;
    max-width: 169px;
  }
  .forPC {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) and (max-width: 1160px) {
  body {
    font-family: "Meiryo", "Hiragino Kaku Gothic ProN", sans-serif;
  }
  #header2022 {
    background-color: #fff;
  }
  #header2022 .header_inner {
    width: 100%;
    height: auto;
    overflow: inherit;
    position: inherit;
  }
  #header2022 .logo img {
    width: 100%;
  }
  #header2022 .header_menu .head_1 .sns a {
    display: inline-block;
    margin-left: 12px;
    transition: 0.3s;
  }
  #header2022 .header_menu .head_1 .sns a:hover {
    opacity: 0.7;
  }
  #header2022 .header_menu .head_1 .search {
    display: flex;
    align-items: center;
  }
  #header2022 .header_menu .head_1 .search #SS_searchForm {
    display: flex;
    align-items: center;
  }
  #header2022 .header_menu .head_1 .search input[type=text] {
    border: none;
    font-size: 13px;
    padding: 7px 10px 6px 20px;
    border-radius: 20px 0 0 20px;
    height: 35px;
    width: 160px;
  }
  #header2022 .header_menu .head_1 .search input[type=text]:focus {
    outline: none;
  }
  #header2022 .header_menu .head_1 .search input[type=submit] {
    border: none;
    border-radius: 0 20px 20px 0;
    width: 50px;
    height: 35px;
    background-size: 18px 17px;
    background-position: center;
  }
  #header2022 .header_menu .head_1 .search input[type=submit]:hover {
    cursor: pointer;
  }
  #header2022 .header_menu .btns a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
  }
  #header2022 .header_menu .btns a.btn_blue {
    background-color: #103d74;
  }
  #header2022 .header_menu .btns a.btn_orange {
    background-color: #e67525;
  }
  #header2022 .header_menu .btns a.btn_gray {
    background-color: #75736f;
  }
  #header2022 .header_menu .head_2 nav {
    border: none;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div > a {
    color: #000;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 1.3;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div [class*=right_bnr] {
    color: #000;
    font-size: 14px;
    text-align: center;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div [class*=right_bnr] p {
    margin-top: 8px;
    line-height: 1.4;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card {
    background-color: #fff;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card dt {
    margin-bottom: 0;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card dt a span {
    color: #103d74;
    padding: 15px 25px 5px;
  }
  #header2022 .header_menu .head_2 nav .gmenu > div .detail_nav .detail_nav--card dd {
    padding: 0 25px 15px;
  }
  #header2022 .header_menu .head_2 .lang a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    position: relative;
  }
  #header2022 .header_menu .head_2 .lang a.now {
    text-decoration: underline;
  }
  #footer2022 .footer_inner .item > dl a {
    text-decoration: none;
    color: #000;
  }
  #footer2022 .footer_inner .item > dl a:hover {
    text-decoration: underline;
  }
  #footer2022 .footer_inner .item .btn {
    border: 1px solid #103d74;
    color: #103d74;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px;
    text-align: center;
  }
  #footer2022 .footer_inner .item .btn.btn_gray {
    background-color: #75736f;
    color: #fff;
    border: 1px solid #75736f;
  }
  #footer2022 .footer_inner .item .btn.btn_orange {
    background-color: #e67525;
    color: #fff;
    border: 1px solid #e67525;
  }
  #footer2022 .footer_inner .item .gray_box {
    background: #eeebe3;
  }
  #footer2022 .footer_inner .item .gray_box > dl a {
    text-decoration: none;
  }
  #footer2022 .footer_btm {
    border-top: 1px solid #eeebe3;
  }
  #footer2022 .footer_btm .footer_btm_inner .footer_info .logo img {
    max-width: 100%;
  }
  #footer2022 .footer_btm .footer_btm_inner .sns a {
    display: inline-block;
    margin-left: 15px;
    transition: 0.3s;
  }
  #footer2022 .footer_btm .footer_btm_inner .sns a:hover {
    opacity: 0.7;
  }
  .footer_link_wrap {
    width: 100%;
    overflow: hidden;
  }
  .footer_link_wrap .footer_link .item a {
    display: block;
  }
  .footer_link_wrap .footer_link .item a img {
    max-width: 100%;
  }
  .footer_link_wrap .footer_link .slick-prev {
    left: -60px;
    background: none;
  }
  .footer_link_wrap .footer_link .slick-prev:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 0px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px);
    left: 17px;
  }
  .footer_link_wrap .footer_link .slick-next {
    right: -60px;
    background: none;
  }
  .footer_link_wrap .footer_link .slick-next:before {
    content: "";
    width: 20px;
    height: 20px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 10px);
    right: 17px;
  }
  .pageTop {
    z-index: 99;
    opacity: 0;
    transition: 0.5s;
  }
  .pageTop.active {
    opacity: 1;
  }
  /* ------------------------------------------------------
  * Cookie
  ------------------------------------------------------ */
  .cookie_consent_layout {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    z-index: 99999;
    transition: 1s transform 0.3s;
    transform: translateY(100%);
  }
  .cookie_consent_layout.js-cookie-consent {
    transform: translateY(0);
  }
  .cookie_consent_layout .batsu {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 25px;
  }
  .cookie_consent_layout .batsu::before, .cookie_consent_layout .batsu::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 2;
  }
  .cookie_consent_layout .batsu::before {
    border-top: solid 2px #fff;
    transform: translateY(-50%) rotate(-45deg);
  }
  .cookie_consent_layout .batsu::after {
    border-top: solid 2px #fff;
    transform: translateY(-50%) rotate(45deg);
    right: -6px;
  }
  .cookie_consent_layout .consent_inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
  }
  .cookie_consent_layout .consent_text > a {
    color: #ffffff;
    text-decoration: underline;
  }
  .cookie_consent_layout .consent_text:hover {
    text-decoration: none;
  }
  .cookie_consent_layout .link-button {
    margin-top: 0;
  }
  .cookie_consent_layout .link-button > li.button_type1 > a {
    background-color: #e67525;
    border: 1px solid transparent;
    color: #fff;
    display: block;
    text-align: center;
    width: auto;
    transition: 0.3s;
  }
}
@media print {
  .pageTop {
    display: none !important;
  }
  body {
    overflow: visible !important;
  }
  body #rightCol {
    padding: 0 0 0 40px;
  }
  body #content {
    background: none;
  }
  body #content > .inner {
    display: block;
    flex-direction: inherit;
  }
  body,
  header,
  .catImg,
  #content {
    overflow: visible !important;
  }
}
/*# sourceMappingURL=map/common2022.css.map */
