/*!
Theme Name: ais
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ais
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ais is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

@font-face {
  font-family: "Alinnea";
  src: url("fonts/Alinnea.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
  overflow: hidden;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  /*color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;*/
  font-size: 14px;
  font-weight: 300;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN",
    "serif";
  color: #717171;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  /*margin: 0 0 1.5em 3em;*/
  margin: 0;
}

ul {
  /*list-style: disc;*/
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  /*margin: 0 0 1.5em;*/
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  /*color: #4169e1;*/
  text-decoration: none;
}

a:visited {
  /*color: #800080;*/
}

a:hover,
a:focus,
a:active {
  /*color: #191970;*/
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

a:hover,
a img:hover {
  opacity: 0.5;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  /*border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;*/
  background: linear-gradient(to bottom, #00a0e9, #1d2088);
  color: #fff;
  text-align: center;
  font-size: 18px;
  /*line-height: 1;*/
  width: 267px;
  height: 63px;
  border: none;
  /*margin-left: 60px;*/
  margin-top: 60px;
}

input[type="button"]:hover {
  opacity: 0.5;
}

button:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  opacity: 0.5;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
.wpcf7-select,
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
  height: 52px;
  margin-top: 5px;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    Meiryo, "sans-serif";
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
  height: 290px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Original
--------------------------------------------------------------*/

/* Fadein */
.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}
/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

/* ボタンエフェクト */
/*== 線から塗に変化（左から右） */

/*線の設定*/
.borderleft span::before,
.borderleft span::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  width: 0;
  height: 1px;
  /*線の形状*/
  background: #2660ad;
  /*アニメーションの設定*/
  transition: all 0.3s;
}

/*左上線*/
.borderleft span::before {
  left: 0;
  top: 0;
}

/*左下線*/
.borderleft span::after {
  left: 0;
  bottom: 0;
}

/*hoverをすると線が伸びる*/
.borderleft:hover span::before,
.borderleft:hover span::after {
  width: 100%;
}

/*背景の設定*/
.borderleft::before {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  /*背景の形状*/
  height: 100%;
  width: 0;
  /*アニメーションの設定*/
  transition: all 0.3s;
}

/*hoverをすると背景が伸びる*/
.borderleft:hover::before {
  width: 100%;
  /*0.4秒遅れてアニメーション*/
  transition-delay: 0.4s;
}

/***** blue設定 *****/
.btn_blue {
  font-family: "Montserrat";
  font-weight: 600;
  color: #1e6e89;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  width: 273px;
  /* height: 75px; */
  font-size: 14px;
  letter-spacing: 3px;
  border: 1px #1e6e89 solid;
  text-align: center;
  /*background-color: #f1f5f5;*/
  padding: 18px 0;
  margin: auto;
  position: absolute;
  /* bottom: -114px; */
  /*
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  */
}

/*hoverした際のボタンの形状*/
.btn_blue:hover {
  color: #fff;
  border-color: transparent;
  /*色の変化を遅らせる*/
  transition-delay: 0.6s;
}

/*線の設定*/
.btn_blue span {
  display: block;
  z-index: 2;
}

.blue::before {
  background: linear-gradient(to bottom, #1d2088, #00a0e9);
}

.btn_blue img {
  width: 10px;
  margin-right: 28px;
}

/***** white設定 *****/
.btn_white {
  font-family: "Montserrat", "NotoSerifJP";
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  width: 273px;
  /* height: 75px; */
  font-size: 14px;
  letter-spacing: 3px;
  border: 1px #fff solid;
  text-align: center;
  /*background-color: #f1f5f5;*/
  padding: 18px 0;
  margin: auto;
  position: absolute;
  /* bottom: -114px; */
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

/*hoverした際のボタンの形状*/
.btn_white:hover {
  color: #fff;
  border-color: transparent;
  /*色の変化を遅らせる*/
  transition-delay: 0.6s;
  opacity: 1;
}

/*線の設定*/
.btn_white span {
  display: block;
  z-index: 2;
}

.white::before {
  background-color: #fff;
}

/* Header
--------------------------------------------- */

#slider {
  width: 100%;
  height: 100vh; /*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
  position: relative;
}

#slider2 {
  /*
  width: 100%;
  height: 100vh;
  */
  position: relative;
}

table.mv_area {
  width: 100%;
}

table.mv_area td {
  width: 33.33333vw;
  margin: auto;
  vertical-align: top;
}

table.mv_area td:nth-of-type(3) {
  text-align: right;
}

table.mv_area td a img {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  vertical-align: middle;
}

table.mv_area td a:hover,
table.mv_area td a img:hover {
  opacity: 1;
}

#hd_menu_box_top {
  background: linear-gradient(to bottom, #1d2088, #00a0e9);
  width: 100%;
  height: 103px;
  position: absolute;
  top: 0;
  /*top: 977px;*/
  z-index: 10;
  padding: 35px 0;
}

#hd_menu_box_top.m_fixed {
  left: 0;
  position: fixed;
  top: 0;
}

#hd_menu_box_top table {
  max-width: 1190px;
  width: 100%;
  margin: auto;
}

#hd_menu_box_contents {
  background-color: #0068b7;
  width: 100%;
  height: 103px;
  z-index: 10;
  padding: 35px 0;
  left: 0;
  position: fixed;
  top: 0;
}

#hd_menu_box_contents table {
  max-width: 1190px;
  width: 100%;
  margin: auto;
}

td.hd_top {
  width: 25%;
  text-align: left;
  vertical-align: middle;
}

td.hd_top img {
  width: 192px;
  margin-top: 3px;
}

td.hd_menu:nth-of-type(2),
td.hd_menu:nth-of-type(4),
td.hd_menu:nth-of-type(5) {
  width: 8%;
  vertical-align: middle;
}

td.hd_menu:nth-of-type(3) {
  width: 10%;
  vertical-align: middle;
}

td.hd_menu a {
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic";
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
}

td.hd_right {
  width: 41%;
  text-align: right;
  vertical-align: middle;
}

td.hd_right a {
  text-align: right;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic";
  font-size: 30px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.07em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

td.hd_right a img {
  width: 28px;
  margin-right: 20px;
}

/*アニメーション要素のスタイル*/
.animation {
  opacity: 0;
  visibility: hidden;
  transition: 2s;
  transform: translateY(50px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Contents
--------------------------------------------- */

.mv {
  position: relative;
  top: 103px;
  height: calc(100vh - 103px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mv .logo {
  position: absolute;
  max-width: 771px;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.mv .txt {
  position: relative;
  font-size: 36px;
  line-height: 60px;
  color: #0068b7;
  letter-spacing: 13px;
}

.mv .catch {
  position: absolute;
  font-family: "Alinnea", sans-serif;
  color: #fff;
  font-size: 80px;
  bottom: 22%;
  left: calc(50% - 20px);
  transform: rotate(-15deg);
}
/*
.mv {
  position: relative;
  top: 103px;
  height: calc(100vh - 103px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mv .logo {
  position: absolute;
  max-width: 771px;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.mv .txt {
  position: relative;
  font-size: 36px;
  line-height: 60px;
  color: #0068b7;
  letter-spacing: 13px;
}

.mv .catch {
  position: absolute;
  font-family: "Alinnea", sans-serif;
  color: #fff;
  font-size: 80px;
  bottom: 22%;
  left: calc(50% - 20px);
  transform: rotate(-15deg);
}
*/

section.top01 {
  width: 100%;
  /*height: 710px;*/
  padding: 70px 0;
}

h3.sectitle {
  text-align: center;
  font-size: 24px;
  color: #0068b7;
  font-weight: 300;
  letter-spacing: 0.1em;
}

.news_box {
  max-width: 920px;
  width: 100%;
  margin: auto;
  padding: 56px 0 85px;
}

table.news_list {
  border-top: solid 1px #e1e1e1;
}

td.news_days {
  width: 15%;
  border-bottom: solid 1px #e1e1e1;
  padding: 38px 0;
  color: #727171;
  font-size: 12.7px;
  font-weight: 300;
  letter-spacing: 2px;
}

td.news_title {
  width: 70%;
  border-bottom: solid 1px #e1e1e1;
  padding: 38px 0;
}

td.news_contents_days {
  width: 15%;
  padding: 15px 0 35px;
  color: #727171;
  font-weight: 300;
  font-size: 11px;
}

td.news_contents_txt {
  font-size: 14px;
  line-height: 2em;
  color: #727171;
  font-weight: 300;
  padding: 10px 0;
}

td.news_go {
  width: 15%;
  text-align: right;
  border-bottom: solid 1px #e1e1e1;
  padding: 38px 35px 38px 0;
}

td.news_title a {
  color: #727171;
  font-size: 14px;
  font-weight: 300;
}

td.news_go a {
  color: #0068b7;
  font-size: 14.5px;
  font-weight: bold;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic";
}

.news_list .target {
  transition: background-color 0.3s;
}

.news_list .target:hover .news_go a {
  transform: translateX(5px); /* ← 右に5pxずらす */
}

.news_go a {
  display: inline-block;
  transition: transform 0.3s ease;
}

.center_btn {
  text-align: center;
  display: flex;
  justify-content: center;
  font-family: "Noto Serif JP", YuMincho, "Yu Mincho", "Hiragino Mincho ProN",
    "serif";
}

.more {
}

.more a {
  display: flex;
  justify-content: center;
  align-items: center;
}

button.btn-more {
  background: none;
}

.target.is-hidden {
  display: none;
  opacity: 0;
}

.target.is-hidden {
  animation: fadeIn 1s ease; /* フェードイン用のスタイル */
}

@keyframes fadeIn {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

td.about4clm {
  /*
	width: 50%;
	vertical-align: top;
	*/
  position: relative;
  overflow: hidden;
}

td.about4clm div {
  width: 100%;
  text-align: center;
}

/*
td.about4clm .about4clm01 {
	top: 355px;
	position: absolute;
	height: 960px;
}

td.about4clm .about4clm02 {
	height: 960px;
}

td.about4clm .about4clm03 {
	padding-top: 355px;
	height: 960px;
}

td.about4clm .about4clm04 {
	top: 295px;
	position: absolute;
	height: auto;
}
*/

td.about4clm .about4clm01,
td.about4clm .about4clm02,
td.about4clm .about4clm03,
td.about4clm .about4clm04 {
  width: 50vw;
  height: 50vw;
  padding: 5.20833vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

td.about4clm .about4clm02 img {
  max-width: none;
  width: 50vw;
}

td.about4clm .about4clm04 {
  position: relative;
  top: 0;
  background: linear-gradient(to bottom, #1d2088, #00a0e9);
  z-index: 0;
}

td.about4clm div h3,
td.brand_data h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.15em;
  margin: 0 0 55px;
}

td.brand_data h3 {
  line-height: 13px;
}

td.about4clm div h3 span {
  display: block;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic";
  color: #1d2087;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 10px;
}

td.about4clm div h2 {
  color: #fff;
  font-size: 16.6px;
  font-weight: 300;
  margin: 45px 0 80px;
}

td.about4clm .about4clm01 p,
td.about4clm .about4clm04 p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2em;
  letter-spacing: 0.05em;
  max-width: 475px;
  margin: 0 auto;
}

td.about4clm .about4clm03 p {
  text-align: left;
  color: #717171;
  font-size: 14px;
  font-weight: 300;
  line-height: 65px;
  letter-spacing: 0.05em;
  /*padding-left: 297px;*/
  margin: 0;
}

td.about4clm .about4clm03 p span {
  font-size: 14px;
  padding-right: 15px;
  width: 110px;
  display: inline-block;
}

.bg_blue {
  background: linear-gradient(to bottom, #1d2088, #00a0e9);
}

.bg_mkphoto {
  overflow: hidden;
  cursor: zoom-in;
}

.bg_mkphoto img {
  width: 100%;
  transition-duration: 0.5s;
}

.bg_mkphoto:hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 2;
}

.hover-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}

/* PC hover */
@media (min-width: 769px) {
  .about4clm:hover .hover-image {
    opacity: 1;
  }
}

/* SP toggle class（JSで付け外し） */
.hover-image.show {
  opacity: 1;
}

/***** top03 *****/

section.top03 {
  height: 670px;
  position: relative;
}

.ttl_flex {
  width: 930px;
  height: 132.594px;
  border-bottom: 1px solid #494f56;
  padding: 0 0 5px;
  margin: 0 0 40px;
  position: absolute;
  top: 100px;
  z-index: 1;
}

.ttl_flex h2 {
  margin: 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
}

.ttl_flex p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}

.slide_box_con {
  position: relative;
  width: 100%;
  height: 670px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide_box_con .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.slide_box_con .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide_box_con .ttl_box {
  height: 132.594px;
  margin: 0 0 40px;
}

/*
.slide_box_con .ttl_box h2 {
  margin: 0;
  font-size: 24px;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
}

.slide_box_con .ttl_box p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
*/

.slide_box_con .con_box {
}

.slide_box_con .con_box h3 {
  margin: 0;
  font-size: 24px;
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
}

.slide_box_con .con_box p.h3_en {
  height: auto;
  font-size: 13px;
  font-family: "Montserrat", "NotoSerifJP";
  color: #999;
  text-align: center;
  padding: 0 0 30px;
  margin: 0;
}

.slide_box_con .con_box p {
  height: 132px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding: 0 40px;
  margin: 0;
}

.slide_box_con .center_btn {
  margin: 28px 0 0;
}

.slide_box_con .w930 {
  margin-top: 105px;
}

.slick-track {
  display: flex;
  align-items: center;
}

/* arrow */
.slick-arrow {
  z-index: 2 !important;
  top: 50% !important;
  margin-top: -10px !important;
  width: 20px !important;
  height: 20px !important;
  border-top: 3px solid #fff !important;
  border-right: 3px solid #fff !important;
  opacity: 0.8 !important;
}

.slick-arrow::before {
  content: "" !important;
}

.slick-prev {
  left: 120px !important;
  transform: rotate(-135deg) !important;
}

.slick-next {
  right: 120px !important;
  transform: rotate(45deg) !important;
}

@media screen and (max-width: 782px) {
  .store img {
    width: 100% !important;
  }

  .slick-prev {
    left: 20px !important;
  }

  .slick-next {
    right: 20px !important;
  }
}

.w930 {
  width: 100%;
  max-width: 970px;
  padding: 0 20px;
  margin: auto;
}

/***** top00 *****/

/*
.top02_1 {
  background-image: url("images/top04_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25vw;
  height: 25vh;
  overflow: hidden;
}

.top02_2 {
  background-image: url("images/top04_02_off.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25vw;
  height: 25vh;
  overflow: hidden;
}

.top02_3 {
  background-image: url("images/top04_03_off.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25vw;
  height: 25vh;
  overflow: hidden;
}

.top02_4 {
  background-image: url("images/top04_04_off.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 25vw;
  height: 25vh;
  overflow: hidden;
}


td.pinot_l input[name="tabset"],
td.pinot_l input[name="tabset_sp"] {
  display: none;
}

.tab {
  display: inline-block;
}


.f_img1:hover {
  background-image: url("images/top04_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.f_img2:hover {
  background-image: url("images/top04_02_on.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.f_img3:hover {
  background-image: url("images/top04_03_on.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.f_img4:hover {
  background-image: url("images/top04_04_on.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.f_img1 img,
.f_img2 img,
.f_img3 img,
.f_img4 img {
  width: 100%;
  height: 98%;
  object-fit: cover;
}


input:checked + .tab {
  position: relative;
}

input#tabcheck1:checked + .tab {
  background-image: url("images/top04_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;

}

input#tabcheck2:checked + .tab {
  background-image: url("images/top04_02_on.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;

}

input#tabcheck3:checked + .tab {
  background-image: url("images/top04_03_on.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;

}

input#tabcheck4:checked + .tab {
  background-image: url("images/top04_04_on.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;

}

input#tabcheck1_sp:checked + .tab {
  background-image: url("images/top04_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

input#tabcheck2_sp:checked + .tab {
  background-image: url("images/top04_02_on.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

input#tabcheck3_sp:checked + .tab {
  background-image: url("images/top04_03_on.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

input#tabcheck4_sp:checked + .tab {
  background-image: url("images/top04_04_on.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}


.tabcontent {
  display: none;
}
.tabcontent_sp {
  display: none;
}

.tabcontent1 {
  display: block;
}
.tabcontent1_sp {
  display: block;
}


.tabcontent,
.tabcontent_sp {

  text-align: center;

  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.tabcontent p.p1 {
  margin: 0 0 0;
}

.tabcontent h2 {
  margin: 28px 0 70px;
  font-size: 18px;
}

.tabcontent p.p2 {
  line-height: 30px;
  margin: 0 0 0;
}
*/

/* --- 全体構成 --- */
.tab-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

/* --- 左側：画像エリア（2x2） --- */
.tab-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 50%;
}
.tab {
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

/* --- 右側：テキストエリア --- */
.content-area {
  width: 50%;
  display: flex;
  justify-content: center; /* 水平方向中央 */
  align-items: center; /* 垂直方向中央 */
  padding: 20px;
  text-align: center;
  background-color: #fff;
}
.tabcontent {
  display: none;
  max-width: 90%;
}
.tabcontent.active {
  display: block;
}

/* --- テキスト省略を解除 --- */
.tabcontent p,
.tabcontent h2 {
  white-space: normal;
  overflow: visible;
  text-overflow: unset;
  margin: 0 0 1em;
  line-height: 30px;
}

/* --- SP用レイアウト切替 --- */
@media (max-width: 768px) {
  .tab-wrapper {
    /*flex-direction: column;*/
    flex-direction: column-reverse;
  }

  .tab-area,
  .content-area {
    width: 100%;
  }

  .content-area {
    height: auto;
    /*min-height: 100vw;*/ /* 画像の高さに合わせる（2x2＝正方形×2段） */
    align-items: center; /* 縦中央 */
    justify-content: flex-start; /* 横左寄せ */
    padding: 20px;
    text-align: left;
  }

  .tabcontent {
    max-width: 100%;
  }
}

/***** tab end *****/

td.pinot_r {
  width: 50%;

  vertical-align: middle;
  position: relative;
}

section.top05 {
  background-color: #0068b7;
  height: 605px;
}

/*
.map {
  mix-blend-mode: screen;
}
*/
.map-wrapper {
  position: relative;
  overflow: hidden;
}
.map-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*
  background: rgba(0, 153, 255, 0.3);
  mix-blend-mode: multiply;
  */
  pointer-events: none;
}

section.top06 {
  padding: 85px 0;
}

section.top06 h3.sectitle {
  margin: 0 0 50px;
}

section.top06 p {
  text-align: center;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 1.8em;
}

/*
table.contact-box {
  max-width: 585px;
  width: 100%;
  margin: auto;
  padding: 46px 0 65px;
}

td.contact_l {
  width: 50%;
  padding: 10px 15px 15px 0;
}

td.contact_l2 {
  width: 50%;
  padding: 10px 0 15px;
}

td.contact_r {
  width: 50%;
  padding: 10px 0 15px 15px;
}

td.contact_l span,
td.contact_l2 span,
td.contact_r span {
  color: #bf1e22;
}
  */

.privacy_policy {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto 40px;
  height: 290px;
  overflow-y: scroll;
  border: solid 1px #cccccc;
  padding: 30px;
}

.privacy_policy::-webkit-scrollbar {
  display: none;
}

.privacy_policy p {
  text-align: justify !important;
  line-height: 1.5em !important;
  color: #666666 !important;
  margin: 0;
}

.wpcf7-list-item {
  margin: 0;
}

span.wpcf7-list-item-label {
  color: #0068b7;
  font-weight: 500;
  letter-spacing: 0.1em;
}

section.top07 {
  padding: 100px 0;
}

.insta {
  width: 100%;
  max-width: 1030px;
  padding: 50px 0;
  margin: auto;
}

section.contents {
  height: auto;
  margin: 50px 20px 100px;
}

h4.news_contents_title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
  border: none;
  margin: 0;
}

.ya_blue,
.ya_white {
  right: 20px;
  position: absolute;
}

/* Footer
--------------------------------------------- */

.ft-contents {
  background: linear-gradient(to bottom, #00a0e9, #117dc9);
  text-align: center;
}

.ft-contents img {
  width: 223px;
}

.cp {
  border-top: solid 1px #27748e;
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic";
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin: 40px 0 0;
  padding: 75px 0;
}

/* PC SP
--------------------------------------------- */

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

/**ドロワーメニュー**/

.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
}

.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.menu-trigger {
  display: inline-block;
  width: 70px;
  height: 77px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  transform: translateX(0);
  transition: transform 0.5s;
  background-image: url("images/hamburger_o01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.menu-trigger.active {
  transform: translateX(0);
  /*margin-left: 67%;*/
  background-image: url("images/hamburger_c.png");
  width: 70px;
  height: 77px;
}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  /*background-color: #fff;*/
}

.menu-trigger.active span {
  /*background-color: #fff;*/
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  transform: translate(-100%);
  transition: all 0.5s;
  /*overflow-y:scroll;*/
}

nav.open {
  transform: translateZ(0);
}

ul.open_menu {
  background-color: #0068b7ba;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 15% 0 0;
}

nav li a {
  font-family: "Montserrat", "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic";
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

nav li {
  color: #fff;
  text-align: center;
  list-style-type: none;
  padding: 5% 0;
  margin: 0 24%;
  border-bottom: solid 1px #fff;
  vertical-align: middle;
}

/*nav li#pagetitle {
		padding: 7% 16% 0 0;
		margin: 0;
		border-bottom: none;
	}*/

nav li.open_menu_bld {
  text-align: center;
  padding: 6% 0;
  list-style-type: none;
  margin: 0 24%;
}

nav li.open_menu_bld img {
  width: 80%;
}

/*nav li.sp_nav_link {
		margin: 0;
		text-align: center;
		border-bottom: none;
		padding: 5% 0;
	}

	nav li.sp_nav_link img {
		padding: 0;
		width: 35%;
	}*/

/**下層吸着**/
.sp_btm {
  position: fixed;
  bottom: 0;
  z-index: 10;
  margin-bottom: -4px;
}

.totop {
  right: 0;
  bottom: 9%;
  position: fixed;
  width: 15%;
}

.sp_btm img,
.totop img {
  width: 100%;
}

section.contact {
  /*margin: 180px 0 0;*/
  padding: 180px 0 0;
  background-color: #fff;
}

section.contact h2 {
  text-align: center;
  font-size: 24px;
  color: #0068b6;
  letter-spacing: 4px;
  margin: 0 0 0;
}

section.contact p {
  text-align: center;
  margin: 40px 0 0;
  line-height: 30px;
}

section.contact p span {
  font-size: 14px;
}

.contact_con {
  margin: 39px 0 0;
}

.w570 {
  width: 100%;
  max-width: 610px;
  padding: 0 20px;
  margin: auto;
}

.contact_con .box {
  display: flex;
  gap: 30px;
  margin: 0 0 30px;
}

.contact_con .box .box_c {
  width: 100%;
}

.contact_con .box .box_c p {
  text-align: left;
  margin: 0;
}

.contact_con .box .box_c p label {
}

.contact_con .box .box_c p label span.required {
  color: #bf1e22;
}

.contact_con .box .box_c .jidou {
  height: 100%;
  color: #0068b6;
  border: 1px solid #0068b6;
  display: flex;
  justify-content: center;
  align-items: center;
}

.w1030 {
  width: 100%;
  max-width: 1070px;
  padding: 0 20px;
  margin: auto;
}

.contact_con .scroll {
  border: 1px solid #ccc;
  padding: 0 30px;
  height: 300px;
  overflow-y: auto;
}

.contact_con .scroll p {
  text-align: left;
}

.contact_con .scroll .info {
  margin: 40px 0 40px;
}

.contact_con .scroll .info p {
  margin: 0;
}

.contact_con .doui {
}

.contact_con .doui span.wpcf7-list-item-label {
  font-size: 16.08px;
}

.contact_con .sibmit {
}

.contact_con .sibmit input[type="submit"] {
  z-index: 1;
}

.contact_con .sibmit p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact_bg {
  line-height: 0;
  margin-top: -220px;
  position: relative;
  z-index: 0;
}

.contact_bg img {
  width: 100%;
  object-fit: cover;
}

.ft_logo {
  width: 144px;
  margin: 30px auto;
}

a.anc_link {
  display: block;
  position: relative;
  top: -103px;
  height: 0;
  visibility: hidden; /* フォーカスを当てたときにも見えないように */
}

.kakunin {
}

.kakunin h2 {
  padding: 0 0 70px;
}

.kakunin .check {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}

section.contents .more {
  display: flex;
  justify-content: center;
  align-items: center;
}

/***** top_recruit *****/
.top_recruit_bg_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url("images/staff_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  display: none; /* ← 初期は非表示 */
  pointer-events: none;
}

@media screen and (max-width: 782px) {
  .top_recruit_bg_fixed {
    background-image: url("images/top02_bg01_01@sp.jpg");
  }
}

.top_recruit {
  position: relative;
  z-index: 0;
}

.top_recruit .con {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 3rem 1rem;
}

.top_recruit .con img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.top_recruit .con a:hover {
  opacity: 1;
}

.top_recruit .con a img:hover {
  opacity: 1;
}

@media screen and (max-width: 782px) {
  body {
    max-width: 782px;
  }

  .site {
    overflow: hidden;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc_br {
    display: none;
  }

  .sp_br {
    display: block;
  }

  .hd_logo {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    background: linear-gradient(to bottom, #1d2088, #00a0e9);
    z-index: 10;
    padding: 20px;
    display: flex;
    align-items: center;
  }

  .hd_logo img {
    width: 185px;
  }

  .mv {
    /*height: 100vh;*/
    position: unset;
    top: 0;
  }

  .mv_logo {
    position: unset;
    top: 50px;
    left: unset;
    padding: 200px 60px;
  }

  section.top01 {
    height: auto;
  }

  #slider2 {
    /*height: 50vh;*/
    height: 580px;
  }

  h3.sectitle {
    font-size: 20px;
  }

  .news_box {
    padding: 50px 30px 60px;
  }

  td.news_days {
    width: 30%;
    display: block;
    border-bottom: none;
    text-align: center;
    padding: 30px 0 0;
  }

  td.news_title {
    width: 50%;
    display: block;
    border-bottom: none;
    padding: 22px 0;
    line-height: 1.5em;
    overflow: hidden; /* 溢れた部分を隠す */
    text-overflow: ellipsis; /* 溢れた部分を「...」にする */
    white-space: nowrap; /* 1行で表示 */
  }

  td.news_title a {
    font-size: 12px;
  }

  td.news_go {
    width: 18%;
    display: block;
    padding: 0 0 28px;
    border: none;
  }

  .center_btn {
    font-size: 14px;
  }

  .center_btn img {
    width: 5%;
  }

  td.about4clm {
    width: 100%;
    display: block;
    vertical-align: top;
    position: relative;
  }

  td.about4clm div {
    width: 100%;
  }

  td.about4clm .about4clm01,
  td.about4clm .about4clm02,
  td.about4clm .about4clm03,
  td.about4clm .about4clm04,
  td.about4clm .about4clm02 img {
    width: 100vw;
    height: 580px !important;
  }

  td.about4clm .about4clm01 {
    /*
    top: unset;
    position: unset;
	*/
    height: auto;
    padding: 55px 20px;
  }

  td.about4clm div h3,
  td.brand_data h3 {
    width: 100%;
    font-size: 17px;
    text-align: left;
  }

  td.brand_data h3 {
    line-height: 18px;
  }

  td.about4clm .about4clm01 p,
  td.about4clm .about4clm04 p {
    font-size: 12px;
  }

  td.about4clm .about4clm02 {
    height: auto;
  }

  td.about4clm .about4clm02 img {
    margin-bottom: -10px;
  }

  td.about4clm .about4clm03 {
    height: auto;
    padding: 95px 30px 90px;
  }

  td.about4clm .about4clm03 p {
    padding: 0;
    font-size: 12px;
    line-height: 45px;
  }

  td.about4clm .about4clm03 p span {
    font-size: 12px;
  }

  td.about4clm .about4clm04 {
    /*
    top: unset;
    position: unset;
	*/
    height: auto;
    padding: 30px 20px 20px;
  }

  td.about4clm .about4clm04 h3 {
    margin: 0 0 30px !important;
  }

  td.about4clm .about4clm04 img {
    width: 50%;
  }

  td.about4clm div h2 {
    font-size: 14px;
    margin: 30px 0 20px;
  }

  .pinot_txt {
    padding: 60px 20px;
  }

  .bg_mkphoto {
    display: none;
  }

  section.top03 {
    height: auto;
    padding: 0 0 0;
  }

  section.top03 td.brand_data h3 span {
    margin-top: 17px;
  }

  td.btn_slide {
    width: 25px;
    padding: 0 7px;
  }

  td.brand_data {
    text-align: center;
    padding: 0 25px;
  }

  td.brand_data p {
    font-size: 12px;
    line-height: 2em;
    margin: 0 0 30px;
  }

  section.top03 .center_btn img {
    width: 63% !important;
  }

  section.top06 {
    padding: 85px 30px;
  }

  section.top06 p {
    text-align: justify;
    font-size: 12.5px;
  }

  /*
  td.contact_l,
  td.contact_l2,
  td.contact_r {
    font-size: 12px;
  }
	*/

  /*td.contact_l2 {
		padding: 10px 0 15px;
	}*/

  input[type="submit"] {
    font-size: 16px;
    margin: 40px auto 0;
    display: block;
    width: 200px;
    height: 50px;
  }

  .ft-contents {
    /*padding-top: 40px;*/
    padding: 0 0 80px;
  }

  .ft-contents img {
    width: 100px;
  }

  .cp {
    font-size: 10px;
    margin: 30px 0 0;
    padding: 25px 0;
  }

  .more {
    padding: 55px;
  }

  section.top01 .more {
    padding: 0 55px 55px;
  }

  .tabcontent_sp h2 {
    font-size: 18px;
    letter-spacing: 10px;
    margin: 0;
  }

  .tabcontent_sp h2 span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin: 0 0 -10px;
  }

  .tabcontent_sp p {
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin: 80px 0 0;
  }

  .tabcontent_sp p.p2 {
    text-align: left;
  }

  .tabcontent_sp p.p1 {
    margin: 0 0 20px;
  }

  .mv .txt {
    font-size: 20px;
    line-height: 35px;
  }

  .mv .catch {
    font-size: 30px;
    bottom: 42%;
  }

  .slide_box_con .w930 {
    margin-top: 30px;
  }

  .slide_box_con .center_btn {
    margin: 70px 0 0;
  }

  td.about4clm div {
    text-align: left;
  }

  .slide_box_con .con_box p {
    font-size: 12px;
  }

  .ttl_flex {
    width: 100%;
    height: 177.594px;
    top: 30px;
    left: 0;
  }

  .ttl_flex p {
    font-size: 12px;
  }

  .slide_box_con .ttl_box {
    height: 177.594px;
  }

  .slide_box_con .con_box h3 {
    font-size: 17px;
  }

  .news_list .target {
    display: flex;
    align-items: baseline;
    border-bottom: solid 1px #e1e1e1;
  }

  section.contact p {
    padding: 0 20px;
    font-size: 14px;
    text-align: left;
  }

  .contact_con .box .box_c p {
    padding: 0;
  }

  .contact_bg {
    margin: 0;
  }

  section.contact p span {
    font-size: 12px;
  }

  .contact_con .scroll {
    padding: 0;
  }

  a.anc_link {
    top: 0;
  }

  .hover-image {
    height: 580px;
    overflow: hidden;
  }

  .hover-image img {
    height: 580px;
    object-position: bottom;
  }

  .ft_btn {
    display: flex;
    position: fixed;
    bottom: 0;
    line-height: 0;
    z-index: 2;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
