/* リセット */

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

/* Zen Kaku Gothic Antique -------------------------------------*/

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

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

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

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

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

/* 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 CJK 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 CJK 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 CJK 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 CJK JP';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/NotoSansCJKjp-Black.woff2') format('woff2'),
    url('../fonts/NotoSansCJKjp-Black.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: #008f8d;
  --color-light-main: #06b4b1;
  --color-light-main: #22e0dd;
  --color-back: #f4f5fa;
  --color-text: #2d2e2e;
  --color-red: #cc0010;
  --color-light-red: #ff2906;
  --color-orange: #ff6b09;
  --color-pink: #e4007f;
  --color-blue: #00a0e9;
  --color-main-gray: #62646d;
  --color-light-gray: #cccccc;
  --color-gray: #777777;
  --color-visited: #585858;
  --box-shadow: 0 0 20px 3px rgba(98, 100, 109, 0.3);
  --box-shadow-hover: 0 0 20px 3px rgba(98, 100, 109, 0.5);
  --filter-drop-shadow: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
  --text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  --linear-gradient-main: linear-gradient(90deg, rgba(34, 224, 221, 1) 0%, rgba(0, 143, 141, 1) 100%);
  --repeating-linear-gradient-main: repeating-linear-gradient(90deg, rgba(34, 224, 221, 1) 0%, rgba(0, 143, 141, 1) 100%);
  --linear-gradient-green: linear-gradient(90deg, rgba(6, 180, 177, 1) 0%, rgba(0, 143, 141, 1) 100%);
  --linear-gradient-pink: linear-gradient(180deg, rgba(255, 41, 6, 1) 0%, rgba(228, 0, 127, 1) 100%);
  --repeating-linear-gradient-pink: repeating-linear-gradient(90deg, rgba(255, 41, 6, 1) 0%, rgba(228, 0, 127, 1) 100%);
  --linear-gradient-red: linear-gradient(90deg, rgba(255, 107, 9, 1) 0%, rgba(255, 0, 66, 1) 100%);
  --repeating-linear-gradient-red: repeating-linear-gradient(90deg, rgba(255, 107, 9, 1) 0%, rgba(255, 0, 66, 1) 100%);
  --font-family-main: 'Zen Kaku Gothic Antique', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  --font-family-sans: 'Noto Sans CJK JP', sans-serif;
  --font-family-en: 'Poppins', sans-serif;
}


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

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

a:link {
  text-decoration: none;
}

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;
  background: var(--color-back);
}

html {
  scroll-behavior: smooth;
}

.margin-top-non {
  margin-top: 0 !important;
}


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

header .logo-wrap a {
  display: flex;
  align-items: flex-end;
}

/* ロゴ --------------------------------*/
.logo {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: block;
  background: url('img/logo-seminar.svg') no-repeat;
  background-size: 100%;
  aspect-ratio: 336/56;
  width: 200px;
  height: auto;
}

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



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

header {
  width: 100%;
  text-align: left;
  font-size: 16px;
}

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

header .logo-wrap {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99;
}

header .logo-wrap a {
  display: flex;
}

@media screen and (min-width: 768px), print {
  header .logo-wrap {
    left: 40px;
  }
}

@media screen and (min-width: 834px), print {
  header .logo-wrap {
    top: 30px;
    left: 60px;
  }
}


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

.nav-menu {
  display: none;
  text-align: left;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 60px 40px 40px 40px;
  position: absolute;
  top: 30px;
  right: 10px;
  box-shadow: var(--box-shadow);
  z-index: 999;
}

.nav-menu li+li {
  margin-top: 2em;
}

.nav-menu li a {
  position: relative;
  color: var(--color-text);
  font-weight: bold;
  padding-left: 20px;
  transition: all .5s ease;
}

.nav-menu li.official br {
  display: none;
}

.nav-menu li a::before {
  content: '';
  display: inline-block;
  background: url('img/icon_nav.svg') no-repeat;
  background-size: 100%;
  aspect-ratio: 11/22;
  width: 11px;
  height: auto;
  position: absolute;
  top: 0.5em;
  left: 0;
  transition: all .5s ease;
}

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

.nav-menu li a:hover::before {
  transform: translateY(-10px);
}

@media screen and (min-width: 768px), print {
  .nav-menu {
    padding: 80px 60px 60px 60px;
    top: 60px;
    right: 60px;
  }
}

@media screen and (min-width: 1260px), print {
  .nav-menu {
    top: 80px;
    right: 80px;
  }
}

/* ハンバーガー --------------------------------*/
.global-nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.menu-icon {
  position: relative;
  background: var(--linear-gradient-main);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
  box-shadow: var(--box-shadow);
  transition: all .5s ease;
}

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

.menu-icon div {
  width: 16px;
  height: 2px;
  background: white;
  border-radius: 4px;
  position: absolute;
  left: 12px;
  transition: all 0.3s ease;
}

.menu-icon .bar1 {
  top: calc(10px + 2px);
}

.menu-icon .bar2 {
  top: calc(18px + 2px);
}

.menu-icon .bar3 {
  top: calc(26px + 2px);
}

.menu-icon.change .bar1 {
  transform: rotate(-45deg) translate(-6px, 6px);
}

.menu-icon.change .bar2 {
  opacity: 0;
}

.menu-icon.change .bar3 {
  transform: rotate(45deg) translate(-6px, -6px);
}

@media screen and (min-width: 768px), print {
  .menu-icon {
    width: 80px;
    height: 80px;
    top: 20px;
    right: 40px;
  }

  .menu-icon div {
    width: 20px;
    height: 2px;
    left: 30px;
  }

  .menu-icon .bar1 {
    top: calc(10px + 20px);
  }

  .menu-icon .bar2 {
    top: calc(18px + 20px);
  }

  .menu-icon .bar3 {
    top: calc(26px + 20px);
  }
}

@media screen and (min-width: 1260px), print {
  .menu-icon {
    top: 40px;
    right: 60px;
  }
}

/*------------------------------------------*/
/* PCナビ
/*------------------------------------------*/

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

@media screen and (min-width: 1100px), print {
  .pc-nav {
    position: absolute;
    top: 30px;
    right: 180px;
    z-index: 99;
  }

  .pc-nav-menu {
    display: flex;
  }

  .pc-nav-menu li+li {
    margin-left: 10px;
  }

  .pc-nav-menu li a {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
    background: var(--color-back);
    border-radius: 10px;
    height: 60px;
    color: var(--color-main);
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 10px;
    box-shadow: var(--box-shadow);
    transition: all .5s ease;
  }

  .pc-nav-menu li.official a {
    align-items: center;
    background: var(--color-main);
    color: var(--color-back);
  }

  .pc-nav-menu li a::before {
    content: '';
    display: inline-block;
    aspect-ratio: 29/20;
    width: auto;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .pc-nav-menu li.mail a::before {
    background: url('img/icon_mail.svg') no-repeat;
    background-size: 100%;
  }

  .pc-nav-menu li.form a::before {
    background: url('img/icon_form.svg') no-repeat;
    background-size: 100%;
  }

  .pc-nav-menu li a:hover {
    text-decoration: none;
    transform: translateY(10px);
  }
}





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

footer {
  position: relative;
  text-align: center;
  margin-top: 60px;
}

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


/* フッタコピーライト --------------------------------*/
.footer-copy {
  background: var(--linear-gradient-main);
  color: white;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 20px;
  margin: 0;
}

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

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


/*------------------------------------------*/
/* フッタ上へ
/*------------------------------------------*/
.totop {
  display: inline-block;
  background: url('img/totop.svg') no-repeat;
  background-size: 100%;
  aspect-ratio: 20/25;
  width: 20px;
  height: auto;
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 10;
  transition: all .5s ease;
}

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

@media screen and (min-width: 768px), print {
  .totop {
    width: 30px;
    right: 40px;
  }
}

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



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

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

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


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


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

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

@media screen and (min-width: 768px), print {
  .section {
    width: calc(100% - 80px);
  }
}

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

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

.section.margin0 {
  margin-top: 0;
}


/*------------------------------------------*/
/* margin 1文字文
/*------------------------------------------*/
.margin-p {
  margin-top: 1em;
}

/*------------------------------------------*/
/* 訪問済みでも色を戻したくない場合
/*------------------------------------------*/
a.link-color,
a.link-color:visited {
  color: var(--color-main);
}


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

.text {
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 500;
  line-height: 2;
  margin-top: 1m;
}

.text-bold {
  font-weight: bold;
}

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

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

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

.text-red {
  color: var(--color-red);
}

/*------------------------------------------*/
/* 見出し h2
/*------------------------------------------*/

.heading-secondary-wrap {
  width: 100%;
}

.heading-secondary {
  position: relative;
  display: inline-block;
  color: var(--color-main-gray);
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 0.2em;
  margin-bottom: 40px;
}

.heading-secondary::after {
  content: '';
  display: inline-block;
  background: var(--color-main-gray);
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 834px), print {
  .heading-secondary {
    font-size: 2.2rem;
    margin-bottom: 80px;
  }
}

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

.btn-type-rounded {
  position: relative;
  display: inline-block;
  width: 100%;
  background: var(--color-red);
  border-radius: 40px;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 20px 50px 20px 20px;
  transition: all .5s ease;
}

.btn-type-rounded.blue {
  background: var(--color-blue);
}

.btn-type-rounded::after {
  content: '';
  width: 0;
  height: 0;
  border-color: transparent transparent transparent white;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all .5s ease;
}

.btn-type-rounded:hover {
  text-decoration: none;
  box-shadow: var(--box-shadow-hover);
}

.btn-type-rounded:visited {
  color: white;
}

@media screen and (min-width: 834px), print {
  .btn-type-rounded {
    font-size: 1.4rem;
  }
}

/*------------------------------------------*/
/* 表 下線が破線
/*------------------------------------------*/
.table-type-underline-dashed {
  border-collapse: collapse;
  width: 100%;
}

.table-type-underline-dashed th,
.table-type-underline-dashed td {
  border-bottom: dashed 1px var(--color-light-gray);
  text-align: left;
  padding: 20px 0;
}

.table-type-underline-dashed th {
  font-weight: bold;
}

.table-type-underline-dashed.text-top th,
.table-type-underline-dashed.text-top td {
  vertical-align: text-top;
}

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

  .table-type-underline-dashed tr,
  .table-type-underline-dashed th,
  .table-type-underline-dashed td {
    display: block;
    width: auto;
  }

  .table-type-underline-dashed th,
  .table-type-underline-dashed td {
    border-bottom: 1px dotted var(--color-light-gray);
    padding: 10px 0;
  }

  .table-type-underline-dashed td:last-child {
    border-bottom: 1px solid var(--color-light-gray);
  }
}

@media screen and (min-width: 768px), print {
  .table-type-underline-dashed th {
    width: 10em;
  }
}


/*------------------------------------------*/
/* 表 線なし
/*------------------------------------------*/

.dl-type-table dt,
.dl-type-table dd {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .dl-type-table dd {
    margin-left: 1em;
  }
}

@media screen and (min-width: 768px), print {
  .dl-type-table dt {
    width: 6em;
    float: left;
  }

  .dl-type-table dd {
    margin-left: 6em;
  }

  .dl-type-table dd:after {
    content: '';
    display: block;
    clear: both;
  }
}


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

/*------------------------------------------*/
/* メインビジュアル
/*------------------------------------------*/

.topmain {
  position: relative;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.01em;
  overflow: hidden;
}

/* 画像 --------------------------------*/
.topmain figure {
  height: 100vh;
  overflow: hidden;
}

.topmain figure img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 28/14;
  width: 100%;
  height: 100%
}

@media screen and (min-width: 768px), print {
  .topmain figure {
    height: 60vh;
  }
}

@media screen and (min-width: 834px), print {
  .topmain figure {
    height: 100vh;
  }
}

/* contents --------------------------------*/
.topmain .contents {
  position: relative;
  display: inline-block;
  width: calc(100% - 40px);
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px 20px 0 0;
  padding: 20px;
  filter: var(--filter-drop-shadow);
  position: absolute;
  bottom: 0;
  left: 20px;
}

@media screen and (min-width: 768px), print {
  .topmain .contents {
    width: calc(100% - 80px);
    padding: 40px;
    left: 40px;
  }
}

@media screen and (min-width: 834px), print {
  .topmain .contents {
    width: auto;
    padding: 40px;
    left: calc(100% - 610px);
  }
}

@media screen and (min-width: 1260px), print {
  .topmain .contents {
    width: 700px;
    left: 50%;
  }
}

/* 見出し --------------------------------*/
.topmain .heading {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background: url('img/topmain-text.png') no-repeat;
  background-size: 100%;
  aspect-ratio: 640/35;
  width: 100%;
  max-width: 640px;
  height: auto;
}


/* タイトル --------------------------------*/
.topmain .titile {
  display: inline-block;
  background: var(--color-main-gray);
  border-radius: 4px;
  width: 100%;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.1;
  overflow: hidden;
  padding: 10px;
  margin-top: 1em;
}

@media screen and (min-width: 834px), print {
  .topmain .titile {
    font-size: 1.8rem;
  }
}

/* date --------------------------------*/
.topmain .date {
  font-size: 0.9rem;
  font-weight: bold;
}

.topmain .date span {
  font-size: 2rem;
}

@media screen and (min-width: 834px), print {
  .topmain .date {
    font-size: 1.6rem;
  }

  .topmain .date span {
    font-size: 2.4rem;
  }
}

/* list --------------------------------*/
.list-wrap {
  display: inline-block;
  margin-top: 1em;
}

.topmain .list {
  display: grid;
  grid-template-columns: 4em 1fr;
  row-gap: 10px;
  column-gap: 10px;
  align-items: center;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.4;
}

.topmain .list dt {
  text-align: center;
  display: inline-block;
  border: solid 1px var(--color-text);
  font-weight: bold;
}

@media screen and (min-width: 834px), print {
  .topmain .list {
    font-size: 0.9rem;
  }
}

/* box --------------------------------*/
@media screen and (min-width: 768px), print {
  .topmain .box {
    display: grid;
    grid-template-columns: 5em 1fr;
    text-align: left;
  }
}

/* part --------------------------------*/
.topmain .part {
  margin-top: 1em;
}

.topmain .part p {
  display: inline-block;
  background: var(--color-text);
  border-radius: 4px;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.1;
  padding: 5px 5px;
}

@media screen and (min-width: 834px), print {
  .topmain .part p {
    font-size: 0.9rem;
  }
}

/* cont --------------------------------*/
.topmain .cont {
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 0.5em;
}

.topmain .cont .name {
  font-size: 0.8rem;
}

@media screen and (min-width: 834px), print {
  .topmain .cont {
    font-size: 1.2rem;
  }

  .topmain .cont .name {
    font-size: 1rem;
  }
}


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

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

@media screen and (min-width: 768px), print {
  .top-section {
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 834px), print {
  .top-section {
    width: calc(100% - 120px);
    margin-top: 0;
    margin-bottom: 100px;
  }
}

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


/*------------------------------------------*/
/* プログラム
/*------------------------------------------*/

.top-program .table-type-underline-dashed .heading {
  display: inline-block;
  background: var(--color-text);
  border-radius: 4px;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  padding: 2px 5px;
}


/*------------------------------------------*/
/* よくある質問
/*------------------------------------------*/

.faq-box+.faq-box {
  border-top: dashed 2px var(--color-main-gray);
  padding-top: 20px;
  margin-top: 20px;
}

.top-faq .answer {
  margin-top: 1em;
}

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

  .top-faq .question,
  .top-faq .answer {
    display: grid;
    grid-template-columns: 60px 1fr;
  }
}

/* アイコン --------------------------------*/
.top-faq .question .icon,
.top-faq .answer .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  font-family: var(--font-family-en);
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
}

.top-faq .question .icon {
  background: var(--color-pink);
}

.top-faq .answer .icon {
  background: var(--color-blue);
}

/* テキスト --------------------------------*/
.top-faq .question .text {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .top-faq .question .text {
    margin-top: 0.5em;
  }
}


/*------------------------------------------*/
/* SUNATECについて
/*------------------------------------------*/

.top-about {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
}

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

@media screen and (min-width: 1260px), print {
  .top-about {
    width: 1100px;
  }
}

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

@media screen and (max-width: 767px) {
  .top-about figure img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    aspect-ratio: 11/7;
  }

  .top-about figure {
    height: 640px;
    overflow: hidden;
  }
}

/* contents --------------------------------*/
.top-about .contents {
  width: calc(100% - 40px);
  color: white;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px), print {
  .top-about .contents {
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 834px), print {
  .top-about .contents {
    width: calc(100% - 120px);
    max-width: 880px;
  }
}

/* 見出し --------------------------------*/
.top-about .heading-secondary {
  color: white;
  background: transparent;
  padding-bottom: 0;
}

.top-about .heading-secondary::after {
  content: none;
}

/* テキスト --------------------------------*/
.top-about .contents .text-right {
  font-size: 0.9rem;
  margin-top: 2em;
}