@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */

/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */

/* ============================================ */

dd {
  margin-left: 0;
}

/* Grouping content */

/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  /*clear: both;*/
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
/*select,*/
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

/*=============== base ===========*/

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", Arial, "メイリオ", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  color: #3E3E3E;
  line-height: 1.6;
}

a {
  /*display: block;*/
  transition: all 0.3s ease;
}

.show-pc {
  display: none;
}

.show-md {
  display: none;
}

.fw_bd {
  font-weight: bold;
}

.container {
  padding: 0 9.7%;
}

img {
  max-width: 100%;
  height: auto;
}

.banner {
  border-top: 3px solid #00A2C3;
  border-bottom: 3px solid #00A2C3;
  padding: 2rem 0;
}

.banner__container {
  padding: 0 4%;
}

.banner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

.banner__item {
  width: 47%;
  max-width: 350px;
}

.banner__item:hover {
  opacity: 0.7;
}

.btnav {
  background: #F7F7F7;
  padding: 6.2rem 4% 6.2rem;
  margin-bottom: 5rem;
}

.btnav__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btnav__list {
  width: 15%;
}

.btnav__list li {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 1.9rem;
  transition: 0.2s;
}

.btnav__list li a{
  color: #3e3e3e;
}

.btnav__list li:not(.fw_bd):hover {
  opacity: 0.7;
}

.btnav__list--bold li:hover {
  opacity: 0.7;
}

.footer__container {
  padding: 0 4%;
}

.footer__wrapper {
  margin: 7rem auto;
  text-align: center;
}

.footer__title {
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 1.2rem;
  color: #00A2C3;
}

.footer__title span {
  color: #3E3E3E;
}

.footer__text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
}

.footer__text:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.footer__btn {
  display: block;
  width: 30rem;
  margin: 0 auto;
  color: #000;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  position: relative;
  background: #fff;
  padding: 1.2rem 1.4rem 1.2rem 5rem;
  border-radius: 8px;
  position: relative;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
  border: 2px solid #00A2C3;
}

.footer__btn::before {
  content: "";
  position: absolute;
  background-image: url(https://common3.pref.akita.lg.jp/jyosei/assets/themes/tora_2022/assets/img/top-info-mail.svg);
  background-repeat: no-repeat;
  width: 2rem;
  height: 2rem;
  background-size: contain;
  left: 2rem;
  top: 38%;
}

.footer__btn:hover {
  background: #00A2C3;
  color: #fff;
  border: 2px solid #00A2C3;
}

.footer__btn:hover:before {
  background-image: url(https://common3.pref.akita.lg.jp/jyosei/assets/themes/tora_2022/assets/img/top-info-mail_hover.svg);
}

.footer__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.footer__sns a:hover {
  opacity: 0.7;
}

.footer_copyright {
  font-family: "YuGothic", serif;
  background: #333333;
  font-weight: bold;
  color: #fff;
  font-size: 1.1rem;
  text-align: center;
  padding: 1.2rem 0;
}

/*=============== header ===========*/

.header {
  width: 100%;
  height: 6rem;
  position: fixed;
  background: #fff;
  top: 0;
  z-index: 99;
}

.header__container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 4%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.16);
}

.header__logo {
  width: 280px;
  height: auto;
}

.navbtn {
  width: 30px;
  height: 30px;
  position: relative;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.navbtn__line {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #00A2C3;
  position: relative;
  top: 45%;
}

.navbtn__line::after,
.navbtn__line::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #00A2C3;
  transition: 0.3s;
}

.navbtn__line:before {
  top: -8px;
}

.navbtn__line:after {
  top: 8px;
}

.navbtn[aria-expanded=true] .navbtn__line {
  background: transparent;
}

.navbtn[aria-expanded=true] .navbtn__line:before {
  transform: rotate(45deg);
  top: 0;
}

.navbtn[aria-expanded=true] .navbtn__line:after {
  transform: rotate(-45deg);
  top: 0;
}

.gnav {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 60px;
  background: #fff;
  right: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: -5;
  transition: 0.3s;
  padding: 0 4%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.gnav.active {
  transform: translateY(0);
}

.gnav__list {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 4rem;
}

.gnav__item {
  font-size: 2rem;
  position: relative;
  font-weight: bold;
  margin-bottom: 3.5rem;
  letter-spacing: 0.15em;
}

.gnav__item a{
  color: #3E3E3E;
}

.gnav__item:not(:last-of-type) span {
  display: block;
}

.gnav__item:not(:last-of-type) span:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  right: 7px;
  transition: 0.3s;
}

.gnav__item:not(:last-of-type).is-active span:after {
  transform: rotate(-180deg);
}

.gnav__item:nth-of-type(1) > span {
  border-bottom: 2px solid #F56C7C;
}

.gnav__item:nth-of-type(1) > span:after {
  background-image: url(https://common3.pref.akita.lg.jp/jyosei/assets/themes/tora_2022/assets/img/spmenu-icon_01.svg);
}

.gnav__item:nth-of-type(2) > span {
  border-bottom: 2px solid #7397DA;
}

.gnav__item:nth-of-type(2) > span:after {
  background-image: url(https://common3.pref.akita.lg.jp/jyosei/assets/themes/tora_2022/assets/img/spmenu-icon_02.svg);
}

.gnav__item:nth-of-type(3) > span {
  border-bottom: 2px solid #4BC4BB;
}

.gnav__item:nth-of-type(3) > span:after {
  background-image: url(https://common3.pref.akita.lg.jp/jyosei/assets/themes/tora_2022/assets/img/spmenu-icon_03.svg);
}

.gnav__item:nth-of-type(4) {
  border-bottom: 2px solid #FFDE55;
}

.gnav__item:nth-of-type(5) > span {
  border-bottom: 2px solid #F79977;
}

.gnav__item:nth-of-type(5) > span:after {
  background-image: url(https://common3.pref.akita.lg.jp/jyosei/assets/themes/tora_2022/assets/img/spmenu-icon_05.svg);
}

.gnav__item:nth-of-type(6) {
  border-bottom: 2px solid #B389D3;
}

.cntl {
  position: absolute;
  left: 3.8%;
  bottom: -0.2%;
  background: #fff;
  border-top-right-radius: 20px;
  width: 57%;
  height: 10.2%;
  display: flex;
  padding: 0.5rem 6% 0 0;
  align-items: center;
  justify-content: right;
  z-index: 5;
}

.cntl__play {
  cursor: pointer;
  width: 23%;
  margin-right: 7%;
}

.cntl__pause {
  cursor: pointer;
  width: 12%;
  margin-right: 30%;
}

.cntl__rew {
  position: absolute;
  cursor: pointer;
  left: 5%;
  width: 8%;
  bottom: 2.4%;
  z-index: 10;
}

.cntl__ff {
  position: absolute;
  left: 46%;
  z-index: 10;
  width: 8%;
  bottom: 2.4%;
}

.top-title {
  position: relative;
  border-bottom: 3px solid #00A2BF;
  font-size: 1rem;
  line-height: 1;
  text-align: left;
}

.top-title--eng {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  color: #00A2BF;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-right: 1rem;
  vertical-align: middle;
  z-index: 1;
  position: relative;
  text-shadow: 0px 3px 0px #fff, 0px -3px 0px #fff, 3px 0px 0px #fff, -3px 0px 0px #fff;
}

.top-title::before {
  content: "";
  position: absolute;
  display: block;
  background: url(https://common3.pref.akita.lg.jp/jyosei/assets/themes/tora_2022/assets/img/top-deco_01-sp.png) no-repeat center center/cover;
  width: 10rem;
  height: 8.8rem;
  left: -12%;
  bottom: -110%;
  z-index: -1;
}

.ddmenu {
  overflow: hidden;
  height: 0;
}

.ddmenu.is-open {
  overflow: visible;
  height: 100%;
}

.ddmenu__list {
  margin-left: 1.6rem;
  margin-bottom: 5rem;
}

.ddmenu__item {
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.25;
  font-size: 1.6rem;
  margin-top: 2rem;
  text-decoration: underline;
}

.ddmenu__item:hover {
  opacity: 0.7;
}

.top-slider {
  display: none;
  width: 96%;
  margin: auto;
  position: relative;
}

.top-slider.slick-initialized {
  display: block;
}

.top-slider__item {
  margin: 0 2vw;
}

.top-slider__img img {
  width: 100%;
  border-radius: 20px;
  margin: 0 auto;
}

.top-hero {
  margin-bottom: 6.4rem;
  position: relative;
}

.top-hero__container {
  position: relative;
  padding: 8rem 0 0 0;
}

.top-hero__inner {
  position: relative;
}

.top-news {
  position: relative;
  margin-bottom: 16rem;
}

.top-news__wrapper {
  margin: 5rem auto 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 84.4%;
  max-width: 350px;
}

.top-news__card:not(:last-of-type) {
  margin-bottom: 5rem;
}

.top-news__card:hover .top-news__img img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.top-news__img {
  margin-bottom: 1.8rem;
  overflow: hidden;
}

.top-news__img img {
  width: 100%;
  transition: all 0.5s;
}

.top-news__title {
  letter-spacing: 0.08em;
  line-height: 1.73;
  text-decoration: underline;
}

.top-news__inner {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-wrap: wrap;
}

.top-news__cat {
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.03em;
  padding: 0 1em;
  border-radius: 100px;
  margin: 0 5px 5px 0;
}

.top-news__cat--red {
  background: #D8616F;
}

.top-news__cat--purple {
  margin-left: 0.8em;
  background: #B389D3;
}

.top-news__btn {
  display: block;
  letter-spacing: 0.1em;
  color: #00A2C3;
  line-height: 53px;
  margin: 0 auto;
  width: 221px;
  height: 53px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  position: relative;
  transition: all 0.5s ease;
}

.top-news__btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 7px;
  left: 4px;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, #00A2C3, #caf0fc);
}

.top-news__btn:hover {
  color: #fff;
  background: #5ACBED;
  transition: all 0.5s ease;
}

.top-news__btn:hover .top-news__arrow path {
  fill: #fff;
}

.top-news__btn:active {
  transition: all 0.5s ease;
}

.top-news__btn:active:before {
  content: none;
}

.top-news__arrow {
  vertical-align: middle;
  margin-left: 2em;
}

.top-news__arrow path{
  fill: #00A2C3;
}

.top-themes {
  margin-bottom: 10rem;
}

.top-themes__wrapper {
  margin: 5rem auto 7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 84.4%;
  max-width: 350px;
}

.top-themes__item {
  position: relative;
  margin-bottom: 5rem;
  position: relative;
  transition: all 0.5s ease;
}

.top-themes__item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-themes__item--01:after {
  background: rgba(245, 108, 124, 0.5);
}

.top-themes__item--01:hover:after {
  background: rgba(245, 108, 124, 0.85);
  transition: all 0.5s ease;
}

.top-themes__item--02:after {
  background: rgba(115, 151, 218, 0.5);
  border-radius: 100%;
}

.top-themes__item--02:hover:after {
  background: rgba(115, 151, 218, 0.85);
  transition: all 0.5s ease;
}

.top-themes__item--03:after {
  background: rgba(75, 196, 187, 0.5);
}

.top-themes__item--03:hover:after {
  background: rgba(75, 196, 187, 0.85);
  transition: all 0.5s ease;
}

.top-themes__title {
  position: absolute;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  color: #fff;
  line-height: 1.4;
  bottom: 18%;
  left: 50%;
  border-bottom: 1px solid #fff;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.44);
  transform: translateX(-50%) rotate(-8deg);
  white-space: nowrap;
  z-index: 10;
}

.top-menu {
  margin-bottom: 12rem;
}

.top-menu__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem;
  margin: 5rem auto 0;
  justify-content: center;
  max-width: 590px;
}

.top-menu__item {
  width: 12.7rem;
  height: 12.7rem;
  border-radius: 20px;
  padding: 2.4rem 0 0 0;
  box-shadow: 0px 3px 30px #00000029;
}

.top-menu__item:nth-child(odd) {
  background: #00A2C3;
}

.top-menu__item:nth-child(even) {
  background: #fff;
}

.top-menu__item:nth-child(even) .top-menu__title{
  color: #00A2C3;
}

.top-menu__item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.top-menu__item:hover {
  opacity: 0.7;
}

.top-menu__title {
  text-align: center;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.1;
  color: #fff;
  margin-top: 2rem;
}

.top-menu__title--row {
  margin-top: 1rem;
}

.top-info {
  padding: 5.5rem 0 13.2rem;
  margin-bottom: 15.6rem;
  position: relative;
  background: url(https://common3.pref.akita.lg.jp/jyosei/assets/themes/tora_2022/assets/img/top-info-sp.jpg) no-repeat center center/cover;
}

.top-info::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.43);
}

.top-info__container {
  position: relative;
  z-index: 1;
}

.top-info__title {
  border-bottom: 3px solid #fff;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  margin-bottom: 3.2rem;
  letter-spacing: 0.1em;
}

.top-info__title--eng {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  vertical-align: middle;
}

.top-info__text,
.top-info__tel {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1.875;
}

.top-info__tel {
  margin-bottom: 5rem;
}

.top-info__tel span {
  display: block;
}

.top-info__btn {
  display: block;
  width: 30rem;
  margin: 0 auto;
  color: #000;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  position: relative;
  background: #fff;
  padding: 2.2rem 1rem 2.2rem 5rem;
  border-radius: 12px;
  position: relative;
  border: 2px solid #00A2BF;
}

.top-info__btn::before {
  content: "";
  position: absolute;
  background-image: url(https://common3.pref.akita.lg.jp/jyosei/assets/themes/tora_2022/assets/img/top-info-mail.svg);
  background-repeat: no-repeat;
  width: 2.6rem;
  height: 2.6rem;
  background-size: contain;
  left: 1.6rem;
  top: 38%;
}

.top-info__btn:hover {
  background: #00A2BF;
  color: #fff;
  border: 2px solid #00A2BF;
}

.top-info__btn:hover:before {
  background-image: url(https://common3.pref.akita.lg.jp/jyosei/assets/themes/tora_2022/assets/img/top-info-mail_hover.svg);
}

.top-sns {
  margin-bottom: 12.6rem;
}

.top-sns__item:first-child {
  margin-bottom: 7.2rem;
}

.top-sns__inner {
  height: auto;
  margin: 0 auto;
  border: 1px solid #E6E6E6;
  max-width: 436px;
}

.top-sns__inner .twitter-timeline{
  height: 550px;
  overflow: scroll;
}

.top-sns__title--twitter {
  margin-bottom: 3rem;
  background: url(https://common3.pref.akita.lg.jp/jyosei/assets/themes/tora_2022/assets/img/top-sns_twitter.svg) no-repeat left 12em center/contain;
}

.top-sns__title--instagram {
  margin-bottom: 3rem;
  background: url(https://common3.pref.akita.lg.jp/jyosei/assets/themes/tora_2022/assets/img/top-sns_instagram.svg) no-repeat left 16.5em center/contain;
}

.top-sns__title--instagram .top-title--eng {
  color: #00A2BF;
}

.section ul>li {
  margin: 5px 0;
  padding: 0 0 0 22px;
  background: url(../img/common/icon_list.png) 0 6px no-repeat;
}

@media print, screen and (min-width: 576px) {
  /* sm 以上 */

  .hide-sm {
    display: none;
  }

  .top-title {
    font-size: 1.2rem;
  }

  .top-title--eng {
    font-size: 3rem;
  }

  .top-news__card:not(:last-of-type) {
    margin-bottom: 7rem;
  }

  .top-info__title {
    font-size: 1.2rem;
  }

  .top-info__title--eng {
    font-size: 3rem;
  }

  .top-info__text,
  .top-info__tel {
    text-align: center;
  }

  .top-info__tel span {
    display: inline-block;
    margin: 0 1rem;
  }
}

@media print, screen and (min-width: 768px) {
  /* md 以上 */

  .show-md {
    display: block;
  }

  .hide-md {
    display: none;
  }

  .container {
    max-width: 1150px;
    padding: 0 2rem;
    margin: 0 auto;
  }

  .cntl {
    padding: 0 2% 0 0;
    width: 21%;
    height: 13%;
    left: 2%;
  }

  .cntl__rew {
    width: 3%;
    bottom: 4.2%;
    left: 2.5%;
  }

  .cntl__ff {
    width: 3%;
    bottom: 4.2%;
    left: 18%;
  }

  .top-title {
    font-size: 1.6rem;
  }

  .top-title--eng {
    font-size: 3.4rem;
  }

  .top-title::before {
    background: url(https://common3.pref.akita.lg.jp/jyosei/assets/themes/tora_2022/assets/img/top-deco_01-pc.png) no-repeat center center/cover;
    width: 18rem;
    height: 15.7rem;
    left: -6%;
    bottom: -88%;
  }

  .top-slider {
    width: 100%;
  }

  .top-hero {
    margin-bottom: 11.4rem;
  }

  .top-hero__deco {
    text-align: right;
    position: absolute;
    width: 27.6%;
    height: auto;
    bottom: -28%;
    right: 0;
    z-index: -5;
  }

  .top-news__wrapper {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    width: 100%;
    max-width: none;
  }

  .top-news__card {
    display: flex;
    flex-direction: column;
    width: 47%;
    max-width: 350px;
  }

  .top-themes__wrapper {
    margin: 5rem 0 0;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: none;
    gap: 4rem 3rem;
  }

  .top-themes__item {
    width: 47%;
    max-width: 350px;
    margin-bottom: 0;
  }

  .top-themes__item--02 {
    order: 2;
  }

  .top-themes__item--03 {
    order: 1;
  }

  .top-info__title {
    font-size: 1.6rem;
  }

  .top-info__title--eng {
    font-size: 3.4rem;
  }

  .top-info__text,
  .top-info__tel {
    font-size: 1.8rem;
    line-height: 1.67;
  }

  .top-info__tel {
    margin-bottom: 3.8rem;
  }

  .top-sns__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .top-sns__item {
    width: 48%;
  }

  .top-sns__title--twitter {
    background-position: left 10em center;
  }

  .top-sns__title--instagram {
    background-position: left 14em center;
  }
}

@media print, screen and (min-width: 992px) {
  /* lg 以上*/

  .show-pc {
    display: block;
  }

  .hide-pc {
    display: none;
  }

  .banner {
    margin-top: 100px;
    padding: 5rem 0;
  }

  .banner__container {
    max-width: 1150px;
    padding: 0 2rem;
    margin: 0 auto;
  }

  .banner__list {
    flex-wrap: nowrap;
  }

  .banner__item {
    width: 24%;
  }

  .footer__container {
    max-width: 1150px;
    padding: 0 2rem;
    margin: 0 auto;
  }

  .footer__wrapper {
    margin: 5rem auto 3rem;
  }

  .footer__sns {
    margin-bottom: 3.6rem;
  }

  .footer_copyright {
    font-size: 1.3rem;
    letter-spacing: 0.03em;
  }

  .cntl {
    padding: 0 2% 0 0;
    width: 16.4%;
    height: 13%;
    left: 18%;
  }

  .cntl__pause {
    margin-right: 28%;
  }

  .cntl__rew {
    width: 2%;
    bottom: 5%;
    left: 19%;
  }

  .cntl__ff {
    width: 2%;
    bottom: 5%;
    left: 30.5%;
  }

  .top-title {
    font-size: 1.6rem;
  }

  .top-title--eng {
    font-size: 3.8rem;
  }

  .top-news {
    margin-bottom: 10rem;
  }

  .top-news__card:not(:last-of-type) {
    margin-bottom: 2em;
  }

  .top-news__title {
    flex: 1;
  }

  .top-themes {
    background-image: linear-gradient(rgba(255, 255, 255, 0.17) 0%, rgba(157, 225, 246, 0.17) 51%, rgba(90, 203, 237, 0.17) 100%);
    padding: 1rem 0 15rem;
  }

  .top-themes__wrapper {
    gap: 5rem;
  }

  .top-menu {
    margin-bottom: 10rem;
  }

  .top-info {
    margin-bottom: 14.6rem;
    padding: 5rem 0 5rem;
    background: url(https://common3.pref.akita.lg.jp/jyosei/assets/themes/tora_2022/assets/img/top-info-pc.jpg) no-repeat center center/cover;
  }

  .top-info__title {
    font-size: 1.6rem;
  }

  .top-info__title--eng {
    font-size: 3.8rem;
  }

  .top-info__btn {
    width: 44.5rem;
    font-size: 1.8rem;
    padding: 2.8rem 2.8rem 2.8rem 10rem;
    border-radius: 20px;
  }

  .top-info__btn::before {
    width: 3.5rem;
    left: 5rem;
  }

  .top-sns {
    margin-bottom: 11.2rem;
  }

  .top-sns__item:first-child {
    margin-bottom: 0;
  }

  .top-sns__title--twitter {
    background-size: 4rem;
    margin-bottom: 5rem;
    background-position: left 12em center;
  }

  .top-sns__title--instagram {
    background-position: left 16em center;
    background-size: 4rem;
    margin-bottom: 5rem;
  }
}

@media print, screen and (min-width: 1100px) {
  /* xl 以上 */

  .hide-xl {
    display: none;
  }

  .btnav {
    padding: 6.2rem 10.9% 6.2rem;
  }

  .header {
    height: 8rem;
  }

  .header__container {
    padding: 1.2rem 3%;
    box-shadow: none;
  }

  .header__logo {
    width: 280px;
  }

  .gnav {
    height: auto;
    position: static;
    width: auto;
    z-index: auto;
    transform: none;
    padding: 0;
    overflow: visible;
  }

  .gnav__list {
    max-width: none;
    display: flex;
    padding-top: 2rem;
    justify-content: space-between;
    align-items: center;
  }

  .gnav__item {
    font-size: 1.6rem;
    margin: 0 2rem;
    line-height: 1.3;
    padding-bottom: 0.8rem;
    letter-spacing: normal;
    transition: 0.3s;
  }

  .gnav__item:not(:last-of-type) span {
    border: none;
  }

  .gnav__item:not(:last-of-type) span:after {
    content: none;
  }

  .gnav__item:hover::before {
    content: "";
    position: absolute;
    border-width: 8px;
    border-style: solid;
    border-color: transparent;
    top: 105%;
    left: 50%;
    transform: translateX(-50%);
  }

  .gnav__item:nth-of-type(1) {
    border-bottom: 2px solid #F56C7C;
  }

  .gnav__item:nth-of-type(1):hover {
    background-image: linear-gradient(#fff, rgba(245, 108, 124, 0.1));
  }

  .gnav__item:nth-of-type(1):hover::before {
    border-top-color: #F56C7C;
  }

  .gnav__item:nth-of-type(2) {
    border-bottom: 2px solid #7397DA;
  }

  .gnav__item:nth-of-type(2):hover {
    background-image: linear-gradient(#fff, rgba(115, 151, 218, 0.1));
  }

  .gnav__item:nth-of-type(2):hover::before {
    border-top-color: #7397DA;
  }

  .gnav__item:nth-of-type(3) {
    border-bottom: 2px solid #4BC4BB;
  }

  .gnav__item:nth-of-type(3):hover {
    background-image: linear-gradient(#fff, rgba(75, 196, 187, 0.1));
  }

  .gnav__item:nth-of-type(3):hover::before {
    border-top-color: #4BC4BB;
  }

  .gnav__item:nth-of-type(4):hover {
    background-image: linear-gradient(#fff, rgba(179, 137, 211, 0.1));
  }

  .gnav__item:nth-of-type(5) {
    border-bottom: 2px solid #F79977;
  }

  .gnav__item:nth-of-type(5):hover {
    background-image: linear-gradient(#fff, rgba(247, 153, 119, 0.1));
  }

  .gnav__item:nth-of-type(5):hover::before {
    border-top-color: #F79977;
  }

  .gnav__item:nth-of-type(6):hover {
    background-image: linear-gradient(#fff, rgba(179, 137, 211, 0.1));
  }

  .top-title {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }

  .top-title--eng {
    font-size: 4rem;
    margin-right: 3.6rem;
  }

  .ddmenu {
    overflow: visible;
    height: 100%;
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
  }

  .ddmenu__list {
    margin: 12px 0 0 0;
    padding: 2.5rem 2rem;
    background: #fff;
  }

  .ddmenu__list--01 {
    box-shadow: 4px 4px 0 #F56C7C;
    border-bottom-color: #F56C7C;
  }

  .ddmenu__list--02 {
    box-shadow: 4px 4px 0 #7397DA;
    border-bottom-color: #7397DA;
  }

  .ddmenu__list--03 {
    box-shadow: 4px 4px 0 #4BC4BB;
    border-bottom-color: #4BC4BB;
  }

  .ddmenu__list--04 {
    box-shadow: 4px 4px 0 #F79977;
    border-bottom-color: #F79977;
  }
  .ddmenu__list--05 {
    box-shadow: 4px 4px 0 #FFDE55;
    border-bottom-color: #FFDE55;
  }

  .ddmenu__item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-decoration: none;
    transition: 0.3s;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

  .top-news__wrapper {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: initial;
    margin: 5rem 0 4rem;
  }

  .top-news__card {
    max-width: none;
    width: calc((100% - 60px) / 4);
  }
  .top-news__card:not(:nth-child(4n)){
    margin-right: 20px;
  }

  .top-news__btn {
    margin: 0 0 0 auto;
  }

  .top-themes__wrapper {
    justify-content: space-around;
    flex-wrap: nowrap;
    gap: initial;
  }

  .top-themes__item {
    width: 23%;
    margin-bottom: 0;
  }

  .top-themes__item--02 {
    order: 1;
  }

  .top-themes__item--03 {
    order: 2;
  }

  .top-menu__list {
    gap: 0;
    max-width: none;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  .top-info__title {
    font-size: 2rem;
    margin-bottom: 4.4rem;
  }

  .top-info__title--eng {
    font-size: 4rem;
    line-height: 1.4;
  }

  .top-sns__title--twitter {
    background-position: left 10em center;
  }

  .top-sns__title--instagram {
    background-position: left 14em center;
  }
}

@media print, screen and (min-width: 1100px) and (min-width: 1600px) {
  .gnav__item {
    font-size: 1.8rem;
    margin: 0 3.3rem;
  }
}

@media print, screen and (min-width: 1600px) {
  /* xxl 以上 */

  .header {
    height: 14rem;
  }

  .header__logo {
    width: 600px;
  }

  .top-hero__container {
    padding: 14rem 0 0 0;
  }
}

.pc-block{
  display: block;
}
.sp-block{
  display: none;
}
@media print, screen and (max-width: 767px) {
  .pc-block{
    display: none;
  }
  .sp-block{
    display: block;
  }
}