@charset "UTF-8";
/*ResetCSS*/
@import url("bootstrap-reboot.css");
/*Fonts*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&family=M+PLUS+Rounded+1c&display=swap");
/* Word Press Native Style */
.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.marker {
  background: linear-gradient(transparent 60%, #e3f8ff 60%); }

/*displayプロパティー */
.d-none {
  display: none; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-inline {
  display: inline; }

@media (min-width: 768px) {
  .d-md-none {
    display: none; }

  .d-md-block {
    display: block; }

  .d-md-inline-block {
    display: inline-block; }

  .d-md-inline {
    display: inline; } }
@media (max-width: 767px) {
  .d-sp-none {
    display: none; }

  .d-sp-block {
    display: block; }

  .d-sp-inline-block {
    display: inline-block; }

  .d-sp-inline {
    display: inline; } }
/*flexプロパティー*/
.d-flex {
  display: flex; }

.flex-wrap {
  flex-wrap: wrap; }

.justify-content-end {
  justify-content: flex-end; }

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

.align-items-end {
  align-items: flex-end; }

.justify-content-center {
  justify-content: center; }

.justify-content-between {
  justify-content: space-between; }

.justify-content-around {
  justify-content: space-around; }

.flex-row-reverse {
  flex-direction: row-reverse; }

.flex-col {
  flex-direction: column; }

@media (min-width: 768px) {
  .d-flex.justify-content-end, .d-md-flex.justify-content-end {
    justify-content: flex-end; }
  .d-flex.align-items-md-center, .d-md-flex.align-items-md-center {
    align-items: center; }
  .d-flex.align-items-md-end, .d-md-flex.align-items-md-end {
    align-items: flex-end; }
  .d-flex.justify-content-md-center, .d-md-flex.justify-content-md-center {
    justify-content: center; }
  .d-flex.justify-content-md-between, .d-md-flex.justify-content-md-between {
    justify-content: space-between; }
  .d-flex.justify-content-md-around, .d-md-flex.justify-content-md-around {
    justify-content: space-around; }
  .d-flex.flex-row-md-reverse, .d-md-flex.flex-row-md-reverse {
    flex-direction: row-reverse; }
  .d-flex.flex-md-col, .d-md-flex.flex-md-col {
    flex-direction: column; }

  .d-md-flex {
    display: flex; }

  .flex-md-wrap {
    flex-wrap: wrap; } }
@media (max-width: 767px) {
  .d-md-flex > * {
    margin-bottom: 16px; }

  .d-sp-flex {
    display: flex; }

  .flex-sp-wrap {
    flex-wrap: wrap; }

  .d-flex.justify-content-end, .d-sp-flex.justify-content-end {
    justify-content: flex-end; }
  .d-flex.align-items-sp-center, .d-sp-flex.align-items-sp-center {
    align-items: center; }
  .d-flex.align-items-sp-end, .d-sp-flex.align-items-sp-end {
    align-items: flex-end; }
  .d-flex.justify-content-sp-center, .d-sp-flex.justify-content-sp-center {
    justify-content: center; }
  .d-flex.justify-content-sp-between, .d-sp-flex.justify-content-sp-between {
    justify-content: space-between; }
  .d-flex.justify-content-sp-around, .d-sp-flex.justify-content-sp-around {
    justify-content: space-around; }
  .d-flex.flex-row-sp-reverse, .d-sp-flex.flex-row-sp-reverse {
    flex-direction: row-reverse; }
  .d-flex.flex-sp-col, .d-sp-flex.flex-sp-col {
    flex-direction: column; } }
/*positionプロパティー*/
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed;
  z-index: 1;
  width: 100%; }

/*基本設定*/
html {
  font-size: 16px; }

body {
  font-family: "M PLUS Rounded 1c", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
  color: #333;
  letter-spacing: .01em; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: .14em;
  line-height: 1.4; }

p {
  line-height: 1.8;
  letter-spacing: .05em;
  margin-bottom: 1em; }

a {
  word-break: break-all; }

.serif {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif; }

.sans-serif {
  font-family: "M PLUS Rounded 1c", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif; }

.midashi-font {
  font-family: "M PLUS 1p", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif; }

figure {
  margin-bottom: 0; }

img {
  max-width: 100%;
  height: auto; }

.kiji .container-s div {
  max-width: 100% !important; }

iframe {
  max-width: 100%; }

@media (max-width: 767px) {
  table.sp-block > tbody, table.sp-block > tbody > tr, table.sp-block > tbody > tr > th, table.sp-block > tbody > tr > td {
    display: block; } }
.container-l {
  max-width: 1650px; }

.container {
  width: 94%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.container-s {
  width: 94%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

/*float*/
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

.clearboth {
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

@media (min-width: 768px) {
  .float-md-left {
    float: left; }

  .float-md-right {
    float: right; } }
/*グリッドシステム*/
.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.w-16, .parent-6 > * {
  width: calc(100% / 6); }

.parent-6s > * {
  width: calc((100% / 6) -  1% );
  margin-left: calc( 1%  / 2);
  margin-right: calc( 1%  / 2); }

.w-20, .parent-5 > * {
  width: calc(100% / 5); }

.parent-5s > * {
  width: calc((100% / 5) -  1% );
  margin-left: calc( 1%  / 2);
  margin-right: calc( 1%  / 2); }

.w-25, .parent-4 > * {
  width: calc(100% / 4); }

.parent-4s > * {
  width: calc((100% / 4) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-30 {
  width: 30%; }

.w-33, .parent-3 > * {
  width: calc(100% / 3); }

.parent-3s > * {
  width: calc((100% / 3) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-40 {
  width: 40%; }

.w-50, .parent-2 > * {
  width: calc(100% / 2); }

.parent-2s > * {
  width: calc((100% / 2) -  2% );
  margin-left: calc( 2%  / 2);
  margin-right: calc( 2%  / 2); }

.w-60 {
  width: 60%; }

.w-66 {
  width: calc((100% / 3) * 2); }

.w-70 {
  width: 70%; }

.w-75 {
  width: 75%; }

.w-80 {
  width: 80%; }

.w-100 {
  width: 100%; }

@media (min-width: 768px) {
  .w-md-16, .parent-md-6 > * {
    width: calc(100% / 6); }

  .parent-md-6s > * {
    width: calc((100% / 6) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-md-20, .parent-md-5 > * {
    width: calc(100% / 5); }

  .parent-md-5s > * {
    width: calc((100% / 5) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-md-25, .parent-md-4 > * {
    width: calc(100% / 4); }

  .parent-md-4s > * {
    width: calc((100% / 4) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-30 {
    width: 30%; }

  .w-md-33, .parent-md-3 > * {
    width: calc(100% / 3); }

  .parent-md-3s > * {
    width: calc((100% / 3) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-40 {
    width: 40%; }

  .w-md-50, .parent-md-2 > * {
    width: calc(100% / 2); }

  .parent-md-2s > * {
    width: calc((100% / 2) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-md-60 {
    width: 60%; }

  .w-md-66 {
    width: calc((100% / 3) * 2); }

  .w-md-70 {
    width: 70%; }

  .w-md-75 {
    width: 75%; }

  .w-md-80 {
    width: 80%; }

  .w-md-100 {
    width: 100%; } }
@media (max-width: 767px) {
  .w-sp-16, .parent-sp-6 > * {
    width: calc(100% / 6); }

  .parent-sp-6s > * {
    width: calc((100% / 6) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-sp-20, .parent-sp-5 > * {
    width: calc(100% / 5); }

  .parent-sp-5s > * {
    width: calc((100% / 5) -  1% );
    margin-left: calc( 1%  / 2);
    margin-right: calc( 1%  / 2); }

  .w-sp-25, .parent-sp-4 > * {
    width: calc(100% / 4); }

  .parent-sp-4s > * {
    width: calc((100% / 4) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-30 {
    width: 30%; }

  .w-sp-33, .parent-sp-3 > * {
    width: calc(100% / 3); }

  .parent-sp-3s > * {
    width: calc((100% / 3) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-40 {
    width: 40%; }

  .w-sp-50, .parent-sp-2 > * {
    width: calc(100% / 2); }

  .parent-sp-2s > * {
    width: calc((100% / 2) -  2% );
    margin-left: calc( 2%  / 2);
    margin-right: calc( 2%  / 2); }

  .w-sp-60 {
    width: 60%; }

  .w-sp-66 {
    width: calc((100% / 3) * 2); }

  .w-sp-70 {
    width: 70%; }

  .w-sp-75 {
    width: 75%; }

  .w-sp-80 {
    width: 80%; }

  .w-sp-100 {
    width: 100%; } }
/*ボックスのサイズと余白と効果
横方向に個別の幅を指定するクラスは無い*/
.p-0px {
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }

.pt-0px {
  padding-top: 0; }

.pl-0px {
  padding-left: 0; }

.pr-0px {
  padding-right: 0; }

.pb-0px {
  padding-bottom: 0; }

.pt-10px {
  padding-top: 10px; }

.pt-15px {
  padding-top: 15px; }

.pt-20px {
  padding-top: 20px; }

.pt-30px {
  padding-top: 30px; }

.pt-40px {
  padding-top: 40px; }

.pt-50px {
  padding-top: 50px; }

.pt-60px {
  padding-top: 60px; }

.pt-70px {
  padding-top: 70px; }

.pt-80px {
  padding-top: 80px; }

.pt-90px {
  padding-top: 90px; }

.pt-100px {
  padding-top: 100px; }

.pb-10px {
  padding-bottom: 10px; }

.pb-15px {
  padding-bottom: 15px; }

.pb-20px {
  padding-bottom: 20px; }

.pb-30px {
  padding-bottom: 30px; }

.pb-40px {
  padding-bottom: 40px; }

.pb-50px {
  padding-bottom: 50px; }

.pb-60px {
  padding-bottom: 60px; }

.pb-70px {
  padding-bottom: 70px; }

.pb-80px {
  padding-bottom: 80px; }

.pb-90px {
  padding-bottom: 90px; }

.pb-100px {
  padding-bottom: 100px; }

.m-0px {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0; }

.mt-0px {
  margin-top: 0; }

.ml-0px {
  margin-left: 0; }

.mr-0px {
  margin-right: 0; }

.mb-0px {
  margin-bottom: 0; }

.mt-10px {
  margin-top: 10px; }

.mt-15px {
  margin-top: 15px; }

.mt-20px {
  margin-top: 20px; }

.mt-24px {
  margin-top: 24px; }

.mt-30px {
  margin-top: 30px; }

.mt-40px {
  margin-top: 40px; }

.mt-50px {
  margin-top: 50px; }

.mt-60px {
  margin-top: 60px; }

.mt-70px {
  margin-top: 70px; }

.mt-80px {
  margin-top: 80px; }

.mt-90px {
  margin-top: 90px; }

.mt-100px {
  margin-top: 100px; }

.mb-10px {
  margin-bottom: 10px; }

.mb-15px {
  margin-bottom: 15px; }

.mb-20px {
  margin-bottom: 20px; }

.mb-24px {
  margin-bottom: 24px; }

.mb-30px {
  margin-bottom: 30px; }

.mb-40px {
  margin-bottom: 40px; }

.mb-50px {
  margin-bottom: 50px; }

.mb-60px {
  margin-bottom: 60px; }

.mb-70px {
  margin-bottom: 70px; }

.mb-80px {
  margin-bottom: 80px; }

.mb-90px {
  margin-bottom: 90px; }

.mb-100px {
  margin-bottom: 100px; }

.iframe-container {
  position: relative; }
  .iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.asp-1-2 {
  height: 0;
  padding-top: 200%; }

.asp-1-1 {
  height: 0;
  padding-top: 100%; }

.asp-4-3 {
  height: 0;
  padding-top: 75%; }

.asp-3-2 {
  height: 0;
  padding-top: 66.6%; }

.asp-16-9 {
  height: 0;
  padding-top: 56.25%; }

.asp-2-1 {
  height: 0;
  padding-top: 50%; }

.asp-3-1 {
  height: 0;
  padding-top: 33.3%; }

.asp-4-1 {
  height: 0;
  padding-top: 25%; }

@media (min-width: 768px) {
  .asp-md-1-2 {
    padding-top: 200%; }

  .asp-md-1-1 {
    height: 0;
    padding-top: 100%; }

  .asp-md-4-3 {
    height: 0;
    padding-top: 75%; }

  .asp-md-3-2 {
    height: 0;
    padding-top: 66.6%; }

  .asp-md-16-9 {
    height: 0;
    padding-top: 56.25%; }

  .asp-md-2-1 {
    height: 0;
    padding-top: 50%; }

  .asp-md-3-1 {
    height: 0;
    padding-top: 33.3%; }

  .asp-md-4-1 {
    height: 0;
    padding-top: 25%; } }
.bk-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.bk-contain {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat; }

/*ボックスにリンクエリア*/
.linkbox {
  position: relative;
  cursor: pointer; }
  .linkbox:hover {
    background-color: #e3f8ff; }
  .linkbox a.more {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-indent: -9999px; }

/*文字*/
.ex-small {
  font-size: 0.67em; }

.small {
  font-size: 0.8em; }

.large {
  font-size: 1.368em; }

.ex-large {
  font-size: 1.6em; }

.bold {
  font-weight: bold; }

.normal {
  font-weight: normal; }

.underline {
  text-decoration: underline; }

.base-text-color {
  color: #333; }

.theme-color {
  color: #2699bb; }

.sub-color {
  color: #d8be21; }

.bk-theme-color {
  background-color: #2699bb;
  color: white; }

.heavy-theme-color {
  color: #2699bb; }

.bk-heavy-theme-color {
  background-color: #2699bb;
  color: white; }

.sub-color {
  color: white;
  background-color: #d8be21; }

.bk-ex-light-sub-color {
  background-color: #fcf6d9; }

/*ボタン*/
.btn a {
  display: inline-block;
  padding: .5em 1em;
  line-height: 1.2; }
  .btn a:hover {
    opacity: 1;
    filter: brightness(1.05);
    text-decoration: none; }
  .btn a.round {
    border-radius: 1.2em; }
  .btn a.after-tri::after {
    content: '▶';
    padding-left: .5em; }

/*丸数字*/
.maru {
  display: inline-block;
  height: 1.5em;
  width: 1.5em;
  border-radius: 50%;
  line-height: 1.5em;
  text-align: center; }

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

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

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

.text-tategaki {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl; }

@media (min-width: 768px) {
  .text-md-center {
    text-align: center; }

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

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

  .text-md-tategaki {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl; } }
@media (max-width: 767px) {
  .text-sp-center {
    text-align: center; }

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

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

  .text-sp-tategaki {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl; } }
/*アンカー*/
a {
  color: #2699bb; }
  a:not([href="tel:*"]) img:hover {
    opacity: .8; }
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none; }
    a[href*="tel:"]:hover {
      color: #333;
      text-decoration: none; }
    a[href*="tel:"].nolink {
      pointer-events: none; }

/*表組み*/
table.stripe > tbody > tr > th, table.stripe > tbody > tr > td {
  border: none; }
table th, table td {
  padding: .5em;
  border: 1px solid #ccc; }
table th {
  font-weight: bold; }
table td {
  font-weight: normal; }

ul.ls-none, ol.ls-none {
  list-style: none;
  padding-left: 0; }

@media (min-width: 768px) {
  table.stripe > tbody > tr:nth-child(odd) {
    background-color: #f0f0f0; } }
/*フォーム*/
input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], textarea {
  padding: 1em;
  width: 100%; }

input[type="text"], input[type="tel"], input[type="email"], textarea {
  border: 1px solid #ccc; }

textarea::placeholder, input::placeholder {
  color: #828282; }

/* IE */
input:-ms-input-placeholder {
  color: #828282; }

/* Edge */
input::-ms-input-placeholder {
  color: #828282; }

input[type="submit"] {
  background-color: #2699bb;
  color: #fff;
  outline: none;
  border: none; }
  input[type="submit"]:hover {
    cursor: pointer;
    opacity: .8; }

#page-header h1 {
  margin: 0; }
#page-header #contact-header p {
  margin: 0; }

#nav-main a {
  display: block; }

.tategaki {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl; }

@media (min-width: 768px) {
  .tategaki-md {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl; } }
/*開発用*/
.memo {
  padding: .3em .5em;
  background-color: #FFE7FC;
  border: 2px solid red;
  color: red;
  font-weight: bold;
  display: inline-block; }

.memo:before {
  content: '開発メモ';
  font-size: .9em;
  display: block;
  text-decoration: underline; }

.container-ss {
  width: 94%;
  max-width: 800px;
  margin: 0 auto; }

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: white; }

li {
  line-height: 1.4; }
  li p {
    line-height: 1.6; }

li p {
  margin-bottom: 0; }

form p {
  text-indent: 0 !important;
  margin-bottom: 0 !important; }

#mv {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat; }
  #mv picture {
    padding: 16px;
    background-color: white;
    max-width: 60%; }
    #mv picture img {
      display: block;
      max-width: 80%;
      margin-left: auto;
      margin-right: auto; }

section:nth-child(odd) {
  background-color: white; }
section:nth-child(even) {
  background-color: #fffbf9; }
section h2 {
  text-align: center;
  font-family: "M PLUS 1p", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
  color: #444;
  font-weight: normal; }
  section h2 .d-inline-block {
    position: relative;
    padding: 3em 1.5em .3em 1.6em; }
    section h2 .d-inline-block::before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 1.5em;
      top: 0;
      background-image: url(../images/deco-h2-7.svg);
      background-size: contain;
      background-position: center top;
      background-repeat: no-repeat;
      left: 0;
      top: 0; }
section h3 .d-md-inline-block {
  font-family: "M PLUS 1p", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
  color: #666;
  border-bottom: 3px solid #98D2E3;
  padding-bottom: 0.2em;
  margin-bottom: 2em;
  font-size: 20px; }

.intro-inner {
  border-top: 1px solid #2699bb;
  border-bottom: 1px solid #2699bb;
  padding: 1.5em 1em 1em;
  background: white; }

.headline-info {
  background-color: white; }
  .headline-info li {
    border-bottom: 1px dotted #ccc; }
    .headline-info li:first-child {
      border-top: 1px dotted #ccc; }
    .headline-info li > * {
      display: inline-block;
      margin: .5em; }
    .headline-info li:hover .category a {
      background-color: #2699bb; }

.category a, .category .d-inline-block {
  color: white;
  padding: .2em .5em;
  background-color: gray;
  border-radius: .1em; }

.btn {
  margin-top: 2em; }
  .btn a.gray-theme {
    border-radius: .1em;
    color: white;
    background-color: gray; }
    .btn a.gray-theme:hover {
      background-color: #2699bb; }

#headline-info .btn a {
  font-size: 14px; }

#page-header {
  position: fixed;
  z-index: 1003; }
  #page-header h1 {
    margin-bottom: 0;
    font-size: 14px; }

#nav-main .items-gnav li {
  display: block;
  margin-bottom: 0; }
  #nav-main .items-gnav li a {
    letter-spacing: .05em;
    display: block;
    color: #333;
    line-height: 1;
    font-size: 16px;
    transform: skewX(-5deg);
    font-family: "M PLUS 1p", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif; }
    #nav-main .items-gnav li a:hover {
      text-decoration: none; }
  #nav-main .items-gnav li:first-child a {
    transform: skewX(0); }
#nav-main #icons-sns {
  margin-bottom: 0; }
  #nav-main #icons-sns li {
    padding: 0 8px;
    display: flex;
    justify-content: center;
    align-items: center; }
    #nav-main #icons-sns li img {
      width: 24px;
      opacity: .7; }
      #nav-main #icons-sns li img:hover {
        opacity: 1; }
    #nav-main #icons-sns li.sc img {
      width: 32px; }

.page-title {
  padding: 8vh 0;
  background-position: bottom;
  background-size: cover; }
  .page-title h2 {
    font-family: "M PLUS 1p", "Meiryo UI", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic UI", "MS PGothic", sans-serif;
    color: white;
    font-size: 36px;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    border-right: 5px solid #2699bb;
    display: inline-block;
    padding-left: 1em;
    padding-right: 0.5em;
    min-width: 30vw;
    text-align: right;
    font-weight: normal; }

.header-intro figure {
  text-align: center;
  margin-bottom: 48px; }
  .header-intro figure img {
    width: 240px; }

#skills ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 2em; }
#skills ul img {
  max-width: 70%; }

#works li {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ddd;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  margin-bottom: .4em; }
  #works li img {
    margin-bottom: .5em; }
  #works li .item-title {
    padding: 0 .3em; }
#works .items-dtp .item-desc {
  color: #2699bb; }

.sect-inner {
  margin-bottom: 5em; }

.prof-header {
  background-color: #2699bb;
  color: white;
  padding: 0.5em 0.8em;
  margin-bottom: 1em; }
  .prof-header h3 {
    margin-bottom: 0;
    font-size: 20px; }

#price header {
  margin-bottom: 2em; }
#price h3 {
  background-color: #2699bb;
  margin-bottom: 0;
  padding: 0.3em 0.5em;
  border: 1px solid white;
  color: white; }
#price table {
  margin-bottom: 1em; }
#price th, #price td {
  border-color: white;
  padding-left: .7em;
  padding-right: .7em; }
#price th, #price td:nth-of-type(1) {
  white-space: nowrap;
  background-color: #fcf6d9; }
#price th {
  background-color: #e3f8ff; }
#price td:nth-of-type(2) {
  background-color: #f3f3f3; }

#contact .container-s {
  background-color: white;
  padding: 1%; }
#contact table {
  margin-left: auto;
  margin-right: auto; }
#contact tr {
  border-bottom: 1px solid #ddd; }
  #contact tr:last-child {
    border-bottom: none; }
#contact th, #contact td {
  border: none;
  padding-top: 1em;
  padding-bottom: 1em; }
#contact th {
  white-space: nowrap; }
#contact input, #contact textarea {
  margin-top: .5em; }
#contact input[type="submit"] {
  max-width: 7em;
  background-color: #2699bb;
  border-radius: .2em;
  margin-left: auto;
  margin-right: auto;
  display: block; }
  #contact input[type="submit"]:hover {
    opacity: 1;
    filter: brightness(1.1); }
#contact input#zip {
  width: 10em;
  margin-bottom: .5em; }
#contact .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: forestgreen;
  color: white;
  border-radius: 3px; }
#contact .wpcf7 form.invalid .wpcf7-response-output, #contact .wpcf7 form.unaccepted .wpcf7-response-output, #contact .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
  background-color: darkorange;
  color: white;
  border-radius: 3px; }

#btn-pp {
  cursor: pointer;
  text-decoration: underline;
  font-size: 12px; }

#privacy-policy {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1; }
  #privacy-policy.active {
    z-index: 1004;
    display: block; }
  #privacy-policy h2, #privacy-policy h3 {
    color: #2699bb; }
  #privacy-policy h2 {
    font-size: 16px; }
  #privacy-policy h3 {
    font-size: 14px; }
  #privacy-policy p, #privacy-policy li {
    font-size: 12px; }
  #privacy-policy address {
    border-left: 3px solid #999;
    padding-left: 12px; }
  #privacy-policy .inner-fixedbox {
    text-align: left; }

.inner-fixedbox {
  border: 1px solid #ddd;
  padding: 16px;
  max-height: 80vh;
  margin-top: 10vh;
  background-color: white;
  border-radius: 3px;
  position: relative;
  overflow: scroll; }
  .inner-fixedbox::after {
    content: 'x close';
    display: inline-block;
    position: fixed;
    top: 5vh;
    left: 50%;
    transform: translateX(-50%);
    padding: .5em;
    background-color: black;
    color: white;
    border: 3px solid white;
    border-radius: 1.2em;
    line-height: 1;
    cursor: pointer; }
    .inner-fixedbox::after:hover {
      filter: brightness(1.05); }

.linkbox:hover {
  background-color: #fcf6d9; }

.wp-pagenavi {
  text-align: center; }
  .wp-pagenavi a, .wp-pagenavi span {
    background-color: white;
    padding: .5em;
    border-radius: .2em;
    line-height: 1;
    display: inline-block;
    margin: .2em;
    color: #333;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd; }
    .wp-pagenavi a.current, .wp-pagenavi span.current {
      background-color: #fcf6d9;
      border-color: #efe6a5; }
  .wp-pagenavi a:hover {
    text-decoration: none;
    background-color: #fcf6d9; }

.single section.kiji h2 {
  margin-bottom: 0;
  font-size: 24px; }
.single section.kiji .date-category {
  margin: 1em 0;
  border-bottom: 1px solid #2699bb; }
.single section.kiji .date, .single section.kiji .category {
  margin-right: .5em; }

#page-footer {
  margin-top: 96px;
  padding-top: 48px;
  background-color: #f3f3f3; }

.address-footer h3 {
  margin-bottom: 16px; }
.address-footer p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3; }

.copy {
  margin-top: 1em;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: .5em; }

#gotop {
  display: none;
  position: fixed;
  right: 16px;
  bottom: 32px; }
  #gotop a {
    display: block;
    background-image: url("../images/gotop.svg");
    background-repeat: no-repeat;
    background-size: contain; }

#contact #gotop {
  bottom: 88px; }

.grecaptcha-badge {
  visibility: hidden; }

.notice-recaptcha {
  max-width: 680px;
  margin: 0 auto;
  padding: 8px 6px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa; }
  .notice-recaptcha p {
    font-size: 12px;
    line-height: 1.6;
    color: #999; }

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