@charset "UTF-8";
/* # =================================================================
#	normalize
# ================================================================= */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500;700&display=swap");
* {
  padding: 0;
  margin: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

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

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

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Correct the text style of placeholders in Chrome, Edge, and Safari */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
#	ベース
# ================================================================= */
/*@font-face {
	font-family: 'Langdon';
	src: url('../fonts/langdon.woff') format('woff');
}*/
/*html {
	@include media(){
		font-size: 16px;
	}
	@include media(SP){
		font-size: vw-calc(16px);
	}
}

body {
	letter-spacing: $ls-base;
	line-height: $lh-medium;
	text-size-adjust: 100%;
	word-wrap: break-word;
	overflow-wrap: break-word;
	background-color: $col-white;
	color: $fc-base;
}

body, table, th, td, h1, h2, h3, h4, h5, h6 {
	font-family: $ff-base;
	font-weight: $fw-base;
	font-feature-settings: "liga";
	@include media(){
		font-size: 16px;
	}
	@include media(SP){
		font-size: vw-calc(24px);
	}
}*/
@media only screen and (min-width: 560px) {
  .pc-none {
    display: none !important;
  }
}

@media only screen and (max-width: 559px) {
  .sp-none {
    display: none !important;
  }
}

/*.small {
	line-height: $lh-medium;
	@include media(){
		font-size: 12px;
	}
	@include media(SP){
		font-size: 0.8571em;
	}
}*/
/*a,
button {
	color: $fc-base;
 text-decoration: none;
	@include vendor-prefix(transition, all 0.4s);
}*/
/*img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}

ul {
 list-style-type: none;
}*/
/* clerfix ----- */
.clearfix {
  zoom: 1;
}

.clearfix:after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: " ";
  line-height: 0;
}

/* ----- clerfix */
.clear {
  clear: both;
}

.txXXL {
  font-size: 160%;
  line-height: 145%;
}

.txXL {
  font-size: 140%;
  line-height: 145%;
}

.txL {
  font-size: 116%;
  line-height: 145%;
}

.txM {
  font-size: 100%;
  line-height: 160%;
}

.txS {
  font-size: 84%;
  line-height: 135%;
}

.txXS {
  font-size: 70%;
  line-height: 135%;
}

.txXXS {
  font-size: 60%;
  line-height: 135%;
}

.txRed {
  color: #ff0000;
}

.txOrange {
  color: #ff6600;
}

.txBold {
  font-weight: 500;
}

.txNormal {
  font-weight: 400;
}

.strong {
  font-weight: 600;
}

.error {
  color: #ff0000;
}

.nowrap {
  white-space: nowrap !important;
}

a:not([href]) {
  pointer-events: none;
}

a:not([href]):hover {
  opacity: 1.0 !important;
}

.comingsoon {
  font-size: 0.96rem;
  font-style: normal;
}

.alnC {
  text-align: center !important;
}

.alnL {
  text-align: left !important;
}

.alnR {
  text-align: right !important;
}

.underline {
  border-bottom: 1px solid #22537d;
}

.indent01 {
  margin-left: 1.0em;
  text-indent: -1.0em;
}

.list01 {
  list-style-type: none;
  margin: 0px 0px 0px 1.0em;
  padding: 0px;
}

.list01 li {
  margin: 0px;
  padding: 0px;
  text-indent: -1.0em;
}

.list01 li:before {
  content: "・";
}

/* # =================================================================
#	レイアウト
# ================================================================= */
/* # =================================================================
#	見出し
# ================================================================= */
/* # =================================================================
#	ボタン
# ================================================================= */
.button01 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F54E25;
  border-color: #ffffff;
  border-style: solid;
  color: #ffffff;
  position: relative;
  left: 0px;
  top: 0px;
}

@media only screen and (min-width: 560px) {
  .button01 {
    min-width: 200px;
    min-height: 42px;
    padding: 11px 22px 13px 22px;
    border-radius: 50px;
    border-width: 1px;
    -webkit-box-shadow: -2px 3px 0px black;
    box-shadow: -2px 3px 0px black;
    text-shadow: -1px 2px 0px rgba(0, 0, 0, 0.47);
    font-size: 1.2rem;
    line-height: 1.0em;
  }
}

@media only screen and (max-width: 559px) {
  .button01 {
    min-width: 26.66667vw;
    padding: 1.46667vw 2.93333vw 1.73333vw;
    border-radius: 6.66667vw;
    border-width: 0.13333vw;
    -webkit-box-shadow: -0.26667vw 0.4vw 0px black;
    box-shadow: -0.26667vw 0.4vw 0px black;
    text-shadow: -0.13333vw 0.26667vw 0px rgba(0, 0, 0, 0.47);
    font-size: 1.2rem;
    line-height: 1.0em;
  }
}

.button01:after {
  display: block;
  content: "";
  background-image: url("../img/shared/ic_arw02_fff.svg");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% auto;
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto 0px;
}

@media only screen and (min-width: 560px) {
  .button01:after {
    width: 8px;
    height: 15px;
    right: 22px;
  }
}

@media only screen and (max-width: 559px) {
  .button01:after {
    width: 1.06667vw;
    height: 2vw;
    right: 2.93333vw;
  }
}

.button01:link, .button01:visited {
  color: #ffffff;
  text-decoration: none;
  opacity: 1.0;
}

.button01:hover, .button01:active {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.7;
}

.button02 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background-color: transparent;
  background-image: url("../img/shared/btn02_bg01.svg?t=2024020701"), url("../img/shared/btn02_bg02.svg?t=2024020701");
  background-repeat: no-repeat, no-repeat;
  background-position: 0 50%, right 30px top 50%;
  position: relative;
  left: 0px;
  top: 0px;
  font-weight: 500;
  font-size: 1.06rem;
  line-height: 1.0em;
  border-radius: 0px;
}

@media only screen and (min-width: 560px) {
  .button02 {
    min-height: 37px;
    background-size: 28px 100%, 28px 100%;
    padding: 0 54px 0 24px;
  }
}

@media only screen and (max-width: 559px) {
  .button02 {
    min-height: 4.93333vw;
    /*background-size: vw-calc(24px) 100%, vw-calc(24px) 100%;
		padding: 0 vw-calc(53px) 0 vw-calc(23px);*/
    background-position: 0 50%, right 4vw top 50%;
    background-size: 3.2vw 100%, 3.2vw 100%;
    padding: 0 6.26667vw 0 2.4vw;
  }
}

.button02 span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  background-color: #1C3653;
  color: #ffffff;
  white-space: nowrap;
}

@media only screen and (min-width: 560px) {
  .button02 span {
    min-height: 37px;
    padding: 7px 30px 9px 20px;
  }
}

@media only screen and (max-width: 559px) {
  .button02 span {
    min-height: 4.93333vw;
    padding: 0.93333vw 4vw 1.2vw 2.66667vw;
    padding: 0.93333vw 4vw 1.2vw 0.66667vw;
  }
}

.button02:after {
  display: block;
  content: "";
  position: absolute;
  z-index: 2;
  background-image: url("../img/shared/ic_arw03.png.webp");
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: 100% 100%;
}

@media only screen and (min-width: 560px) {
  .button02:after {
    top: 6px;
    right: 2px;
    width: 63px;
    height: 12px;
  }
}

@media only screen and (max-width: 559px) {
  .button02:after {
    top: 0.8vw;
    right: 0.26667vw;
    width: 8.4vw;
    height: 1.6vw;
  }
}

.button02:link, .button02:visited {
  color: #ffffff;
  text-decoration: none;
  opacity: 1.0;
}

.button02:hover, .button02:active {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.7;
}

.button03 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2CA5B0;
  border-color: #ffffff;
  border-style: solid;
  color: #ffffff;
  position: relative;
  left: 0px;
  top: 0px;
}

@media only screen and (min-width: 560px) {
  .button03 {
    min-width: 160px;
    min-height: 34px;
    padding: 7px 22px 7px 22px;
    border-radius: 50px;
    font-size: 0.93rem;
    line-height: 1.0em;
  }
}

@media only screen and (max-width: 559px) {
  .button03 {
    min-width: 14.66667vw;
    padding: 0.93333vw 2.93333vw 0.93333vw;
    border-radius: 6.66667vw;
    font-size: 0.93rem;
    line-height: 1.0em;
  }
}

.button03:link, .button03:visited {
  color: #ffffff;
  text-decoration: none;
  opacity: 1.0;
}

.button03:hover, .button03:active {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.7;
}

/* # =================================================================
#	リンク
# ================================================================= */
/* # =================================================================
#	アイコン
# ================================================================= */
/* # =================================================================
#	パンくず
# ================================================================= */
/* # =================================================================
#	ヘッダー
# ================================================================= */
/* header ------------------------------ */
.header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  background-color: #ffffff;
  background-image: url("../img/h_bg.svg");
  background-repeat: no-repeat;
  background-size: 100% 106px;
  height: auto;
  padding: 25px 25px 0px;
  height: 152px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99998;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .header {
    background-color: transparent;
    height: 106px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 559px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2.93333vw;
    background-color: transparent;
    height: 18.66667vw;
    background-image: url("../img/sp/h_bg.svg");
    background-position: 50% 100%;
    background-size: 100% 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: auto;
  }
}

@media only screen and (min-width: 560px) {
  .h-main {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .h-main {
    margin-bottom: 0px;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 559px) {
  .h-main {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #humberger {
    display: none;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #humberger {
    display: block;
    width: 50px;
    height: 50px;
    text-align: left;
    text-indent: -9000px;
    overflow: hidden;
    position: relative;
  }
  #humberger:before, #humberger:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #humberger:before {
    background-image: url("../img/sp/hum_open.svg");
    background-size: 40px auto;
    background-position: 50% 25%;
    opacity: 1.0;
    visibility: visible;
  }
  #humberger:after {
    background-image: url("../img/sp/hum_close.svg");
    background-size: 100% auto;
    background-position: 50% 0%;
    opacity: 0;
    visibility: hidden;
  }
}

@media only screen and (max-width: 559px) {
  #humberger {
    display: block;
    width: 9.86667vw;
    height: 9.86667vw;
    text-align: left;
    text-indent: -9000px;
    overflow: hidden;
    position: relative;
  }
  #humberger:before, #humberger:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #humberger:before {
    background-image: url("../img/sp/hum_open.svg");
    background-size: 8.53333vw auto;
    background-position: 50% 50%;
    opacity: 1.0;
    visibility: visible;
  }
  #humberger:after {
    background-image: url("../img/sp/hum_close.svg");
    background-size: 100% auto;
    background-position: 50% 0%;
    opacity: 0;
    visibility: hidden;
  }
}

body.nav-open #humberger:before {
  opacity: 0;
  visibility: hidden;
}

body.nav-open #humberger:after {
  opacity: 1.0;
  visibility: visible;
}

#h-logo:hover {
  opacity: 1.0 !important;
}

.h-logo {
  margin-right: auto;
}

.h-logo:hover {
  opacity: 0.7 !important;
}

@media only screen and (min-width: 1024px) {
  .h-logo-img {
    max-width: 393px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1120px) {
  .h-logo-img {
    max-width: 330px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .h-logo-img {
    max-width: 280px;
  }
}

@media only screen and (max-width: 559px) {
  .h-logo-img {
    max-width: none;
    width: auto;
    height: 8.4vw;
  }
}

.h-logo-img:hover {
  opacity: 1.0 !important;
}

@media only screen and (min-width: 1024px) {
  .logo-5th {
    max-width: 50px;
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1120px) {
  .logo-5th {
    max-width: 40px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .logo-5th {
    max-width: 30px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 559px) {
  .logo-5th {
    max-width: none;
    width: auto;
    height: 8.4vw;
    margin-left: 1.33333vw;
  }
}

.logo-5th:hover {
  opacity: 1.0 !important;
}

@media only screen and (min-width: 1024px) {
  #nav {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    background-color: transparent;
    width: 100%;
    margin: 0;
    padding: 12px 0;
  }
  #nav ul#h-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #nav ul#h-nav > li {
    font-size: 16px;
    line-height: 1.0em;
    margin: 0;
    padding: 0 28px;
    border-right: 1px solid #002A6B;
  }
  #nav ul#h-nav > li.nav2:nth-of-type(5) {
    border-right: none;
  }
  #nav ul#h-nav > li.home, #nav ul#h-nav > li.contact {
    display: none;
  }
  #nav ul#h-nav a {
    color: #002A6B;
    font-weight: bold;
  }
  #nav ul#h-nav a:hover {
    text-decoration: underline;
  }
  #nav #h-subnav {
    position: fixed;
    top: 25px;
    right: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #nav #h-sns {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #nav #h-sns > li {
    margin: 0 0 0 10px;
    padding: 0;
  }
  #nav #h-sns > li img {
    width: auto;
    height: 40px;
  }
  #nav .h-search {
    display: block;
    position: relative;
    margin-left: 26px;
  }
  #nav .h-search input[type='text'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 40px;
    max-width: 246px;
    width: 18vw;
    height: 40px;
    padding: 5px 26px;
    background-color: #E1E9F6;
    font-size: 16px;
    color: #000000;
  }
  #nav .h-search input[type='text']::-webkit-input-placeholder {
    color: #787F9D;
  }
  #nav .h-search input[type='text']::-moz-placeholder {
    color: #787F9D;
  }
  #nav .h-search input[type='text']::-ms-input-placeholder {
    color: #787F9D;
  }
  #nav .h-search input[type='text']::placeholder {
    color: #787F9D;
  }
  #nav .h-search button {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #nav {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 20px 40px;
    max-width: 440px;
    max-height: 80vh;
    overflow: auto;
    background-color: #002A6B;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: fixed;
    left: auto;
    right: -100vw;
    top: 120px;
  }
  #nav #h-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #nav #h-nav > li {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.25em;
  }
  #nav #h-nav > li.nav1 > a, #nav #h-nav > li.nav2 > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 30px 10px 15px;
    position: relative;
    font-size: 16px;
    line-height: 1.25em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #nav #h-nav > li.nav1 > a:after, #nav #h-nav > li.nav2 > a:after {
    content: "";
    display: block;
    width: 8px;
    height: 15px;
    background-image: url("../img/ic_arw3_navy.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #nav #h-nav > li.nav3 > a {
    display: block;
    padding: 15px 15px;
    border: 1px solid #ffffff;
    border-left: none;
    border-right: none;
    font-size: 16px;
    line-height: 1.25em;
    color: #ffffff;
    text-align: center;
  }
  #nav #h-nav > li.nav1 > a {
    border: 1px solid rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
    color: #002A6B;
    text-decoration: none;
  }
  #nav #h-nav > li.nav1 > a:after {
    background-image: url("../img/ic_arw3_navy.svg");
  }
  #nav #h-nav > li.nav1 > a:hover {
    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    color: #002A6B;
  }
  #nav #h-nav > li.nav1 > a:hover:after {
    background-image: url("../img/ic_arw3_fff.svg");
  }
  #nav #h-nav > li.nav2 > a {
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
  }
  #nav #h-nav > li.nav2 > a:after {
    background-image: url("../img/ic_arw3_fff.svg");
  }
  #nav #h-nav > li.nav2 > a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #002A6B;
  }
  #nav #h-subnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #nav #h-subnav #h-sns {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #nav #h-subnav #h-sns > li {
    margin: 0;
    padding: 0;
    margin-right: 12px;
  }
  #nav #h-subnav #h-sns > li > a {
    display: block;
    height: 25px;
  }
  #nav #h-subnav #h-sns > li > a img {
    width: auto;
    height: 100%;
  }
  #nav #h-subnav .h-search {
    display: block;
    position: relative;
    min-width: 60%;
  }
  #nav #h-subnav .h-search input[type='text'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    width: 100%;
    height: 40px;
    padding: 15px 20px;
    background-color: #E1E9F6;
    font-size: 16px;
    color: #000000;
  }
  #nav #h-subnav .h-search input[type='text']::-webkit-input-placeholder {
    color: #787F9D;
  }
  #nav #h-subnav .h-search input[type='text']::-moz-placeholder {
    color: #787F9D;
  }
  #nav #h-subnav .h-search input[type='text']::-ms-input-placeholder {
    color: #787F9D;
  }
  #nav #h-subnav .h-search input[type='text']::placeholder {
    color: #787F9D;
  }
  #nav #h-subnav .h-search button {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
  }
}

@media only screen and (max-width: 559px) {
  #nav {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.66667vw 2.66667vw 5.33333vw;
    max-width: 88vw;
    max-height: 90vh;
    overflow: auto;
    background-color: #002A6B;
    color: #ffffff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: fixed;
    right: -100vw;
    top: 21.86667vw;
  }
  #nav #h-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  #nav #h-nav > li {
    margin: 0;
    padding: 0;
    margin-bottom: 5.33333vw;
    font-size: 4vw;
    line-height: 1.25em;
  }
  #nav #h-nav > li.nav1 > a, #nav #h-nav > li.nav2 > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2.66667vw 6.66667vw 2.66667vw 4vw;
    position: relative;
    min-height: 12vw;
    font-size: 4vw;
    line-height: 1.25em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #nav #h-nav > li.nav1 > a:after, #nav #h-nav > li.nav2 > a:after {
    content: "";
    display: block;
    width: 1.06667vw;
    height: 2vw;
    background-image: url("../img/ic_arw3_navy.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
    position: absolute;
    right: 4vw;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #nav #h-nav > li.nav3 > a {
    display: block;
    padding: 5.33333vw 4vw;
    border: 1px solid #ffffff;
    border-left: none;
    border-right: none;
    font-size: 4vw;
    line-height: 1.25em;
    color: #ffffff;
    text-align: center;
  }
  #nav #h-nav > li.nav1 > a {
    border: 1px solid rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.9);
    color: #002A6B;
    text-decoration: none;
  }
  #nav #h-nav > li.nav1 > a:after {
    background-image: url("../img/ic_arw3_navy.svg");
  }
  #nav #h-nav > li.nav1 > a:hover {
    border: 1px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    color: #002A6B;
  }
  #nav #h-nav > li.nav1 > a:hover:after {
    background-image: url("../img/ic_arw3_fff.svg");
  }
  #nav #h-nav > li.nav2 > a {
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    text-decoration: none;
  }
  #nav #h-nav > li.nav2 > a:after {
    background-image: url("../img/ic_arw3_fff.svg");
  }
  #nav #h-nav > li.nav2 > a:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #002A6B;
  }
  #nav #h-subnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #nav #h-subnav #h-sns {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #nav #h-subnav #h-sns > li {
    margin: 0;
    padding: 0;
    margin-right: 1.6vw;
  }
  #nav #h-subnav #h-sns > li > a {
    display: block;
    height: 6vw;
  }
  #nav #h-subnav #h-sns > li > a img {
    width: auto;
    height: 100%;
  }
  #nav #h-subnav .h-search {
    display: block;
    position: relative;
  }
  #nav #h-subnav .h-search input[type='text'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6.66667vw;
    min-width: 49.33333vw;
    height: 12vw;
    padding: 3.33333vw 3.6vw;
    background-color: #E1E9F6;
    font-size: 2.93333vw;
    color: #000000;
  }
  #nav #h-subnav .h-search input[type='text']::-webkit-input-placeholder {
    color: #787F9D;
  }
  #nav #h-subnav .h-search input[type='text']::-moz-placeholder {
    color: #787F9D;
  }
  #nav #h-subnav .h-search input[type='text']::-ms-input-placeholder {
    color: #787F9D;
  }
  #nav #h-subnav .h-search input[type='text']::placeholder {
    color: #787F9D;
  }
  #nav #h-subnav .h-search button {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  body.nav-open #nav {
    visibility: visible;
    opacity: 1.0;
    right: 0;
  }
}

@media only screen and (max-width: 559px) {
  body.nav-open #nav {
    visibility: visible;
    opacity: 1.0;
    right: 0;
  }
}

#h-lang-switcher img[src*='.svg'] {
  display: none;
}

#h-lang-switcher .gt_switcher {
  line-height: 32px;
}

#h-lang-switcher .gt_switcher .gt_option {
  max-width: 100%;
}

#h-lang-switcher .gt_switcher a {
  display: block;
  font-size: 14px;
  line-height: 1.125em;
  white-space: nowrap;
  padding: 0.8em 0.4em;
}

#h-lang-switcher .gt_switcher .gt_selected a:after {
  height: 18px;
}

@media only screen and (min-width: 1024px) {
  #h-lang-switcher {
    position: fixed;
    top: 25px;
    right: calc(245px + 16vw);
    z-index: 99999;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #h-lang-switcher .gtranslate_wrapper {
    position: relative;
    width: 173px;
    height: 40px;
  }
  #h-lang-switcher .gtranslate_wrapper #gt_float_wrapper {
    position: absolute;
    white-space: nowrap;
  }
  #h-lang-switcher .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 8px 15px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #h-lang-switcher {
    position: fixed;
    top: 25px;
    right: 90px;
    z-index: 99999;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #h-lang-switcher .gtranslate_wrapper {
    position: relative;
    width: 173px;
    height: 40px;
  }
  #h-lang-switcher .gtranslate_wrapper #gt_float_wrapper {
    position: absolute;
    white-space: nowrap;
  }
  #h-lang-switcher .gtranslate_wrapper .gt_float_switcher .gt-selected .gt-current-lang {
    padding: 8px 15px;
  }
}

@media only screen and (max-width: 559px) {
  #h-lang-switcher {
    position: fixed;
    bottom: 5.33333vw;
    left: 5.33333vw;
    z-index: 99999;
    -webkit-box-shadow: 0px 0px 1px black;
    box-shadow: 0px 0px 1px black;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff;
    /*.gtranslate_wrapper {
			position: relative;
			//width: vw-calc(166px);
			width: auto;
			height: vw-calc(60px);
			#gt_float_wrapper {
				position: absolute;
				white-space: nowrap;
			}
			.gt_float_switcher {
				overflow: visible;
				.gt-open {
					position: absolute;
					background-color: #ffffff;
					transform: translate(0px, -250px);
					box-shadow: 0 -6px 10px rgba(0,0,0,0.1);
				}
			}
			.gt_float_switcher .gt-selected .gt-current-lang {
				padding: vw-calc(8px) vw-calc(15px);
			}
		}*/
  }
  #h-lang-switcher .bogo-language-switcher li {
    margin: 0 1.33333vw;
    font-size: 3.46667vw;
  }
}

/* # =================================================================
#	グローバルナビゲーション
# ================================================================= */
/* # =================================================================
#	メイン
# ================================================================= */
html[dir='rtl'] .header,
html[dir='rtl'] .footer,
html[dir='rtl'] .foot-banners,
html[dir='rtl'] .foot-words,
html[dir='rtl'] #h-lang-switcher {
  direction: ltr;
}

html[dir='rtl'] .flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

html[dir='rtl'] .index-h2,
html[dir='rtl'] .words-h3 {
  text-align: left;
}

html[dir='rtl'] .slick-list {
  direction: ltr;
}

html[dir='rtl'] .slick-slide {
  float: left;
  direction: rtl;
}

html[dir='rtl'] #home-catch-group {
  direction: ltr;
}

html[dir='rtl'] .home-mission .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

html[dir='rtl'] .home-mission .main {
  text-align: left;
}

html[dir='rtl'] .home-mission .main .catch,
html[dir='rtl'] .home-mission .main .text {
  text-align: right;
}

html[dir='rtl'] .home-interview .heading-eng,
html[dir='rtl'] .home-interview .heading {
  text-align: left;
}

html[dir='rtl'] .home-interview .home-interview-main {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

html[dir='rtl'] .home-interview .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

html[dir='rtl'] .home-interview .row .tags {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

html[dir='rtl'] .home-column .heading-eng,
html[dir='rtl'] .home-column .heading {
  text-align: left;
}

html[dir='rtl'] .home-column .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

html[dir='rtl'] .home-column .row .tags {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

html[dir='rtl'] .home-category-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

* {
  font-weight: inherit;
}

@media only screen and (min-width: 560px) {
  .times-archive-wrap,
  .words-wrap,
  .words-archive {
    padding-top: 220px;
  }
}

@media only screen and (max-width: 559px) {
  .times-archive-wrap,
  .words-wrap,
  .words-archive {
    padding-top: 18.66667vw;
  }
}

.times-title {
  margin-bottom: 0.4em;
}

.times-title > span.part {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000000;
  padding: 0.2em 0.6em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9em;
  line-height: 1.0em;
  font-weight: bold;
  margin-left: 0.4em;
}

.times-title-meta {
  border-top: 1px solid #707070;
  padding: 0.8em 0 0.4em;
  font-size: 1.5rem;
  line-height: 1.5em;
}

.times-title-meta .organization {
  font-size: 0.65em;
  line-height: 1.5em;
}

.times-title-meta .job {
  font-size: 0.75em;
  line-height: 1.5em;
}

.times-title-meta .name {
  font-size: 0.9em;
  line-height: 1.5em;
  font-weight: bold;
}

#home-kv {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 1024px) {
  #home-kv {
    padding-top: 180px;
    margin-bottom: 130px;
    height: 1189px;
    background-image: url("../img/home_kv_bg04.svg?t=2025052801"), url("../img/home_kv_bg02.png.webp?t=2025052801"), url("../img/home_kv_bg03.gif"), url("../img/home_kv_bg01.jpg.webp");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 50% 100%, 50% 100%, 50% 100%, 50% 0%;
    background-size: max(100%, 1344px) auto, 100% 641px, 100% 200px, 100% auto;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #home-kv {
    padding-top: 180px;
    margin-bottom: 130px;
    height: 1189px;
    background-image: url("../img/home_kv_bg04.svg?t=2025052801"), url("../img/home_kv_bg02.png.webp?t=2025052801"), url("../img/home_kv_bg03.gif"), url("../img/home_kv_bg01.jpg.webp");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 50% 100%, 50% 100%, 50% 100%, 50% 0%;
    background-size: 1366px auto, 100% 641px, 100% auto, 1100px auto;
  }
}

@media only screen and (max-width: 559px) {
  #home-kv {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 18.66667vw;
    height: 168.26667vw;
    background-image: url("../img/sp/home_kv_bg.jpg.webp");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: 100% auto;
    margin-bottom: 8vw;
  }
}

#home-kv #home-catch-group {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 1100px;
  margin: 0 auto;
}

#home-kv #home-catch-group img {
  width: 100%;
  height: auto;
}

#home-kv #home-catch-group .home-catch1 {
  font-weight: bold;
  color: #002A6B;
}

#home-kv #home-catch-group .home-catch1 > span {
  display: block;
  background: -webkit-linear-gradient(285deg, #00a2b9 13%, #002a6b 13%);
  background: linear-gradient(165deg, #00a2b9 13%, #002a6b 13%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

@media only screen and (max-width: 559px) {
  #home-kv #home-catch-group .home-catch1 > span {
    background: -webkit-linear-gradient(295deg, #00a2b9 15%, #002a6b 15%);
    background: linear-gradient(155deg, #00a2b9 15%, #002a6b 15%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
  }
}

#home-kv #home-catch-group .home-catch2 {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  color: #002A6B;
}

@media only screen and (min-width: 560px) {
  #home-kv #home-catch-group {
    padding: 39px 20px 54px;
  }
  #home-kv #home-catch-group .home-catch1 {
    width: 432px;
    font-size: 60px;
    line-height: 1.125em;
  }
  #home-kv #home-catch-group .home-catch1.noimage {
    width: auto;
  }
  #home-kv #home-catch-group .home-catch2 {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.25em;
  }
}

@media only screen and (max-width: 559px) {
  #home-kv #home-catch-group {
    padding: 6vw 5.33333vw 8vw;
  }
  #home-kv #home-catch-group .home-catch1 {
    width: 57.6vw;
    font-size: 8vw;
    line-height: 1.125em;
  }
  #home-kv #home-catch-group .home-catch1.notranslate {
    width: 65.73333vw;
  }
  #home-kv #home-catch-group .home-catch1.noimage {
    width: auto;
  }
  #home-kv #home-catch-group .home-catch2 {
    margin-top: 4vw;
    font-size: 3.73333vw;
    line-height: 1.25em;
  }
  #home-kv #home-catch-group .home-catch2.notranslate {
    width: 86.66667vw;
  }
}

#kv-outer {
  opacity: 0;
  margin: 0 auto 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

@media only screen and (min-width: 560px) {
  #kv-outer {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 559px) {
  #kv-outer {
    padding-top: 17.33333vw;
  }
}

#kv-outer.active {
  opacity: 1;
}

#kv-carousel article {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: 0 90px;
}

@media only screen and (max-width: 559px) {
  #kv-carousel article {
    margin: 0 12vw;
  }
}

#kv-carousel article.left {
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-18deg);
  transform: rotate(-18deg);
  margin-top: 10px;
}

@media only screen and (max-width: 559px) {
  #kv-carousel article.left {
    margin-top: 1.33333vw;
  }
}

#kv-carousel article.left2 {
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-28deg);
  transform: rotate(-28deg);
  margin-top: 200px;
  margin-right: -20px;
}

@media only screen and (max-width: 559px) {
  #kv-carousel article.left2 {
    margin-top: 13.33333vw;
    margin-right: 16vw;
  }
}

#kv-carousel article.left3 {
  opacity: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(-28deg) scale(0.7);
  transform: rotate(-28deg) scale(0.7);
  margin-top: 600px;
}

#kv-carousel article.right {
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(18deg);
  transform: rotate(18deg);
  margin-top: 10px;
}

@media only screen and (max-width: 559px) {
  #kv-carousel article.right {
    margin-top: 1.33333vw;
  }
}

#kv-carousel article.right2 {
  margin-top: 200px;
  margin-left: -20px;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transform: rotate(28deg);
  transform: rotate(28deg);
}

@media only screen and (max-width: 559px) {
  #kv-carousel article.right2 {
    margin-top: 13.33333vw;
    margin-left: 16vw;
  }
}

#kv-carousel article.right3 {
  opacity: 0;
  -webkit-transform-origin: top right;
  transform-origin: top right;
  -webkit-transform: rotate(28deg) scale(0.7);
  transform: rotate(28deg) scale(0.7);
  margin-top: 600px;
}

#kv-carousel .slick-list {
  overflow: visible;
}

#kv-carousel .slick-slide {
  width: 456px;
}

@media only screen and (max-width: 559px) {
  #kv-carousel .slick-slide {
    width: 60.8vw;
  }
}

#kv-carousel .slick-slide img {
  -o-object-position: center center;
  object-position: center center;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  height: 313px;
}

@media only screen and (max-width: 559px) {
  #kv-carousel .slick-slide img {
    border-radius: 5.33333vw;
    height: 41.73333vw;
  }
}

#kv-carousel .slick-center {
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transform: scale(1.23);
  transform: scale(1.23);
}

#kv-carousel .slick-active img {
  border-width: 15px;
  border-style: solid;
  border-color: #0078C0;
}

@media only screen and (max-width: 559px) {
  #kv-carousel .slick-active img {
    border-width: 2vw;
  }
}

#kv-carousel .slick-slide .info {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  color: #ffffff;
  padding: 15px 15px 0;
}

@media only screen and (max-width: 559px) {
  #kv-carousel .slick-slide .info {
    padding: 2.66667vw 1.06667vw 0;
  }
}

#kv-carousel .slick-slide.slick-active .info {
  visibility: visible;
  opacity: 1.0;
}

@media only screen and (max-width: 559px) {
  #kv-carousel .carousel-prev,
  #kv-carousel .carousel-next {
    background-image: url("../img/ic_arw2.png.webp");
  }
}

#kv-carousel .carousel-next {
  bottom: auto;
  top: 60px;
  right: calc(50vw - 360px);
}

@media only screen and (max-width: 559px) {
  #kv-carousel .carousel-next {
    top: -1.33333vw;
    right: calc(50vw - 50.66667vw);
  }
}

#kv-carousel .carousel-prev {
  bottom: auto;
  top: 60px;
  left: calc(50vw - 360px);
}

@media only screen and (max-width: 559px) {
  #kv-carousel .carousel-prev {
    top: -1.33333vw;
    left: calc(50vw - 50.66667vw);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
}

#kv-carousel .info .meta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
}

@media only screen and (max-width: 559px) {
  #kv-carousel .info .meta {
    margin-bottom: 1.33333vw;
  }
}

#kv-carousel .info .meta .date {
  font-size: 14px;
  line-height: 1.0em;
  font-weight: bold;
  margin-right: 8px;
}

@media only screen and (max-width: 559px) {
  #kv-carousel .info .meta .date {
    font-size: 2.66667vw;
    margin-right: 1.33333vw;
  }
}

#kv-carousel .info .title {
  font-size: 18px;
  line-height: 1.5em;
}

#kv-carousel .info .title a {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}

#kv-carousel .info .title a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 559px) {
  #kv-carousel .info .title {
    font-size: 3.2vw;
    line-height: 1.5em;
  }
  #kv-carousel .info .title a {
    font-size: 3.2vw;
  }
}

.kv-tags {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kv-tags > li {
  margin: 0;
  padding: 0;
  height: 16px;
  line-height: 1.0em;
  margin: 2px 6px 2px 0;
}

.kv-tags > li > a,
.kv-tags > li > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 20px;
  padding: 0 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 10px;
  line-height: 1.0em;
  background-color: #002A6B;
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (max-width: 559px) {
  .kv-tags {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .kv-tags > li {
    height: 3.46667vw;
    margin: 0.26667vw 1.06667vw 0.26667vw 0;
  }
  .kv-tags > li > a,
  .kv-tags > li > span {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 12.5em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 5.33333vw;
    padding: 0.8vw 2vw;
    font-size: 1.86667vw;
    line-height: 1.0em;
  }
}

.tags {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tags > li {
  margin: 0;
  padding: 0;
  height: 2.92826vw;
  line-height: 1.0em;
  margin: 0.43924vw 0 0.43924vw 0.87848vw;
}

.tags > li > a,
.tags > li > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border: 0.10981vw solid #00a59f;
  padding: 0 0.58565vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: min(1.31772vw, 16px);
  line-height: 1.0em;
  background-color: rgba(255, 255, 255, 0.4);
  color: #000000;
  text-decoration: none;
}

.tags > li > a:hover {
  background-color: transparent;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .tags > li {
    height: 3.90625vw;
    margin: 0.58594vw 0 0.58594vw 1.17188vw;
  }
  .tags > li > a,
  .tags > li > span {
    font-size: min(1.75781vw, 16px);
    border-width: 1px;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 559px) {
  .tags > li {
    height: 5.33333vw;
    margin: 0.8vw 0 0.8vw 1.6vw;
  }
  .tags > li > a,
  .tags > li > span {
    font-size: 2.4vw;
    border-width: 0.2vw;
    padding: 0 1.06667vw;
  }
}

.home-mission {
  padding: 0 85px;
  overflow: hidden;
  position: relative;
  margin-bottom: 180px;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-mission {
    padding: 0 65px;
  }
}

@media only screen and (max-width: 559px) {
  .home-mission {
    padding: 0 5.33333vw;
    margin-bottom: 9.33333vw;
  }
}

.home-mission .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-mission .inner {
    display: block;
    overflow: hidden;
  }
}

@media only screen and (max-width: 559px) {
  .home-mission .inner {
    display: block;
    overflow: hidden;
  }
}

.home-mission .main {
  max-width: calc(100% - 420px);
  width: 65%;
  min-width: 450px;
  padding-top: 50px;
  padding-bottom: 100px;
  margin-right: 40px;
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-mission .main {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 559px) {
  .home-mission .main {
    width: 100%;
    max-width: none;
    min-width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-bottom: 6.66667vw;
  }
}

.home-mission .main:before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #000000;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 95px;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-mission .main:before {
    top: 35px;
  }
}

@media only screen and (max-width: 559px) {
  .home-mission .main:before {
    top: 8vw;
  }
}

.home-mission .main .heading-eng {
  display: inline-block;
  position: relative;
  font-size: 90px;
  line-height: 1.0em;
  color: #3B3C41;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  background-color: #ffffff;
  padding-right: 30px;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-mission .main .heading-eng {
    font-size: 70px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 559px) {
  .home-mission .main .heading-eng {
    font-size: 16vw;
    padding-right: 2.66667vw;
  }
}

.home-mission .main .heading {
  font-size: 24px;
  line-height: 1.0em;
  font-weight: bold;
  margin-bottom: 90px;
}

@media only screen and (max-width: 559px) {
  .home-mission .main .heading {
    font-size: 4.53333vw;
    margin-bottom: 6.66667vw;
  }
}

.home-mission .main .catch {
  font-size: 24px;
  line-height: 1.0em;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 559px) {
  .home-mission .main .catch {
    font-size: 3.73333vw;
    margin-bottom: 4vw;
  }
}

.home-mission .main .text {
  font-size: 16px;
  line-height: 2.2em;
}

@media only screen and (max-width: 559px) {
  .home-mission .main .text {
    font-size: 3.2vw;
    line-height: 2.0em;
  }
}

.home-mission .image {
  max-width: 420px;
  position: relative;
  z-index: 2;
}

.home-mission .image > picture {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-mission .image {
    max-width: none;
    margin-bottom: 60px;
    text-align: center;
  }
}

@media only screen and (max-width: 559px) {
  .home-mission .image {
    max-width: none;
    margin-bottom: 5.33333vw;
  }
}

.home-mission .button-more {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
  max-width: 850px;
  width: 52%;
  padding-left: 85px;
  padding-right: 40px;
  min-width: 450px;
  text-align: center;
}

.home-mission .button-more a:hover {
  background-color: rgba(0, 165, 159, 0.1);
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-mission .button-more {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: none;
    width: auto;
    padding: 0;
    min-width: auto;
  }
}

@media only screen and (max-width: 559px) {
  .home-mission .button-more {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: none;
    width: auto;
    padding: 0;
    min-width: auto;
  }
  .home-mission .button-more a {
    width: 100%;
  }
}

.home-interview {
  position: relative;
  padding: 80px 85px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("../img/home_interview_bg.svg?t=2025052801");
  background-repeat: no-repeat;
  background-position: 4.24597vw 50%;
  background-size: auto 100%;
  background-blend-mode: lighten;
  overflow: hidden;
  margin-bottom: 210px;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview {
    padding: 80px 65px;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview {
    background-image: url("../img/sp/home_interview_bg.svg?t=2025052801");
    background-position: 0 50%;
    background-size: 100% 100%;
    padding: 10.66667vw 5.33333vw;
    margin-bottom: 16vw;
  }
}

.home-interview .heading-interview {
  position: relative;
  margin-right: auto;
  margin-bottom: 40px;
}

.home-interview .heading-interview:before {
  content: "";
  width: 1px;
  height: calc(100% - 0.1em);
  background-color: #000000;
  position: absolute;
  left: -15px;
  top: 0.1em;
  font-size: 90px;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .heading-interview:before {
    left: -15px;
    font-size: 70px;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .heading-interview:before {
    width: 0.13333vw;
    left: -2vw;
    font-size: 12vw;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .heading-interview {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .heading-interview {
    margin-bottom: 6vw;
  }
}

.home-interview .heading-eng {
  position: relative;
  font-size: 90px;
  line-height: 1.0em;
  color: #3B3C41;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .heading-eng {
    font-size: 70px;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .heading-eng {
    font-size: 12vw;
  }
}

.home-interview .heading {
  font-size: 24px;
  line-height: 1.0em;
  font-weight: bold;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .heading {
    font-size: 24px;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .heading {
    font-size: 3.46667vw;
  }
}

.home-interview .home-interview-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 65px;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .home-interview-main {
    display: block;
    max-width: 580px;
    margin: 0 auto;
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .home-interview-main {
    display: block;
    margin-bottom: 8vw;
  }
}

.home-interview .home-interview-main .image {
  width: 42.45974vw;
}

.home-interview .home-interview-main .image img {
  border-radius: 1.46413vw;
  width: 100%;
  height: 100%;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .home-interview-main .image {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .home-interview .home-interview-main .image img {
    border-radius: 20px;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .home-interview-main .image {
    width: 100%;
    margin-bottom: 3.33333vw;
  }
  .home-interview .home-interview-main .image img {
    border-radius: 2.66667vw;
  }
}

.home-interview .home-interview-main .data {
  width: calc(100% - 42.45974vw);
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .home-interview-main .data {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .home-interview-main .data {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 2.66667vw;
  }
}

.home-interview .home-interview-main .data .head {
  padding: 0 2.92826vw 2.19619vw 2.56223vw;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .home-interview-main .data .head {
    padding: 0 20px 25px;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .home-interview-main .data .head {
    padding: 0 0 3.33333vw;
  }
}

.home-interview .home-interview-main .data .bottom {
  border-top: 1px solid #707070;
  padding: 2.04978vw 2.92826vw 0 2.56223vw;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .home-interview-main .data .bottom {
    border-width: 1px;
    padding: 25px 20px 0;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .home-interview-main .data .bottom {
    border-width: 0.2vw;
    padding: 3.33333vw 0 0;
  }
}

.home-interview .home-interview-main .data .title {
  font-size: 1.75695vw;
  line-height: 1.75em;
  font-weight: bold;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .home-interview-main .data .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .home-interview-main .data .title {
    font-size: 3.2vw;
  }
}

.home-interview .home-interview-main .data .part {
  margin-top: 1.0981vw;
}

.home-interview .home-interview-main .data .part > span {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #000000;
  height: 2.56223vw;
  padding: 0.43924vw 0.87848vw;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.46413vw;
  line-height: 1.0em;
  font-weight: bold;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .home-interview-main .data .part {
    margin-top: 15px;
  }
  .home-interview .home-interview-main .data .part > span {
    border-width: 1px;
    height: 35px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.0em;
    font-weight: bold;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .home-interview-main .data .part {
    margin-top: 1.33333vw;
  }
  .home-interview .home-interview-main .data .part > span {
    border-width: 0.2vw;
    height: 5.33333vw;
    padding: 0.8vw 1.6vw;
    font-size: 2.66667vw;
    line-height: 1.0em;
    font-weight: bold;
  }
}

.home-interview .home-interview-main .data .organization {
  font-size: 1.1713vw;
  line-height: 1.5em;
  font-weight: bold;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .home-interview-main .data .organization {
    font-size: 16px;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .home-interview-main .data .organization {
    font-size: 2.66667vw;
  }
}

.home-interview .home-interview-main .data .job {
  font-size: 1.46413vw;
  line-height: 1.5em;
  font-weight: bold;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .home-interview-main .data .job {
    font-size: 18px;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .home-interview-main .data .job {
    font-size: 2.93333vw;
  }
}

.home-interview .home-interview-main .data .name {
  font-size: 2.2694vw;
  line-height: 1.5em;
  font-weight: bold;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .home-interview-main .data .name {
    font-size: 24px;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .home-interview-main .data .name {
    font-size: 4.26667vw;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .home-interview-main .data {
    width: 100%;
  }
}

.home-interview .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.home-interview .row .tags {
  max-width: 44%;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .row .tags {
    max-width: 100%;
    margin-left: auto;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .row .tags {
    max-width: none;
    margin-left: auto;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .row {
    display: block;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .row {
    display: block;
    margin-bottom: 4vw;
  }
}

.home-interview .sub-heading {
  white-space: nowrap;
  font-size: 50px;
  line-height: 1.0em;
  color: #3B3C41;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .sub-heading {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .sub-heading {
    font-size: 6.66667vw;
    margin-bottom: 2.66667vw;
  }
}

.home-interview .button-more {
  margin-top: 50px;
  text-align: center;
}

.home-interview .button-more a {
  width: 27.81845vw;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-interview .button-more {
    margin-top: 50px;
  }
  .home-interview .button-more a {
    width: 48.82812vw;
  }
}

@media only screen and (max-width: 559px) {
  .home-interview .button-more {
    margin-top: 3.33333vw;
  }
  .home-interview .button-more a {
    width: 80vw;
  }
}

.cat-blog-item-img-div,
.cat-item-img-div {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 59.375%;
}

.cat-blog-item-img-div img,
.cat-item-img-div img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#interview-carousel .slick-list {
  overflow: visible;
}

#interview-carousel .slick-slide {
  width: 27.81845vw;
  margin: 0 1.0981vw;
  -webkit-filter: none;
  filter: none;
}

#interview-carousel .slick-slide > a {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 59.375%;
}

#interview-carousel .slick-slide > a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#interview-carousel .slick-slide img {
  border-radius: 20px;
}

#interview-carousel .slick-slide .info {
  margin-top: 10px;
}

#interview-carousel .slick-slide .info .date {
  font-size: 16px;
  line-height: 1.0em;
  font-weight: bold;
  color: #767676;
  margin-bottom: 10px;
}

#interview-carousel .slick-slide .info .title {
  font-size: 20px;
  line-height: 1.5em;
}

#interview-carousel .slick-slide .info .title a {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #interview-carousel .slick-slide {
    width: 48.82812vw;
    margin: 0 1.95312vw;
  }
  #interview-carousel .slick-slide img {
    border-radius: 1.95312vw;
  }
  #interview-carousel .slick-slide .info {
    margin-top: 0.97656vw;
  }
  #interview-carousel .slick-slide .info .date {
    font-size: 1.75781vw;
    line-height: 1.0em;
    font-weight: bold;
    color: #767676;
    margin-bottom: 0.97656vw;
  }
  #interview-carousel .slick-slide .info .title {
    font-size: 2.34375vw;
    line-height: 1.5em;
  }
  #interview-carousel .slick-slide .info .title a {
    font-size: 2.34375vw;
    line-height: 1.5em;
    font-weight: bold;
  }
}

@media only screen and (max-width: 559px) {
  #interview-carousel .slick-slide {
    width: 80vw;
    margin: 0 2.66667vw;
  }
  #interview-carousel .slick-slide img {
    border-radius: 2.66667vw;
  }
  #interview-carousel .slick-slide .info {
    margin-top: 1.33333vw;
  }
  #interview-carousel .slick-slide .info .date {
    font-size: 2.4vw;
    line-height: 1.0em;
    font-weight: bold;
    color: #767676;
    margin-bottom: 1.33333vw;
  }
  #interview-carousel .slick-slide .info .title {
    font-size: 3.2vw;
    line-height: 1.5em;
  }
  #interview-carousel .slick-slide .info .title a {
    font-size: 3.2vw;
    line-height: 1.5em;
    font-weight: bold;
  }
}

#interview-carousel .carousel-prev,
#interview-carousel .carousel-next {
  width: 3.66032vw;
  height: 3.66032vw;
  background-image: url("../img/ic_arw2.png.webp");
  top: 6.22255vw;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #interview-carousel .carousel-prev,
  #interview-carousel .carousel-next {
    width: 4.88281vw;
    height: 4.88281vw;
    top: 11.23047vw;
  }
}

@media only screen and (max-width: 559px) {
  #interview-carousel .carousel-prev,
  #interview-carousel .carousel-next {
    width: 8vw;
    height: 8vw;
    top: 18.66667vw;
  }
}

#interview-carousel .carousel-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: calc(50% - 46.85212vw);
  transform: scale(-1, 1);
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #interview-carousel .carousel-prev {
    left: calc(50% - 29.29688vw);
  }
}

@media only screen and (max-width: 559px) {
  #interview-carousel .carousel-prev {
    left: -2vw;
  }
}

#interview-carousel .carousel-next {
  right: calc(50% - 46.85212vw);
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #interview-carousel .carousel-next {
    right: calc(50% - 29.29688vw);
  }
}

@media only screen and (max-width: 559px) {
  #interview-carousel .carousel-next {
    right: -2vw;
  }
}

.home-column {
  position: relative;
  padding: 80px 85px;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url("../img/home_column_bg.svg?t=2025052801");
  background-repeat: no-repeat;
  background-position: right 6.22255vw top 50%;
  background-size: auto 100%;
  background-blend-mode: lighten;
  overflow: hidden;
  margin-bottom: 140px;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-column {
    padding: 80px 65px;
  }
}

@media only screen and (max-width: 559px) {
  .home-column {
    background-image: url("../img/sp/home_column_bg.svg?t=2025052801");
    background-position: 0 50%;
    background-position: right 0px top 50%;
    background-size: 100% 100%;
    padding: 10.66667vw 5.33333vw;
    margin-bottom: 16vw;
  }
}

.home-column .heading-column {
  position: relative;
  margin-right: auto;
}

.home-column .heading-column:before {
  content: "";
  width: 1px;
  height: calc(100% - 0.1em);
  background-color: #000000;
  position: absolute;
  left: -15px;
  top: 0.1em;
  font-size: 90px;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-column .heading-column:before {
    left: -15px;
    font-size: 70px;
  }
}

@media only screen and (max-width: 559px) {
  .home-column .heading-column:before {
    width: 0.13333vw;
    left: -2vw;
    font-size: 12vw;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-column .heading-column {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 559px) {
  .home-column .heading-column {
    margin-bottom: 4vw;
  }
}

.home-column .heading-eng {
  position: relative;
  font-size: 90px;
  line-height: 1.0em;
  color: #3B3C41;
  white-space: nowrap;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-column .heading-eng {
    font-size: 70px;
  }
}

@media only screen and (max-width: 559px) {
  .home-column .heading-eng {
    font-size: 12vw;
  }
}

.home-column .heading {
  font-size: 24px;
  line-height: 1.0em;
  font-weight: bold;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-column .heading {
    font-size: 24px;
  }
}

@media only screen and (max-width: 559px) {
  .home-column .heading {
    font-size: 3.46667vw;
  }
}

.home-column .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 70px;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-column .row {
    display: block;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 559px) {
  .home-column .row {
    display: block;
    margin-bottom: 8vw;
  }
}

.home-column .row .tags {
  max-width: 44%;
}

@media only screen and (min-width: 1024px) {
  .home-column .row .tags {
    margin-bottom: -0.43924vw;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-column .row .tags {
    max-width: 100%;
    margin-left: auto;
  }
}

@media only screen and (max-width: 559px) {
  .home-column .row .tags {
    max-width: none;
    margin-left: auto;
  }
}

.home-column .button-more {
  margin-top: 50px;
  text-align: center;
}

.home-column .button-more a {
  width: 30.74671vw;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-column .button-more {
    margin-top: 50px;
  }
  .home-column .button-more a {
    width: 41.01562vw;
  }
}

@media only screen and (max-width: 559px) {
  .home-column .button-more {
    margin-top: 5.33333vw;
  }
  .home-column .button-more a {
    width: 80vw;
  }
}

#column-carousel .slick-list {
  overflow: visible;
}

#column-carousel .slick-slide {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: scale(0.83);
  transform: scale(0.83);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 30.74671vw;
  margin: 0 -0.58565vw;
  -webkit-filter: none;
  filter: none;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #column-carousel .slick-slide {
    width: 41.01562vw;
    margin: 0 0vw;
  }
}

@media only screen and (max-width: 559px) {
  #column-carousel .slick-slide {
    width: 80vw;
    margin: 0 -1.06667vw;
  }
}

#column-carousel .slick-slide > a {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #column-carousel .slick-slide > a {
    border-radius: 1.95312vw;
    -webkit-box-shadow: 0 0 0.97656vw rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0.97656vw rgba(0, 0, 0, 0.15);
  }
}

@media only screen and (max-width: 559px) {
  #column-carousel .slick-slide > a {
    border-radius: 2.66667vw;
    -webkit-box-shadow: 0 0 1.33333vw rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 1.33333vw rgba(0, 0, 0, 0.15);
  }
}

#column-carousel .slick-slide .date {
  color: #5C5C5C;
  font-size: 20px;
  line-height: 1.0em;
  font-weight: bold;
  color: #000000;
  padding: 16px 30px 12px;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #column-carousel .slick-slide .date {
    font-size: 1.75781vw;
    padding: 1.5625vw 1.95312vw 1.17188vw;
  }
}

@media only screen and (max-width: 559px) {
  #column-carousel .slick-slide .date {
    font-size: 2.4vw;
    padding: 2.13333vw 2.66667vw 1.6vw;
  }
}

#column-carousel .slick-slide .title {
  padding: 35px 38px 35px;
  font-size: 24px;
  line-height: 1.5em;
}

#column-carousel .slick-slide .title > span {
  display: block;
  font-weight: bold;
  height: 4.5em;
  max-height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #column-carousel .slick-slide .title {
    padding: 1.95312vw;
    font-size: 2.34375vw;
    line-height: 1.5em;
  }
}

@media only screen and (max-width: 559px) {
  #column-carousel .slick-slide .title {
    padding: 2.66667vw;
    font-size: 3.2vw;
    line-height: 1.5em;
  }
}

#column-carousel .slick-slide .image {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 59.375%;
}

#column-carousel .slick-slide .image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#column-carousel .slick-center {
  -webkit-transform: scale(1);
  transform: scale(1);
  top: -20px;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #column-carousel .slick-center {
    top: auto;
  }
}

@media only screen and (max-width: 559px) {
  #column-carousel .slick-center {
    top: auto;
  }
}

#column-carousel .slick-center + .slick-slide + .slick-slide {
  left: -2.56223vw;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #column-carousel .slick-center + .slick-slide + .slick-slide {
    left: -3.41797vw;
  }
}

#column-carousel .slick-slide:has(+ .slick-slide + .slick-center) {
  right: -2.56223vw;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #column-carousel .slick-slide:has(+ .slick-slide + .slick-center) {
    right: -3.41797vw;
  }
}

#column-carousel .carousel-prev,
#column-carousel .carousel-next {
  width: 5.6369vw;
  height: 5.6369vw;
  background-image: url("../img/ic_arw2.png.webp");
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #column-carousel .carousel-prev,
  #column-carousel .carousel-next {
    width: 7.51953vw;
    height: 7.51953vw;
  }
}

@media only screen and (max-width: 559px) {
  #column-carousel .carousel-prev,
  #column-carousel .carousel-next {
    width: 10.26667vw;
    height: 10.26667vw;
  }
}

#column-carousel .carousel-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: calc(50% - 21.5959vw);
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #column-carousel .carousel-prev {
    left: calc(50% - 25.87891vw);
  }
}

@media only screen and (max-width: 559px) {
  #column-carousel .carousel-prev {
    left: calc(50% - 46.66667vw);
  }
}

#column-carousel .carousel-next {
  right: calc(50% - 21.5959vw);
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  #column-carousel .carousel-next {
    right: calc(50% - 25.87891vw);
  }
}

@media only screen and (max-width: 559px) {
  #column-carousel .carousel-next {
    right: calc(50% - 46.66667vw);
  }
}

.button-more > a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 60px;
  padding: 10px 25px;
  border: 1px solid #00A59F;
  border-radius: 30px;
  color: #00A59F;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.0em;
  font-weight: bold;
}

.button-more > a:after {
  content: '';
  display: inline-block;
  background-image: url("../img/ic_arw1.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  width: 8px;
  height: 13px;
  margin-left: 10px;
}

.button-more > a:hover {
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media only screen and (max-width: 559px) {
  .button-more > a {
    min-height: 12vw;
    padding: 1.33333vw 7.33333vw;
    border-width: 0.2vw;
    border-radius: 13.33333vw;
    font-size: 3.2vw;
  }
  .button-more > a:after {
    width: 1.06667vw;
    height: 1.73333vw;
    margin-left: 1.33333vw;
  }
}

.heading-group {
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .heading-group {
    margin-bottom: 35px;
  }
  .heading-group:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 40px;
  }
  .heading-group .heading-eng {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    padding: 0 35px;
    font-size: 90px;
    line-height: 1.0em;
    color: #3B3C41;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
  }
  .heading-group .heading {
    position: relative;
    font-size: 24px;
    line-height: 1.0em;
    font-weight: bold;
  }
  .heading-group .catch {
    position: relative;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .heading-group {
    margin-bottom: 35px;
  }
  .heading-group:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 40px;
  }
  .heading-group .heading-eng {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    padding: 0 35px;
    font-size: 70px;
    line-height: 1.0em;
    color: #3B3C41;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
  }
  .heading-group .heading {
    position: relative;
    font-size: 24px;
    line-height: 1.0em;
    font-weight: bold;
  }
  .heading-group .catch {
    position: relative;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 559px) {
  .heading-group {
    margin-bottom: 6.66667vw;
  }
  .heading-group:before {
    content: "";
    display: block;
    width: 100%;
    height: 0.13333vw;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 5.33333vw;
  }
  .heading-group .heading-eng {
    position: relative;
    display: inline-block;
    background-color: #ffffff;
    padding: 0 2.66667vw;
    font-size: 12vw;
    line-height: 1.0em;
    color: #3B3C41;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
  }
  .heading-group .heading {
    position: relative;
    font-size: 3.46667vw;
    line-height: 1.0em;
    font-weight: bold;
  }
  .heading-group .catch {
    position: relative;
    font-size: 3.2vw;
    line-height: 1.75em;
    font-weight: normal;
    margin-top: 2.66667vw;
  }
}

@media only screen and (min-width: 1024px) {
  html[lang='en'] .foot-words .heading-group:before {
    top: 55px;
  }
  html[lang='en'] .foot-words .heading-group .heading-eng {
    font-size: 60px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  html[lang='en'] .foot-words .heading-group:before {
    top: 35px;
  }
  html[lang='en'] .foot-words .heading-group .heading-eng {
    font-size: 30px;
    line-height: 1.25em;
  }
}

@media only screen and (max-width: 559px) {
  html[lang='en'] .foot-words .heading-group:before {
    top: 6vw;
  }
  html[lang='en'] .foot-words .heading-group .heading-eng {
    font-size: 5.33333vw;
    line-height: 1.25em;
  }
}

@media only screen and (min-width: 560px) {
  .home-category {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 559px) {
  .home-category {
    margin: 0 auto;
    padding: 0 8vw;
    margin-bottom: 16vw;
  }
}

.home-category-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .home-category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-category-list > li {
    margin: 0 0 45px 0;
    padding: 0;
    width: calc(33.33% - 30px);
  }
  .home-category-list > li .image img {
    border-radius: 20px;
  }
  .home-category-list > li .text {
    margin-top: 8px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .home-category-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home-category-list > li {
    margin: 0 0 45px 0;
    padding: 0;
    width: calc(50% - 15px);
  }
  .home-category-list > li .image img {
    border-radius: 20px;
  }
  .home-category-list > li .text {
    margin-top: 8px;
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
  }
}

@media only screen and (max-width: 559px) {
  .home-category-list {
    padding: 0 2.66667vw;
  }
  .home-category-list > li {
    margin: 0 0 6.66667vw 0;
    padding: 0;
    width: 100%;
  }
  .home-category-list > li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .home-category-list > li .image img {
    border-radius: 2.66667vw;
  }
  .home-category-list > li .text {
    margin-top: 1.06667vw;
    text-align: center;
    font-size: 3.2vw;
    line-height: 1.5em;
    font-weight: bold;
  }
}

/* # =================================================================
#	フッター
# ================================================================= */
@media only screen and (min-width: 1024px) {
  .foot-words {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 40px;
    margin-bottom: 120px;
  }
  .foot-words .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .foot-words .row label {
    width: calc(50% - 20px);
  }
  .foot-words .row label select {
    min-width: 100%;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .foot-words {
    margin: 0 auto;
    padding: 0 40px;
    margin-bottom: 120px;
  }
  .foot-words .row {
    padding: 0;
    margin-bottom: 50px;
  }
  .foot-words .row label {
    width: 100%;
    margin-bottom: 40px;
  }
  .foot-words .row label:nth-last-child(1) {
    margin-bottom: 0;
  }
  .foot-words .row label select {
    min-width: 100%;
  }
}

@media only screen and (max-width: 559px) {
  .foot-words {
    margin: 0 auto;
    padding: 0 8vw;
    margin-bottom: 17.33333vw;
  }
  .foot-words .row {
    padding: 0 2.66667vw;
    margin-bottom: 6.66667vw;
  }
  .foot-words .row label {
    width: 100%;
    margin-bottom: 5.33333vw;
  }
  .foot-words .row label:nth-last-child(1) {
    margin-bottom: 0;
  }
  .foot-words .row label select {
    min-width: 100%;
  }
}

.words-select {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  text-align: left;
}

.words-select::after {
  position: absolute;
  background-color: #00A59F;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}

@media only screen and (min-width: 560px) {
  .words-select::after {
    right: 15px;
    width: 10px;
    height: 7px;
  }
}

@media only screen and (max-width: 559px) {
  .words-select::after {
    right: 2.66667vw;
    width: 1.6vw;
    height: 1.46667vw;
  }
}

.words-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #000000;
  cursor: pointer;
  padding: 0.4em calc(.8em + 30px) 0.4em 0.8em;
}

@media only screen and (min-width: 560px) {
  .words-select select {
    min-width: 230px;
    height: 56px;
    border: 1px solid #000000;
    border-radius: 10px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 559px) {
  .words-select select {
    min-width: 100%;
    height: 12vw;
    border: 0.2vw solid #000000;
    border-radius: 1.33333vw;
    font-size: 2.93333vw;
    padding-right: 4vw;
  }
}

.words-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 560px) {
  .words-list > li {
    margin: 0;
    padding: 0;
    height: 48px;
    line-height: 1.0em;
    margin: 12px 30px 12px 0;
  }
  .words-list > li > a,
  .words-list > li > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 0 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.0em;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
  }
  .words-list > li > a:hover,
  .words-list > li > span:hover {
    background-color: transparent;
  }
}

@media only screen and (max-width: 559px) {
  .words-list {
    padding: 0 2.66667vw;
  }
  .words-list > li {
    margin: 0;
    padding: 0;
    height: 8vw;
    line-height: 1.0em;
    margin: 1.33333vw 2.66667vw 1.33333vw 0;
  }
  .words-list > li > a,
  .words-list > li > span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border: 0.2vw solid #000000;
    border-radius: 8vw;
    padding: 0 2.66667vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2.13333vw;
    line-height: 1.0em;
    background-color: #ffffff;
    color: #000000;
    text-decoration: none;
  }
  .words-list > li > a:hover,
  .words-list > li > span:hover {
    background-color: transparent;
  }
}

@media only screen and (min-width: 1024px) {
  .foot-links {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1240px;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 66px;
    min-height: 8.78477vw;
  }
  .foot-links > li {
    margin: 0 20px;
    padding: 0;
    width: calc(33.33% - 20px);
    background: -webkit-gradient(linear, left top, right top, from(#4784FF), to(#E2FCFF));
    background: -webkit-linear-gradient(left, #4784FF 0%, #E2FCFF 100%);
    background: linear-gradient(90deg, #4784FF 0%, #E2FCFF 100%);
    padding: 1px;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 32px -15px rgba(13, 57, 147, 0.25);
    box-shadow: 4px 4px 32px -15px rgba(13, 57, 147, 0.25);
  }
  .foot-links > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 20px;
    min-height: 100%;
    padding: 20px;
    text-align: center;
  }
  .foot-links > li > a:hover {
    opacity: 1.0;
  }
  .foot-links > li > a .text-eng {
    color: #002A6B;
    font-size: 1.53734vw;
    line-height: 1.0em;
    font-weight: bold;
  }
  .foot-links > li > a .text {
    margin-top: 0.73206vw;
    color: #5C5C5C;
    font-size: 0.95168vw;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .foot-links {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
  }
  .foot-links > li {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    background: -webkit-gradient(linear, left top, right top, from(#4784FF), to(#E2FCFF));
    background: -webkit-linear-gradient(left, #4784FF 0%, #E2FCFF 100%);
    background: linear-gradient(90deg, #4784FF 0%, #E2FCFF 100%);
    padding: 1px;
    border-radius: 20px;
    -webkit-box-shadow: 4px 4px 32px -15px rgba(13, 57, 147, 0.25);
    box-shadow: 4px 4px 32px -15px rgba(13, 57, 147, 0.25);
    margin-bottom: 30px;
  }
  .foot-links > li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .foot-links > li > a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 20px;
    text-align: center;
    padding: 26px;
  }
  .foot-links > li > a:hover {
    opacity: 1.0;
  }
  .foot-links > li > a .text-eng {
    color: #002A6B;
    font-size: 24px;
    line-height: 1.0em;
    font-weight: bold;
  }
  .foot-links > li > a .text {
    margin-top: 10px;
    color: #5C5C5C;
    font-size: 16px;
    line-height: 1.5em;
  }
}

@media only screen and (max-width: 559px) {
  .foot-links {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
  }
  .foot-links > li {
    margin: 0;
    padding: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#4784FF), to(#E2FCFF));
    background: -webkit-linear-gradient(left, #4784FF 0%, #E2FCFF 100%);
    background: linear-gradient(90deg, #4784FF 0%, #E2FCFF 100%);
    padding: 0.2vw;
    border-radius: 2.66667vw;
    -webkit-box-shadow: 4px 4px 32px -15px rgba(13, 57, 147, 0.25);
    box-shadow: 4px 4px 32px -15px rgba(13, 57, 147, 0.25);
    margin-bottom: 4vw;
  }
  .foot-links > li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .foot-links > li > a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 2.66667vw;
    text-align: center;
    padding: 3.46667vw;
  }
  .foot-links > li > a:hover {
    opacity: 1.0;
  }
  .foot-links > li > a .text-eng {
    color: #002A6B;
    font-size: 4.26667vw;
    line-height: 1.0em;
    font-weight: bold;
  }
  .foot-links > li > a .text {
    margin-top: 1.33333vw;
    color: #5C5C5C;
    font-size: 2.66667vw;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 1024px) {
  .footer {
    margin-top: 130px;
    padding-top: 16.83748vw;
    background-image: url("../img/f_bg.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .footer {
    background-color: #F6F9F8;
    margin-top: 130px;
  }
}

@media only screen and (max-width: 559px) {
  .footer {
    background-color: #F6F9F8;
    margin-top: 18.66667vw;
  }
}

@media only screen and (min-width: 1024px) {
  .foot-inner {
    background-color: #F6F9F8;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .foot-inner {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 0 40px 230px;
    margin-bottom: -100px;
  }
}

@media only screen and (max-width: 559px) {
  .foot-inner {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    padding: 0 5.33333vw 30.66667vw;
    margin-bottom: -13.33333vw;
  }
}

.foot-main {
  list-style-type: none;
  background-color: transparent;
}

@media only screen and (min-width: 1024px) {
  .foot-main {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: #F6F9F8;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .foot-main {
    position: relative;
    z-index: 2;
    padding: 140px 20px 100px;
    background-image: url("../img/f_bg.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 559px) {
  .foot-main {
    position: relative;
    z-index: 2;
    padding: 18.66667vw 5.33333vw 18.66667vw;
    background-image: url("../img/f_bg.svg");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
  }
}

@media only screen and (min-width: 1024px) {
  .foot-main .foot-nav1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-top: 8px;
    margin-bottom: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 60%;
    max-width: 68vw;
  }
  .foot-main .foot-nav1 > li {
    margin: 0 14px 8px 0;
    padding: 0 14px 0 0;
    border-right: 1px solid #000000;
  }
  .foot-main .foot-nav1 > li:nth-last-child(1) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .foot-main .foot-nav1 > li a {
    font-size: 18px;
    line-height: 1.0em;
    color: #000000;
  }
  .foot-main .foot-nav1 > li a:hover {
    color: #000000;
    text-decoration: underline;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .foot-main .foot-nav1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .foot-main .foot-nav1 > li {
    margin: 0 10px 8px 0;
    padding: 0 8px 0 0;
    border-right: 1px solid #000000;
    font-size: 14px;
    line-height: 1.0em;
  }
  .foot-main .foot-nav1 > li:nth-last-child(1) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .foot-main .foot-nav1 > li a {
    font-size: 14px;
    line-height: 1.0em;
    color: #000000;
  }
  .foot-main .foot-nav1 > li a:hover {
    color: #000000;
    text-decoration: underline;
  }
}

@media only screen and (max-width: 559px) {
  .foot-main .foot-nav1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 2.66667vw;
  }
  .foot-main .foot-nav1 > li {
    margin: 0 1.33333vw 1.06667vw 0;
    padding: 0 1.06667vw 0 0;
    border-right: 0.13333vw solid #000000;
    font-size: 2.53333vw;
    line-height: 1.0em;
  }
  .foot-main .foot-nav1 > li:nth-last-child(1) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .foot-main .foot-nav1 > li a {
    font-size: 2.53333vw;
    line-height: 1.0em;
    color: #000000;
  }
  .foot-main .foot-nav1 > li a:hover {
    color: #000000;
    text-decoration: underline;
  }
}

.foot-main .foot-nav2 {
  word-wrap: break-word;
}

@media only screen and (min-width: 1024px) {
  .foot-main .foot-nav2 {
    max-width: 25%;
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .foot-main .foot-nav2 > li {
    margin: 0 0 8px 0;
    padding: 0 0.2em 0 0;
  }
  .foot-main .foot-nav2 > li:after {
    content: " /";
  }
  .foot-main .foot-nav2 > li:nth-last-child(1):after {
    display: none;
  }
  .foot-main .foot-nav2 > li a {
    font-size: 14px;
    line-height: 1.0em;
    color: #000000;
  }
  .foot-main .foot-nav2 > li a:hover {
    color: #000000;
    text-decoration: underline;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .foot-main .foot-nav2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .foot-main .foot-nav2 > li {
    margin: 0 10px 8px 0;
    padding: 0 8px 0 0;
    border-right: 1px solid #000000;
    font-size: 14px;
    line-height: 1.0em;
  }
  .foot-main .foot-nav2 > li:nth-last-child(1) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .foot-main .foot-nav2 > li a {
    font-size: 14px;
    line-height: 1.0em;
    color: #000000;
  }
  .foot-main .foot-nav2 > li a:hover {
    color: #000000;
    text-decoration: underline;
  }
}

@media only screen and (max-width: 559px) {
  .foot-main .foot-nav2 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 4vw;
  }
  .foot-main .foot-nav2 > li {
    margin: 0 1.33333vw 1.06667vw 0;
    padding: 0 1.06667vw 0 0;
    border-right: 0.13333vw solid #000000;
    font-size: 2.53333vw;
    line-height: 1.0em;
  }
  .foot-main .foot-nav2 > li:nth-last-child(1) {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
  .foot-main .foot-nav2 > li a {
    font-size: 2.53333vw;
    line-height: 1.0em;
    color: #000000;
  }
  .foot-main .foot-nav2 > li a:hover {
    color: #000000;
    text-decoration: underline;
  }
}

@media only screen and (min-width: 1024px) {
  .foot-main .f-search {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    margin-bottom: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 24vw;
  }
  .foot-main .f-search input[type='text'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 15vw;
    width: 19.61933vw;
    box-sizing: border-box;
    border: 1px solid #00A59F;
    border-radius: 40px;
    height: 40px;
    padding: 5px 26px;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
  }
  .foot-main .f-search input[type='text']::-webkit-input-placeholder {
    color: #00A59F;
  }
  .foot-main .f-search input[type='text']::-moz-placeholder {
    color: #00A59F;
  }
  .foot-main .f-search input[type='text']::-ms-input-placeholder {
    color: #00A59F;
  }
  .foot-main .f-search input[type='text']::placeholder {
    color: #00A59F;
  }
  .foot-main .f-search button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #00A59F;
    border-radius: 40px;
    height: 40px;
    padding: 3px 20px;
    background-color: #ffffff;
    color: #00A59F;
    font-size: 18px;
    font-weight: normal;
    margin-left: 10px;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .foot-main .f-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .foot-main .f-search input[type='text'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    box-sizing: border-box;
    border: 1px solid #00A59F;
    border-radius: 90px;
    height: 45px;
    padding: 5px 26px;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
  }
  .foot-main .f-search input[type='text']::-webkit-input-placeholder {
    color: #00A59F;
  }
  .foot-main .f-search input[type='text']::-moz-placeholder {
    color: #00A59F;
  }
  .foot-main .f-search input[type='text']::-ms-input-placeholder {
    color: #00A59F;
  }
  .foot-main .f-search input[type='text']::placeholder {
    color: #00A59F;
  }
  .foot-main .f-search button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #00A59F;
    border-radius: 90px;
    min-width: 22%;
    margin-left: 20px;
    height: 45px;
    padding: 5px 26px;
    background-color: #ffffff;
    color: #00A59F;
    font-size: 16px;
    font-weight: normal;
  }
}

@media only screen and (max-width: 559px) {
  .foot-main .f-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8vw;
  }
  .foot-main .f-search input[type='text'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 75%;
    box-sizing: border-box;
    border: 0.13333vw solid #00A59F;
    border-radius: 12vw;
    height: 12vw;
    padding: 0.66667vw 3.46667vw;
    background-color: #ffffff;
    color: #000000;
    font-size: 2.93333vw;
  }
  .foot-main .f-search input[type='text']::-webkit-input-placeholder {
    color: #00A59F;
  }
  .foot-main .f-search input[type='text']::-moz-placeholder {
    color: #00A59F;
  }
  .foot-main .f-search input[type='text']::-ms-input-placeholder {
    color: #00A59F;
  }
  .foot-main .f-search input[type='text']::placeholder {
    color: #00A59F;
  }
  .foot-main .f-search button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    box-sizing: border-box;
    text-align: center;
    border: 0.13333vw solid #00A59F;
    border-radius: 12vw;
    min-width: 22%;
    margin-left: 2.66667vw;
    height: 12vw;
    padding: 0.66667vw 3.46667vw;
    background-color: #ffffff;
    color: #00A59F;
    font-size: 2.93333vw;
    font-weight: normal;
  }
}

@media only screen and (min-width: 1024px) {
  .foot-main .foot-logo {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    max-width: 29.42899vw;
    width: 28vw;
    margin-right: 2.92826vw;
  }
  .foot-main .foot-logo img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .foot-main .foot-logo {
    text-align: center;
  }
  .foot-main .foot-logo img {
    width: 402px;
    height: auto;
  }
}

@media only screen and (max-width: 559px) {
  .foot-main .foot-logo {
    text-align: center;
  }
  .foot-main .foot-logo img {
    width: 53.6vw;
    height: auto;
  }
}

.foot-main .foot-copyright {
  word-wrap: break-word;
}

@media only screen and (min-width: 1024px) {
  .foot-main .foot-copyright {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    margin-right: auto;
    max-width: 40%;
  }
  .foot-main .foot-copyright .address,
  .foot-main .foot-copyright .tel,
  .foot-main .foot-copyright .copyright {
    font-size: 14px;
    line-height: 1.5em;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .foot-main .foot-copyright {
    display: none;
  }
}

@media only screen and (max-width: 559px) {
  .foot-main .foot-copyright {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .foot-banners {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: calc(1080px + 18px);
    list-style-type: none;
    padding: 0 30px;
    margin: 0 auto;
    margin-top: 180px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .foot-banners > li {
    margin: 0;
    padding: 0;
    width: calc(33.33% - 18px);
    margin: 0 9px;
  }
  .foot-banners > li img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 560px) and (max-width: 1023px) {
  .foot-banners {
    list-style-type: none;
    padding: 0 30px 0;
    margin: 0 auto;
    margin-top: 180px;
  }
  .foot-banners > li {
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
  }
  .foot-banners > li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .foot-banners > li img {
    max-width: 80%;
    height: auto;
  }
}

@media only screen and (max-width: 559px) {
  .foot-banners {
    list-style-type: none;
    padding: 0 5.33333vw 0;
    margin: 0 auto;
    margin-top: 17.33333vw;
  }
  .foot-banners > li {
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0 0 5.33333vw;
  }
  .foot-banners > li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .foot-banners > li img {
    width: 100%;
    height: auto;
  }
}

/*# sourceMappingURL=common.css.map */
