@charset "UTF-8";
/*
Theme Name: ""
Description:""
Theme URI: www/
Author: MS
Author URI: www/
Version: 1
*/
@import "reset.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
a {
  color: #1a0dab;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
a:link, a:visited {
  color: #660099;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
  outline: none;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a.non-hover:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

.sp_only_inline {
  display: none;
}

.pc_only_inline {
  display: inline-block;
}

html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  color: #333333;
  background-color: #F84418;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

/*-------------------------------------------------
	++ HEADER
-------------------------------------------------*/
header {
  width: 100%;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_inner {
  margin: 0 auto;
  text-align: center;
}
header .header_inner .main_copy {
  margin: 0 auto;
  text-align: center;
  display: block;
  background: url("../img/main_copy_wh.svg") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 440px;
  height: 280px;
  margin-bottom: 60px;
}
header .header_inner #site_name {
  margin: 0 auto;
  text-align: center;
  display: block;
  background: url("../img/logo_mikuji_wh.svg") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 420px;
  height: 129px;
}

html {
  scroll-behavior: smooth;
}

.scroll_down {
  position: relative;
  width: 100%;
  height: 80px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -40px;
}

.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
}

.scroll_down a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 2px;
  padding: 0px 0px 80px;
  color: #000;
  transition: 0.2s;
  overflow: hidden;
  margin: auto;
}

.scroll_down a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: rgba(255, 255, 255, 0.5);
}

.scroll_down a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2px;
  height: 100px;
  background: #F84418;
}

.scroll_down a:hover {
  opacity: 0.5;
}

#type01 a:after {
  animation: sdl01 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl01 {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*-------------------------------------------------
	++ NAV
-------------------------------------------------*/
nav {
  position: absolute;
  top: 20px;
  right: 10px;
}
nav ul li {
  width: auto;
  float: left;
}
nav ul li a, nav ul li a:link,
nav ul li a:visited {
  margin: 8px;
  padding: 20px 4px 8px 12px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.4em;
  font-weight: 300;
  color: #fff;
}
nav ul li a:hover, nav ul li a:focus, nav ul li a:active, nav ul li a:link:hover, nav ul li a:link:focus, nav ul li a:link:active,
nav ul li a:visited:hover,
nav ul li a:visited:focus,
nav ul li a:visited:active {
  text-decoration: none;
  border-bottom: solid 1px #fff;
}

/*-------------------------------------------------
	++ HOME
-------------------------------------------------*/
/*-------------------------------------------------
	++ CONTENT BASE
-------------------------------------------------*/
#contener #contents {
  margin: 0 auto;
  text-align: center;
  padding: 40px 0 100px 0;
  width: 1200px;
  position: relative;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
}
#contener #contents #main {
  float: left;
  width: 900px;
  text-align: left;
}
#contener h1, #contener h2, #contener h3, #contener h4, #contener h5, #contener h6 {
  margin-top: 50px;
  line-height: 140%;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
#contener h1, #contener .h1 {
  font-size: 30px;
}
#contener h1.page_title, #contener .h1.page_title {
  margin-top: 0px;
  margin-bottom: 30px;
  padding-bottom: 4px;
  border-bottom: solid 1px #cccccc;
}
#contener h2, #contener .h2 {
  font-size: 24px;
}
#contener h3, #contener .h3 {
  font-size: 22px;
}
#contener h4, #contener .h4 {
  font-size: 20px;
}
#contener h5, #contener .h5 {
  font-size: 18px;
}
#contener h6, #contener .h6 {
  font-size: 16px;
}
#contener p {
  margin-top: 20px;
  line-height: 200%;
}
#contener dl dt {
  width: 8em;
  float: left;
  clear: left;
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 8px;
}
#contener dl dd {
  width: 100%;
  padding-left: 8em;
  text-align: left;
  border-bottom: solid 1px rgba(204, 204, 204, 0.2);
  padding-top: 20px;
  padding-bottom: 20px;
}
#contener dl dd:first-of-type {
  border-top: solid 1px rgba(204, 204, 204, 0.2);
}
#contener section {
  margin-top: 100px;
  padding-top: 60px;
}
#contener section .sec_ttl {
  margin-bottom: 80px;
}
#contener section .sec_ttl .ttl_en {
  font-size: 42px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 0.4em;
  padding: 0 0 0 0.4em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#contener section .sec_ttl h2 {
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0.4em;
  padding: 0 0 0 0.4em;
  margin: 16px 0 0 0;
}
#contener section#sec_message {
  margin-top: 20px;
}
#contener section#sec_message .sec_ttl {
  margin-bottom: 20px;
}
#contener section#sec_message h3 {
  font-size: 28px;
  line-height: 100%;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 100;
  letter-spacing: 0.2em;
  margin-top: 40px;
}
#contener section#sec_message h3 .num_10 {
  vertical-align: middle;
  display: inline-block;
  background: url("../img/num_10.svg") no-repeat 50% 50%;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-right: 10px;
}
#contener section#sec_message p {
  margin-top: 1.5em;
  font-size: 16px;
  line-height: 260%;
  font-weight: 400;
}
#contener section#sec_message .pic_president {
  background-color: #fff;
  width: 160px;
  height: 160px;
  border-radius: 100%;
  background-image: url("../img/pic_hori.svg");
  background-repeat: no-repeat;
  background-size: 200px;
  background-position: 50% 14px;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}
#contener section#sec_message .txt_president {
  margin-top: 8px;
}
#contener section#sec_message .txt_president .txt_president_post {
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1em;
  padding-left: 1em;
}
#contener section#sec_message .txt_president .txt_president_name {
  margin-top: 2px;
  font-size: 20px;
  font-weight: 200;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
}
#contener section#sec_service .box_service {
  margin-top: 80px;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
}
#contener section#sec_service .box_service .block_service {
  width: 40%;
  margin-left: 10%;
  text-align: left;
  margin-bottom: 80px;
}
#contener section#sec_service .box_service .block_service:nth-last-child(-n+2) {
  margin-bottom: 0px;
}
#contener section#sec_service .box_service .block_service .ttl_en {
  font-size: 36px;
  line-height: 100%;
  font-weight: 800;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#contener section#sec_service .box_service .block_service h3 {
  margin: 16px 0 0 2px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: 0.2em;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#contener section#sec_service .box_service .block_service p {
  font-size: 16px;
  margin-top: 32px;
  line-height: 200%;
  font-weight: 200;
}
#contener section#sec_company .dl_company {
  width: 600px;
  margin: 0 auto;
}
#contener section#sec_contact {
  margin-bottom: 160px;
}
#contener section#sec_contact .sec_ttl {
  margin-bottom: 60px;
}

/*-------------------------------------------------
	++ COMMON
-------------------------------------------------*/
/*  Forms
--------------------------------------- */
input,
textarea,
select {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  background-color: #ffffff;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select {
  padding: 8px;
  border: 1px solid #999;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=week],
input[type=month],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
input[type=image],
textarea {
  border-radius: 0px;
  webkit-border-radius: 0px;
  -webkit-appearance: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]:focus {
  outline-offset: -2px;
}

input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

textarea {
  vertical-align: top;
  font-size: 100%;
  resize: none;
}

fieldset {
  border: 0 none;
}

legend {
  display: none;
}

label {
  cursor: pointer;
}

select {
  line-height: normal;
}

.ipt_size_full {
  width: 100%;
}

.ipt_size_harf {
  width: 45%;
  width: calc(50% - 10px);
}

.ipt_size_l {
  width: 400px;
}

.ipt_size_m {
  width: 200px;
}

.ipt_size_s {
  width: 100px;
}

.ipt_size_ss {
  width: 50px;
}

.ipt_row_l {
  height: 300px;
}

.ipt_row_m {
  height: 200px;
}

.ipt_row_s {
  height: 80px;
}

.wpcf7c-conf {
  background-color: #eeeeee;
  border: solid 1px #999999;
}

.txt_indent01 {
  text-indent: -1em;
  padding-left: 1em;
}

a.btn_ll {
  background-color: #fff;
  border-radius: 8px;
  width: 600px;
  margin: 0 auto;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.1em;
  font-size: 36px;
  line-height: 100%;
  color: #F84418;
  box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
}
a.btn_ll:hover, a.btn_ll:focus, a.btn_ll:active {
  -webkit-transition: all 0.05s ease-in;
  -moz-transition: all 0.05s ease-in;
  -ms-transition: all 0.05s ease-in;
  -o-transition: all 0.05s ease-in;
  transition: all 0.05s ease-in;
  text-decoration: none;
  box-shadow: 0px 1px 0px 1px rgba(0, 0, 0, 0.2);
  transform: translateY(5px);
}

/*-------------------------------------------------
	++ CONTENTS
-------------------------------------------------*/
/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
footer {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding: 20px;
  text-align: center;
  letter-spacing: 0.2em;
  font-weight: 300;
}

#page_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

@media (max-width: 767px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
  .sp_only_inline {
    display: inline-block;
  }
  .pc_only_inline {
    display: none;
  }
  header .header_inner .main_copy {
    width: 240px;
    height: 160px;
    margin-bottom: 30px;
  }
  header .header_inner #site_name {
    width: 230px;
    height: 80px;
  }
  #nav-toggle {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    z-index: 990;
    display: block;
    position: absolute;
    cursor: pointer;
    background-color: white;
    width: 64px;
    top: 16px;
    right: 0;
  }
  #nav-toggle > div.menu_bar {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    padding: 10px;
  }
  #nav-toggle span {
    width: 24px;
    height: 1px;
    display: block;
    background: #F84418;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }
  #nav-toggle span:nth-child(1) {
    top: 10px;
  }
  #nav-toggle span:nth-child(2) {
    top: 18px;
    width: 18px;
  }
  #nav-toggle span:nth-child(3) {
    top: 26px;
    width: 12px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 20px;
    width: 24px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 20px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 20px;
    width: 24px;
    transform: rotate(-45deg);
  }
  nav {
    right: unset;
  }
  nav ul {
    width: 90%;
    margin: 0 auto;
  }
  nav ul li {
    float: none;
    margin: 10vh 0;
  }
  nav ul li a, nav ul li a:link,
  nav ul li a:visited {
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 28px;
    display: inline-block;
    width: 100%;
  }
  .main_menu {
    visibility: hidden;
    opacity: 0;
    width: 100%;
    height: 100dvh;
    background-color: rgba(248, 68, 24, 0.9);
    transition: 800ms;
    z-index: 900;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .open .main_menu {
    visibility: visible;
    opacity: 1;
    transition: 500ms;
  }
  #contener #contents {
    width: 90%;
  }
  #contener section .sec_ttl {
    margin-bottom: 50px;
  }
  #contener section .sec_ttl .ttl_en {
    font-size: 28px;
  }
  #contener section .sec_ttl h2 {
    font-size: 16px;
    margin-top: 10px;
  }
  #contener section#sec_message h3 {
    font-size: 18px;
    letter-spacing: 0;
  }
  #contener section#sec_message h3 .num_10 {
    width: 80px;
    height: 80px;
  }
  #contener section#sec_message p {
    font-size: 14px;
    text-align: left;
  }
  #contener section#sec_message .pic_president {
    width: 120px;
    height: 120px;
    background-size: 150px;
    background-position: 50% 10px;
  }
  #contener section#sec_message .txt_president .txt_president_post {
    font-size: 12px;
  }
  #contener section#sec_message .txt_president .txt_president_name {
    font-size: 18px;
  }
  #contener section#sec_service .box_service {
    display: block;
  }
  #contener section#sec_service .box_service .block_service {
    width: 100%;
    margin-left: 0;
  }
  #contener section#sec_service .box_service .block_service:nth-last-child(-n+2) {
    margin-bottom: 80px;
  }
  #contener section#sec_service .box_service .block_service:last-child() {
    margin-bottom: 80px;
  }
  #contener section#sec_service .box_service .block_service .ttl_en {
    font-size: 24px;
  }
  #contener section#sec_service .box_service .block_service h3 {
    font-size: 14px;
    margin-top: 10px;
  }
  #contener section#sec_service .box_service .block_service p {
    font-size: 14px;
  }
  #contener section#sec_service .box_service .block_service p br {
    display: none;
  }
  #contener section#sec_company .dl_company {
    width: 100%;
  }
  #contener section#sec_company .dl_company dt {
    float: none;
    width: 100%;
    font-size: 12px;
    line-height: 120%;
    color: rgba(255, 255, 255, 0.7);
    padding-top: 16px;
    padding-bottom: 2px;
    padding-left: 4px;
    border-top: solid 1px rgba(255, 255, 255, 0.2);
  }
  #contener section#sec_company .dl_company dd {
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 12px;
    border: none;
  }
  #contener section#sec_company .dl_company dd:last-child {
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  }
  a.btn_ll {
    width: 100%;
    font-size: 24px;
    height: 80px;
  }
}
@media print {
  #pageTop {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
