/* Style CSS Document
Theme Name: 住友電装労働組合　公式サイト
Theme URI: https://www.swu.sws.co.jp/
Description: 住友電装労働組合　公式サイト用テーマ
Version: 1.0　2024.4
*/
/* リセット */

* {
  box-sizing: border-box;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td, figure {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
}

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

/* Noto Sans JP -------------------------------------*/

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/NotoSansCJKjp-Light.woff2') format('woff2'),
    url('fonts/NotoSansCJKjp-Light.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/NotoSansCJKjp-Regular.woff2') format('woff2'),
    url('fonts/NotoSansCJKjp-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/NotoSansCJKjp-Medium.woff2') format('woff2'),
    url('fonts/NotoSansCJKjp-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/NotoSansCJKjp-Bold.woff2') format('woff2'),
    url('fonts/NotoSansCJKjp-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/NotoSansCJKjp-Black.woff2') format('woff2'),
    url('fonts/NotoSansCJKjp-Black.woff') format('woff');
}

/* Zen Maru Gothic -------------------------------------*/

@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/ZenMaruGothic-Light.woff2') format('woff2'),
    url('fonts/ZenMaruGothic-Light.woff') format('woff');
}

@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/ZenMaruGothic-Regular.woff2') format('woff2'),
    url('fonts/ZenMaruGothic-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/ZenMaruGothic-Medium.woff2') format('woff2'),
    url('fonts/ZenMaruGothic-Medium.woff') format('woff');
}

@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/ZenMaruGothic-Bold.woff2') format('woff2'),
    url('fonts/ZenMaruGothic-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Zen Maru Gothic';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/ZenMaruGothic-Black.woff2') format('woff2'),
    url('fonts/ZenMaruGothic-Black.woff') format('woff');
}

/* Zen Maru Gothic -------------------------------------*/

@font-face {
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/CourierPrime-Regular.woff2') format('woff2'),
    url('fonts/CourierPrime-Regular.woff') format('woff');
}

@font-face {
  font-family: 'Courier Prime';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/CourierPrime-Italic.woff2') format('woff2'),
    url('fonts/CourierPrime-Italic.woff') format('woff');
}

@font-face {
  font-family: 'Courier Prime';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/CourierPrime-Bold.woff2') format('woff2'),
    url('fonts/CourierPrime-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Courier Prime';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/CourierPrime-BoldItalic.woff2') format('woff2'),
    url('fonts/CourierPrime-BoldItalic.woff') format('woff');
}

/* WebFont -------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/*-------------------------------------------------
/* 基本
--------------------------------------------------*/

:root {
  --color-main: #0086d1;
  --color-light-main: #d3efff;
  --color-bright-main: #f4f8fb;
  --color-dark-main: #2d65ac;
  --color-text: #011329;
  --color-white: #ffffff;
  --color-red: #be1f2b;
  --color-pink: #e4007f;
  --color-orange: #ec6941;
  --color-green: #2cb44c;
  --color-blue-green: #13b5b1;
  --color-yellow: #F5C329;
  --color-light-blue-gray: #c0cee0;
  --color-gray: #777777;
  --color-light-gray: #cccccc;
  --color-bright-gray: #e8e8e8;
  --color-visited: #585858;
  --box-shadow: 0 0 20px #ccc;
  /* 4db6ec 2d65ac */
  --gradient-main: linear-gradient(90deg, rgba(77, 182, 236, 1) 0%, rgba(45, 101, 172, 1) 100%);
  --text-shadow-white: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
  --font-family-main: 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans CJK JP', 'Noto Sans JP', 'BIZ UDPGothic', Meiryo, sans-serif;
  --font-family-maru: 'Zen Maru Gothic', 'Hiragino Maru Gothic Pro', 'HGMaruGothicMPRO', sans-serif;
  --font-family-en: 'Poppins', Verdana, 'Noto Sans JP', sans-serif;
  --font-family-en-cp: 'Courier Prime', monospace;
}

body {
  font-family: var(--font-family-main);
  color: var(--color-text);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.6;
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

.en {
  font-family: var(--font-family-en);
}

.footer-copy {
  font-family: var(--font-family-en-cp);
}

a:link {
  text-decoration: none;
  color: var(--color-main);
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  text-decoration: none;
}

/* iPhoneTELリンク色変更なしにする */
a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

.wrapper {
  position: relative;
}

html {
  scroll-behavior: smooth;
}


/*-------------------------------------------------
/* ページャー
--------------------------------------------------*/
.cat-navi {
  margin-top: 5em;
  text-align: center;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  color: #1664b7;
  background-color: #fff;
  border: solid 1px #e0e0d2;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #fff;
  background-color: #999;
  border-color: #999;
  transition: 0.5s;
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #0ba6c5;
  border-color: #0ba6c5;
  font-weight: bold;
}

/*------------------------------------------*/
/* ロゴ
/*------------------------------------------*/

.logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: var(--svg-logo);
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 362/40;
  width: 160px;
  height: auto;
}

.logo.white {
  background: var(--svg-logo-white);
  background-size: 100%;
}

@media screen and (min-width: 834px), print {
  .logo {
    width: calc(calc(230 / 1400) * 100vw);
  }
}

@media screen and (min-width: 1400px), print {
  .logo {
    width: 230px;
  }
}

/*****************************************
*
* ヘッダ
*
******************************************/

header {
  position: relative;
  background: var(--color-white);
  width: 100%;
}

header::after {
  content: '';
  display: inline-block;
  background: var(--svg-semicircle-white-bottom);
  background-size: 100% calc(calc(30 / 1400) * 100vw);
  background-repeat: no-repeat;
  width: 100%;
  height: calc(calc(30 / 1400) * 100vw);
  position: absolute;
  bottom: calc(calc(-30 / 1400) * 100vw);
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 833px) {
  header {
    height: 60px;
    padding: 20px 40px;
  }

  header .header-logo {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  header {
    padding: 20px;
  }
}

@media screen and (min-width: 834px), print {
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 0 0 0 60px;
  }
}

@media screen and (min-width: 1400px), print {
  header::after {
    background-size: 100% 30px;
    height: 30px;
    bottom: -30px;
  }
}


/*****************************************
*
* ナビ（PCのみ）
*
******************************************/

@media screen and (max-width: 1099px) {
  header .main-nav {
    display: none;
  }
}

@media screen and (min-width: 1100px), print {
  header .main-nav {
    display: flex;
    align-items: center;
  }

  header .main-nav li.main-nav-pc {
    display: inline-block;
  }

  header .main-nav li.main-nav-pc+li.main-nav-pc {
    margin-left: calc(calc(32 / 1400) * 100vw);
  }

  header .main-nav li.main-nav-pc a {
    position: relative;
    color: var(--color-text);
    font-size: calc(calc(16 / 1400) * 100vw);
    font-weight: bold;
    transition: all .5s ease;
  }

  header .main-nav li.main-nav-pc a:hover {
    text-decoration: none;
    color: var(--color-text);
  }

  header .main-nav li.main-nav-pc a::after {
    content: '';
    background: var(--color-text);
    width: 0;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s ease;
  }

  header .main-nav li.main-nav-pc a:hover::after {
    width: 100%;
  }

  header .main-nav li.main-nav-btn.calendar {
    margin-left: 20px;
  }

  header .main-nav li.main-nav-btn.terms {
    margin-left: 10px;
    margin-right: 90px;
  }

  header .main-nav li.main-nav-btn.login {
    margin-left: 20px;
    margin-right: 90px;
  }

  header .main-nav li.main-nav-btn a {
    position: relative;
    display: flex;
    align-items: center;
    align-items: flex-end;
    flex-wrap: wrap;
    border-radius: 4px;
    width: auto;
    height: 60px;
    font-family: var(--font-family-maru);
    color: var(--color-white);
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 10px;
    transition: all .5s ease;
  }

  header .main-nav li.main-nav-btn.calendar a {
    background: var(--color-blue-green);
  }

  header .main-nav li.main-nav-btn.terms a {
    background: var(--color-orange);
  }

  header .main-nav li.main-nav-btn.login a {
    background: var(--color-green);
    align-items: center;
    text-align: left;
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.4;
    padding-left: 50px;
  }

  header .main-nav li.main-nav-btn a::before {
    content: '';
    display: inline-block;
    background-repeat: no-repeat;
    aspect-ratio: 18/20;
    width: 18px;
    height: auto;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  header .main-nav li.main-nav-btn.calendar a::before {
    background: var(--svg-nav-calendar);
    background-size: 100%;
  }

  header .main-nav li.main-nav-btn.terms a::before {
    background: var(--svg-nav-terms);
    background-size: 100%;
  }

  header .main-nav li.main-nav-btn.login a::before {
    background: var(--svg-nav-login);
    background-size: 100%;
    width: 30px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }

  header .main-nav li.main-nav-btn a:hover {
    text-decoration: none;
    transform: translateY(5px);
  }
}

@media screen and (min-width: 1400px), print {
  header .main-nav li.main-nav-pc+li.main-nav-pc {
    margin-left: 2em;
  }

  header .main-nav li.main-nav-pc a {
    font-size: 1rem;
  }

  header .main-nav li.main-nav-btn.login,
  header .main-nav li.main-nav-btn.calendar {
    margin-left: 40px;
  }
}



/*****************************************
*
* ナビ
*
******************************************/

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  display: flex;
  overflow: hidden;
  background: var(--color-main);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 101;
}

.drawer-menu {
  display: inline-block;
  overflow-y: auto;
  padding: 40px;
  margin: 0 auto;
}

.drawer--right .drawer-nav {
  right: -16.25rem;
  right: -100%;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav {
  right: 0;
}

@media screen and (max-width: 767px) {
  .drawer-menu {
    display: inline-block;
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .drawer-menu {
    padding: 40px 60px;
  }
}


/*! overlay ----------------*/
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*------------------------------------*/
/* logo
/*------------------------------------*/

.drawer-menu .drawer-brand {
  width: 100%;
  margin-bottom: 20px;
}

.drawer-menu .drawer-brand a:hover,
.drawer-menu .drawer-brand a:active {
  text-decoration: none;
  border: 0;
}

/*------------------------------------*/
/* メインナビ
/*------------------------------------*/

.drawer-menu .drawer-menu-nav li a:hover,
.drawer-menu .drawer-menu-nav li a:active {
  text-decoration: none;
}

@media screen and (min-width: 834px), print {
  .drawer-menu .drawer-menu-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
    column-gap: 60px;
  }

  .drawer-menu .drawer-menu-nav {
    text-align: left;
  }
}

@media screen and (min-width: 1100px), print {
  .drawer-menu .drawer-menu-box {
    max-width: 1200px;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
  }
}

/* single ------------------------------*/
.drawer-menu li.single {
  text-align: left;
}

.drawer-menu li.single a {
  position: relative;
  display: inline-block;
  color: var(--color-white);
}

@media screen and (max-width: 833px) {
  .drawer-menu li.single {
    border-bottom: solid 1px var(--color-white);
  }

  .drawer-menu li.single a {
    text-align: left;
    width: calc(100% - 60px);
    color: var(--color-white);
    font-size: 0.9rem;
    padding: 10px 0;
  }
}

@media screen and (min-width: 834px), print {
  .drawer-menu li.single {
    margin-top: 20px;
  }

  .drawer-menu li.single a {
    font-size: 1rem;
    font-weight: bold;
  }
}


/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/

@media screen and (max-width: 833px) {
  .drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    transition: all .5s ease;
  }

  .drawer-dropdown-menu>li {
    width: 100%;
    list-style: none;
  }

  .drawer-dropdown-menu>li a {
    color: var(--color-white);
  }

  .drawer-dropdown {
    position: relative;
  }

  /*! open */
  .drawer-dropdown.open>.drawer-dropdown-menu {
    display: block;
  }

  .drawer-menu li a.drawer-dropdown-button span {
    display: none;
  }

  /* ボタン ----------------------*/
  .drawer-menu li a.drawer-dropdown-button {
    position: relative;
    display: inline-block;
    border: solid 1px var(--color-white);
    width: 32px;
    height: 32px;
    padding: 5px;
    position: absolute;
    top: -40px;
    right: 0;
    transition: all .5s ease;
  }

  .drawer-menu li a.drawer-dropdown-button span {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0;
  }

  /* 横線 */
  a.drawer-dropdown-button::before {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    right: 5px;
    width: 20px;
    height: 2px;
    background: var(--color-white);
  }

  /*縦線*/
  a.drawer-dropdown-button::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: 14px;
    width: 2px;
    height: 20px;
    background: var(--color-white);
  }

  /*! open */
  .drawer-dropdown.open a.drawer-dropdown-button::after {
    content: none;
  }

  .drawer-menu .drawer-dropdown-menu li {
    text-align: left;
  }

  .drawer-menu .drawer-dropdown-menu li a {
    display: inline-block;
    width: 100%;
    border-bottom: dashed 1px var(--color-white);
    font-size: 0.8rem;
    padding: 10px;
  }

  .drawer-menu .drawer-dropdown-menu li:last-of-type a {
    border-bottom: solid 1px var(--color-white);
  }
}

@media screen and (min-width: 834px), print {
  .drawer-menu .drawer-dropdown a {
    color: var(--color-white);
  }

  .drawer-menu li a.drawer-dropdown-button {
    display: none;
  }

  .drawer-menu .drawer-dropdown-menu a {
    position: relative;
    font-size: 0.9rem;
    padding-left: 12px;
    margin-left: 1em;
  }

  .drawer-menu .drawer-dropdown-menu a::before {
    content: '';
    display: inline-block;
    background: var(--color-white);
    width: 6px;
    height: 2px;
    position: absolute;
    top: 0.5em;
    left: 0;
  }
}

/*------------------------------------*/
/* ボタン
/*------------------------------------*/

.drawer-menu .drawer-btn li a {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  border: solid 1px var(--color-white);
  border-radius: 4px;
  width: 130px;
  height: 70px;
  color: var(--color-white);
  font-size: 0.7rem;
  font-weight: bold;
  padding: 10px;
}

.drawer-menu .drawer-btn li a::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  aspect-ratio: 18/20;
  width: 18px;
  height: auto;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.drawer-menu .drawer-btn li.login a::before {
  background: var(--svg-nav-login);
  background-size: 100%;
}

.drawer-menu .drawer-btn li.calendar a::before {
  background: var(--svg-nav-calendar);
  background-size: 100%;
}

.drawer-menu .drawer-btn li.terms a::before {
  background: var(--svg-nav-terms);
  background-size: 100%;
}

.drawer-menu .drawer-btn li a:hover,
.drawer-menu .drawer-btn li a:active {
  text-decoration: none;
}

@media screen and (max-width: 833px) {
  .drawer-menu .drawer-btn li {
    margin-top: 20px;
  }

  .drawer-menu .drawer-btn li.login a {
    margin: 0 auto;
  }

  .drawer-menu .drawer-btn li.calendar,
  .drawer-menu .drawer-btn li.terms {
    display: inline-block;
  }

  .drawer-menu .drawer-btn li.terms {
    margin-left: 20px;
  }
}

@media screen and (min-width: 834px), print {
  .drawer-menu .drawer-btn li {
    display: inline-block;
    margin-top: 40px;
  }

  .drawer-menu .drawer-btn li+li {
    margin-left: 20px;
  }

  .drawer-menu .drawer-btn li a {
    width: 160px;
    height: 70px;
    font-size: 0.9rem;
  }
}

/*------------------------------------*/
/* others
/*------------------------------------*/

.drawer-menu .drawer-others {
  margin-top: 20px;
}

.drawer-menu .drawer-others li a {
  color: var(--color-white);
  font-size: 0.8rem;
}

.drawer-menu .drawer-others li a:hover,
.drawer-menu .drawer-others li a:active {
  text-decoration: none;
}

@media screen and (min-width: 834px), print {
  .drawer-menu .drawer-others li {
    display: inline-block;
  }

  .drawer-menu .drawer-others li+li {
    margin-left: 3em;
  }

  .drawer-menu .drawer-others li a {
    font-size: 0.9rem;
  }
}


/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/

.drawer-hamburger {
  box-sizing: content-box;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 104;
  background-color: var(--color-main);
  border-radius: 4px;
}

@media screen and (min-width: 834px), print {
  .drawer-hamburger {
    width: 70px;
    height: 60px;
  }
}

.drawer-hamburger:hover {
  cursor: pointer;
  text-decoration: none;
  transform: translateY(5px);
}

.drawer-hamburger-icon {
  display: block;
  position: absolute;
  top: 8px;
  left: 5px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: var(--color-white);
  border-radius: 2px;
  width: 30px;
  height: 3px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  content: ' ';
  position: absolute;
  top: 10px;
  left: 0;
}

.drawer-hamburger-icon:after {
  top: 20px;
}

@media screen and (min-width: 834px), print {
  .drawer-hamburger-icon {
    top: 12px;
    left: 15px;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 40px;
    height: 4px;
  }

  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    top: 15px;
    left: 0;
  }

  .drawer-hamburger-icon:after {
    top: 30px;
  }
}

.drawer-open .drawer-hamburger {
  /*開いた時のアイコンの背景*/
  width: 40px;
  height: 40px;
  background: var(--color-main);
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 15px;
  /*開いた時の×の色*/
  background-color: var(--color-white);
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (min-width: 834px), print {
  .drawer-open .drawer-hamburger {
    width: 70px;
    height: 60px;
  }
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */

.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*\
    Container
\*!------------------------------------*/

.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 833px) {
  /*!------------------------------------*\
    iPhoneでメニューをスクロールするとメニューが閉じてしまうバグ対策
\*!------------------------------------*/

  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/*****************************************
*
* フッタ
*
******************************************/

footer {
  position: relative;
  display: inline-block;
  width: 100%;
  background: var(--color-main);
  color: var(--color-white);
  text-align: center;
  padding: 20px;
  margin-top: 100px;
}

footer::before {
  content: '';
  display: inline-block;
  background: var(--svg-semicircle--footer-top);
  background-size: 100% 20px;
  background-repeat: no-repeat;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
}

@media screen and (min-width: 768px), print {
  footer {
    padding: 20px 40px 40px 40px;
    margin-top: 210px;
  }

  footer::before {
    background-size: 100% 50px;
    height: 50px;
    top: -50px;
  }
}

/* フッタコピーライト --------------------------------*/
.footer-copy {
  font-size: 0.7rem;
}

@media screen and (min-width: 834px), print {
  .footer-copy {
    margin-top: 60px;
  }
}

/* フッタナビ --------------------------------*/
@media screen and (max-width: 833px) {
  .footer-nav {
    display: none;
  }
}

@media screen and (min-width: 834px), print {
  .footer-nav {
    margin: 0 auto;
  }

  .footer-nav li {
    display: inline-block;
  }

  .footer-nav li a {
    color: var(--color-white);
    font-size: 0.8rem;
  }

  .footer-nav li+li {
    padding-left: 15px;
  }
}

/*------------------------------------------*/
/* フッタ上へ
/*------------------------------------------*/
.totop {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60px' height='60px' viewBox='0 0 60 60'%3E%3Cpath fill='%23FFFFFF' d='M15,34.5l15-15l15,15h-2.732L30,22.25L17.767,34.5H15z M0,30c0,16.568,13.432,30,30,30 c16.569,0,30-13.432,30-30S46.568,0,30,0C13.432,0,0,13.432,0,30z M58,30c0,15.439-12.563,28-28,28C14.561,58,2,45.439,2,30 S14.561,2,30,2C45.438,2,58,14.561,58,30z'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 30px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 10px;
  transition: all .5s ease;
  z-index: 10;
}

.totop:hover {
  transform: translateY(-10px);
}

@media screen and (min-width: 834px), print {
  .totop {
    width: 50px;
    top: 20px;
    right: 20px;
  }
}

@media screen and (min-width: 1200px), print {
  .totop {
    right: 60px;
  }
}


/*****************************************
*
* 印刷用
*
******************************************/

@media print {
  body {
    width: 1200px;
    transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-print-color-adjust: exact;
  }

  /* FireFoxテーブル印刷バグ回避 */
  _:-ms-lang(x)::-ms-backdrop, .wrapper {
    overflow: auto;
    display: table;
  }
}



/*****************************************
*
* ページレイアウト
*
******************************************/

.pages-main {
  position: relative;
}

.pages-main::after {
  content: '';
  display: inline-block;
  background: var(--svg-semicircle-light-blue-top);
  background-size: 100% calc(calc(30 / 1400) * 100vw);
  background-repeat: no-repeat;
  width: 100%;
  height: calc(calc(29 / 1400) * 100vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 1400px), print {
  .pages-main::after {
    background-size: 100% 30px;
    height: 30px;
  }
}

/* ページタイトル --------------------------------*/
.pages-main .heading-wrap {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.pages-main .heading {
  display: inline-block;
  background: var(--color-main);
  color: var(--color-white);
  font-size: 1rem;
  font-weight: bold;
  padding: 5px 10px;
}

@media screen and (min-width: 768px), print {
  .pages-main .heading {
    font-size: 2rem;
    padding: 5px 20px;
  }
}

/* 画像 写真 --------------------------------*/
.pages-main figure.photo img {
  width: 100%;
}

.pages-main figure.photo {
  overflow: hidden;
  height: 160px;
}

@media screen and (min-width: 768px), print {
  .pages-main figure.photo {
    height: 170px;
  }
}

/* 画像 街 --------------------------------*/
.pages-main figure.machi {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .pages-main figure.machi img {
    width: 100%;
  }

  .pages-main figure.machi {
    width: 300%;
  }
}


/*------------------------------------------*/
/* パンくず
/*------------------------------------------*/

.breadcrumb {
  position: relative;
  background: var(--color-light-main);
  padding-top: 60px;
}

.breadcrumb::after {
  content: '';
  display: inline-block;
  background: var(--svg-semicircle-light-blue-bottom);
  background-size: 100% calc(calc(30 / 1400) * 100vw);
  background-repeat: no-repeat;
  width: 100%;
  height: calc(calc(30 / 1400) * 100vw);
  position: absolute;
  bottom: calc(calc(-30 / 1400) * 100vw);
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 1400px), print {
  .breadcrumb::after {
    background-size: 100% 30px;
    height: 30px;
    bottom: -30px;
  }
}

/* リスト --------------------------------*/
.breadcrumb-list {
  width: calc(100% - 40px);
  text-align: left;
  color: var(--color-main);
  font-size: 0.8rem;
  font-weight: bold;
  padding: 5px 0;
  margin: 0 auto;
}

.breadcrumb-list li a {
  color: var(--color-main);
  transition: all .5s ease;
}

.breadcrumb-list li a:visited {
  color: var(--color-main);
  text-decoration: none;
}

.breadcrumb-list li a:hover {
  text-decoration: underline;
}

.breadcrumb-list li {
  display: inline-block;
  position: relative;
}

.breadcrumb-list li:not(:last-child)::after {
  display: inline-block;
  content: '>';
  padding-left: 0.8em;
  padding-right: 0.5em;
}

@media screen and (min-width: 834px), print {
  .breadcrumb-list {
    width: calc(100% - 120px);
    font-size: 0.9rem;
    padding: 0;
  }
}

@media screen and (min-width: 1200px), print {
  .breadcrumb-list {
    display: inline-block;
    width: 1100px;
  }
}


/*------------------------------------------*/
/* section
/*------------------------------------------*/

.section-back {
  background: var(--color-light-main);
  margin-top: 60px;
}

.section {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 60px;
}

.section-back>.section {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width: 834px), print {
  .section-back {
    margin-top: 100px;
  }

  .section {
    width: calc(100% - 120px);
    margin-top: 140px;
  }

  .section-back>.section {
    margin-top: 0;
    padding-top: 140px;
    padding-bottom: 140px;
  }
}

@media screen and (min-width: 1200px), print {
  .section {
    width: 1100px;
  }
}


/*****************************************
*
* 共通パーツ
*
******************************************/

.pages-contents {
  text-align: left;
  line-height: 1.8;
}

.pages-contents p,
.pages-contents ul {
  margin-bottom: 1em;
}

/*------------------------------------------*/
/* H2
/*------------------------------------------*/

.pages-contents h2 {
  background: var(--color-main);
  color: var(--color-white);
  font-weight: bold;
  font-size: 1.2rem;
  padding: 15px 25px;
}

@media screen and (max-width: 833px) {
  .pages-contents h2 {
    margin: 2em -26px 1.5em;
  }
}

@media screen and (min-width: 834px), print {
  .pages-contents h2 {
    border-radius: 20px;
    font-size: 1.6rem;
    padding: 1em 1.5em;
    margin-top: 3em;
    margin-bottom: 1.6em;
  }
}


/*------------------------------------------*/
/* H3
/*------------------------------------------*/

.pages-contents h3 {
  position: relative;
  background: var(--color-bright-gray);
  border-radius: 10px;
  color: var(--color-text);
  font-weight: bold;
  font-size: 1.1rem;
  padding: 15px 25px;
  margin-top: 2em;
  margin-bottom: 1.5em;
}

.pages-contents h3::before {
  content: '';
  width: 6px;
  height: 50%;
  opacity: .2;
  border-radius: 3px;
  background: var(--color-gray);
  position: absolute;
  top: 25%;
  left: 10px;
}

@media screen and (min-width: 834px), print {
  .pages-contents h3 {
    border-radius: 20px;
    font-size: 1.6rem;
    padding: 1em 1.5em;
    margin-top: 3em;
    margin-bottom: 1.5em;
  }

  .pages-contents h3::before {
    left: 20px;
  }
}


/*------------------------------------------*/
/* H4
/*------------------------------------------*/
.pages-contents h4 {
  background: var(--color-bright-gray);
  border-radius: 40px;
  color: var(--color-text);
  font-weight: bold;
  font-size: 1rem;
  padding: 5px 25px;
  margin-top: 2em;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 834px), print {
  .pages-contents h4 {
    font-size: 1.4rem;
    padding: 0.5em 1.5em;
    margin-top: 3em;
    margin-bottom: 1.6em;
  }
}

/*------------------------------------------*/
/* H5
/*------------------------------------------*/
.pages-contents h5 {
  border-bottom: solid 2px var(--color-light-gray);
  color: var(--color-text);
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 10px;
  margin-top: 2em;
  margin-bottom: 1.5em;
}

@media screen and (min-width: 834px), print {
  .pages-contents h5 {
    font-size: 1.3rem;
    padding-bottom: 0.3em;
    margin-top: 3em;
    margin-bottom: 1.6em;
  }
}


/*------------------------------------------*/
/* 外部リンク
/*------------------------------------------*/

.pages-contents a[target="_blank"]::after {
  content: '';
  display: inline-block;
  background: var(--svg-icon-blank);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  margin-left: 3px;
}

/*------------------------------------------*/
/* PDFリンク
/*------------------------------------------*/

.pages-contents a[href$=".pdf"]::after {
  content: '';
  display: inline-block;
  background: var(--svg-icon-pdf);
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 17/20;
  width: 17px;
  height: auto;
  margin-left: 5px;
}


/*------------------------------------------*/
/* リスト 中黒
/*------------------------------------------*/

.pages-contents ul.list-dot li {
  position: relative;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.pages-contents ul.list-dot li::before {
  content: '・';
  color: var(--color-text);
}

.pages-contents ul.list-dot li+li {
  margin-top: 0.3em;
}

/*------------------------------------------*/
/* リスト 丸
/*------------------------------------------*/

.pages-contents ul.list-circle li {
  position: relative;
  text-align: left;
  padding-left: 15px;
}

.pages-contents ul.list-circle li::before {
  content: '';
  display: inline-block;
  background: var(--color-gray);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0.7em;
  left: 0;
}

.pages-contents ul.list-circle li+li {
  margin-top: 0.3em;
}


/*------------------------------------------*/
/* リスト 数字 1.
/*------------------------------------------*/

.pages-contents ul.list-number li {
  text-align: left;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/*------------------------------------------*/
/* リスト 数字（1）
/*------------------------------------------*/

.pages-contents ul.list-parenthesis li {
  text-align: left;
  padding-left: 3em;
  text-indent: -3em;
}


/*------------------------------------------*/
/* ボタン 角丸
/*------------------------------------------*/


.pages-contents .is-style-btn-circle .wp-block-button__link,
.pages-contents .btn-type-circle {
  position: relative;
  display: inline-block;
  text-align: left;
  background: var(--color-main);
  border: solid 1px var(--color-main);
  border-radius: 40px;
  font-family: var(--font-family-maru);
  color: var(--color-white);
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 50px 10px 30px;
  transition: all .5s ease;
}

.pages-contents .is-style-btn-circle .wp-block-button__link::after,
.pages-contents .btn-type-circle::after {
  content: '';
  display: inline-block;
  background: var(--svg-icon-arrow-circle-scoop-white);
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 20px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all .5s ease;
}

.pages-contents .is-style-btn-circle .wp-block-button__link:hover,
.pages-contents .btn-type-circle:hover {
  text-decoration: none;
  box-shadow: var(--box-shadow);
}

.pages-contents .is-style-btn-circle .wp-block-button__link:visited,
.pages-contents .btn-type-circle:visited {
  color: var(--color-white);
}


/*------------------------------------------*/
/* ボタン 四角い角丸
/*------------------------------------------*/

.pages-contents .is-style-btn-square {
  width: 100%;
}

.pages-contents .is-style-btn-square .wp-block-button__link,
.pages-contents .btn-type-square {
  position: relative;
  display: inline-block;
  width: 100%;
  background: var(--color-white);
  border: solid 2px var(--color-light-gray);
  border-radius: 10px;
  color: var(--color-main);
  font-size: 0.9rem;
  font-weight: bold;
  padding: 10px 30px 10px 10px;
  transition: all .5s ease;
}

.pages-contents .is-style-btn-square .wp-block-button__link {
  text-align: left;
}

.pages-contents .is-style-btn-square .wp-block-button__link::after,
.pages-contents .btn-type-square::after {
  content: '';
  display: inline-block;
  background-image: var(--svg-icon-arrow-circle-scoop);
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: 20px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all .5s ease;
}

.pages-contents .is-style-btn-square .wp-block-button__link:hover,
.pages-contents .btn-type-square:hover {
  text-decoration: none;
  box-shadow: var(--box-shadow);
}

.pages-contents .is-style-btn-square .wp-block-button__link:visited,
.pages-contents .btn-type-square:visited {
  color: var(--color-main);
}

@media screen and (min-width: 768px), print {

  .pages-contents .is-style-btn-square .wp-block-button__link,
  .pages-contents .btn-type-square {
    padding: 20px 50px 20px 20px;
  }

  .pages-contents .is-style-btn-square .wp-block-button__link::after,
  .pages-contents .btn-type-square::after {
    width: 30px;
    right: 20px;
  }
}


/*------------------------------------------*/
/* 表
/*------------------------------------------*/
.pages-contents table {
  border-collapse: collapse;
  width: 100%;
}

.pages-contents table th,
.pages-contents table td {
  border: 1px solid var(--color-light-gray);
  padding: 10px;
}

.pages-contents table thead,
.pages-contents table tfoot {
  background: var(--color-bright-main);
}

@media screen and (max-width: 767px) {
  .pages-contents table {
    /*テーブルスマホで横スクロールさせる場合*/
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .pages-contents table th,
  .pages-contents table td {
    font-size: 0.9rem;
  }
}


/*****************************************
*
* デモ用
*
******************************************/

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}


/* テキストサイズ --------------------------------*/
.text-small {
  font-size: 13px;
}

.text-medium {
  font-size: 20px;
}

.text-large {
  font-size: 36px;
}

.text-x-large {
  font-size: 42px;
}

/* 画像 --------------------------------*/
.pages-contents img {
  max-width: 100%;
}

/*------------------------------------------*/
/* 太文字
/*------------------------------------------*/
.text-bold {
  font-weight: bold;
}

/*------------------------------------------*/
/* 1カラム
/*------------------------------------------*/

.pages-contents .layout-flex-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
  margin-bottom: 1em;
}

.pages-contents .layout-flex-1.center {
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .pages-contents .layout-flex-1 {
    display: grid;
    row-gap: 20px;
  }
}

/*------------------------------------------*/
/* 2カラム
/*------------------------------------------*/

.pages-contents .layout-flex-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px), print {
  .pages-contents .layout-flex-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 20px;
  }
}

/*------------------------------------------*/
/* 3カラム
/*------------------------------------------*/

.pages-contents .layout-flex-3 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px), print {
  .pages-contents .layout-flex-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
    column-gap: 20px;
  }
}

/*------------------------------------------*/
/* 4カラム
/*------------------------------------------*/

.pages-contents .layout-flex-4 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 10px;
  margin-bottom: 1em;
}

@media screen and (min-width: 768px), print {
  .pages-contents .layout-flex-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    column-gap: 20px;
  }
}


/*------------------------------------------*/
/* list 横並び 等間隔
/*------------------------------------------*/
/*
.parts-list-vertical ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px 0;
}

.parts-list-vertical ul li {
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .parts-list-vertical ul {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 40px;
  }
}
*/



/*****************************************
*
* 新着情報
*
******************************************/

.parts-info-list {
  text-align: left;
  width: 100%;
}

.parts-info-list li a {
  color: var(--color-text);
  font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
  .parts-info-list li {
    border-bottom: dashed 2px var(--color-light-blue-gray);
    padding: 10px 0;
  }
}

@media screen and (min-width: 768px), print {
  .parts-info-list li a {
    display: grid;
    grid-template-columns: 8em 8em 1fr;
    align-items: center;
    border-bottom: dashed 2px var(--color-light-blue-gray);
    font-size: 1rem;
    padding: 20px 0;
    transition: all .5s ease;
  }

  .parts-info-list.plain li a {
    grid-template-columns: 8em 1fr;
  }

  .parts-info-list a:hover {
    text-decoration: none;
    border-bottom: solid 2px var(--color-light-blue-gray);
  }
}

/* 日付 --------------------------------*/
.parts-info-list li a .date {
  font-family: var(--font-family-en);
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .parts-info-list li a .date {
    width: 8em;
    flex-shrink: 0;
  }
}

/* タイトル --------------------------------*/
.parts-info-list .title {
  width: 100%;
}

/* カテゴリ --------------------------------*/
.parts-info-list .category {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  width: 10em;
  height: 2em;
  color: var(--color-white);
  font-size: 0.6rem;
  line-height: 1.1;
}

.parts-info-list .update .category {
  background: var(--color-pink);
}

.parts-info-list .topics .category {
  background: var(--color-green);
}

.parts-info-list .magazine .category {
  background: var(--color-blue-green);
}

/* 外部リンク --------------------------------*/
.parts-info-list .title {
  position: relative;
  padding-right: 20px;
}

.parts-info-list a[target="_blank"]::after {
  content: none;
}

/*
.parts-info-list li a[target="_blank"] .title::after {
  content: '';
  display: inline-block;
  background: var(--svg-icon-blank);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0.5em;
  right: -10px;
}
*/

/* PDFリンク --------------------------------*/
.parts-info-list .title {
  position: relative;
  padding-right: 20px;
}

.parts-info-list a[href$=".pdf"]::after {
  content: none;
}

/*
.parts-info-list li a[href$=".pdf"] .title::after {
  content: '';
  display: inline-block;
  background: var(--svg-icon-pdf);
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 17/20;
  width: 17px;
  height: auto;
  position: absolute;
  top: 0.1em;
  right: 0;
}
*/

/*------------------------------------------*/
/* ページ送り
/*------------------------------------------*/

.parts-info-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
}

.parts-info-button li {
  width: 30%;
}

.parts-info-button .list a,
.parts-info-button .prev a,
.parts-info-button .next a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: var(--color-white);
  font-size: 0.8rem;
  background: var(--color-main);
  border: solid 2px var(--color-main);
  border-radius: 40px;
  transition: all .5s ease;
}

.pages-update .parts-info-button .list a,
.pages-update .parts-info-button .prev a,
.pages-update .parts-info-button .next a {
  background: var(--color-pink);
  border: solid 2px var(--color-pink);
}

.pages-topics .parts-info-button .list a,
.pages-topics .parts-info-button .prev a,
.pages-topics .parts-info-button .next a {
  background: var(--color-green);
  border: solid 2px var(--color-green);
}

.pages-magazine .parts-info-button .list a,
.pages-magazine .parts-info-button .prev a,
.pages-magazine .parts-info-button .next a {
  background: var(--color-blue-green);
  border: solid 2px var(--color-blue-green);
}

.parts-info-button .list a {
  padding: 3px 10px;
}

.parts-info-button .prev a {
  padding: 3px 10px 3px 20px;
}

.parts-info-button .next a {
  padding: 3px 20px 3px 10px;
}

.parts-info-button .prev a::before,
.parts-info-button .next a::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border: 2px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all .5s ease;
}

.parts-info-button .prev a::before {
  border-color: transparent transparent var(--color-white) var(--color-white);
  left: 10px;
}

.parts-info-button .next a::before {
  border-color: var(--color-white) var(--color-white) transparent transparent;
  right: 10px;
}

.parts-info-button .list a:hover,
.parts-info-button .prev a:hover,
.parts-info-button .next a:hover {
  text-decoration: none;
  color: var(--color-main);
  background: var(--color-white);
}

.pages-update .parts-info-button .list a:hover,
.pages-update .parts-info-button .prev a:hover,
.pages-update .parts-info-button .next a:hover {
  color: var(--color-pink);
}

.pages-topics .parts-info-button .list a:hover,
.pages-topics .parts-info-button .prev a:hover,
.pages-topics .parts-info-button .next a:hover {
  color: var(--color-green);
}

.pages-magazine .parts-info-button .list a:hover,
.pages-magazine .parts-info-button .prev a:hover,
.pages-magazine .parts-info-button .next a:hover {
  color: var(--color-blue-green);
}

.parts-info-button .prev a:hover::before {
  border-color: transparent transparent var(--color-main) var(--color-main);
}

.pages-update .parts-info-button .prev a:hover::before {
  border-color: transparent transparent var(--color-pink) var(--color-pink);
}

.pages-topics .parts-info-button .prev a:hover::before {
  border-color: transparent transparent var(--color-green) var(--color-green);
}

.pages-magazine .parts-info-button .prev a:hover::before {
  border-color: transparent transparent var(--color-green) var(--color-blue-green);
}

.parts-info-button .next a:hover::before {
  border-color: var(--color-main) var(--color-main) transparent transparent;
}

.pages-update .parts-info-button .next a:hover::before {
  border-color: var(--color-pink) var(--color-pink) transparent transparent;
}

.pages-topics .parts-info-button .next a:hover::before {
  border-color: var(--color-green) var(--color-green) transparent transparent;
}

.pages-magazine .parts-info-button .next a:hover::before {
  border-color: var(--color-blue-green) var(--color-blue-green) transparent transparent;
}

@media screen and (min-width: 768px), print {
  .parts-info-button {
    font-size: 1rem;
    margin-top: 60px;
  }

  .parts-info-button li {
    width: 30%;
  }

  .parts-info-button .list a,
  .parts-info-button .prev a,
  .parts-info-button .next a {
    padding: 10px 20px;
  }

  .parts-info-button .prev a::before,
  .parts-info-button .next a::before {
    width: 10px;
    height: 10px;
  }

  .parts-info-button .prev a::before {
    left: 20px;
  }

  .parts-info-button .next a::before {
    right: 20px;
  }
}

/* リンクオフ */
.parts-info-button .prev.nolink a,
.parts-info-button .next.nolink a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: var(--color-main);
  background: var(--color-white);
}

.pages-update .parts-info-button .prev.nolink a,
.pages-update .parts-info-button .next.nolink a {
  color: var(--color-pink);
}

.pages-topics .parts-info-button .prev.nolink a,
.pages-topics .parts-info-button .next.nolink a {
  color: var(--color-green);
}

.pages-magazine .parts-info-button .prev.nolink a,
.pages-magazine .parts-info-button .next.nolink a {
  color: var(--color-blue-green);
}

.parts-info-button .prev.nolink a::before {
  border-color: transparent transparent var(--color-main) var(--color-main);
}

.parts-info-button .next.nolink a::before {
  border-color: var(--color-main) var(--color-main) transparent transparent;
}

.pages-update .parts-info-button .next.nolink a::before {
  border-color: var(--color-pink) var(--color-pink) transparent transparent;
}

.pages-topics .parts-info-button .next.nolink a::before {
  border-color: var(--color-green) var(--color-green) transparent transparent;
}

.pages-magazine .parts-info-button .next.nolink a::before {
  border-color: var(--color-blue-green) var(--color-blue-green) transparent transparent;
}

/*------------------------------------------*/
/* ページ送り 一覧ページ
/*------------------------------------------*/

.parts-info-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.parts-info-pagination .list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.parts-info-pagination .list .number a,
.parts-info-pagination .list .number.current {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border: solid 1px var(--color-main);
  border-radius: 50%;
  color: var(--color-white);
}

.pages-update .parts-info-pagination .list .number a,
.pages-update .parts-info-pagination .list .number.current {
  border: solid 1px var(--color-pink);
}

.pages-topics .parts-info-pagination .list .number a,
.pages-topics .parts-info-pagination .list .number.current {
  border: solid 1px var(--color-green);
}

.pages-magazine .parts-info-pagination .list .number a,
.pages-magazine .parts-info-pagination .list .number.current {
  border: solid 1px var(--color-blue-green);
}

.parts-info-pagination .list .number a,
.parts-info-pagination li.prev a,
.parts-info-pagination li.next a {
  background: var(--color-main);
  border: solid 1px var(--color-main);
  border-radius: 50%;
  transition: all .5s ease;
}

.pages-update .parts-info-pagination .list .number a,
.pages-update .parts-info-pagination li.prev a,
.pages-update .parts-info-pagination li.next a {
  background: var(--color-pink);
  border: solid 1px var(--color-pink);
}

.pages-topics .parts-info-pagination .list .number a,
.pages-topics .parts-info-pagination li.prev a,
.pages-topics .parts-info-pagination li.next a {
  background: var(--color-green);
  border: solid 1px var(--color-green);
}

.pages-magazine .parts-info-pagination .list .number a,
.pages-magazine .parts-info-pagination li.prev a,
.pages-magazine .parts-info-pagination li.next a {
  background: var(--color-blue-green);
  border: solid 1px var(--color-blue-green);
}

.parts-info-pagination .list .number.current {
  background: var(--color-white);
  border: solid 1px var(--color-main);
  color: var(--color-main);
}

.pages-update .parts-info-pagination .list .number.current {
  border: solid 1px var(--color-pink);
  color: var(--color-pink);
}

.pages-topics .parts-info-pagination .list .number.current {
  border: solid 1px var(--color-green);
  color: var(--color-green);
}

.pages-magazine .parts-info-pagination .list .number.current {
  border: solid 1px var(--color-blue-green);
  color: var(--color-blue-green);
}

.parts-info-pagination li.prev a,
.parts-info-pagination li.next a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  text-decoration: none;
}

.parts-info-pagination li.prev a::before,
.parts-info-pagination li.next a::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  transition: all .5s ease;
}

.parts-info-pagination li.prev a::before {
  border-color: transparent transparent var(--color-white) var(--color-white);
  left: 12px;
}

.parts-info-pagination li.next a::before {
  border-color: var(--color-white) var(--color-white) transparent transparent;
  right: 12px;
}

.parts-info-pagination .list .number a:hover,
.parts-info-pagination li.prev a:hover,
.parts-info-pagination li.next a:hover {
  text-decoration: none;
  background: var(--color-white);
  color: var(--color-main);
}

.pages-update .parts-info-pagination .list .number a:hover,
.pages-update .parts-info-pagination li.prev a:hover,
.pages-update .parts-info-pagination li.next a:hover {
  color: var(--color-pink);
}

.pages-topics .parts-info-pagination .list .number a:hover,
.pages-topics .parts-info-pagination li.prev a:hover,
.pages-topics .parts-info-pagination li.next a:hover {
  color: var(--color-green);
}

.pages-magazine .parts-info-pagination .list .number a:hover,
.pages-magazine .parts-info-pagination li.prev a:hover,
.pages-magazine .parts-info-pagination li.next a:hover {
  color: var(--color-blue-green);
}

.parts-info-pagination li.prev a:hover::before {
  border-color: transparent transparent var(--color-main) var(--color-main);
}

.pages-update .parts-info-pagination li.prev a:hover::before {
  border-color: transparent transparent var(--color-pink) var(--color-pink);
}

.pages-topics .parts-info-pagination li.prev a:hover::before {
  border-color: transparent transparent var(--color-green) var(--color-green);
}

.pages-magazine .parts-info-pagination li.prev a:hover::before {
  border-color: transparent transparent var(--color-green) var(--color-blue-green);
}

.parts-info-pagination li.next a:hover::before {
  border-color: var(--color-main) var(--color-main) transparent transparent;
}

.pages-update .parts-info-pagination li.next a:hover::before {
  border-color: var(--color-pink) var(--color-pink) transparent transparent;
}

.pages-topics .parts-info-pagination li.next a:hover::before {
  border-color: var(--color-green) var(--color-green) transparent transparent;
}

.pages-magazine .parts-info-pagination li.next a:hover::before {
  border-color: var(--color-blue-green) var(--color-blue-green) transparent transparent;
}

@media screen and (min-width: 834px), print {
  .parts-info-pagination {
    margin-top: 60px;
  }

  .parts-info-pagination .list .number a,
  .parts-info-pagination .list .number.current,
  .parts-info-pagination li.prev a,
  .parts-info-pagination li.next a {
    width: 40px;
    height: 40px;
  }

  .parts-info-pagination li.prev a::before,
  .parts-info-pagination li.next a::before {
    width: 10px;
    height: 10px;
  }

  .parts-info-pagination li.prev a::before {
    left: 16px;
  }

  .parts-info-pagination li.next a::before {
    right: 16px;
  }
}

/* リンクオフ */
.parts-info-pagination li.prev.nolink a,
.parts-info-pagination li.next.nolink a {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  background: var(--color-white);
  color: var(--color-main);
}

.parts-info-pagination li.prev.nolink a::before {
  border-color: transparent transparent var(--color-main) var(--color-main);
}

.pages-update .parts-info-pagination li.prev.nolink a::before {
  border-color: transparent transparent var(--color-pink) var(--color-pink);
}

.pages-topics .parts-info-pagination li.prev.nolink a::before {
  border-color: transparent transparent var(--color-green) var(--color-green);
}

.pages-magazine .parts-info-pagination li.prev.nolink a::before {
  border-color: transparent transparent var(--color-blue-green) var(--color-blue-green);
}

.parts-info-pagination li.next.nolink a::before {
  border-color: var(--color-main) var(--color-main) transparent transparent;
}

.pages-update .parts-info-pagination li.next.nolink a::before {
  border-color: var(--color-pink) var(--color-pink) transparent transparent;
}

.pages-topics .parts-info-pagination li.next.nolink a::before {
  border-color: var(--color-green) var(--color-green) transparent transparent;
}

.pages-magazine .parts-info-pagination li.next.nolink a::before {
  border-color: var(--color-blue-green) var(--color-blue-green) transparent transparent;
}



/*------------------------------------------*/
/* infoページレイアウト
/*------------------------------------------*/

/* 日付 --------------------------------*/
.parts-info-date {
  text-align: right;
  font-family: var(--font-family-en);
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 20px;
}


/*****************************************
*
* ログイン
*
******************************************/


/*---------------------------------------------
親から継承せず、システムデフォルトの体裁を使用してしまう事象の対策
（このタグを入れておけば、placeholderのフォントがbodyのフォントになり、
input::placeholderのフォント指定が不要になる）
----------------------------------------------*/
button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* 入力エリア ---------------------------------------------*/
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="number"] {
  outline: 0;
  padding: 3px 10px;
  border-radius: 3px;
  border: 0;
  background: white;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(52, 152, 219, 0);
}

input:focus,
select:focus,
textarea:focus {
  border: solid 1px var(--color-main);
}

@media screen and (max-width: 767px) {

  /*iOSのズーム回避*/
  textarea,
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="date"],
  input[type="number"] {
    font-size: 16px;
  }
}

/*上下の矢印消去*/
/* Chrome/Safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/*上下の矢印消去*/
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

input::placeholder {
  color: #ccc;
}

/*---------------------------------------------
* select
----------------------------------------------*/
select {
  /* styling */
  background-color: var(--color-text-on);
  display: inline-block;
  color: var(--color-text);
  font: inherit;
  padding: 0.3em 3.5em 0.3em 1em;
  border-radius: 3px;
  border: 1px solid var(--color-light-gray);
  /* reset */
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
}

/* IE reset */
select::-ms-expand {
  display: none;
}

select.minimal {
  border: 1px solid var(--color-light-gray);
  border-radius: 3px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--color-gray) 50%),
    linear-gradient(135deg, var(--color-gray) 50%, transparent 50%),
    linear-gradient(to right, var(--color-light-gray), var(--color-light-gray));
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    0px 1.5em;
  background-repeat: no-repeat;
}

/*---------------------------------------------
* radio
同じnameでないと複数選択できてしまう。
----------------------------------------------*/
.mformradio input[type="radio"] {
  display: none;
}

.mformradio label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}

.mformradio label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #var(--color-text-on);
  border: 1px solid var(--color-light-gray);
  border-radius: 100%;
}

.mformradio input[type="radio"]:checked+label::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: var(--color-main);
  border-radius: 100%;
}

/*---------------------------------------------
* checkbox
----------------------------------------------*/
.mformcheck input[type="checkbox"] {
  display: none;
}

.mformcheck label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
  transition: all .2s;
}

.mformcheck label::before,
.mformcheck label::after {
  position: absolute;
  content: '';
  transition: all .2s;
}

.mformcheck label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: var(--color-text-on);
  border: 1px solid var(--color-light-gray);
  border-radius: 3px;
}

.mformcheck label::after {
  opacity: 0;
  top: 50%;
  left: 3px;
  width: 8px;
  height: 4px;
  margin-top: -4px;
  border-left: 2px solid var(--color-main);
  border-bottom: 2px solid var(--color-main);
  transform: rotate(-45deg) scale(.5);
}

.mformcheck label:hover::before {
  background: var(--color-text-on);
}

.mformcheck input[type="checkbox"]:checked+label::before {
  background: var(--color-text-on);
  border: 1px solid var(--color-main);
}

.mformcheck input[type="checkbox"]:checked+label::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

/*---------------------------------------------
* submit
----------------------------------------------*/
input[type="submit"] {
  -webkit-appearance: none;
}

.mform-submit {
  cursor: pointer;
  border: solid 1px var(--color-green);
  border-radius: 6px;
  background: var(--color-green);
  color: var(--color-white);
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 30px;
  transition: all .5s ease;
}

.mform-submit.red {
  border: solid 1px var(--color-red);
  background: var(--color-red);
}

.mform-submit.gray {
  border: solid 1px var(--color-gray);
  background: var(--color-gray);
}

.mform-submit:hover {
  box-shadow: var(--box-shadow);
}

/* フォームレイアウト --------------------------------------*/
.pages-login {
  text-align: center;
}

.bottom_btn {
  padding: 40px 0 0;
  text-align: center;
}

.pages-login .layout-login {
  display: inline-block;
  background: #e9f0f3;
  border-radius: 10px;
  padding: 20px;
}

.pages-login .layout-login .mform-input {
  width: 260px;
}

.pages-login .layout-login .cont {
  text-align: left;
}

.pages-login .layout-login .input {
  margin-top: 0.5em;
}

.pages-login .layout-login .btn {
  margin-top: 2em;
}

.pages-login .layout-login .btn+.btn {
  margin-top: 1em;
}

.pages-login .layout-login-text {
  margin-top: 2em;
}

@media screen and (min-width: 768px), print {
  .pages-login .layout-login {
    padding: 40px;
  }

  .pages-login .layout-login .mform-input {
    width: 300px;
  }
}


/*****************************************
*
* フォーム
*
******************************************/

.wpcf7-form .wpcf7-text,
.wpcf7-form .wpcf7-textarea {
  border: solid 1px var(--color-light-gray);
}

.wpcf7-form .wpcf7-submit {
  cursor: pointer;
  border: solid 1px var(--color-green);
  border-radius: 6px;
  background: var(--color-green);
  color: var(--color-white);
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 30px;
  transition: all .5s ease;
}

.wpcf7-form .wpcf7-submit:hover {
  box-shadow: var(--box-shadow);
}


.wpcf7-form .wpcf7-previous {
  cursor: pointer;
  border: solid 1px var(--color-green);
  border-radius: 6px;
  background: var(--color-green);
  color: var(--color-white);
  font-size: 1em;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px 30px;
  transition: all .5s ease;
  margin-top: 50px;
}

.wpcf7-form .wpcf7-previous:hover {
  box-shadow: var(--box-shadow);
}


/*****************************************
*
* あゆみ
*
******************************************/


/*------------------------------------------*/
/* 表 history
/*------------------------------------------*/
.pages-history-contents table {
  border-collapse: collapse;
  width: 100%;
}

.pages-history-contents table th,
.pages-history-contents table td {
  vertical-align: text-top;
  text-align: left;
  border-bottom: dashed 1px var(--color-light-gray);
  padding: 10px 0;
}

.pages-history-contents table .text-bold {
  font-weight: bold;
}

.pages-history-contents table .text-main {
  color: var(--color-main);
}

@media screen and (max-width: 767px) {

  .pages-history-contents table tr,
  .pages-history-contents table th,
  .pages-history-contents table td {
    display: block;
    width: auto;
  }

  .pages-history-contents table th,
  .pages-history-contents table td {
    font-size: 0.9rem;
    border-bottom: 1px dotted var(--color-light-gray);
    padding: 5px 0;
  }

  .pages-history-contents table th {
    border-bottom: 1px dotted var(--color-light-gray);
  }
}

@media screen and (min-width: 768px), print {
  .pages-history-contents table td:last-child {
    max-width: calc(calc(540 / 1200) * 100vw);
  }
}

@media screen and (min-width: 1200px), print {
  .pages-history-contents table td:last-child {
    max-width: 540px;
  }
}


/*****************************************
*
* HOME
*
******************************************/

/*------------------------------------------*/
/* メイン
/*------------------------------------------*/

.top-page-main {
  position: relative;
}

.top-page-main::after {
  content: '';
  display: inline-block;
  background-image: var(--svg-semicircle-light-blue-top);
  background-size: 100% calc(calc(30 / 1400) * 100vw);
  background-repeat: no-repeat;
  width: 100%;
  height: calc(calc(29 / 1400) * 100vw);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 1400px), print {
  .top-page-main::after {
    background-size: 100% 30px;
    height: 30px;
  }
}


/* キャッチコピー --------------------------------*/
.top-page-main .catchcopy-wrap {
  position: absolute;
  top: calc(calc(-20 / 768) * 100vw);
  left: calc(calc(60 / 768) * 100vw);
  z-index: 5;
}

.top-page-main .catchcopy {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: var(--svg-top-main-text);
  background-size: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: calc(calc(400 / 768) * 100vw);
  height: auto;
}

@media screen and (min-width: 768px), print {
  .top-page-main .catchcopy-wrap {
    top: calc(calc(-20 / 1400) * 100vw);
    left: calc(calc(60 / 1400) * 100vw);
  }

  .top-page-main .catchcopy {
    width: calc(calc(500 / 1400) * 100vw);
  }
}

@media screen and (min-width: 1460px), print {
  .top-page-main .catchcopy-wrap {
    width: 1400px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }

  .top-page-main .catchcopy {
    width: 500px;
    position: absolute;
    top: -20px;
    left: 0;
  }
}


/* 虹 --------------------------------*/
.top-page-main figure.rainbow img {
  width: 100%;
}

.top-page-main figure.rainbow {
  display: inline-block;
  aspect-ratio: 280/214;
  width: calc(calc(280 / 768) * 100vw);
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

@media screen and (min-width: 768px), print {
  .top-page-main figure.rainbow {
    width: calc(calc(280 / 1400) * 100vw);
    left: calc(calc(280 / 1400) * 100vw);
  }
}

@media screen and (min-width: 1460px), print {
  .top-page-main .rainbow-wrap {
    width: 1400px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .top-page-main figure.rainbow {
    width: 520px;
    left: 140px;
  }
}

/* 画像 写真 --------------------------------*/
.top-page-main figure.photo {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top-page-main figure.photo img {
    height: 100%;
  }

  .top-page-main figure.photo {
    height: 50vh;
  }
}

@media screen and (min-width: 768px), print {
  .top-page-main figure.photo img {
    width: 100%;
  }

  .top-page-main figure.photo {
    max-height: calc(100vh - 130px);
  }
}

@media screen and (min-width: 1400px), print {
  .top-page-main figure.photo {
    min-height: 700px;
  }
}


/* 画像 街 --------------------------------*/
.top-page-main figure.machi {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

@media screen and (max-width: 767px) {
  .top-page-main figure.machi img {
    width: 100%;
  }

  .top-page-main figure.machi {
    width: 300%;
  }
}


/*------------------------------------------*/
/* intro
/*------------------------------------------*/

.top-page-intro {
  position: relative;
  background: var(--color-light-main);
  padding: 80px 20px 40px 20px;
}

.top-page-intro::after {
  content: '';
  display: inline-block;
  background-image: var(--svg-semicircle-light-blue-bottom);
  background-size: 100% calc(calc(30 / 1400) * 100vw);
  background-repeat: no-repeat;
  width: 100%;
  height: calc(calc(30 / 1400) * 100vw);
  position: absolute;
  bottom: calc(calc(-30 / 1400) * 100vw);
  left: 0;
  z-index: 1;
}

@media screen and (min-width: 500px), print {
  .top-page-intro br.sp {
    display: none;
  }
}

@media screen and (min-width: 1400px), print {
  .top-page-intro::after {
    background-size: 100% 30px;
    height: 30px;
    bottom: -30px;
  }
}

/* バナー --------------------------------*/
.top-page-intro .banner img {
  border-radius: 20px;
  width: 100%;
  max-width: 600px;
}

.top-page-intro .banner {
  margin-bottom: 3em;
}

.top-page-intro .banner a {
  transition: all .5s ease;
}

.top-page-intro .banner a:hover {
  text-decoration: none;
  box-shadow: var(--box-shadow);
}


/* テキスト --------------------------------*/
.top-page-intro .intro-text {
  font-family: var(--font-family-maru);
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and (min-width: 768px), print {
  .top-page-intro {
    padding: 150px 60px 100px 60px;
  }

  .top-page-intro .intro-text {
    font-size: 1.1rem;
  }
}


/*------------------------------------------*/
/* コンテンツ一覧
/*------------------------------------------*/

.top-page-contents {
  margin-top: 60px;
}

@media screen and (min-width: 768px), print {
  .top-page-contents {
    margin-top: 140px;
  }
}

/* list --------------------------------*/
.top-page-contents .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}

.top-page-contents .list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  height: 120px;
  background: var(--color-bright-main);
  border-radius: 10px;
  color: var(--color-dark-main);
  font-size: 0.9rem;
  font-weight: bold;
  padding: 10px;
  transition: all .5s ease;
}

.top-page-contents .list li a:hover {
  text-decoration: none;
  box-shadow: var(--box-shadow);
}

@media screen and (min-width: 768px), print {
  .top-page-contents .list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 20px;
    column-gap: 20px;
  }

  .top-page-contents .list li a {
    height: 200px;
    border-radius: 20px;
    font-size: 1rem;
    padding: 20px;
  }
}

@media screen and (min-width: 1000px), print {
  .top-page-contents .list li a {
    height: 280px;
    padding: 40px;
  }
}

/* 画像 --------------------------------*/
.top-page-contents .list figure {
  width: 100%;
}

.top-page-contents .list figure img {
  width: 60px;
}

@media screen and (min-width: 768px), print {
  .top-page-contents .list figure img {
    width: 80px;
  }
}

@media screen and (min-width: 1000px), print {
  .top-page-contents .list figure img {
    width: 100px;
  }
}

/*------------------------------------------*/
/* リンク
/*------------------------------------------*/

.top-page-links {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 20px;
}

.top-page-links li a {
  position: relative;
  text-align: center;
  display: inline-block;
  background: var(--color-white);
  border-radius: 10px;
  width: 100%;
  color: var(--color-text);
  font-size: 0.8rem;
  font-weight: bold;
  padding: 20px;
  transition: all .5s ease;
}

.mac.safari .top-page-links li a {
  border: solid 2px var(--color-main);
}

.top-page-links li a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  border: 2px solid transparent;
  background: var(--gradient-main) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}

.top-page-links li a:hover {
  text-decoration: none;
  box-shadow: var(--box-shadow);
}

@media screen and (min-width: 768px), print {
  .top-page-links {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 100px;
  }

  .top-page-links li a {
    border-radius: 20px;
    font-size: 0.9rem;
  }

  .top-page-links li a::after {
    border-radius: 20px;
  }
}

/* 画像 --------------------------------*/
.top-page-links figure img {
  width: 100%;
}

.top-page-links figure {
  max-width: 208px;
  margin: 0 auto;
  margin-bottom: 20px;
}

/* テキスト --------------------------------*/

.top-page-links .text {
  display: inline-block;
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.6;
}


/*------------------------------------------*/
/* お知らせ
/*------------------------------------------*/

.top-page-info {
  position: relative;
  background: var(--color-bright-main);
  padding: 60px 0 40px 0;
}

.top-page-info::after {
  content: '';
  display: inline-block;
  background: var(--svg-semicircle-bright-blue-bottom);
  background-size: 100% calc(calc(30 / 1400) * 100vw);
  background-repeat: no-repeat;
  width: 100%;
  height: calc(calc(30 / 1400) * 100vw);
  position: absolute;
  bottom: calc(calc(-30 / 1400) * 100vw);
  left: 0;
  z-index: 1;
}

.top-page-info .inner {
  background: var(--color-white);
  border-radius: 20px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 20px;
}

@media screen and (min-width: 768px), print {
  .top-page-info {
    padding: 120px 0 70px 0;
  }

  .top-page-info .inner {
    border-radius: 40px;
    width: calc(100% - 120px);
    padding: 60px;
  }
}

@media screen and (min-width: 1200px), print {
  .top-page-info .inner {
    width: 1100px;
  }
}

@media screen and (min-width: 1400px), print {
  .top-page-info::after {
    background-size: 100% 30px;
    height: 30px;
    bottom: -30px;
  }
}

/* タブ --------------------------------*/
.top-page-info .wrap-tab {
  overflow: hidden;
}

.top-page-info .tab-content {
  display: none;
}

.top-page-info .tab-content.active {
  display: block;
}


/* タブ ボタン --------------------------------*/

@media screen and (max-width: 767px) {
  .top-page-info .list-tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    column-gap: 10px;
    margin-bottom: 20px;
  }

  .top-page-info .list-tab li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    border-color: var(--color-text);
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1.1;
    padding: 5px;
  }

  .top-page-info .list-tab li.active {
    background: var(--color-main);
    border-color: var(--color-main);
    color: var(--color-white);
  }
}

@media screen and (min-width: 768px), print {
  .top-page-info .list-tab {
    margin-bottom: 40px;
  }

  .top-page-info .list-tab li+li {
    margin-left: 3em;
  }

  .top-page-info .list-tab li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
  }

  .top-page-info .list-tab li::before {
    content: '';
    background: var(--color-text);
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .5s ease;
  }

  .top-page-info .list-tab li.active {
    color: var(--color-main);
  }

  .top-page-info .list-tab li.active::before {
    background: var(--color-main);
    width: 100%;
  }

  .top-page-info .list-tab li:not(.active) {
    transition: all .5s ease;
  }

  .top-page-info .list-tab li:not(.active):hover::before {
    width: 100%;
  }
}


/*****************************************
*
* 執行部紹介
*
******************************************/


.page-yokkaichi-y-member .section table th,
.page-yokkaichi-y-member .section table td,
.page-suzuka-s-member .section table th,
.page-suzuka-s-member .section table td,
.page-kanto-k-member .section table th,
.page-kanto-k-member .section table td,
.page-tsu-t-member .section table th,
.page-tsu-t-member .section table td,
.page-organization-executive .section table th,
.page-organization-executive .section table td {
  text-align: center !important;
  border: 0;
}

@media screen and (max-width: 767px) {

  .page-yokkaichi-y-member .section table,
  .page-suzuka-s-member .section table,
  .page-kanto-k-member .section table,
  .page-tsu-t-member .section table,
  .page-organization-executive .section table {
    overflow-x: visible;
    white-space: normal;
    -webkit-overflow-scrolling: auto;
    display: block;
  }

  .page-yokkaichi-y-member .section table tbody,
  .page-yokkaichi-y-member .section table tr,
  .page-yokkaichi-y-member .section table td,
  .page-suzuka-s-member .section table tbody,
  .page-suzuka-s-member .section table tr,
  .page-suzuka-s-member .section table td,
  .page-kanto-k-member .section table tbody,
  .page-kanto-k-member .section table tr,
  .page-kanto-k-member .section table td,
  .page-tsu-t-member .section table tbody,
  .page-tsu-t-member .section table tr,
  .page-tsu-t-member .section table td,
  .page-organization-executive .section table tbody,
  .page-organization-executive .section table tr,
  .page-organization-executive .section table td {
    display: block;
  }

  .page-yokkaichi-y-member .section table tr,
  .page-suzuka-s-member .section table tr,
  .page-kanto-k-member .section table tr,
  .page-tsu-t-member .section table tr,
  .page-organization-executive .section table tbody tr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}