/* リセット */

* {
  box-sizing: border-box;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

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

a {
  text-decoration: none;
}

table {
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

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

strong {
  font-weight: bold;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

abbr, acronym {
  border: 0;
}

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

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

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

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

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

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

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


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

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

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

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

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

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


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

:root {
  --color-text: #221816;
  --color-main: #0B4491;
  --color-back: #F0F3F7;
  --color-red: #C30D23;
  --color-pink: #CF0060;
  --color-orange: #FE7F00;
  --color-light-orange: #FF9F48;

  --color-gray: #82888E;
  --color-light-gray: #E1E4E9;
  --color-visited: #585858;

  --box-shadow: 0 0 3px rgba(141, 155, 170, 0.2);
  --box-shadow-hover: 0 0 20px 10px rgba(2, 8, 10, 0.2);
  --font-family-main: 'Zen Kaku Gothic Antique', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
  --font-family-sans: 'Noto Sans CJK JP', 'Noto Sans JP', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', sans-serif;
  --font-en: "Work Sans", sans-serif;
  --font-oswald: "Oswald", sans-serif;
}

.page-container {
  font-family: var(--font-family-main);
  color: var(--color-text);
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  background-color: var(--color-back);
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

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

.page-container a:link {
  text-decoration: none;
  line-height: normal;
}

.page-container a:visited {
  text-decoration: none;
}

.page-container a:hover {
  text-decoration: underline;
}

.page-container a:active {
  text-decoration: none;
}

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

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

.page-container {
  position: relative;
  margin-top: 80px;
}

html {
  scroll-behavior: smooth;
}


/* 中黒などの記号の文字詰め指定 */
.tight-symbol {
  display: inline-block;
  margin-left: -0.2em;
  margin-right: -0.2em;
}

/* 「、」のような記号に専用のマージンを設定 */
.tight-comma {
  display: inline-block;
  margin-right: -0.3em;
}

/* （）などの記号の文字詰め指定 */
.tight-group {
  display: inline-block;
  margin-left: -0.5em;
  margin-right: -0.5em;
}


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

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

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


  /* アニメーション無効 */
  [class^="animation"], [class*=" animation"],
  footer,
  .topmain {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}

/*****************************************
*
* contents
*
******************************************/

.page-container {
  padding-bottom: 160px;
}

/*------------------------------------------*/
/* お問い合わせ
/*------------------------------------------*/

.page-container .nav-contact {
  display: grid;
  grid-template-columns: 2fr 1fr;
  column-gap: 20px;
}

.page-container .nav-contact li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 20px;
  height: 150px;
  color: white;
  font-weight: bold;
  padding: 20px;
  box-shadow: var(--box-shadow);
  transform-origin: top center;
  transition: all .3s ease;
  z-index: 1;
}

.page-container .nav-contact li a {
  padding: 20px;
}

.page-container .nav-contact li a:hover {
  text-decoration: none;
  transform: scale(1.05);
  z-index: 2;
}


/* phone --------------------------------*/
.page-container .phone a {
  background: var(--color-orange);
  line-height: 1.1;
}

.page-container .phone a:hover {
  text-decoration: none;
}

.page-container .phone .phone-number {
  position: relative;
  font-family: var(--font-oswald);
  font-weight: 400;
  letter-spacing: 0.01em;
}

.page-container .phone .phone-number::before {
  content: '';
  display: inline-block;
  background: url('../img/common/icon_phone.svg') no-repeat;
  background-size: 100%;
  aspect-ratio: 100/155;
  width: 15px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.page-container .phone .phone-hours {
  text-align: left;
  line-height: 2;
}

.page-container .nav-contact .phone .phone-text {
  font-size: 1.6rem;
}

.page-container .nav-contact .phone .phone-number {
  font-size: 4rem;
  padding-left: 45px;
}

.page-container .nav-contact .phone .phone-number::before {
  width: 35px;
}

.page-container .nav-contact .phone .phone-hours {
  font-size: 1rem;
  margin-left: 40px;
}

/* mail --------------------------------*/
.page-container .nav-contact .mail a {
  background: var(--color-pink);
}

.page-container .nav-contact .mail .mail-heading::before {
  content: '';
  display: inline-block;
  background: url('../img/common/icon_mail.svg') no-repeat;
  background-size: 100%;
  aspect-ratio: 100/76;
  width: 30px;
  height: auto;
  position: absolute;
}

.page-container .nav-contact .mail .mail-text {
  font-size: 1rem;
}

.page-container .nav-contact .mail .mail-heading {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  padding-left: 60px;
  margin-top: 10px;
}

.page-container .nav-contact .mail .mail-heading::before {
  width: 40px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}


/* 電話 --------------------------------*/
.contact-container {
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 1000;
  cursor: pointer;
}

.contact-container a {
  display: inline-block;
  position: relative;
  background: var(--color-orange);
  border: solid 10px #FF9F48;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 60px 10px 40px 10px;
  box-shadow: var(--box-shadow);
  transition: transform 0.3s ease;
}

.contact-container a:hover {
  text-decoration: none;
  transform: translateY(5px);
}

.contact-container a::before {
  content: '';
  display: inline-block;
  background: url('../img/common/icon_phone.svg') no-repeat;
  background-size: 100%;
  aspect-ratio: 100/155;
  width: 25px;
  height: auto;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.contact-container .catchcopy {
  font-size: 1rem;
  line-height: 1.1;
}

.contact-container .catchcopy .large {
  font-size: 1.6rem;
}

.contact-container .phone-number {
  font-family: var(--font-oswald);
  font-size: 1.5rem;
  letter-spacing: 0.01em;
}

.contact-container .business-hours {
  font-size: 0.8rem;
}


/*------------------------------------------*/
/* タイトル
/*------------------------------------------*/

#titleimg {
  width: 1100px;
}

.customize-pages__title {
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
  text-align: left;
  color: white;
  font-size: 2.2rem;
}

.customize-pages__title::before {
  content: '';
  display: inline-block;
  background: url('../img/common/icon_line.svg') no-repeat;
  background-size: 100%;
  width: 35px;
  height: 28px;
  margin-right: 10px;
}

.customize-pages__title .en {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 5px;
  margin-left: 10px;
}

/* ぱんくず --------------------------------*/

#secondpankuzu {
  width: 1100px;
  text-align: left;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 10px 0;
  margin: 0 auto;
}

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