@charset "UTF-8";
/* ------------------------------------------------

* Style Index
	#. Cores
	#. Layouts    :prefix[l-]
	#. Components :prefix[c-]
	#. Units
	#. Utilities  :prefix[u-]
	// #. Functions :prefix[js-]

------------------------------------------------ */
/* ------------------------------------------------
# Cores
------------------------------------------------ */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*ロゴと同色#4977bc*/
/*エンペラーグリーン*/
/*スノーホワイト*/
/*メニュー、テキストなど*/
/*白文字、フッターのテキストなど*/
/*フッターの背景*/
/*=====================================

responsive.css

=====================================*/
.for-pc {
  display: block;
}

.for-sp {
  display: none;
}

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

  .for-sp {
    display: block;
  }

  .not-sp {
    display: none;
  }
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  line-height: 1.76;
  letter-spacing: 1px;
  color: #4D4D4D;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

svg {
  width: auto;
  height: auto;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

ul {
  list-style: none;
}

button {
  font-family: "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

a {
  display: inline-block;
  color: #343434;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}

input {
  border-radius: 0;
}

section {
  padding: 15vh 5vw 10vh;
}
@media (max-width: 769px) {
  section {
    padding: 0;
  }
}

@-webkit-keyframes menu-barTop {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-barTop {
  0% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-barBottom {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-barBottom {
  0% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-barTop {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}
@keyframes active-menu-barTop {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(7px) rotate(0);
    transform: translateY(7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-barBottom {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
@keyframes active-menu-barBottom {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-7px) rotate(0);
    transform: translateY(-7px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
}
/* --------------------------------

 * 共通アイテム

 * -------------------------------- */
.section-title-contact-jp {
  text-align: center;
  margin: 0 auto 10px;
  color: #444444;
  line-height: 1;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: 35px;
  font-weight: 400;
}

.section-title-contact {
  margin: 0 auto 0;
  text-align: center;
  font-size: 20px;
  font-family: "Marcellus";
  font-weight: 300;
  color: #444444;
  line-height: 1.3;
  display: table;
}

/*パターン2*/
.section-title {
  max-width: 1000px;
  margin: 0 auto 100px;
}
.section-title .section-title-jp {
  display: table;
  margin-bottom: 10px;
  text-align: left;
  color: #444444;
  line-height: 1;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: 35px;
  font-weight: 400;
}
.section-title .section-title-en {
  max-width: 1000px;
  padding-left: 5px;
  text-align: left;
  font-size: 20px;
  font-family: "Marcellus";
  font-weight: 300;
  color: #444444;
  line-height: 1.3;
  display: table;
}
.section-title .section-title-en::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #3378bb;
  position: absolute;
  margin-top: 50px;
}

.link-button :hover {
  opacity: 0.7;
}
.link-button button {
  background-color: #3378bb;
  padding: 15px 35px 15px 25px;
  color: white;
  z-index: 3000;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 15px;
  margin-top: 1vh;
  outline: none;
  cursor: pointer;
  border: none;
  display: inline-block;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.link-button button::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  margin-top: 6.5px;
  margin-left: 10px;
  transform: rotate(45deg);
}

.page-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.page-title img {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 35vh;
  object-fit: cover;
}
.page-title__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 17vh;
}
.page-title__text h2 {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: 35px;
  text-shadow: 1px 1px 1px gray;
  line-height: 1;
  font-weight: 400;
}
.page-title__text p {
  color: #fff;
  font-family: "Marcellus";
  font-size: 20px;
  font-weight: 300;
  text-shadow: 1px 1px 1px gray;
  line-height: 1.2;
}
.page-title__text-post {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 19vh;
}
.page-title__text-post h2 {
  color: #fff;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: 35px;
  font-weight: 400;
  border-bottom: none;
  text-shadow: 1px 1px 1px gray;
  line-height: 1.2;
}
.page-title__text-post p {
  color: #fff;
  font-family: "Marcellus";
  font-size: 15px;
  text-shadow: 1px 1px 1px gray;
  line-height: 1;
}

.breadcrumbs {
  display: none;
  position: absolute;
  top: 35vh;
}

.more-news {
  position: relative;
}

.next {
  position: absolute;
  right: 0;
}

.prev {
  position: absolute;
  left: 0;
}

/* --------------------------------
 * 準備中
 * -------------------------------- */
.in-preparation {
  max-width: 1000px;
  padding-top: 35vh;
  margin: 0 auto;
}
.in-preparation .container {
  padding-top: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.in-preparation .container .text-box {
  width: 500px;
}
.in-preparation .container .text-box h2 {
  font-size: 35px;
  margin-bottom: 15px;
}
.in-preparation .container .text-box p {
  font-size: 15px;
  margin-bottom: 10px;
}
.in-preparation .container img {
  width: 400px;
}

/* --------------------------------
 * 準備中 smart phone
 * -------------------------------- */
@media (max-width: 769px) {
  .in-preparation {
    max-width: 1000px;
    padding-top: 35vh;
    margin: 0 auto;
  }
  .in-preparation .container {
    padding-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .in-preparation .container .text-box {
    width: 320px;
  }
  .in-preparation .container .text-box h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .in-preparation .container .text-box p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .in-preparation .container img {
    width: 300px;
  }
}
/* --------------------------------

 * 共通アイテム smart phone

 * -------------------------------- */
@media (max-width: 769px) {
  .section-title-contact-jp {
    margin: 0 auto 10px;
    font-size: 25px;
  }

  .section-title-contact {
    font-size: 15px;
  }

  /*パターン2*/
  .section-title {
    padding: 30px 0;
    margin: 0 auto 30px;
    width: 360px;
  }
  .section-title .section-title-jp {
    font-size: 25px;
  }
  .section-title .section-title-en {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .section-title .section-title-en::before {
    content: "";
    width: 40px;
    margin-top: 25px;
  }

  .link-button {
    text-align: center;
  }
  .link-button :hover {
    opacity: 0.7;
  }
  .link-button button {
    background-color: #3378bb;
    padding: 15px 30px 15px 22px;
    color: white;
    z-index: 3000;
    font-family: "Noto Sans JP", "メイリオ", sans-serif;
    font-size: 15px;
    margin-top: 1vh;
    margin-left: 3px;
    outline: none;
    cursor: pointer;
    border: none;
    display: inline-block;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }

  .page-title img {
    height: 30vh;
  }
  .page-title__text {
    top: 15.5vh;
  }
  .page-title__text h2 {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 1.2;
  }
  .page-title__text p {
    font-family: "Marcellus";
    font-size: 15px;
    line-height: 1;
  }
  .page-title__text-post {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 17vh;
  }
  .page-title__text-post h2 {
    font-size: 25px;
  }
}
/* --------------------------------
 * jQuery
 * -------------------------------- */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(200px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 3s;
  animation-fill-mode: forwarda;
  opacity: 1;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(400px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 3s;
  animation-fill-mode: forwarda;
  opacity: 1;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-400px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　ジワッのうごき　*/
@media (min-width: 769px) {
  .blur {
    animation-name: blurAnime;
    animation-duration: 1s;
    animation-fill-mode: forwards;
  }
  .blur img {
    margin: 0 auto;
  }

  @keyframes blurAnime {
    from {
      filter: blur(10px);
      opacity: 0;
    }
    to {
      filter: blur(0);
      opacity: 1;
    }
  }
  .blurTrigger {
    opacity: 0;
  }
}
/*========= 流れるテキスト ===============*/
@media (min-width: 769px) {
  /*全共通*/
  .slide-in {
    overflow: hidden;
    display: inline-block;
  }

  .slide-in_inner {
    display: inline-block;
  }

  /*左右のアニメーション*/
  .leftAnime {
    opacity: 0;
    /*事前に透過0にして消しておく*/
  }

  .slideAnimeLeftRight {
    animation-name: slideTextX100;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
  }

  @keyframes slideTextX100 {
    from {
      transform: translateX(-100%);
      /*要素を左の枠外に移動*/
      opacity: 0;
    }
    to {
      transform: translateX(0);
      /*要素を元の位置に移動*/
      opacity: 1;
    }
  }
  .slideAnimeRightLeft {
    animation-name: slideTextX-100;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    opacity: 0;
  }

  @keyframes slideTextX-100 {
    from {
      transform: translateX(100%);
      /*要素を右の枠外に移動*/
      opacity: 0;
    }
    to {
      transform: translateX(0);
      /*要素を元の位置に移動*/
      opacity: 1;
    }
  }
}
/* --------------------------------

 * header

 * -------------------------------- */
#header {
  position: fixed;
  top: 0;
  right: 0;
  padding: 6px 0;
  width: 100%;
  -webkit-transition: none;
  transition: none;
  z-index: 100;
  background-color: #fff;
  border-bottom: 2px solid #3378bb;
}
#header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-right: 3vw;
}
#header .header-inner .logo {
  padding-left: 5vw;
  width: 20vw;
  line-height: 1;
  z-index: 150;
  left: 0;
}
#header .header-inner .logo .main-logo {
  display: block;
}
#header .header-inner .logo .fixed-logo {
  display: none;
}
#header .header-inner .logo .logo-header {
  display: flex;
  flex-direction: column;
}
#header .header-inner .logo .logo-header p {
  padding-left: 10px;
  margin-bottom: 5px;
  color: #343434;
  font-size: 12px;
  font-family: serif;
  font-weight: 500;
}
#header .header-inner .logo .logo-header img {
  width: 200px;
}
#header .header-inner .header-nav {
  display: flex;
}
#header .header-inner .global-nav .menu {
  display: flex;
  flex-direction: row;
}
#header .header-inner .global-nav .menu .sp-menu-logo {
  display: none;
}
#header .header-inner .global-nav .menu .menu-item {
  margin: 0 16px;
}
#header .header-inner .global-nav .menu .menu-item .nav-link {
  font-size: 15px;
  color: #343434;
  position: relative;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 500;
}
#header .header-inner .global-nav .menu .menu-item .nav-link.active::after {
  opacity: 1;
}
#header .header-inner .global-nav .menu .menu-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #3378bb;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
#header .header-inner .global-nav .menu .menu-item .nav-link:hover::after {
  opacity: 1;
}
#header .search-form {
  margin-left: 13px;
  display: flex;
  flex-direction: row;
}
#header .search-form .search-box {
  display: none;
  margin-right: 12px;
  position: relative;
}
#header .search-form .search-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("../images/svg/icon-search-white.svg");
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center;
}
#header .search-form .search-box .search-input {
  padding: 0 40px;
  width: 322px;
  height: 40px;
  color: #343434;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  border: 1px solid;
  background-color: #F0F0F0;
  outline: none;
}
#header .search-form .search-buttons .close-icon, #header .search-form .search-buttons .search-icon {
  width: 30px;
  height: 30px;
  background-size: 22px 22px;
  background-repeat: no-repeat;
}
#header .search-form .search-buttons .close-icon {
  display: none;
  height: 100%;
  background-image: url("../images/svg/icon-close-black.svg");
  background-position: center center;
}
#header .search-form .search-buttons .search-icon {
  display: block;
  height: 30px;
  background-image: url("../images/svg/icon-search-white.svg");
  background-position: center top;
  position: relative;
}
#header .search-form .search-buttons .search-icon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
#header .search-form .search-buttons .search-icon:hover::after {
  opacity: 1;
}

/*上に上がる動き*/
#header.UpMove {
  animation: UpAnime 1s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(-100px);
  }
}
/*下に下がる動き*/
#header.DownMove {
  animation: DownAnime 1s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* --------------------------------

 * header smart phone

 * -------------------------------- */
@media screen and (max-width: 769px) {
  #header {
    position: absolute;
    padding: 0;
    top: 0;
    left: 0;
    width: 100%;
  }
  #header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 0;
  }
  #header .header-inner .logo {
    padding-left: 1vw;
    width: 100%;
    line-height: 1;
    z-index: 150;
    left: 0;
  }
  #header .header-inner .logo .main-logo {
    display: block;
  }
  #header .header-inner .logo .logo-header {
    display: flex;
    flex-direction: column;
  }
  #header .header-inner .logo .logo-header p {
    padding-left: 10px;
    margin-bottom: 5px;
    color: #343434;
    font-size: 12px;
    font-family: serif;
    font-weight: 500;
  }
  #header .header-inner .logo .logo-header img {
    width: 200px;
  }
  #header .header-inner .global-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 9998;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -100%;
    width: 100%;
    height: 150vh;
    /*ナビの高さ*/
    background: rgba(0, 0, 0, 0.85);
    /*動き*/
    transition: all 0.7s;
    /*アクティブクラスがついたら位置を0に*/
  }
  #header .header-inner .global-nav.panelactive {
    right: 0;
  }
  #header .header-inner .global-nav.panelactive ul#menu-global {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transition: all 0.3s;
  }
  #header .header-inner .global-nav.panelactive ul#menu-global .sp-menu-logo {
    display: block;
    width: 200px;
    margin: 0 auto 24px;
  }
  #header .header-inner .global-nav.panelactive ul#menu-global li.menu-item {
    list-style: none;
    text-align: center;
  }
  #header .header-inner .global-nav.panelactive ul#menu-global li.menu-item a.nav-link {
    color: #fff;
    text-decoration: none;
    margin: 20px;
    display: block;
    transition: all 1s;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 15px;
    text-shadow: 1px 1px 1px gray;
  }
  #header .header-inner .global-nav ul#menu-global {
    display: none;
  }

  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .openbtn {
    position: fixed;
    /*ボタン内側の基点となるためrelativeを指定*/
    background: #3378bb;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    bottom: 30px;
    right: 20px;
    z-index: 9999;
  }

  /*ボタン内側*/
  .openbtn .openbtn-area {
    transition: all 0.6s;
    /*アニメーションの設定*/
    width: 50px;
    height: 50px;
  }

  .openbtn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    width: 45%;
  }

  .openbtn span:nth-of-type(1) {
    top: 15px;
  }

  .openbtn span:nth-of-type(2) {
    top: 23px;
  }

  .openbtn span:nth-of-type(3) {
    top: 31px;
  }

  /*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
  .openbtn.active .openbtn-area {
    transform: rotate(360deg);
  }

  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

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

  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
/* -------------------------------- */
/* --------------------------------

 * footer

 * -------------------------------- */
.footer {
  background-color: #6C6C6C;
}
.footer__contents {
  display: flex;
  padding: 0 50px;
}
.footer__contents--logo {
  display: block;
  text-align: left;
  width: 25%;
  padding-top: 25px;
}
.footer__contents--logo img {
  width: 250px;
  text-align: center;
  margin-left: 50px;
}
.footer__contents .footer-nav {
  width: 1000px;
}
.footer__contents .footer-nav nav ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 30px 0 30px 180px;
}
.footer__contents .footer-nav nav ul li {
  padding: 5px 0;
}
.footer__contents .footer-nav nav ul li a {
  color: #fff;
  font-size: 13px;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
}
.footer .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.5vh 0;
  background-color: #6C6C6C;
  margin: auto;
}
.footer .copyright__logo {
  padding-top: 1px;
  padding-right: 2px;
  font-size: 18px;
  color: #fff;
}
.footer .copyright__text {
  font-size: 10px;
  color: #fff;
}

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

 * footer smart phone

 * -------------------------------- */
@media screen and (max-width: 769px) {
  .footer__contents {
    display: flex;
    flex-direction: column;
    padding: 0 50px 20px;
  }
  .footer__contents--logo {
    display: block;
    text-align: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .footer__contents--logo img {
    width: 200px;
    text-align: center;
    margin-left: 0;
  }
  .footer__contents .footer-nav {
    width: 100%;
  }
  .footer__contents .footer-nav nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .footer__contents .footer-nav nav ul li {
    padding: 3px 0;
  }
  .footer__contents .footer-nav nav ul li a {
    color: #fff;
    font-size: 12px;
  }
  .footer .copyright__logo {
    font-size: 15px;
  }
  .footer .copyright__text {
    font-size: 9px;
  }
}
/* --------------------------------
 * keyvisual
 * -------------------------------- */
#keyvisual {
  width: 100%;
  padding: 0;
  height: 100vh;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  box-sizing: border-box;
  z-index: -1;
}
#keyvisual .key-container {
  background: url("../images/common/top.jpg");
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: -1;
}
#keyvisual .key-container .top-logo {
  width: 100%;
  padding-top: 30vh;
  text-align: center;
}
#keyvisual .key-container .top-logo img {
  margin-top: 12px;
  width: 400px;
}
#keyvisual .key-container .top-logo p {
  text-shadow: 2px 2px 2px #6D6D6D;
  color: #fff;
  font-size: 25px;
  font-family: serif;
}
#keyvisual .key-container h1 {
  position: absolute;
  font-family: monospace, serif;
  font-size: 1vw;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding: 0;
  position: relative;
  left: 20vw;
  bottom: 30vh;
  color: transparent;
}

/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 20vh;
  right: 10vw;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #D3D3D3;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D3D3D3;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 45px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #D3D3D3;
}

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

 * keyvisual smart phone

 * -------------------------------- */
@media screen and (max-width: 769px) {
  #keyvisual {
    position: relative;
    width: 100vw;
    padding: 0;
    height: 110vh;
  }
  #keyvisual .key-container {
    position: relative;
    height: 110vh;
  }
  #keyvisual .key-container .top-logo {
    width: 100%;
    padding-top: 20vh;
    text-align: center;
  }
  #keyvisual .key-container .top-logo p {
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
  }
  #keyvisual .key-container .top-logo img {
    margin-top: 18px;
    width: 300px;
  }
}
/* --------------------------------

 * aboutas

 * -------------------------------- */
.aboutas {
  margin: 30vh auto 0;
  background-color: #fff;
  color: #343434;
}
.aboutas .section-container {
  max-width: 1000px;
  margin: 0 auto 50px;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
}
.aboutas .section-container .text-container {
  display: flex;
  flex-direction: column;
  width: 65%;
  justify-content: center;
}
.aboutas .section-container .text-container .section-sub-title h3 {
  font-size: 20px;
}
.aboutas .section-container .text-container .section-text {
  padding: 2vh 3vw 0 0;
}
.aboutas .section-container .text-container .section-text p {
  padding-bottom: 10px;
  font-size: 15px;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  line-height: 1.5;
  font-weight: 400;
}
.aboutas .section-container .section-image {
  width: 35%;
  height: 100%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.aboutas .section-container .section-image img {
  margin: auto 0;
  object-fit: cover;
}
.aboutas .section-container .link-button {
  margin-top: 24px;
}

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

 * service

 * -------------------------------- */
.service {
  background-color: #F0F0F0;
}
.service .section-container {
  max-width: 1000px;
  margin: 24px auto 50px;
}
.service .section-container .cards {
  display: flex;
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.service .section-container .cards img {
  width: 40%;
  padding: 20px;
  object-fit: cover;
}
.service .section-container .cards .text-box {
  padding: 20px;
  width: 60%;
}
.service .section-container .cards .text-box h4 {
  padding-left: 15px;
  margin: 5px 0 10px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
}
.service .section-container .cards .text-box p {
  padding: 5px 15px;
  font-size: 15px;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
}
.service .section-container .link-button {
  text-align: right;
  padding-right: 10px;
}

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

 * staff

 * -------------------------------- */
.staff {
  padding: 15vh 0;
  background-color: #fff;
}
.staff .section-container {
  margin-top: 5vh;
  text-align: center;
}
.staff .section-container img {
  height: 65vh;
  width: 100vw;
}
.staff .section-container p {
  margin: 5vh auto 2vh;
  font-size: 20px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}

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

 * news-front

 * -------------------------------- */
#news {
  margin: 0 auto;
  padding: 10vh 5vw;
  width: 100%;
  background-color: #fff;
}
#news .wrapper {
  margin: 0 auto;
  max-width: 700px;
}
#news .wrapper .news-box {
  margin-top: 5vh;
}
#news .wrapper .news-box .news-item {
  margin-top: 2vh;
  border-bottom: 1px dotted #3378bb;
}
#news .wrapper .news-box .news-item .detail-link {
  display: flex;
  align-items: center;
  margin: 2vh 0;
  padding: 0 24px;
}
#news .wrapper .news-box .news-item .detail-link .time {
  font-family: "Noto Sans JP";
  font-size: 14px;
}
#news .wrapper .news-box .news-item .detail-link .title {
  font-size: 18px;
  padding-left: 70px;
}
#news .link-button {
  margin-top: 5vh;
  text-align: center;
}

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

 * access

 * -------------------------------- */
.access {
  background-color: #F0F0F0;
  margin: 0 auto;
  padding: 15vh 5vw 25vh;
  width: 100%;
}
.access .section-container {
  max-width: 1000px;
  display: flex;
  align-items: center;
  margin: 5vh auto;
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.access .section-container .map {
  width: 50%;
  padding: 30px;
}
.access .section-container .map iframe {
  width: 100%;
}
.access .section-container .text-container {
  width: 50%;
  padding: 30px;
}
.access .section-container .text-container .section-text {
  display: flex;
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px dotted #3378bb;
}
.access .section-container .text-container .section-text h3 {
  width: 25%;
  font-size: 15px;
  margin: 0 2vw;
}
.access .section-container .text-container .section-text p {
  width: 75%;
  font-size: 15px;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
}
.access .section-container .text-container .section-text span {
  font-size: 12px;
}
.access .section-container .text-container .section-text .box {
  width: 75%;
}
.access .section-container .text-container .section-text .box p {
  width: 100%;
  margin-bottom: 10px;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
}

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

 * consultation

 * -------------------------------- */
.consultation {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
}
.consultation .section-container {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto;
}
.consultation .section-container .upper, .consultation .section-container .lower {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.consultation .section-container .upper .box, .consultation .section-container .lower .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
.consultation .section-container .upper .box__img, .consultation .section-container .lower .box__img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.consultation .section-container .upper .box__img img, .consultation .section-container .lower .box__img img {
  width: 280px;
  height: 180px;
  object-fit: cover;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.consultation .section-container .upper .box__img h4, .consultation .section-container .lower .box__img h4 {
  position: absolute;
  padding: 10px;
  background-color: rgba(73, 119, 188, 0.9);
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 1px gray;
  font-size: 20px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}
.consultation .section-container .upper .box p, .consultation .section-container .lower .box p {
  width: 280px;
  height: 130px;
  padding: 10px 5px 10px 10px;
  font-size: 15px;
}
.consultation .section-container .upper img.arrow, .consultation .section-container .lower img.arrow {
  width: 3%;
  height: 3%;
  margin: 0 20px;
}
.consultation .link-button {
  margin-left: 120px;
}

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

 * contact

 * -------------------------------- */
.contact {
  background: url("../images/page-title/azul_contact-2.jpg");
  background-size: cover;
  width: 100%;
}
.contact .section-container {
  max-width: 1000px;
  margin: 0 auto;
}
.contact .section-container .contact-text p {
  text-align: center;
  margin: 5vh 0;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #343434;
}
.contact .section-container .container-a {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.contact .section-container .container-a .contact__phone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-align: center;
  width: 45%;
  height: 170px;
  padding: 50px;
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.contact .section-container .container-a .contact__phone--number {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .section-container .container-a .contact__phone--number img {
  width: 25px;
  object-fit: contain;
  margin-right: 3px;
}
.contact .section-container .container-a .contact__phone--number p {
  font-size: 25px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.contact .section-container .container-a .contact__phone span {
  margin-top: 10px;
  font-size: 12px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}
.contact .section-container .container-a .contact__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 45%;
  height: 170px;
  padding: 50px;
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.contact .section-container .container-a .contact__button img {
  width: 80px;
  margin: 0 auto;
}
.contact .section-container .container-a .contact__button p {
  font-size: 15px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}
.contact .section-container .container-a .contact__button span {
  margin-top: 3px;
  font-size: 10px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}

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

aboutas smart phone

 * -------------------------------- */
@media (max-width: 769px) {
  .aboutas {
    max-width: 900px;
    margin: 0 auto;
  }
  .aboutas .section-container {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    background-color: #fff;
    border-radius: 0;
    padding: 1vh 0 30px;
  }
  .aboutas .section-container .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 370px;
    margin: 0 auto;
  }
  .aboutas .section-container .text-container .section-sub-title {
    margin-top: 10px;
    padding-left: 0;
  }
  .aboutas .section-container .text-container .section-sub-title h3 {
    font-size: 15px;
  }
  .aboutas .section-container .text-container .section-text {
    width: 370px;
    padding: 10px 0;
    margin: 0 auto;
  }
  .aboutas .section-container .text-container .section-text p {
    padding-bottom: 1vh;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
  }
  .aboutas .section-container .section-image {
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  .aboutas .section-container .section-image img {
    margin: auto 0;
    object-fit: cover;
  }
  .aboutas .section-container .link-button {
    margin-top: 12px;
  }
}
/* --------------------------------

 * service smart phone

 * -------------------------------- */
@media (max-width: 769px) {
  .service .section-container {
    margin: 10px auto 50px;
  }
  .service .section-container .cards {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #D3D3D3;
  }
  .service .section-container .cards img {
    width: 100%;
    padding: 0;
  }
  .service .section-container .cards .text-box {
    padding: 15px 0 30px 0;
    width: 370px;
    margin: 0 auto;
  }
  .service .section-container .cards .text-box h4 {
    text-align: left;
    margin: 5px 10px;
    padding-left: 0;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
    font-size: 15px;
  }
  .service .section-container .cards .text-box p {
    padding: 5px 10px 10px;
    font-size: 12px;
  }
  .service .section-container .cards.right {
    flex-direction: column-reverse;
  }
  .service .section-container .link-button {
    text-align: right;
    padding-right: 10px;
  }
}
/* --------------------------------

 * staff smart phone

 * -------------------------------- */
@media (max-width: 769px) {
  .staff {
    padding: 5vh 0;
  }
  .staff .section-container {
    margin-top: 2vh;
    text-align: center;
  }
  .staff .section-container img {
    height: auto;
    width: 100vw;
    object-fit: cover;
  }
  .staff .section-container p {
    margin: 5vh auto 2vh;
    font-size: 15px;
  }
}
/* --------------------------------

 * news-front smart phone

 * -------------------------------- */
@media (max-width: 769px) {
  #news {
    margin: 0 auto;
    padding: 5vh 0;
    width: 100%;
    background-color: #fff;
  }
  #news .wrapper {
    margin: 0 auto;
    width: 360px;
  }
  #news .wrapper .news-box {
    margin-top: 5vh;
  }
  #news .wrapper .news-box .news-item {
    margin-top: 2vh;
    border-bottom: 1px dotted #3378bb;
  }
  #news .wrapper .news-box .news-item .detail-link {
    display: flex;
    align-items: center;
    margin: 2vh 0;
  }
  #news .wrapper .news-box .news-item .detail-link .time {
    font-size: 10px;
  }
  #news .wrapper .news-box .news-item .detail-link .title {
    font-size: 12px;
    padding-left: 15px;
  }
  #news .link-button {
    margin-top: 5vh;
    text-align: center;
  }
}
/* --------------------------------

 * access smart phone

 * -------------------------------- */
@media (max-width: 769px) {
  .access {
    background-color: #F0F0F0;
    margin: 0 auto;
    padding: 5vh 2vw 10vh;
  }
  .access .section-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5vh auto;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  .access .section-container .map {
    width: 100%;
    padding: 0;
  }
  .access .section-container .map iframe {
    width: 100%;
  }
  .access .section-container .text-container {
    width: 100%;
    padding: 10px 20px 20px;
  }
  .access .section-container .text-container .section-text {
    display: flex;
    margin: 10px 0;
    padding-bottom: 10px;
  }
  .access .section-container .text-container .section-text h3 {
    width: 30%;
    font-size: 12px;
    margin: 0 10px;
  }
  .access .section-container .text-container .section-text p {
    width: 70%;
    font-size: 12px;
  }
  .access .section-container .text-container .section-text span {
    font-size: 9px;
  }
  .access .section-container .text-container .section-text .box {
    width: 70%;
  }
  .access .section-container .text-container .section-text .box p {
    width: 100%;
    margin-bottom: 10px;
  }
  .access .link-button {
    margin-top: 5vh;
  }
}
/* --------------------------------

 * consultation smart phone

 * -------------------------------- */
@media (max-width: 769px) {
  .consultation .section-container {
    margin: 50px auto;
  }
  .consultation .section-container .upper, .consultation .section-container .lower {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
  }
  .consultation .section-container .upper .box, .consultation .section-container .lower .box {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .consultation .section-container .upper .box__img, .consultation .section-container .lower .box__img {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100vw;
  }
  .consultation .section-container .upper .box__img img, .consultation .section-container .lower .box__img img {
    width: 95%;
    height: 200px;
    object-fit: cover;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  .consultation .section-container .upper .box__img h4, .consultation .section-container .lower .box__img h4 {
    position: absolute;
    padding: 15px;
    background-color: rgba(73, 119, 188, 0.8);
    color: #fff;
    text-shadow: 1px 1px 1px gray;
    font-size: 15px;
  }
  .consultation .section-container .upper .box p, .consultation .section-container .lower .box p {
    font-size: 12px;
    padding: 10px 10px 0;
    width: 100%;
    height: 100%;
  }
  .consultation .section-container .upper img.arrow, .consultation .section-container .lower img.arrow {
    transform: rotate(90deg);
    width: 8%;
    height: 8%;
    margin: 0 15px;
  }
  .consultation .link-button {
    margin-left: 0;
    margin-top: 30px;
  }
}
/* --------------------------------

 * contact smart phone

 * -------------------------------- */
@media (max-width: 769px) {
  .contact {
    background-size: cover;
    padding: 30px 0;
  }
  .contact .section-container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .contact .section-container .contact-text p {
    text-align: center;
    margin: 5vh 0;
    font-size: 12px;
  }
  .contact .section-container .container-a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .contact .section-container .container-a .contact__phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-align: center;
    width: 80%;
    height: 120px;
    padding: 20px;
    margin: 10px auto;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  .contact .section-container .container-a .contact__phone--number {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact .section-container .container-a .contact__phone--number img {
    width: 20px;
    object-fit: contain;
    margin-right: 3px;
  }
  .contact .section-container .container-a .contact__phone--number p {
    font-size: 15px;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
    font-weight: bold;
    line-height: 1;
  }
  .contact .section-container .container-a .contact__phone span {
    margin-top: 10px;
    font-size: 10px;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  }
  .contact .section-container .container-a .contact__button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 80%;
    height: 120px;
    padding: 20px;
    margin: 10px auto;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  .contact .section-container .container-a .contact__button img {
    width: 50px;
    margin: 0 auto;
  }
  .contact .section-container .container-a .contact__button p {
    font-size: 15px;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  }
  .contact .section-container .container-a .contact__button span {
    margin-top: 3px;
    font-size: 10px;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  }
}
/* --------------------------------

 * message

 * -------------------------------- */
#message {
  margin-top: 35vh;
  background-color: #fff;
  position: relative;
}
#message .section-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  background-color: #fff;
  padding: 0 0 5vh;
}
#message .section-container .section-image {
  width: 300px;
  display: flex;
  flex-direction: column;
}
#message .section-container .section-image img {
  width: 100%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#message .section-container .text-container {
  display: flex;
  flex-direction: column;
  width: 700px;
  padding: 0 50px 0 0;
}
#message .section-container .text-container h3 {
  display: table;
  margin-bottom: 24px;
  padding: 0 10px;
  color: #343434;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px dotted #3378bb;
}
#message .section-container .text-container .section-text {
  display: flex;
  flex-direction: column;
}
#message .section-container .text-container .section-text p {
  margin-bottom: 12px;
  color: #343434;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 15px;
}
#message .section-container .text-container .section-text .rep-name {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#message .section-container .text-container .section-text .rep-name p {
  padding-right: 12px;
  margin-bottom: 0;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 15px;
}

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

 * philosophy

 * -------------------------------- */
#philosophy {
  background-color: #fff;
  position: relative;
}
#philosophy .section-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-color: #fff;
}
#philosophy .section-container .text-container {
  display: flex;
  flex-direction: column;
  width: 600px;
}
#philosophy .section-container .text-container .section-sub-title h3 {
  font-size: 20px;
}
#philosophy .section-container .text-container .section-text {
  padding: 24px 50px 0 0;
}
#philosophy .section-container .text-container .section-text p {
  padding-bottom: 2vh;
  font-size: 15px;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 300;
  line-height: 1.5;
}
#philosophy .section-container .section-image {
  width: 400px;
  height: 100%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#philosophy .section-container .section-image img {
  width: 100%;
  margin: auto 0;
  object-fit: cover;
}

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

 * office

 * -------------------------------- */
#office {
  background-color: #F0F0F0;
}
#office .office-profile {
  max-width: 800px;
  margin: 5vh auto;
  background-color: #fff;
  padding: 3vh 3vw 7vh;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#office .office-profile .container {
  display: flex;
  border-bottom: 1px dotted #3378bb;
  margin: 0 3vw;
}
#office .office-profile .container .title {
  width: 30%;
  padding: 2vh 2vw;
  font-size: 15px;
}
#office .office-profile .container .info {
  width: 70%;
  padding: 2vh 2vw;
  font-size: 15px;
}

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

 * message smart phone

 * -------------------------------- */
@media (max-width: 769px) {
  #message {
    margin-top: 35vh;
    padding: 0 10px 48px;
  }
  #message .section-container {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
  #message .section-container .section-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #message .section-container .section-image img {
    width: 70%;
    height: 100%;
    object-fit: cover;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  #message .section-container .text-container {
    width: 360px;
    margin: 0 auto;
    padding: 20px 0;
  }
  #message .section-container .text-container .section-sub-title {
    margin: 0 auto;
    text-align: center;
  }
  #message .section-container .text-container .section-sub-title h3 {
    margin-bottom: 10px;
    padding: 0;
    font-size: 15px;
  }
  #message .section-container .text-container .section-text p {
    font-size: 12px;
    line-height: 1.7;
  }
  #message .section-container .text-container .section-text .rep-name {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #message .section-container .text-container .section-text .rep-name p {
    padding-right: 12px;
    margin-bottom: 0;
    font-family: "Noto Sans JP", "メイリオ", sans-serif;
    font-size: 12px;
  }
}
/* --------------------------------

 * philosophy smart phone

 * -------------------------------- */
@media (max-width: 769px) {
  #philosophy {
    padding: 0 10px;
  }
  #philosophy .section-container {
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
  #philosophy .section-container .text-container {
    display: flex;
    flex-direction: column;
    width: 360px;
    margin: 0 auto;
  }
  #philosophy .section-container .text-container .section-sub-title {
    padding-left: 10px;
    margin: 10px 0;
  }
  #philosophy .section-container .text-container .section-sub-title h3 {
    font-size: 15px;
  }
  #philosophy .section-container .text-container .section-text {
    padding: 0;
  }
  #philosophy .section-container .text-container .section-text p {
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 1.7;
  }
  #philosophy .section-container .section-image {
    width: 95%;
    height: 100%;
    margin: 0 auto;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  #philosophy .section-container .section-image img {
    margin: auto 0;
    object-fit: cover;
  }
}
/* --------------------------------

 * office smart phone

 * -------------------------------- */
@media (max-width: 769px) {
  #office {
    padding: 30px 0;
  }
  #office .office-profile {
    width: 360px;
    margin: 15px auto 15px;
    padding: 10px 10px 24px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  #office .office-profile .container {
    margin: 0 10px;
  }
  #office .office-profile .container .title {
    width: 25%;
    padding: 10px;
    font-size: 12px;
  }
  #office .office-profile .container .info {
    width: 75%;
    padding: 10px 0;
    font-size: 12px;
  }
}
/* --------------------------------

 * カテゴリータイトル

 * -------------------------------- */
.categoryName {
  padding: 10vh 0;
  font-size: 5.5vw;
}
.categoryName::after {
  content: "_";
}
@media screen and (max-width: 820px) {
  .categoryName {
    padding: 3vh 5vw;
    font-size: 50px;
  }
}

.main-container {
  max-width: 1000px;
  padding: 30vh 10vw 30vh;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main-container {
    padding: 0 5vw 10vh;
  }
}

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

 * アーカイブ

 * -------------------------------- */
.newsLists {
  padding-top: 10vh;
}
.newsLists a {
  display: block;
}
.newsLists .news-body {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 3vh 0 2vh;
  border-bottom: dotted 1px #3378bb;
}
.newsLists .news-body time {
  color: g;
  font-size: 12px;
}
.newsLists .news-body .title {
  padding-left: 5vw;
  color: #343434;
  font-size: 15px;
  font-weight: 400;
}
.newsLists .news-body .news-link {
  width: 50%;
  cursor: pointer;
  display: block;
}
.newsLists .news-body img {
  transform: scale(1);
  /*速さの変更*/
  transition: 0.5s ease-in-out;
  height: 100%;
}
.newsLists .news-body img:hover {
  transform: scale(1.2);
  /*拡大率の変更*/
}
.newsLists .news-body .thumbnail {
  width: 100%;
}
.newsLists .news-body .mask {
  display: block;
  line-height: 0;
  overflow: hidden;
  box-shadow: 1px 3px 3px 3px black;
}
.newsLists .news-body .title-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  height: auto;
  width: 50%;
  padding: 3vw 0 2vh 5vw;
}
.newsLists .news-body .title-container .title {
  color: #343434;
  font-size: 3vw;
}
.newsLists .news-body .title-container .news-text {
  padding-top: 1vh;
  color: #343434;
  font-size: 1.2vw;
}
.newsLists .news-body .title-container .news-link-text {
  display: flex;
  align-items: center;
  width: 30%;
  padding-top: 1vh;
  color: #343434;
  font-size: 1.5vw;
  cursor: pointer;
}
.newsLists .news-body .title-container .news-link-text:hover .stickarrow {
  transition: all 1s ease;
  left: 9vw;
}
.newsLists .news-body .title-container .news-link-text:hover p {
  opacity: 0.5;
  transition: all 1s ease;
}
.newsLists .news-body .title-container .news-link-text:active .stickarrow {
  transition: all 0.3s ease;
  width: 150px;
  border-bottom: 3px solid coral;
  border-right: 3px solid coral;
}
.newsLists .news-body .title-container .news-link-text p {
  width: 8vw;
  text-align: left;
  white-space: nowrap;
  color: #343434;
  font-size: 1.1vw;
  transition: all 1s ease;
}
.newsLists .news-body .title-container .news-link-text .stickarrow {
  position: absolute;
  left: 8vw;
  transition: all 1s ease;
  object-fit: contain;
  width: 40px;
  height: 10px;
  box-shadow: 2px 2px 2px #666666;
  transform: skew(45deg);
}
.newsLists .news-body .title-container .btnripple3 {
  /*波紋の基点とするためrelativeを指定*/
  position: relative;
  /*リンクの形状*/
  margin: 0 10px 20px 10px;
  text-decoration: none;
  color: #333;
  outline: none;
}
.newsLists .news-body .title-container .btnripple3:hover::before {
  content: "";
  /*絶対配置で波形の位置を決める*/
  position: absolute;
  left: 30%;
  top: 0;
  /*波形の形状*/
  border: 1px solid #333;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /*はじめは不透明*/
  opacity: 1;
  /*アニメーションの設定*/
  animation: 1s circleanime2 forwards;
}

/* ページナビゲーション */
.page_navi {
  margin: 5vh 0;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page_navi li {
  margin: 0 6.5px;
  width: 36px;
  height: 36px;
  border: 1px solid #3378bb;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.page_navi li a {
  width: 36px;
  height: 36px;
  text-align: center;
  position: relative;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.page_navi li.current {
  color: #fff;
  font-weight: bold;
  padding: 3px 7px;
  background: #3378bb;
  border: solid 1px #3378bb;
}

.page_navi li:hover {
  opacity: 0.8;
}

.page_navi li.page_nums span {
  color: #fff;
  padding: 3px 7px;
  background: #666;
  display: inline-block;
  border: solid 1px #333;
}

/*波形が広がるアニメーション*/
@keyframes circleanime2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
/* --------------------------------

 * アーカイブ smart phone

 * -------------------------------- */
@media screen and (max-width: 768px) {
  .newsLists {
    padding-top: 32vh;
  }
  .newsLists a {
    display: block;
  }
  .newsLists .news-body {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding: 20px 10px;
  }
  .newsLists .news-body time {
    font-size: 10px;
  }
  .newsLists .news-body .title {
    padding-left: 5vw;
    color: #343434;
    font-size: 15px;
    font-weight: 400;
  }
  .newsLists .news-body .news-link {
    width: 50%;
    cursor: pointer;
    display: block;
  }
  .newsLists .news-body img {
    transform: scale(1);
    /*速さの変更*/
    transition: 0.5s ease-in-out;
    height: 100%;
  }
  .newsLists .news-body img:hover {
    transform: scale(1.2);
    /*拡大率の変更*/
  }
  .newsLists .news-body .thumbnail {
    width: 100%;
  }
  .newsLists .news-body .mask {
    display: block;
    line-height: 0;
    overflow: hidden;
    box-shadow: 1px 3px 3px 3px black;
  }
  .newsLists .news-body .title-container {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-between;
    height: auto;
    width: 50%;
    padding: 3vw 0 2vh 5vw;
  }
  .newsLists .news-body .title-container .title {
    color: #343434;
    font-size: 3vw;
  }
  .newsLists .news-body .title-container .news-text {
    padding-top: 1vh;
    color: #343434;
    font-size: 1.2vw;
  }
  .newsLists .news-body .title-container .news-link-text {
    display: flex;
    align-items: center;
    width: 30%;
    padding-top: 1vh;
    color: #343434;
    font-size: 1.5vw;
    cursor: pointer;
  }
  .newsLists .news-body .title-container .news-link-text:hover .stickarrow {
    transition: all 1s ease;
    left: 9vw;
  }
  .newsLists .news-body .title-container .news-link-text:hover p {
    opacity: 0.5;
    transition: all 1s ease;
  }
  .newsLists .news-body .title-container .news-link-text:active .stickarrow {
    transition: all 0.3s ease;
    width: 150px;
    border-bottom: 3px solid coral;
    border-right: 3px solid coral;
  }
  .newsLists .news-body .title-container .news-link-text p {
    width: 8vw;
    text-align: left;
    white-space: nowrap;
    color: #343434;
    font-size: 1.1vw;
    transition: all 1s ease;
  }
  .newsLists .news-body .title-container .news-link-text .stickarrow {
    position: absolute;
    left: 8vw;
    transition: all 1s ease;
    object-fit: contain;
    width: 40px;
    height: 10px;
    box-shadow: 2px 2px 2px #666666;
    transform: skew(45deg);
  }
  .newsLists .news-body .title-container .btnripple3 {
    /*波紋の基点とするためrelativeを指定*/
    position: relative;
    /*リンクの形状*/
    margin: 0 10px 20px 10px;
    text-decoration: none;
    color: #333;
    outline: none;
  }
  .newsLists .news-body .title-container .btnripple3:hover::before {
    content: "";
    /*絶対配置で波形の位置を決める*/
    position: absolute;
    left: 30%;
    top: 0;
    /*波形の形状*/
    border: 1px solid #333;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /*はじめは不透明*/
    opacity: 1;
    /*アニメーションの設定*/
    animation: 1s circleanime2 forwards;
  }
}
/* --------------------------------

 * ニュース

 * -------------------------------- */
.news {
  margin: 10vh auto 20vh;
  color: #343434;
  width: 100%;
}
.news .time {
  color: #343434;
  font-size: 15px;
}
.news .title {
  margin: 2vh 0 3vh;
  color: #343434;
  font-size: 20px;
}
.news .news-body {
  border-bottom: 1px solid #3378bb;
  padding-bottom: 5vh;
  margin-bottom: 3vh;
}
.news .news-body p {
  padding-bottom: 24px;
  line-height: 1.8;
  font-size: 15px;
  word-break: break-all;
  width: 100%;
}

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

 * ニュース

 * -------------------------------- */
@media screen and (max-width: 768px) {
  .news {
    margin: 32vh auto 20vh;
    color: #343434;
    width: 100%;
  }
  .news .time {
    font-size: 12px;
  }
  .news .title {
    margin: 2vh 0;
    color: #343434;
    font-size: 15px;
  }
  .news .news-body {
    padding-bottom: 5vh;
    margin-bottom: 3vh;
  }
  .news .news-body p {
    padding-bottom: 15px;
    line-height: 1.8;
    font-size: 12px;
    word-break: break-all;
    width: 100%;
  }
}
#contact-form {
  padding-top: 40vh;
  padding-bottom: 100px;
  min-height: 60vh;
  background-color: #f9f9f9;
}
#contact-form .boxInner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
#contact-form .boxInner .pitch-intro {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
}
#contact-form .brandRegFormBox {
  padding: 4%;
  background-color: #FFFFFF;
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: transparent;
  max-width: none;
  margin-left: 4%;
  margin-right: 4%;
  box-sizing: border-box;
}
#contact-form .brandRegFormBox .fieldset {
  margin-bottom: 30px;
}
#contact-form .brandRegFormBox .formGroup label {
  display: block;
  text-align: left;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1;
}
@media (max-width: 769px) {
  #contact-form {
    text-align: left;
  }
  #contact-form h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  #contact-form p {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.8;
    letter-spacing: 0.13rem;
  }
  #contact-form small {
    font-size: 8px;
  }
}

.brandRegFormBox {
  padding: 4%;
  background-color: #FFFFFF;
  border-radius: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border: transparent;
  max-width: none;
  margin-left: 4%;
  margin-right: 4%;
  box-sizing: border-box;
}

.brandRegFormBox fieldset {
  margin-bottom: 30px;
}

.formGroup label {
  display: block;
  text-align: left;
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 1;
}

input[type=text], input[type=email], select, textarea, textarea.form-control {
  height: auto;
  margin: 0;
  padding: 0 20px;
  vertical-align: middle;
  background: #F8F8F8;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  color: #000000;
  border-radius: 5px;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
}

textarea, textarea.form-control {
  line-height: 1.6;
  min-height: 300px;
  padding: 10px 20px;
  min-height: 200px;
}

.formGroup input[type=text], .formGroup input[type=email], .formGroup textarea {
  width: 100%;
}

.formGroup {
  margin-bottom: 30px;
}

.alignC {
  text-align: center;
}

#contactSendBox {
  background-color: #343434;
  color: #FFFFFF;
  font-size: 18px;
}

.btn-primary {
  background-color: #262626;
  color: #FFFFFF;
  font-size: 18px;
}

.btn {
  border-radius: 50px;
  line-height: 1.3;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.pitch-intro-done {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 50px;
  padding: 20vh 0 10vh;
  text-align: center;
}

.donemessage {
  padding-bottom: 10vh;
}
.donemessage p {
  font-size: 18px;
  margin: 10px;
  text-align: center;
}
@media (max-width: 769px) {
  .donemessage p {
    font-size: 10px;
    margin: 10px;
    text-align: center;
  }
}

.page-contact {
  padding-top: 35vh;
}
@media (max-width: 769px) {
  .page-contact {
    padding-top: 30vh;
  }
}

#privacy-policy {
  margin-top: 50vh;
}

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

 * representative

 * -------------------------------- */
#representative {
  margin-top: 35vh;
  background-color: #fff;
  position: relative;
}
#representative .section-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  background-color: #fff;
  padding: 10vh 0;
}
#representative .section-container .section-image {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#representative .section-container .section-image img {
  width: 80%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#representative .section-container .text-container {
  width: 60%;
  padding: 0 72px;
}
#representative .section-container .text-container .copy {
  margin-bottom: 24px;
  padding-bottom: 10px;
}
#representative .section-container .text-container .copy h3 {
  padding-left: 10px;
  margin-bottom: 10px;
  color: #343434;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px dotted #3378bb;
}
#representative .section-container .text-container .copy p {
  padding-left: 10px;
  color: #343434;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
#representative .section-container .text-container .profile__container p.name {
  margin-bottom: 24px;
  padding-bottom: 15px;
  padding-left: 7px;
  color: #343434;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px dotted #3378bb;
}
#representative .section-container .text-container .profile__container p.name span {
  font-size: 15px;
}
#representative .section-container .text-container .profile__container--text {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #3378bb;
}
#representative .section-container .text-container .profile__container--text .title {
  width: 20%;
  margin-left: 10px;
  color: #343434;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 15px;
}
#representative .section-container .text-container .profile__container--text .content {
  width: 80%;
  padding-left: 24px;
  color: #343434;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 15px;
}

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

 * staff-member

 * -------------------------------- */
#staff-member {
  background-color: #F0F0F0;
  position: relative;
}
#staff-member .section-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  padding: 10vh 0;
}
#staff-member .section-container .section-image {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#staff-member .section-container .section-image img {
  width: 80%;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#staff-member .section-container .text-container {
  background-color: #fff;
  width: 60%;
  padding: 50px 50px;
  margin-left: 50px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#staff-member .section-container .text-container .profile__container p.name {
  margin-bottom: 24px;
  padding-bottom: 15px;
  color: #343434;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 20px;
  font-weight: 600;
  border-bottom: 1px dotted #3378bb;
}
#staff-member .section-container .text-container .profile__container p.name span {
  font-size: 15px;
}
#staff-member .section-container .text-container .profile__container--text {
  display: flex;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #3378bb;
}
#staff-member .section-container .text-container .profile__container--text .title {
  width: 20%;
  color: #343434;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
#staff-member .section-container .text-container .profile__container--text .content {
  width: 80%;
  padding-left: 24px;
  color: #343434;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-size: 15px;
  font-weight: 400;
}

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

 * representative smart phone

 * -------------------------------- */
@media (max-width: 769px) {
  #representative {
    margin: 35vh auto 0;
    width: 360px;
  }
  #representative .section-container {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  #representative .section-container .section-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #representative .section-container .section-image img {
    width: 360px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  #representative .section-container .text-container {
    width: 100%;
    padding: 15px 15px 24px;
  }
  #representative .section-container .text-container .copy {
    margin-bottom: 24px;
    padding-bottom: 10px;
  }
  #representative .section-container .text-container .copy h3 {
    display: table;
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
  }
  #representative .section-container .text-container .copy p {
    font-size: 12px;
    font-weight: 500;
  }
  #representative .section-container .text-container .profile__container p.name {
    margin-bottom: 15px;
    padding-left: 12px;
    padding-bottom: 15px;
    font-size: 15px;
  }
  #representative .section-container .text-container .profile__container p.name span {
    font-size: 12px;
  }
  #representative .section-container .text-container .profile__container--text {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #3378bb;
  }
  #representative .section-container .text-container .profile__container--text .title {
    width: 20%;
    margin-left: 15px;
    font-size: 12px;
  }
  #representative .section-container .text-container .profile__container--text .content {
    width: 80%;
    padding-left: 10px;
    font-size: 12px;
  }
}
/* --------------------------------

 *  staff-member smart phone

 * -------------------------------- */
@media (max-width: 769px) {
  #staff-member {
    padding-bottom: 0;
  }
  #staff-member .section-container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 0;
    border-bottom: 1px solid #D3D3D3;
  }
  #staff-member .section-container .section-image {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #staff-member .section-container .section-image img {
    width: 360px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  #staff-member .section-container .text-container {
    width: 360px;
    padding: 0;
    margin: 0 auto 100px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  }
  #staff-member .section-container .text-container .profile__container {
    margin-bottom: 30px;
  }
  #staff-member .section-container .text-container .profile__container p.name {
    margin: 0 10px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }
  #staff-member .section-container .text-container .profile__container p.name span {
    font-size: 12px;
  }
  #staff-member .section-container .text-container .profile__container--text {
    margin: 0 10px 15px;
    padding: 0 10px 15px;
  }
  #staff-member .section-container .text-container .profile__container--text .title {
    width: 20%;
    font-size: 12px;
  }
  #staff-member .section-container .text-container .profile__container--text .content {
    width: 80%;
    padding-left: 15px;
    font-size: 12px;
  }
}
/* --------------------------------

 * consultation

 * -------------------------------- */
#page-consultation {
  margin-top: 35vh;
  background-color: #fff;
  position: relative;
}

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

 * inheritance

 * -------------------------------- */
#inheritance .container {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 35vh;
}
#inheritance .container .contents {
  width: 1000px;
  margin: 100px auto;
  padding: 2px 2px 48px;
  background-color: #F0F0F0;
  border-radius: 10px;
}
#inheritance .container .contents__box--text-box {
  background-color: white;
  border-radius: 10px;
}
#inheritance .container .contents__box--text-box p {
  font-size: 15px;
}
#inheritance .container .section-title {
  display: flex;
  align-items: center;
  height: 124px;
  padding-left: 24px;
  margin-bottom: 48px;
  background-color: white;
  border-radius: 10px 10px 0 0;
}
#inheritance .container .section-title .section-number {
  display: flex;
  flex-direction: column;
  width: 84px;
  height: 84px;
  border-radius: 42px;
  background-color: #3378bb;
  text-align: center;
  align-items: center;
  justify-content: center;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
#inheritance .container .section-title .section-number p {
  line-height: 1;
  color: white;
  font-size: 15px;
}
#inheritance .container .section-title .section-number span {
  line-height: 1;
  color: white;
  font-size: 35px;
}
#inheritance .container .section-title h4 {
  margin-left: 24px;
  font-size: 35px;
}
#inheritance .container .first__box {
  display: flex;
  padding-bottom: 96px;
}
#inheritance .container .first__box--text-box {
  width: 650px;
  padding: 0 24px 0 24px;
}
#inheritance .container .first__box--text-box h3 {
  font-size: 35px;
  margin-bottom: 24px;
}
#inheritance .container .first__box--text-box p {
  font-size: 15px;
  margin-bottom: 12px;
  line-height: 2;
}
#inheritance .container .first__box--menu-box {
  width: 350px;
  padding: 36px;
  border: 2px solid #ECECEC;
  border-radius: 10px;
}
#inheritance .container .first__box--menu-box .menu-box-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
#inheritance .container .first__box--menu-box .menu-box-title .sub-title {
  display: flex;
  align-items: center;
}
#inheritance .container .first__box--menu-box .menu-box-title .sub-title p {
  font-size: 20px;
  white-space: nowrap;
  padding-bottom: 6px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #3378bb;
}
#inheritance .container .first__box--menu-box .menu-box-title .image {
  width: 72px;
  margin-bottom: 12px;
}
#inheritance .container .first__box--menu-box .menu-box-title .image .secretary_2 {
  position: absolute;
  left: 0;
  top: -12px;
}
#inheritance .container .first__box--menu-box .menu {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  transform: scale(1);
  cursor: pointer;
  transition: all 1s ease, opacity 0.5s ease;
  /* 通常状態に指定 */
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}
#inheritance .container .first__box--menu-box .menu:hover {
  opacity: 0.9;
  transform: scale(1.1);
  /* 少し拡大 */
}
#inheritance .container .first__box--menu-box .menu:hover .menu-text {
  background-color: #bbe3f5;
}
#inheritance .container .first__box--menu-box .menu .menu-number {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20%;
  height: 64px;
  background-color: #3378bb;
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  border-radius: 5px 0 0 5px;
  color: white;
}
#inheritance .container .first__box--menu-box .menu .menu-number span {
  font-size: 18px;
  padding-bottom: 6px;
}
#inheritance .container .first__box--menu-box .menu .menu-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 80%;
  height: 64px;
  line-height: 1.75;
  padding-left: 16px;
  padding-bottom: 2px;
  border-top: 2px solid #3378bb;
  border-right: 2px solid #3378bb;
  border-bottom: 2px solid #3378bb;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  transition: all 0.5s ease;
}
#inheritance .container .second__box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 928px;
  margin: 0 auto;
  border-radius: 10px;
  background-color: white;
  margin-bottom: 36px;
}
#inheritance .container .second__box--text-image {
  display: flex;
}
#inheritance .container .second__box--text-image .text-box {
  padding: 36px 0 36px 36px;
}
#inheritance .container .second__box--text-image .text-box p {
  width: 520px;
  font-size: 15px;
  margin-bottom: 12px;
}
#inheritance .container .second__box--text-image img {
  width: 320px;
  object-fit: contain;
  margin-right: 36px;
}
#inheritance .container .second .left__box, #inheritance .container .fourth .left__box {
  display: flex;
  flex-direction: row;
}
#inheritance .container .second .left__box--text-box, #inheritance .container .fourth .left__box--text-box {
  width: 700px;
  margin: 36px 0 36px 36px;
  padding: 36px;
  border-radius: 10px 0 0 10px;
}
#inheritance .container .second .left__box--text-box p, #inheritance .container .fourth .left__box--text-box p {
  margin-bottom: 18px;
}
#inheritance .container .second .left__box--image, #inheritance .container .fourth .left__box--image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  margin: 36px 36px 36px 0;
  background-color: white;
  border-radius: 0 10px 10px 0;
}
#inheritance .container .second .right__box, #inheritance .container .fourth .right__box {
  display: flex;
  flex-direction: row;
}
#inheritance .container .second .right__box--image, #inheritance .container .fourth .right__box--image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  margin: 0 0 0 36px;
  padding: 36px;
  background-color: white;
  border-radius: 10px 0 0 10px;
}
#inheritance .container .second .right__box--text-box, #inheritance .container .fourth .right__box--text-box {
  width: 650px;
  margin: 0 36px 0 0;
  padding: 36px;
  background-color: white;
  border-radius: 0 10px 10px 0;
}
#inheritance .container .second .right__box--text-box p, #inheritance .container .fourth .right__box--text-box p {
  margin-bottom: 18px;
}
#inheritance .container .third__box, #inheritance .container .fifth__box, #inheritance .container .finally__box {
  display: flex;
}
#inheritance .container .third__box--text-box, #inheritance .container .fifth__box--text-box, #inheritance .container .finally__box--text-box {
  width: 1000px;
  margin: 36px;
  padding: 36px;
  background-color: white;
  border-radius: 10px;
}
#inheritance .container .third__box--text-box p, #inheritance .container .fifth__box--text-box p, #inheritance .container .finally__box--text-box p {
  margin-bottom: 24px;
}
#inheritance .container .third__box--text-box p:last-child, #inheritance .container .fifth__box--text-box p:last-child, #inheritance .container .finally__box--text-box p:last-child {
  margin-bottom: 0;
}
#inheritance .container .third .yellow__box, #inheritance .container .fifth .yellow__box, #inheritance .container .finally .yellow__box {
  display: flex;
}
#inheritance .container .third .yellow__box--text-box, #inheritance .container .fifth .yellow__box--text-box, #inheritance .container .finally .yellow__box--text-box {
  width: 1000px;
  margin: 0 36px 36px;
  padding: 12px 36px;
  background-color: #fcf7b0;
  border-radius: 10px;
}
#inheritance .container .third .yellow__box--text-box .text-box, #inheritance .container .fifth .yellow__box--text-box .text-box, #inheritance .container .finally .yellow__box--text-box .text-box {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
}
#inheritance .container .third .yellow__box--text-box .text-box:last-child, #inheritance .container .fifth .yellow__box--text-box .text-box:last-child, #inheritance .container .finally .yellow__box--text-box .text-box:last-child {
  border-bottom: none;
}
#inheritance .container .third .yellow__box--text-box .text-box .subject, #inheritance .container .fifth .yellow__box--text-box .text-box .subject, #inheritance .container .finally .yellow__box--text-box .text-box .subject {
  width: 200px;
  font-size: 20px;
  padding: 24px 12px;
}
#inheritance .container .third .yellow__box--text-box .text-box li, #inheritance .container .fifth .yellow__box--text-box .text-box li, #inheritance .container .finally .yellow__box--text-box .text-box li {
  padding-top: 18px;
  padding-bottom: 12px;
  list-style: none;
  border-left: 1px solid #d0d0d0;
}
#inheritance .container .third .yellow__box--text-box .text-box li p, #inheritance .container .fifth .yellow__box--text-box .text-box li p, #inheritance .container .finally .yellow__box--text-box .text-box li p {
  width: 624px;
  padding-left: 30px;
  font-size: 15px;
  padding-bottom: 6px;
}
#inheritance .container .fifth .left__box {
  display: flex;
}
#inheritance .container .fifth .left__box--text-box {
  width: 800px;
  display: flex;
  margin: 36px 0 36px 36px;
  padding: 36px 48px;
  border-radius: 10px 0 0 10px;
  align-items: center;
}
#inheritance .container .fifth .left__box--text-box p {
  margin-bottom: 0;
}
#inheritance .container .fifth .left__box--image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin: 36px 36px 36px 0;
  padding: 36px 48px;
  background-color: white;
  border-radius: 0 10px 10px 0;
}
#inheritance .container .fifth .left__box-2 {
  display: flex;
  margin: 0 auto;
}
#inheritance .container .fifth .left__box-2--text-box-2 {
  width: 924px;
  margin: 0 36px 36px;
  padding: 12px 36px;
  background-color: white;
  border-radius: 10px;
}
#inheritance .container .fifth .left__box-2--text-box-2 .text-box {
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d0d0d0;
}
#inheritance .container .fifth .left__box-2--text-box-2 .text-box:last-child {
  border-bottom: none;
}
#inheritance .container .fifth .left__box-2--text-box-2 .text-box .subject {
  width: 200px;
  font-size: 20px;
  padding-left: 12px;
}
#inheritance .container .fifth .left__box-2--text-box-2 .text-box .sp-flex {
  display: flex;
}
#inheritance .container .fifth .left__box-2--text-box-2 .text-box li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 18px 18px 12px 36px;
  border-left: 1px solid #d0d0d0;
}
#inheritance .container .fifth .left__box-2--text-box-2 .text-box li p {
  width: 550px;
  padding-bottom: 6px;
  font-size: 15px;
  margin-bottom: 0;
}
#inheritance .container .fifth .left__box-2--text-box-2 .text-box img {
  width: 100px;
  object-fit: contain;
  padding: 12px 24px 12px 12px;
}

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

* inheritance smart phone

* -------------------------------- */
@media (max-width: 768px) {
  #inheritance .container {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 35vh;
  }
  #inheritance .container .contents {
    width: 370px;
    margin: 100px auto;
    padding: 2px 2px 24px;
    background-color: #F0F0F0;
    border: none;
    border-radius: 10px;
  }
  #inheritance .container .contents__box--text-box {
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
  }
  #inheritance .container .contents__box--text-box p {
    font-size: 12px;
  }
  #inheritance .container .section-title {
    display: flex;
    align-items: center;
    height: 124px;
    width: 346px;
    padding: 24px;
    margin: 12px auto 24px;
    background-color: white;
    border-radius: 10px;
  }
  #inheritance .container .section-title .section-number {
    display: flex;
    flex-direction: column;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #3378bb;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  }
  #inheritance .container .section-title .section-number p {
    line-height: 1;
    color: white;
    font-size: 10px;
  }
  #inheritance .container .section-title .section-number span {
    line-height: 1;
    color: white;
    font-size: 25px;
  }
  #inheritance .container .section-title h4 {
    margin-left: 24px;
    font-size: 20px;
  }
  #inheritance .container .section-title .section-title-small {
    font-size: 18px;
  }
  #inheritance .container .first__box {
    display: flex;
    flex-direction: column;
  }
  #inheritance .container .first__box--text-box {
    width: 370px;
    margin: 0 auto;
    padding: 0 12px 24px;
  }
  #inheritance .container .first__box--text-box h3 {
    font-size: 25px;
    margin-bottom: 18px;
  }
  #inheritance .container .first__box--text-box p {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 2;
  }
  #inheritance .container .first__box--menu-box {
    width: 370px;
    padding: 36px;
    border: 2px solid #ECECEC;
    border-radius: 10px;
    margin: 0 auto;
  }
  #inheritance .container .first__box--menu-box .menu-box-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  #inheritance .container .first__box--menu-box .menu-box-title .sub-title {
    display: flex;
    align-items: center;
  }
  #inheritance .container .first__box--menu-box .menu-box-title .sub-title p {
    font-size: 20px;
    white-space: nowrap;
    padding-bottom: 6px;
    margin-left: 6px;
    margin-bottom: 12px;
    border-bottom: 1px dotted #3378bb;
  }
  #inheritance .container .first__box--menu-box .menu-box-title .image {
    width: 72px;
    height: 72px;
    margin-bottom: 12px;
  }
  #inheritance .container .first__box--menu-box .menu-box-title .image .secretary_2 {
    width: 90%;
    position: relative;
    left: 0;
    top: -90px;
  }
  #inheritance .container .first__box--menu-box .menu {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    transform: scale(1);
    cursor: pointer;
    transition: all 1s ease, opacity 0.5s ease;
    /* 通常状態に指定 */
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
  }
  #inheritance .container .first__box--menu-box .menu:hover {
    opacity: 0.9;
    transform: scale(1.1);
    /* 少し拡大 */
  }
  #inheritance .container .first__box--menu-box .menu:hover .menu-text {
    background-color: #bbe3f5;
  }
  #inheritance .container .first__box--menu-box .menu .menu-number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 20%;
    height: 64px;
    background-color: #3378bb;
    text-align: center;
    font-size: 14px;
    line-height: 1.1;
    border-radius: 5px 0 0 5px;
    color: white;
  }
  #inheritance .container .first__box--menu-box .menu .menu-number span {
    font-size: 18px;
    padding-bottom: 6px;
  }
  #inheritance .container .first__box--menu-box .menu .menu-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    height: 64px;
    line-height: 1.75;
    padding-left: 16px;
    padding-bottom: 2px;
    border-top: 2px solid #3378bb;
    border-right: 2px solid #3378bb;
    border-bottom: 2px solid #3378bb;
    border-radius: 0 5px 5px 0;
    font-size: 16px;
    transition: all 0.5s ease;
  }
  #inheritance .container .second__box {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 346px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: white;
    margin-bottom: 36px;
  }
  #inheritance .container .second__box--text-image {
    display: flex;
    flex-direction: column;
  }
  #inheritance .container .second__box--text-image .text-box {
    padding: 18px 12px;
  }
  #inheritance .container .second__box--text-image .text-box p {
    width: 100%;
    font-size: 12px;
    margin-bottom: 12px;
  }
  #inheritance .container .second__box--text-image img {
    width: 100%;
    object-fit: contain;
    margin-right: 0;
    padding: 24px;
  }
  #inheritance .container .second .left__box, #inheritance .container .fourth .left__box {
    display: flex;
    flex-direction: column;
  }
  #inheritance .container .second .left__box--text-box, #inheritance .container .fourth .left__box--text-box {
    width: 346px;
    margin: 0 auto;
    padding: 18px 12px;
    border-radius: 10px 10px 0 0;
  }
  #inheritance .container .second .left__box--text-box p, #inheritance .container .fourth .left__box--text-box p {
    margin-bottom: 12px;
  }
  #inheritance .container .second .left__box--image, #inheritance .container .fourth .left__box--image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 346px;
    margin: 0 auto 12px;
    padding: 12px;
    background-color: white;
    border-radius: 0 0 10px 10px;
  }
  #inheritance .container .second .left__box--image img, #inheritance .container .fourth .left__box--image img {
    width: 200px;
  }
  #inheritance .container .second .right__box, #inheritance .container .fourth .right__box {
    display: flex;
    flex-direction: column-reverse;
  }
  #inheritance .container .second .right__box--image, #inheritance .container .fourth .right__box--image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 346px;
    margin: 0 auto 12px;
    padding: 36px;
    background-color: white;
    border-radius: 0 0 10px 10px;
  }
  #inheritance .container .second .right__box--text-box, #inheritance .container .fourth .right__box--text-box {
    width: 346px;
    margin: 12px auto 0;
    padding: 18px 12px;
    background-color: white;
    border-radius: 10px 10px 0 0;
  }
  #inheritance .container .second .right__box--text-box p, #inheritance .container .fourth .right__box--text-box p {
    margin-bottom: 12px;
  }
  #inheritance .container .third__box, #inheritance .container .fifth__box, #inheritance .container .finally__box {
    display: flex;
  }
  #inheritance .container .third__box--text-box, #inheritance .container .fifth__box--text-box, #inheritance .container .finally__box--text-box {
    width: 346px;
    margin: 12px;
    padding: 18px 12px;
    background-color: white;
    border-radius: 10px;
  }
  #inheritance .container .third__box--text-box p, #inheritance .container .fifth__box--text-box p, #inheritance .container .finally__box--text-box p {
    margin-bottom: 12px;
  }
  #inheritance .container .third__box--text-box p:last-child, #inheritance .container .fifth__box--text-box p:last-child, #inheritance .container .finally__box--text-box p:last-child {
    margin-bottom: 0;
  }
  #inheritance .container .third .yellow__box, #inheritance .container .fifth .yellow__box, #inheritance .container .finally .yellow__box {
    display: flex;
  }
  #inheritance .container .third .yellow__box--text-box, #inheritance .container .fifth .yellow__box--text-box, #inheritance .container .finally .yellow__box--text-box {
    width: 346px;
    margin: 12px;
    padding: 12px;
    background-color: #fcf7b0;
    border-radius: 10px;
  }
  #inheritance .container .third .yellow__box--text-box .text-box, #inheritance .container .fifth .yellow__box--text-box .text-box, #inheritance .container .finally .yellow__box--text-box .text-box {
    display: flex;
    flex-direction: column;
    align-items: start;
    border-bottom: 1px solid #d0d0d0;
  }
  #inheritance .container .third .yellow__box--text-box .text-box:last-child, #inheritance .container .fifth .yellow__box--text-box .text-box:last-child, #inheritance .container .finally .yellow__box--text-box .text-box:last-child {
    border-bottom: none;
  }
  #inheritance .container .third .yellow__box--text-box .text-box .subject, #inheritance .container .fifth .yellow__box--text-box .text-box .subject, #inheritance .container .finally .yellow__box--text-box .text-box .subject {
    width: 100%;
    border-right: none;
    font-size: 15px;
    padding: 12px 12px 0;
  }
  #inheritance .container .third .yellow__box--text-box .text-box li, #inheritance .container .fifth .yellow__box--text-box .text-box li, #inheritance .container .finally .yellow__box--text-box .text-box li {
    padding-top: 18px;
    padding-bottom: 12px;
    list-style: none;
    border-left: 0;
  }
  #inheritance .container .third .yellow__box--text-box .text-box li p, #inheritance .container .fifth .yellow__box--text-box .text-box li p, #inheritance .container .finally .yellow__box--text-box .text-box li p {
    width: 100%;
    margin: 0;
    padding: 12px 12px;
    border-left: 0;
    font-size: 12px;
  }
  #inheritance .container .fifth .left__box {
    display: flex;
  }
  #inheritance .container .fifth .left__box--text-box {
    width: 346px;
    display: flex;
    margin: 0 auto 24px;
    padding: 18px 12px;
    border-radius: 10px;
    align-items: center;
  }
  #inheritance .container .fifth .left__box--text-box p {
    margin-bottom: 0;
  }
  #inheritance .container .fifth .left__box--image {
    display: none;
    justify-content: center;
    align-items: center;
    width: 200px;
    margin: 36px 36px 36px 0;
    padding: 36px 48px;
    background-color: white;
    border-radius: 0 10px 10px 0;
  }
  #inheritance .container .fifth .left__box-2 {
    display: flex;
  }
  #inheritance .container .fifth .left__box-2--text-box-2 {
    width: 346px;
    margin: 0 auto 12px;
    padding: 24px 12px;
    background-color: white;
    border-radius: 10px;
  }
  #inheritance .container .fifth .left__box-2--text-box-2 .text-box {
    margin: 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #d0d0d0;
  }
  #inheritance .container .fifth .left__box-2--text-box-2 .text-box:last-child {
    border-bottom: none;
  }
  #inheritance .container .fifth .left__box-2--text-box-2 .text-box .subject {
    width: 100%;
    font-size: 20px;
    padding-left: 6px;
  }
  #inheritance .container .fifth .left__box-2--text-box-2 .text-box .sp-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 0 12px;
    margin-top: 12px;
  }
  #inheritance .container .fifth .left__box-2--text-box-2 .text-box p {
    width: 100%;
    padding: 12px 12px 24px;
    border-left: none;
    font-size: 12px;
    margin-bottom: 0;
  }
  #inheritance .container .fifth .left__box-2--text-box-2 .text-box img {
    width: 100px;
    object-fit: contain;
    padding: 12px 24px 12px 12px;
  }
}
/* --------------------------------

 * end-of-life

 * -------------------------------- */
#end-of-life .container {
  max-width: 900px;
  margin: 0 auto;
}
#end-of-life .container .first {
  margin: 0 auto 200px;
  font-size: 15px;
}
#end-of-life .container .first h4 {
  margin-bottom: 50px;
  font-size: 20px;
}
#end-of-life .container .first h4::before {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #4977bc;
  position: absolute;
  margin-top: 50px;
}
#end-of-life .container .first__first {
  margin: 15px 0;
}
#end-of-life .container .first__first p {
  margin-top: 15px;
}
#end-of-life .container .first__second {
  margin: 15px 0;
}
#end-of-life .container .second__first {
  margin: 20px 0 50px;
}
#end-of-life .container .second__first--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  padding: 0 10px;
  border-bottom: 2px solid #3378bb;
}
#end-of-life .container .second__first--title h3 {
  color: #3378bb;
  font-size: 20px;
}
#end-of-life .container .second__first--title h4 {
  color: #3378bb;
  font-size: 30px;
}
#end-of-life .container .second__first--title h4 small {
  padding-right: 3px;
  font-size: 12px;
}
#end-of-life .container .second__first--title h4 span {
  font-weight: 400;
}
#end-of-life .container .second__first .text01 {
  display: flex;
}
#end-of-life .container .second__first .text01__text {
  width: 750px;
}
#end-of-life .container .second__first .text01__text p {
  margin-bottom: 5px;
  font-size: 15px;
}
#end-of-life .container .second__first .text01 img {
  width: 150px;
  object-fit: contain;
}
#end-of-life .container .second__first .text02 {
  display: flex;
}
#end-of-life .container .second__first .text02__text {
  width: 650px;
  padding-left: 20px;
}
#end-of-life .container .second__first .text02__text p {
  margin-bottom: 5px;
  font-size: 15px;
}
#end-of-life .container .second__first .text02 img {
  width: 250px;
  object-fit: contain;
}
#end-of-life .container .second__first .text03 {
  display: flex;
}
#end-of-life .container .second__first .text03__text {
  width: 700px;
  padding-left: 20px;
}
#end-of-life .container .second__first .text03__text p {
  margin-bottom: 5px;
  font-size: 15px;
}
#end-of-life .container .second__first .text03 img {
  width: 100px;
  object-fit: contain;
}
#end-of-life .container .second__first .text04 {
  margin-top: 15px;
  display: flex;
}
#end-of-life .container .second__first .text04__text {
  width: 650px;
  padding-left: 20px;
}
#end-of-life .container .second__first .text04__text p {
  margin-bottom: 5px;
  font-size: 15px;
}
#end-of-life .container .second__first .text04 img {
  width: 250px;
  object-fit: contain;
}
#end-of-life .container .second__first .card {
  padding: 30px 0 15px;
  border-bottom: 1px solid #4D4D4D;
}
#end-of-life .container .second__first .card__title {
  padding: 10px;
  margin-top: 20px;
  background-color: #3378bb;
  border-radius: 5px;
}
#end-of-life .container .second__first .card__title h3 {
  color: #fff;
  font-size: 20px;
}
#end-of-life .container .second__first .card__text {
  margin-bottom: 15px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
}
#end-of-life .container .second__first .card__text p {
  text-align: center;
  padding: 10px 0;
  border: 2px solid #3378bb;
  border-radius: 5px;
  background-color: #3378bb;
  color: #fff;
  font-size: 15px;
}
#end-of-life .container .second__first .card__text small {
  text-align: center;
  padding: 10px 0;
  border: 2px solid #3378bb;
  border-radius: 5px;
  background-color: #3378bb;
  color: #fff;
  font-size: 13px;
}
#end-of-life .container .second__first .card .text {
  margin: 15px;
  font-size: 15px;
}
#end-of-life .container .third {
  position: relative;
  margin: 100px auto 50px;
}
#end-of-life .container .third .title {
  display: flex;
  align-items: center;
  padding-left: 200px;
}
#end-of-life .container .third .title h3 {
  width: 500px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 3px dotted #3378bb;
  font-size: 20px;
}
#end-of-life .container .third .title .image {
  padding-left: 10px;
  position: relative;
}
#end-of-life .container .third .title .image img {
  width: 150px;
}
#end-of-life .container .third .title .image .secretary_2 {
  position: absolute;
  right: 0;
}
#end-of-life .container .third .box {
  margin: 50px 0;
}
#end-of-life .container .third .box__text {
  border: transparent 0px solid;
  display: flex;
  height: 100px;
  margin: 25px 0;
}
#end-of-life .container .third .box__text h4 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 20%;
  padding: 5px;
  text-align: center;
  background-color: #3378bb;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 1px gray;
}
#end-of-life .container .third .box__text p {
  display: flex;
  align-items: center;
  height: 100%;
  width: 80%;
  padding: 15px 10px 15px 20px;
  background-color: #d2ddde;
  border-radius: 0 10px 10px 0;
  color: #343434;
  font-size: 15px;
}

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

* end-of-life smart phone

* -------------------------------- */
@media (max-width: 768px) {
  #end-of-life .container {
    max-width: 900px;
    margin: 0 auto;
  }
  #end-of-life .container .first {
    width: 370px;
    margin: 0 auto 50px;
    font-size: 12px;
  }
  #end-of-life .container .first h4 {
    margin-bottom: 50px;
    font-size: 15px;
  }
  #end-of-life .container .first h4::before {
    content: "";
    width: 50px;
    height: 2px;
    background-color: #4977bc;
    position: absolute;
    margin-top: 50px;
  }
  #end-of-life .container .first__first {
    margin: 15px 0;
  }
  #end-of-life .container .first__first p {
    margin-top: 10px;
  }
  #end-of-life .container .first__second {
    margin: 10px 0;
  }
  #end-of-life .container .second {
    width: 370px;
    margin: 0 auto 50px;
  }
  #end-of-life .container .second__first {
    margin: 20px 0 50px;
  }
  #end-of-life .container .second__first--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 10px;
    border-bottom: 2px solid #3378bb;
  }
  #end-of-life .container .second__first--title h3 {
    color: #3378bb;
    font-size: 15px;
  }
  #end-of-life .container .second__first--title h4 {
    color: #3378bb;
    font-size: 25px;
  }
  #end-of-life .container .second__first--title h4 small {
    padding-right: 3px;
    font-size: 12px;
  }
  #end-of-life .container .second__first--title h4 span {
    font-weight: 400;
  }
  #end-of-life .container .second__first .text02 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: solid 1px #D3D3D3;
  }
  #end-of-life .container .second__first .text02__text {
    width: 370px;
    padding-left: 0;
  }
  #end-of-life .container .second__first .text02__text p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  #end-of-life .container .second__first .text02 img {
    width: 150px;
    object-fit: contain;
  }
  #end-of-life .container .second__first .text03 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: dotted 1px #D3D3D3;
  }
  #end-of-life .container .second__first .text03__text {
    width: 370px;
    padding-left: 0;
  }
  #end-of-life .container .second__first .text03__text p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  #end-of-life .container .second__first .text03 img {
    width: 150px;
    object-fit: contain;
  }
  #end-of-life .container .second__first .text04 {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #D3D3D3;
  }
  #end-of-life .container .second__first .text04__text {
    width: 370px;
    padding-left: 0;
  }
  #end-of-life .container .second__first .text04__text p {
    margin-bottom: 5px;
    font-size: 12px;
  }
  #end-of-life .container .second__first .text04 img {
    width: 250px;
    object-fit: contain;
  }
  #end-of-life .container .second__first .card {
    padding: 30px 0 15px;
    border-bottom: 1px solid #D3D3D3;
  }
  #end-of-life .container .second__first .card__title {
    padding: 10px;
    margin-top: 20px;
    background-color: #3378bb;
    border-radius: 5px;
  }
  #end-of-life .container .second__first .card__title h3 {
    color: #fff;
    font-size: 15px;
  }
  #end-of-life .container .second__first .card__text {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 15px;
  }
  #end-of-life .container .second__first .card__text p {
    text-align: center;
    padding: 10px 0;
    border: 2px solid #3378bb;
    border-radius: 5px;
    background-color: #3378bb;
    color: #fff;
    font-size: 12px;
  }
  #end-of-life .container .second__first .card__text small {
    text-align: center;
    padding: 10px 0;
    border: 2px solid #3378bb;
    border-radius: 5px;
    background-color: #3378bb;
    color: #fff;
    font-size: 10px;
  }
  #end-of-life .container .second__first .card .text {
    margin: 10px 5px;
    font-size: 12px;
    text-align: center;
  }
  #end-of-life .container .third {
    width: 370px;
    position: relative;
    margin: 50px auto 50px;
  }
  #end-of-life .container .third .title {
    display: flex;
    align-items: center;
    padding-left: 0;
  }
  #end-of-life .container .third .title h3 {
    width: 500px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 3px dotted #3378bb;
    font-size: 15px;
  }
  #end-of-life .container .third .title .image {
    padding-left: 10px;
    position: relative;
  }
  #end-of-life .container .third .title .image img {
    width: 70px;
  }
  #end-of-life .container .third .title .image .secretary_2 {
    position: absolute;
    right: 0;
  }
  #end-of-life .container .third .box {
    margin: 30px 0;
  }
  #end-of-life .container .third .box__text {
    border: transparent 0px solid;
    display: flex;
    flex-direction: column;
    height: 180px;
    margin: 25px 0;
  }
  #end-of-life .container .third .box__text h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    padding: 5px;
    text-align: center;
    background-color: #3378bb;
    border-radius: 10px 10px 0 0;
    color: #fff;
    font-size: 12px;
    text-shadow: 1px 1px 1px gray;
  }
  #end-of-life .container .third .box__text p {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 15px 10px 15px 20px;
    background-color: #d2ddde;
    border-radius: 0 0 10px 10px;
    color: #343434;
    font-size: 12px;
  }
}

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