@charset "UTF-8";
/*
Theme Name: Exreborn
Theme URI: https://exreborn.co.jp/
Description: Exrebornテーマ
Version: 1.0
Author: TS
*/

/* Defult */
html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,
.form_contact input {
  font-family: "Sawarabi Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  color: #323232;
  line-height: 1.8;
}
.spacing {
  letter-spacing: 0.3em;
}
section h2 span {
  color: rgba(106,182,45,1);
  font-size: 25px;
}
@media screen and (min-width:768px) {
  section h2 { font-size: 20px; margin-bottom: 30px; }
  section.first h2 { 
    background-color: rgba(106,182,45,0.7);
    color: #fff;
    padding: 5px 70px;
    font-size: 25px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
  }
}
@media screen and (max-width:767px) {
  section h2 { font-size: 17px; margin-bottom: 30px; font-weight: bold; }
  section.first h2 {
    background-color: rgba(106,182,45,0.7);
    color: #fff;
    width: 70%;
    font-size: 18px;
    padding: 5px;
    position: absolute;
    bottom: 40%;
    left: 50%;
    transform: translate(-50%, 50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
  }
}
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
img.lineqr {
  max-width: 170px;
}
a:hover {
  opacity: 0.8;
}
body {
  width: 100%;
  box-sizing: border-box;
}
div.btn a {
  width: auto;
  height: 100%;
  text-align: center;
  display: inline-block;
  justify-content: center;
  align-items: center;
  background-image: url("./images/flow_right.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  background-color: rgba(246,171,0,0.9);
  padding: 10px 50px;
  border-radius: 10px;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table tr {
  border-bottom: solid 2px white;
  margin: 0 0 10px;
  display: flex;
  align-items: baseline;
}
table tr:last-child{
  border-bottom: none;
}
table th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #52c2d0;
  color: white;
  text-align: center;
  padding: 10px 0;
}
table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
table td {
  text-align: left;
  width: 70%;
  text-align: center;
  background-color: #eee;
  padding: 10px 15px;
}

/* Font */
.fwe_bold {font-weight: 700; }
.let_space0 { letter-spacing: 0; }

/* Color */
.clr_gray { color: #4D4D4D; }
.clr_white, .clr_white p, .clr_white h2, .clr_white h3 { color: #FFFFFF; }
.bg_black { background-color: rgba(239,239,239,0.3); }

/* Layout */
.txt_left { text-align: left; }
.txt_center { text-align: center; }
.txt_right { text-align: right; }
.left {
  margin-left: 0;
  margin-right: auto;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.right {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width:768px) {
  section { padding: 100px 0; }
  .w1080 { max-width: 1080px; width: 100%; margin: 0 auto; }
  .pcnone,
  #nav_content li.pcnone { display:none; }
}
@media screen and (min-width:768px) and (max-width:1079px) {
  .w1080 { width: 99%; }
}
@media screen and (max-width:767px) {
  section { padding: 50px 0; }
  .w1080 { max-width: 100%; margin: 0 auto; padding: 0 20px; }
  .w1080.pnone { padding: 0; }
  .spnone { display:none; }
  .sp_list_ind {
    text-indent: -1em;
    margin-left: 1em;
  }
}
.w850  { max-width: 850px;  width: 100%; margin: 0 auto; }
.w800  { max-width: 800px;  width: 100%; margin: 0 auto; }
.w760  { max-width: 760px;  width: 100%; margin: 0 auto; }
.w670  { max-width: 670px;  width: 100%; margin: 0 auto; }
.w600  { max-width: 600px;  width: 100%; margin: 0 auto; }

.p_static { position: static; }
.d_block { display: block; }
.pad_30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad_50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.pad_75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.pad_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.pad_lft5 {
  padding-left: 5px;
}
.mg_btm20 {
  margin-bottom: 20px;
}
.mg_btm30 {
  margin-bottom: 30px;
}
.mg_btm40 {
  margin-bottom: 40px;
}
.mg_btm50 {
  margin-bottom: 50px;
}
.mg_btm60 {
  margin-bottom: 60px;
}
.mg_btm70 {
  margin-bottom: 70px;
}
.mg_btm75 {
  margin-bottom: 75px;
}
.mg_btm100 {
  margin-bottom: 100px;
}
.mg_lft5 {
  margin-left: 5px;
}
.mg_lft15 {
  margin-left: 15px;
}
.gmap iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
ol {
  list-style-type: decimal;
  text-align: left;
  margin-left: 1.5em;
}

/* header */
@media screen and (min-width:768px) {
  header {
    position: fixed!important;
    width: 100%;
    background-color: rgba(255,255,255,0.8);
    height: 60px;
  }
  header nav {
    height: 70px;
    position: fixed;
    right: 65px;
    width: 190px;
    z-index: 10;
  }
  header nav ul {
    margin-right: 20px;
  }
  header nav ul li {
    display: inline-block;
    margin: 5px;
  }
  header nav .btn_fullheight {
    width: 180px;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("./images/flow_right.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: auto 12px;
    background-color: rgba(246,171,0,0.9);
  }
  #nav_open { display: none; }
  #nav_open span { top: 20px; }
  header .logo {
    width: auto;
    height: 45px;
    position: absolute;
    top: 15px;
    left: 2%;
  }
  header .logo.subpage {
    height: 20px;
    top: 15px;
    left: 10px;
  }
  .pc_headermenu {
    right: 10px;
    position: fixed;
    padding: 15px 0;
  }
  .pc_headermenu li {
    display: inline-block;
    margin: 0 10px;
  }
  .pc_headermenu li a {
    color: rgba(246,171,0,0.9);
  }
}
@media screen and (max-width:767px) {
  header { height: 70px; position: relative; }
  header.top { height: auto; }
  header nav {
    height: 70px;
    position: fixed;
    right: 75px;
    width: 170px;
    z-index: 10;
  }
  header nav ul {
    margin-right: 20px;
  }
  header nav ul li {
    display: inline-block;
    margin: 5px;
  }
  header nav .btn_fullheight {
    display: none;
  }
  #nav_open {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0px;
    display: inline-block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background-color: rgba(106,182,45,0.7);
  }
  #nav_open span { top: 25px; }
  header .logo {
    width: auto;
    height: 45px;
    position: absolute;
    top: 13px;
    left: 5px;
  }
  .pc_headermenu {
    display: none;
  }
}
header { position: relative; right: 0; z-index: 10; }
header .logo img.logo3 {
  width: auto;
  height: 20px;
}
header .logo img.logo4 {
  width: 150px;
  height: auto;
  margin: 15px 0 0 15px;
}
#nav_drawer { display: inherit; }
.nav_unshown { display: none; }
#nav_open span {
  position: absolute;
  display: block;
  width: 15px;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  content: "";
  -webkit-transform: translateX(2.5rem);
	transform: translateX(2.5rem);
}
#nav_open span::before {
  position: absolute;
  top: 15px;
  display: block;
  width: 30px;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  content: "";
  -webkit-transform: translateX(0.9rem);
  transform: translateX(-0.9rem);
}
#nav_close span {
  position: relative;
  z-index: 4;
  display: block;
  width: 100px;
  height: 100px;
  margin: 20px auto;
  cursor: pointer;
}
#nav_close span::before,
#nav_close span::after {
  position: absolute;
  top: 50px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  content: "";
  transition: 0.4s;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}
#nav_close span::after { transform: rotate(-45deg); }
#nav_content {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  overflow-y: auto;
  width: 100%;
  max-width: 100%;
  height: calc(100% - 0px);
  background-color: rgba(106,182,45,0.9);
  color: #fff;
  text-align: center;
  pointer-events: none;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
  opacity: 0;
}
#nav_content ul { margin: auto; padding-top: 80px; }
#nav_content li {
  padding: 10px;
  text-align: center;
  display: block;
}
#nav_content li a { color: #fff; font-size: 15px; }
#nav_content.active {
  opacity: 1;
  pointer-events: auto;
}
#nav_open.active span {
  transform: rotate(45deg);
  width: 30px;
  top: 30px;
  right: 15px;
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
  transition: all 1s;
}
#nav_open.active span::before {
  transform: rotate(90deg);
  top: 0px;
}
#nav_content .header_sns {
  padding-top: 40px;
}
#nav_content .header_sns a {
  display: inline-block;
  margin: 0 auto;
}
#nav_content .header_sns a img {
  margin: 0 5px; 
}

/* footer */
@media screen and (min-width:768px) {
  footer .container {
    padding: 30px 0px 30px;
  }
}
@media screen and (max-width:767px) {
  footer .container {
    padding: 75px 10px 30px;
  }
}
footer p, footer a { color: #fff; }
footer .contact p, footer .contact a { color: #333; }
footer .container {
  background-color: rgba(106,182,45,0.7);
  text-align: center;
}
footer .logo {
  max-width: 200px;
  margin-bottom: 30px;
}
footer .links {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
footer .links li { display: inline-block; }
footer .links li a {
  font-weight: 300;
  font-size: 0.88rem;
  margin-right: 1.5em;
  letter-spacing: 0;
}
footer .copyright { padding: 30px 0 0; }
footer .copyright p, footer .copyright a { font-size: 13px; }
footer #page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 10;
}
footer #page_top a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-decoration: none;
}
footer .btn_fullheight {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-image: url("./images/flow_right.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: auto 12px;
  position: fixed;
  bottom: 0;
  letter-spacing: 0.2em;
  padding: 14px 0;
  z-index: 10;
  background-color: rgba(246,171,0,0.9);
}

/* TOP */
@media screen and (min-width:768px) {
  section.fv {
    background-image: url("./images/top_back.jpg");
  }
  section.concept {
    background-image: url("./images/top_back2.jpg");
  }
  section.concept .spv { display: none; }
  section.concept h2.nextsec { font-size: 25px; margin-bottom: 50px; }
  section.service { padding: 100px 0; }
  section.service img.title { width: auto; height: 77px; }
  section.service .one_col { margin: 2%; }
  section.service .two_col,
  section.service .three_col { 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  section.service .one_col .set{
    margin: 40px auto;
    width: 80%;
  }
  section.service .two_col .set {
    margin: 40px auto;
    width: 45%;
  }
  section.service .three_col .set { 
    margin: 1%;
    width: 30%;
    position: relative;
  }
  section.service .three_col .set .title {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(50%,-50%);
    text-align: center;
    width: 100%;
    background-color: rgba(255,255,255,0.7);
    padding: 20px 0;
  }
  section.service .three_col .set img {
    height: 100%;
    object-fit: fill;
  }
  section.service .three_col .set .title p {
    font-size: 18px;
    font-weight: bold;
  }
  section.service .three_col .set p.menu_title {
    font-size: 20px;
    font-weight: bold;
  }
  section.service .three_col .set 
  section.service .two_col .set img { width: 100%; }
  section.contact { padding: 100px 0; }
  section.contact h2 { margin-bottom: 50px; }
  section.contact .two_col { 
    display: flex;
    margin: 50px 0;
    justify-content: center; 
    align-items: center;
  }
  section.contact .two_col .box { 
    border: 1px solid #3d3d3d;
    border-radius: 7px;
    width: 48%;
    margin: 2%;
    text-align: center;
    height: 300px;
  }
  section.contact .two_col .box.box_text { line-height: 300px; }
  section.contact .two_col .box.box_text a { line-height: 300px; display: block; }
  section.contact .two_col .box h3 { margin-top: 0px; }
  section.contact .two_col .box p { margin: 10px 0 0px; }
  section.contact .two_col .linebox a {
    display: block;
    padding: 20px 0 30px;
    height: 250px;
  }
  section.service h3 { 
    font-size: 20px;
  }
  section.service h3 span {
    font-size: 16px;
  }
  section.fv .topnews {
    position: absolute;
    bottom: 10%;
    right: 0;
    transform: translate(0%, -10%);
    -webkit-transform: translate(0%, -10%);
    -ms-transform: translate(0%, -10%);
    max-width: 40%;
    background-color: rgba(255,255,255,0.3);
    padding: 20px 30px;
    text-align: left;
  }
  section.concept {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    padding: 100px 10px 100px;
  }
}
@media screen and (max-width:767px) {
  section.fv {
    background-image: url("./images/top_back.jpg");
  }
  section.fv h1 {
    width: 85%;
  }
  section.concept {
    background-image: url("./images/top_back2.jpg");
  }
  /*
  section.concept .spv {
    margin-bottom: 40px;
  }
  */
  section.concept h2.nextsec { font-size: 20px; padding-top: 170px; padding-bottom: 20px; }
  section.service { padding: 50px 0; }
  section.service img.title { max-width: 70%; }
  section.service .two_col .set,
  section.service .one_col {
    display: block;
    max-width: 100%;
    margin: 0 0 50px;
  }
  section.service .one_col .set{
    margin: 40px auto;
    width: 100%;
  }
  section.service .two_col .set img,
  section.service .one_col img { width: 100%; }
  section.service .three_col .set { 
    margin: 30px auto;
    width: 90%;
    position: relative;
  }
  section.service .three_col .set .title {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(50%,-50%);
    text-align: center;
    width: 100%;
    background-color: rgba(255,255,255,0.7);
    padding: 20px 0;
  }
  section.service .three_col .set img {
    height: auto;
    width: 100%;
    object-fit: cover;
    max-height: 150px;
  }
  section.service .three_col .set .title p {
    font-size: 18px;
    font-weight: bold;
  }
  section.service .three_col .set p.menu_title {
    font-size: 20px;
    font-weight: bold;
  }
  section.contact { padding: 50px 0; }
  section.contact h2 { margin-bottom: 50px; }
  section.contact .two_col { 
    margin: 50px 0 10px;
  }
  section.contact .two_col .box { 
    border: 1px solid #3d3d3d;
    border-radius: 7px;
    width: 100%;
    margin: 0;
    text-align: center;
  }
  section.contactform,
  section.privacy {
    width: 72%!important;
  }
  section.contact .two_col .box.linebox,
  section.contactform .box.linebox {
    background-image: url("./images/icon_newwindow.png");
    background-position: top 10px right 10px;
    background-repeat: no-repeat;
  }
  section.contact .two_col .box.linebox {
    margin-bottom: 15px;
  }
  section.contactform .box.linebox {
    margin-bottom: 40px;
  }
  section.contact .two_col .box .pcnone_line,
  section.contactform .linebox .pcnone_line {
    border-bottom: 1px solid #3d3d3d;
    padding-bottom: 10px;
  }
  section.contact .two_col .box.box_text { line-height: 120px; }
  section.contact .two_col .box.box_text a { line-height: 120px; display: block; }
  section.contact .two_col .box h3,
  section.contactform .linebox h3 { margin-top: 20px; margin-bottom: 0; }
  section.contact .two_col .box p,
  section.contactform .linebox p { margin: 0px 0 15px; }
  section.service h3 { 
    font-size: 25px;
  }
  section.service h3 span {
    font-size: 14px;
  }
  section.fv .topnews {
    position: absolute;
    bottom: 10%;
    right: 0;
    transform: translate(0%, -10%);
    -webkit-transform: translate(0%, -10%);
    -ms-transform: translate(0%, -10%);
    max-width: 80%;
    background-color: rgba(255,255,255,0.7);
    padding: 20px 30px;
    text-align: left;
  }
  section.concept {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    padding: 50px 0 0;
  }
  section.concept .w800 {
    max-width: 100%;
    width: auto;
    margin: 0 10px;
  }
}
section.contact .two_col .box.box_text a {
  background-image: url("./images/flow_right_black.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: auto 12px;
}
section.fv {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  height: 100vh;
  position: relative;
  padding: 0;
}
section.fv h1 {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  -webkit-transform: translate(-50%, -30%);
  -ms-transform: translate(-50%, -30%);
  max-width: 400px;
}

section.fv .topnews .title {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
section.fv .topnews .date { font-size: 13px; }
section.concept .w800 {
  background-color: rgba(255,255,255,0.5);
  padding: 20px;
}

section.concept img.title { width: auto; height: 36px; }
section.concept img.bridal_image {
  max-width: 900px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 15px 0;
  margin-bottom: 30px;
  width: 70%; 
}
section.concept p { margin: 30px 0; }
section.concept p.en { margin: -5px 0 30px; font-size: 13px; }
section.service .w1080,
section.service .w800 { text-align: center; }
section.service h2,
section.contactform h2 {
  margin-bottom: 50px;
  font-size: 25px;
  padding: 0 80px;
  position: relative;
  display: inline-block;
  color: #6AB62D;
  font-weight: bold;
}
section.service h2:before,
section.service h2:after,
section.contactform h2:before,
section.contactform h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: #6AB62D;
}
section.service h2:before,
section.contactform h2:before {
  left:0;
}
section.service h2:after,
section.contactform h2:after {
  right: 0;
}
section.service h3 { 
  letter-spacing: 0em;
  line-height: 33px;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
section.service h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  border-radius: 2px;
}
section.service .two_col .box { 
  box-shadow: 0 0 8px grey;
  width: 80%;
  padding: 20px;
  text-align: center;
  margin: -40px auto 0;
  position: relative;
  background-color: #fff;
}
section.service .two_col .box2 { 
  box-shadow: 0 0 8px grey;
  width: 80%;
  padding: 20px;
  text-align: center;
  margin: 20px auto 0;
  position: relative;
  background-color: #fff;
}
section.service .one_col .box { 
  box-shadow: 0 0 8px grey;
  width: 90%;
  padding: 20px;
  text-align: center;
  margin: -40px auto 0;
  position: relative;
  background-color: #fff;
}
section.service .two_col .box p,
section.service .one_col .box p { font-size: 13px; }
.container {
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
section.service .one_col .box a.boxlink,
section.service .two_col .box a.boxlink,
section.service .three_col .set .title a.boxlink {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.service .one_col .box a.boxlink:hover,
section.service .two_col .box a.boxlink:hover,
section.service .three_col .set .title a.boxlink:hover {
  background-color: rgba(255,255,255,0.4);
}

/* TOP_contact */
section.contact img.title { width: auto; height: 43px; }
@media screen and (max-width:767px) {
  section.contact img.title { height: 34px; }
}

/* お知らせ */
.news_list li span {
  letter-spacing: 0;
}
.pagination {
  text-align: center;
  border-top: 2px solid #37BAC2;
}
.page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 20px;
  border: 2px solid #37BAC2;
  border-radius: 50%;
  font-size: 15px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  transition: 0.5s all;
  background-color: #FFFFFF;
  color: #37BAC2;
}
.page-numbers.current {
  background-color: #37BAC2;
  color: #FFFFFF;
}
.page-numbers.prev, .page-numbers.next {
  display: none;
}
.pagenavi {
  text-align: center;
}
.blog_content p {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* サービス */
.service_detail {
  margin: 100px auto;
  padding: 0 0 20px;
}
section.service .service_detail h3 {
  font-size: 25px;
  font-weight: bold;
  color: #6AB62D;
  position: relative;
  padding: 20px 0;
  text-align: center;
  margin: 1.5em 0;
}
section.service .service_detail h3:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255,255,255,0);
}
dl.targetlist {
  border: double 4px #21b384;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}
dl.targetlist dt { font-weight: bold; margin-bottom: 10px; }
dl.targetlist dd {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
  text-align: left;
}
dl.targetlist dd:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0a4";
  position: absolute;
  left : 1em;
  color: #21b384;
}
.service_detail p.catch { font-size: 16px; }

.flow_design03 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.flow_design03 ul {
  padding: 0;
}
.flow_design03 li {
  list-style-type: none;
}
.flow_design03 dd {
  margin-left: 0;
  text-align: left;
}
.flow_design03 dd img {
  margin-top: 10px;
  max-width: 300px;
}
.flow03 {
  position: relative;
}
.flow03::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}
.flow03 > li {
  position: relative;
}
.flow03 > li:not(:last-child) {
  margin-bottom: 60px;
}
.flow03 > li .icon03 {
  font-size: 0.8em;
  width: 2em;
  height: 2em;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #8EB83C;
  display: inline-block;
  margin-right: 0.3em;
}
.flow03 > li dl {
  padding-left: 70px;
  position: relative;
}
.flow03 > li dl::before,
.flow03 > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow03 > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #8EB83C;
  border-radius: 50%;
  left: -4px;
}
.flow03 > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
.flow03 > li dl dt {
  font-size: 1.3em;
  font-weight: 600;
  color: #8EB83C;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}


/* プライバシーポリシー */
section.privacy h4 {
  font-size: 18px;
  margin: 50px 0 10px;
}

/* お問い合わせフォーム */
@media screen and (min-width:768px) {
  .form_contact .wpcf7-submit {
    padding: 20px 0;
    font-size: 20px;
    margin-top: 50px;
  }
}
@media screen and (max-width:767px) {
  .form_contact .wpcf7-submit {
    padding: 20px 0;
    font-size: 20px;
    margin-top: 30px;
  }
}
.wpcf7-spinner { width: 0; height: 0; display: none; }
.form_contact .need {
  color: #AF8250;
}
.form_contact dt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 40px 0 20px;
}
.form_contact dd { margin-bottom: 30px; font-weight: bold; }
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #b0b0b0!important;
  opacity: 1;
}
span.wpcf7-list-item-label::before, span.wpcf7-list-item-label::after { content: ""; }
.form_contact .your-name, .form_contact .your-hurigana {
  max-width: 325px;
  display: inline-block;
}
.form_contact .your-yubin {
  max-width: 160px;
  display: inline-block;
}
.form_contact .note {
  display: inline-block;
  color: #B3B3B3;
  font-size: 0.77rem;
  margin-left: 0.5em;
}
.form_contact .wpcf7-text, .form_contact .wpcf7-textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  background-color: #F5F5F5;
  box-sizing: border-box;
}
.form_contact .wpcf7-text {
  height: auto;
  padding: 20px 15px;
}
.form_contact .wpcf7-textarea {
  padding: 10px 15px;
}
.form_contact input[type="submit"] { -webkit-appearance: none; }
.form_contact input::-webkit-input-placeholder,
.form_contact input::-moz-placeholder,
.form_contact input:-moz-placeholder,
.form_contact input:-ms-input-placeholder {
  color: #B3B3B3;
  font-size: 0.77rem;
}
.form_contact .wpcf7-submit {
    cursor: pointer;
    color: #fff;
    background-color: rgba(246,171,0,0.9);
    border: none;
    border-radius: 5px;
    max-width: 250px;
    width: 100%;
}
.form_contact .wpcf7-submit:hover {
  opacity: 0.7;
}
.form_contact .wpcf7-submit:disabled {
  opacity: 0.8;
}
span.wpcf7-list-item {
  display: block;
  margin: 0 0 5px;
}
.wpcf7-form-control a {
  color: #3278FF;
  text-decoration: underline;
}
input[type=checkbox]{
  display: none;
}
span.wpcf7-list-item {
 margin-left: 0;
}
input[type=checkbox] + .wpcf7-list-item-label {
  padding-left: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 16px;
}
input[type=checkbox] + .wpcf7-list-item-label::after,
input[type=checkbox] + .wpcf7-list-item-label::before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #656565;
  width: 10px;
  height: 10px;
  top: 2px;
  left: 0;
}
input[name=youracceptance] + .wpcf7-list-item-label::after,
input[name=youracceptance] + .wpcf7-list-item-label::before {
  top: 5px;
}
input[type=checkbox] + .wpcf7-list-item-label::after {
  opacity: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  left: 2px;
  border: none;
  border-right: 1px solid #656565;
  border-bottom: 1px solid #656565;
  top: 0;
}
input[name=youracceptance] + .wpcf7-list-item-label::after {
  top: 3px;
}
input[type=checkbox]:checked + .wpcf7-list-item-label {
  color: #656565;
}
input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

/* Responsive */
@media screen and (max-width:1024px) {
  html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, sum mary, time, mark, audio, video {
    font-size: 16.5px;
  }
  .news_list li {
    flex-wrap: wrap;
  }
}
@media screen and (max-width:999px) {
  header .pc_menu {
    display: none;
  }
  .category_list {
    max-width: 481px;
    justify-content: flex-start;
    margin: 0 auto;
  }
}
@media screen and (max-width:767px) {
  footer .links {
    display: none;
  }
  br.nobr767 { display: none; }
  .top_menu .column2 .inner {
    padding: 20px;
  }
  .top_recruit .serif {
    font-size: 1.88em;
  }
  .category_list {
    max-width: 321px;
  }
  .page-numbers {
    width: 45px;
    height: 45px;
    margin: 10px;
    font-size: 13px;
    line-height: 45px;
  }
}
@media screen and (max-width:480px) {
  html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, sum mary, time, mark, audio, video {
    font-size: 14px;
    letter-spacing: 0;
  }
  .pad_30 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .pad_50 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .pad_75 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .pad_100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .mg_btm20 {
    margin-bottom: 20px;
  }
  .mg_btm30 {
    margin-bottom: 20px;
  }
  .mg_btm40 {
    margin-bottom: 30px;
  }
  .mg_btm50 {
    margin-bottom: 30px;
  }
  .mg_btm75 {
    margin-bottom: 50px;
  }
  .mg_btm100 {
    margin-bottom: 50px;
  }
  .btn_middle {
    margin: 10px 0;
  }
  .top_menu .column2 {
    width: 100%;
  }
  .top_newsbox {
    padding: 20px;
  }
  .category_list {
    padding: 20px 15px;
  }
}
@media screen and (max-width:360px) {
  .category_list {
    justify-content: center;
  }
}

/* button */
@media screen and (min-width:768px) {
  .button a {
    max-width: 400px;
    width: 100%;
    margin: 30px auto;
    padding: 40px 20px;
  }
}
@media screen and (max-width:767px) {
  .button {
    padding: 0;
  }
  .button a {
    max-width: 90%;
    margin: 30px auto 0;
    padding: 20px 5px;
  }
}
.button a { 
  display: block;
  background-color: #fff;
  border: 1px solid #3d3d3d;
  border-radius: 7px;
  color: #3d3d3d;
  text-align: center;
  background-image: url("./images/flow_right_black.svg");
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: auto 12px;
}

/* NEWS */
@media screen and (min-width:768px) {
  section.news_list_fv {
    background-image: url("./images/contact_bk.jpg");
    height: 200px;
    margin: 0 auto;
    text-align: center;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
  }
  .pagenavi .button a {
    padding: 10px 30px;
    width: 200px;
  }
}
@media screen and (max-width:767px) {
  section.news_list_fv {
    background-image: url("./images/contact_bk.jpg");
    height: 175px;
    margin: 0 auto;
    text-align: center;
    background-position: center 70%;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    padding: 0;
  }
  section.news_detail {
    padding: 50px 20px 0;
  }
  .pagenavi .button a {
    padding: 10px 30px;
    width: 100px;
    margin: 0;
  }
}
.wp-pagenavi {
  margin: 0 auto 50px;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: none;
}

.nav-below {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.nav-below a {
  font-size: 0.8em;
  font-weight: 500;
}
.nav-below .nav-wrapper.left {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-below .button {
  display: inline-block;
}
.nav-below .nav-wrapper.right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
p.blog_info { padding: 50px 0 25px; }
h3.blog_title { font-size: 17px; }

/* contact */
section.contactform {
  margin: 0 auto;
}
.contactpage_line {
  display: inline-block;
}
.contactpage_line .box {
  border: 1px solid #3d3d3d;
  border-radius: 7px;
  text-align: center;
}
section.contactform .txt_center .contactpage_line .box p {
  text-align: center;
}
.contactpage_line .box p {
  margin: 0;
}
@media screen and (min-width:768px) {
  section.contact_fv {
    background-image: url("./images/contact_bk.jpg");
    height: 200px;
    margin: 0 auto;
    text-align: center;
    background-position: center bottom;
    background-size: cover;
    position: relative;
  }
  section.contactform h3,
  section.privacy h3 { 
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 24px;
    margin-bottom: 30px;
  }
  .contactpage_line .box a {
    padding: 30px 50px 25px;
    display: block;
    width: 350px;
  }
  section.contactform .line {
    border-bottom: 2px solid #323232;
    margin-bottom: 50px;
  }
}
@media screen and (max-width:767px) {
  section.contact_fv {
    background-image: url(./images/contact_bk.jpg);
    height: 175px;
    margin: 0 auto;
    text-align: center;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    padding: 0;
  }
  section.contactform h3,
  section.privacy h3 { 
    font-size: 20px;
    letter-spacing: 0em;
    margin-bottom: 50px;
  }
  section.contactform { padding: 50px 0; }
  section.contactform .txt_center p { text-align: left; }
  section.contactform .line,
  section.contactform .form_contact { padding: 0; }
  .contactpage_line { width: 100%; }
  .contactpage_line .box a {
    padding: 0px;
    display: block;
  }
  section.contactform .line {
    position: relative;
    margin-bottom: 0px;
  }
  section.contactform .line::after {
    content:"";
    display:block;
    width:100%;
    height:1px;
    background-color:#323232;
  }
}

/* アニメーション */
.fadeIn {
  transform: translate3d(0, 50px, 0);
  transition: 1s;
  opacity: 0;
}
.fadeIn.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
/*
.fadeIn.right {
  transform: translate3d(50px, 0, 0);
  transition: 1s;
  opacity: 0;
}
.fadeIn.right.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeIn.left {
  transform: translate3d(-50px, 0, 0);
  transition: 1s;
  opacity: 0;
}
.fadeIn.left.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}*/
.fadeIn.center {
  transform: translate3d(0, 0, 0);
  transition: 1s;
  opacity: 0;
}
.fadeIn.center.animated {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}