@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;600;700;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700;800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@400;700&display=swap');


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin:0; padding:0;}table { border-collapse:collapse; border-spacing:0;}fieldset,img { border:0; vertical-align:bottom;}address,caption,cite,scode,dfn,em,strong,th,var {font-style:normal; font-weight:normal;}ol,ul,li { list-style:none; padding:0; margin:0;}caption,th { text-align:left;}h1,h2,h3,h4,h5,h6 {font-size:100%;	font-weight:normal;}q:before,q:after {content:'';}abbr,acronym { border:0;}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html,body {
	width: 100%;
    overflow-x: hidden;
	scroll-behavior: smooth;
}


body{
    font-family: "Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
    font-weight: 500;
    font-size: 15px;
	color: var(--font);
    -webkit-text-size-adjust: 100%;
    letter-spacing: .5px;
    word-break: break-all;
    background-color: #fff;
}

:root {
    --white: #fff;
    --gray: #ddd;
    --light-gray: #f5f5f5;
    --yellow: #d9ab2b;
    --yellow-hover: #b78c14;
    --black: #333;
    --pink: #ca5495;
    --green: #2b8e3b;
    --green-hover: #2f998b;
    --line: #06C755;
    --line-hover: #10AE55;
    --purple: #9058a7;
    --light-purple: #f4eff7;
    --navy: #194062;
    --light-blue: #44b3e1;
    --orange: #e76207;
    --orange-hover: #af4a00;
    --red: #C52225;
    --red-hover: #af2215;
    --base: #faf4f2;
    --base2: #fbf7f0;
    --font: #333;
}


p {
    font-size: 16px;
    font-weight: 500;
    color: var(--font);
    line-height: 1.8;
    letter-spacing: .5px;
}
b {
    color: #333;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffeb4c 0%) repeat scroll 0 0;
}


/* マウスオーバー時の背景色
::selection {
    background: var(--red);
    color: #fff;
}
 */
 

.noto_sans {
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
}
/* 英語の指定 */
.gf {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
.en {
	font-family: "Alegreya Sans SC",sans-serif;
}
/* FontIcon */
.fa, .fas {
    font-weight: 900;
    padding-right: 5px;
}

.lt_txt .bg {
    position: absolute;
    top: 15px;
    left: -11px;
	z-index: 0;
    line-height: 1;
    color: rgb(229 229 229 / 30%);
    font-size: 162px;
    font-weight: 900;
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
@media (min-width: 768px) {

	.lt_txt .bg {
	    top: -138px;
	    left: -24px;
	    font-size: 130px;
	    letter-spacing: -.05em;
	}

}

button[type="submit"],
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}
button[type="submit"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
button[type="submit"]::focus,
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/* module
----------------------------------------------------*/

.mb {
	display: none !important;
}
.mod {
    font-weight: 800;
    color: var(--orange);
}
.fa {
	margin-right: 5px;
}
.p_100 {
		padding: 100px 0px;
}
.p_90 {
	padding:90px 0px;
}
.p_80 {
	padding:80px 0px;
}
.p_60 {
	padding:60px 0px;
}
.p_50 {
	padding:50px 0px;
}
.p_40 {
	padding:40px 0px;
}
.p_30 {
	padding:30px 0px;
}
.p_20 {
	padding:20px 0px;
}
.p_10 {
	padding:10px 0px;
}

.p_t_0 {
	padding-top: 0px !important;
}
.p_t_10 {
	padding-top: 10px !important;
}
.p_t_20 {
	padding-top: 20px !important;
}
.p_t_30 {
	padding-top: 30px !important;
}
.p_t_50 {
	padding-top: 50px !important;
}
.p_t_80 {
	padding-top: 80px !important;
}

.p_b_10 {
	padding-bottom: 10px !important;
}
.p_b_20 {
	padding-bottom: 20px !important;
}
.m_30 {
	margin: 30px 0px !important;
}
.m_t_5 {
	margin-top: 5px !important;
}
.m_t_10 {
	margin-top: 10px !important;
}
.m_t_12 {
	margin-top: 12px !important;
}
.m_t_20 {
	margin-top: 20px !important;
}
.m_t_30 {
	margin-top: 30px !important;
}
.m_t_40 {
	margin-top: 40px !important;
}
.m_t_50 {
	margin-top: 50px !important;
}
.m_t_60 {
	margin-top: 60px !important;
}
.m_t_80 {
	margin-top: 80px !important;
}
.m_b_5 {
	margin-bottom: 5px !important;
}
.m_b_10 {
	margin-bottom: 10px !important;
}
.m_b_12 {
	margin-bottom: 12px !important;
}
.m_b_20 {
	margin-bottom: 20px !important;
}
.m_b_30 {
	margin-bottom: 30px !important;
}
.m_b_40 {
	margin-bottom: 40px !important;
}
.m_b_50 {
	margin-bottom: 50px !important;
}
.m_b_60 {
	margin-bottom: 60px !important;
}
.m_b_80 {
	margin-bottom: 80px !important;
}
.m_l_5 {
    margin-left: 5px !important;
}
.m_r_5 {
    margin-right: 5px !important;
}
.m_r_10 {
    margin-right: 10px !important;
}
.m_r_20 {
    margin-right: 20px !important;
}
.m_r_30 {
    margin-right: 30px !important;
}
.m_r_50 {
    margin-right: 50px !important;
}
.m_l_10 {
    margin-left: 10px !important;
}
.m_l_30 {
    margin-left: 30px !important;
}
.m_l_50 {
    margin-left: 50px !important;
}
.flex_in {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.fl_l {
    float: left !important;
}
.fl_r {
    float: right !important;
}
.overflow {
    overflow: hidden;
}
.fixed{
 	 position: fixed;
 	 top: 0px;
 	 z-index: 9999;
}
.table {
	display: table;
}
.clearfix {
    display: inline-block;
    min-height: 1%;
    display: block;
    overflow: hidden;
}
.bg_blue {
    background-color: #178fbc !important;
}
.color_green {
    color: #239260 !important;
}
.color_blue {
    color: #2fa5cc !important;
}
.color_red {
	color: #FF3D3D !important;
}
.color_yellow {
	color:#FEFF2A !important;
}
.color_orange {
	color: #E17A14 !important;
}
.color_white {
	color: #fff !important;
}
.bold {
	font-weight: bold !important;
}
.b_red {
	font-weight: bold !important;
	color: #FF3D3D !important;
}
.t_left {
	text-align: left !important;
}
.t_right {
	text-align: right !important;
}
.t_center {
	text-align: center !important;
}

.f_size26 {
	font-size: 26px !important;
}

.f_size24 {
	font-size: 24px !important;
}

.f_size18 {
	font-size: 18px !important;
}
.f_size16 {
	font-size: 16px !important;
}
.f_size14 {
	font-size: 14px !important;
}
.f_size13 {
	font-size: 13px !important;
}
.f_size12 {
	font-size: 12px !important;
}
.f_size11 {
	font-size: 11px !important;
}
.f_size10 {
	font-size: 10px !important;
}

hr {
    border: none;
    border-bottom: 1px solid #EEE;
}

.p_t_50 {
	padding-top: 50px !important;
}
.b_t_g {
	border-top: 1px solid #EEE;
}
.b_b_g {
	border-bottom: 1px solid #EEE;
}
.cover_yellow {
    background: #F7F7EB;
}
.cover_gray {
    background: #f7f7f7;
}
.cover_black {
    background: #333;
}
.cover_navy {
    background: #24313c;
}
.cover_navy .head_title h2,
.cover_navy .imp_subtitle {
	color: #fff;
}
.cover_navy .head_title h2:after {
    background: #fff;
}

hr {
    border: none;
    border-bottom: 1px solid #EEE;
}
.w_80_txt {
    width: 80%;
    margin: 10px auto 0px;
    text-align: center;
}

.w_60_txt {
    width: 60%;
    margin: 10px auto 0px;
    text-align: center;
}

.bd_none {
	border: 0px !important;
}

.w_80 {
	width: 80% !important;
	margin: 0 auto;
}
.w_60 {
	width: 60% !important;
	margin: 0 auto;
}
.w_50 {
	width: 50% !important;
	margin: 0 auto;
}
.w_40 {
	width: 40% !important;
	margin: 0 auto;
}

.none {
	display: none !important;
}


/* fadein
----------------------------------------------------------- */

.fade {
    position: relative;
    transition: 0.8s;
    opacity: 0;
    transform: translate(0,150px);
    -webkit-transform: translate(0,150px);
}
.fade_left {
    position: relative;
    transition: 0.8s;
    opacity: 0;
    transform: translateX(150px);
    -webkit-transform: translateX(150px);
}
.fade_right {
    position: relative;
    transition: 0.8s;
    opacity: 0;
    transform: translateX(-150px);
    -webkit-transform: translateX(-150px);
}
.fade_down {
    position: relative;
    transition: 0.8s;
    opacity: 0;
    transform: translate(0,-150px);
    -webkit-transform: translate(0,-150px);
}
.fade_in {
    opacity: 1.0 !important;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
}

/* lauout
----------------------------------------------------*/

.inner:after, #header #g_navi:after,#content:after, #side:after,、s:after,ul:after,dl:after,#photo-view:after,.clear:after,.wrap:after,.contents-box-list:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

body.archive {
    background: #fff;
}
.page-template-page-service-page-template p {
    line-height: 1.6;
}
a {
	color: #2572a0;
	text-decoration: none;
    cursor: pointer;
}
a:link {
	color: #2572a0;
}
a:visited {
	color: #9B1818;
	text-decoration: none;
}
a:hover {
	color: #245fbb;
	text-decoration: underline;
}

.area {
    width: 1076px;
    margin: 0 auto;
    padding: 20px 0px;
}
#wrapper {
	margin: 0 auto;
}

#content {
	margin: 0 auto;
	padding: 50px 0px;
}
.home #content {
	padding-top: 0px;
	padding-bottom: 0px;
    background: #fff;
}

#content .in.flex_in {
    justify-content: center;
}
#content .in,
.inner {
	position: relative;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
}
.w_slim .inner {
    max-width: 960px;
}

body.entry,body.contact,body.confim,body.comp {
    background: #fbfbfb;
}
#content.slim .in {
    max-width: 960px;
    padding: 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
}

#main {
    max-width: 776px;
    width: calc(100% - 300px);
    margin-right: 20px;
    padding-right: 30px;
}
#main .in {
	
}
.wide #main {
	float: none;
	width: 100%;
}
#main img {
    max-width: 100%;
    height: auto;
}
body.archive #main>.head_title {
	margin-top: 0px;
}
#side {
	width: 280px;
}
#side_wrap {
	width: 280px;
}


/* スマホの場合は非表示 */
#panel-btn {
	display: none;
}


/*	html部品
----------------------------------------------------*/

input,button,textarea,select {
	/*
    font-family: 'Noto Serif JP', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
    */
    
    font-family: "Zen Kaku Gothic New","ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
    font-size: 15px;
    letter-spacing: 0.5px;
}

input[type="search"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input.login,
select {
	width: 100%;
	height: 50px;
	line-height: 1.6;
    padding: 4px 8px;
	border-radius: 5px;
	background-color: white;
    border: 2px solid #b7b7b7;
    font-weight: 500;
    color: var(--font);
    font-size: 16px;
}

select {
	width: auto;
}
#wrapper table select {
	padding: 0px 4px;
	height: 36px;
	line-height: 1.6;
}

textarea {
	width: 98% !important;
	min-height: 65px;
	padding: 4px;
	border-radius: 5px;
	background-color: white;
    border: 2px solid #b7b7b7;
    font-weight: 500;
    color: var(--font);
    font-size: 16px;
}

.chk_decision {
	display: none;
}


/* ボタン
---------------------------------*/

.button_y {
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 400px;
    min-width: 180px;
    padding: 18px 18px 18px 36px;
    font-size: 15px;
    font-weight: 600;
    background: #fff;
    box-shadow: 0 3px 6px -1px rgb(83 83 83 / 20%), 0 0 8px -4px rgb(85 85 85 / 20%);
    line-height: 1.5;
    color: #333 !important;
    border-radius: 40px;
    transition: color .2s cubic-bezier(0.33, 1, 0.68, 1);
}

.button_y .arrow {
    margin-left: 40px;
}
.arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    border-radius: 50%;
}
.arrow:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 auto auto 0;
    background-color: var(--red);
    border-radius: 50%;
    transition: transform .64s cubic-bezier(0, 0.55, 0.45, 1);
}
.arrow:after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    top: 9px;
    right: 9px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    z-index: 2;
}
.button_y:hover {
    color: var(--red-hover) !important;
    text-decoration: none;
}
a:hover .arrow:before {
    background-color: var(--red-hover);
    transform: scale(1.25);
    transition: transform .1s cubic-bezier(0.33, 1, 0.68, 1);
}

.button_n,
.button_n2,
.button_n3 {
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    padding: 14px 32px;
	font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-decoration: none;
    border-radius: 50px;
}
.button_n {
    color: #fff !important;
    background-color: var(--red);
    border: 1px solid var(--red);
}
.button_n:hover {
    color: var(--red) !important;
    background-color: #fff;
    text-decoration: none;
}
.button_n2 {
    color: var(--red) !important;
    background-color: #fff;
    border: 1px solid var(--red);
}
.button_n2:hover {
    color: #fff !important;
    background-color: var(--red);
    text-decoration: none;
}
.button_n3 {
    padding: 20px 32px;
    font-size: 18px;
    color: #fff !important;
    background-color: var(--red) ;
    border: 2px solid var(--red);
}
.button_n3:hover {
    color: var(--red) !important;
    background-color:  #fff;
    text-decoration: none;
}
.btn_area {
	margin: 40px auto 0;
	text-align: center;
}
.btn_area .button_y {
    margin: 0 auto;
}
.btn_area .button_n2 {
    margin-right: 15px;
    min-width: 120px;
}

.btn_contact {
    display: inline-block;
    width: 150px;
    text-align: center;
    padding: 20px 5px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    text-decoration: none;
    background-color: var(--red);
    transition: .7s;
}
.btn_contact .txt {
	position: relative;
	top: -2px;
}
.btn_contact:before {
    content: "";
    position: relative;
    top: 3px;
    left: -5px;
    display: inline-block;
    background: url(./images/mail_icon.svg);
    background-size: cover;
    width: 19px;
    height: 19px;
}
.btn_contact:hover {
    background-color: var(--red-hover);
	text-decoration: none;
	transition: 0.5s;
}

.btn_contact.line_btn {
	background: none;
    background-color: var(--line);
}
.btn_contact.line_btn:before {
    background: url(./images/line_icon.svg);
    background-size: cover;
}
.btn_contact.line_btn:hover {
	background: none;
    background-color: var(--line-hover);
}


.pdflink img {
    display: inline-block;
    width: 23px;
    height: 26px;
    margin-right: 5px;
    border-radius: 0;
}

.icon_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border: 1px solid #909ea0;
    border-radius: 100%;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-property: all;
    transition-delay: 0s;
}
.icon_arrow:before {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    background: url(./images/arrow_link.svg) no-repeat 50% 50%;
    background-size: 100% 100%;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-property: all;
    transition-delay: 0s;
}
a:hover .icon_arrow {
	text-decoration: none;
	background-color: #909ea0;
}
a:hover .icon_arrow:before {
	filter: brightness(0%) invert(100%);
}
.rel {
	display: block;
    margin: 10px 0px 10px!important;
    color: #999 !important;
    font-size: 11px!important;
}