@charset "utf-8";


@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;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;
}

:root {
	--white: #fff;
    --gray: #818181;
    --light-gray: #f5f5f5;
    --black: #333;
    --green: #4f914f;
    --brown: #685a32;
    --pink: #ca5495;
    --purple: #9058a7;
    --light-purple: #f4eff7;
    --navy: #2e5974;
    --light-navy: #546871;
    --blue: #1b75b2;
    --blue2: #1b75b2;
    --light-blue: #44b3e1;
    --orange: #FF801E;
    --yellow: #fbcc3c;
    --red: #c35050;
    --base: #f1efe7;
    --accent: #c8aa64;
    --base-border: #ddd8d1;
    --yellow-hover: #b78c14;
    --brown-hover: #6b5138;
    --navy-hover: #194999;
    --font: #8b855f;
    --bg: #f7f7f7;
}

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


body{
    font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3",Meiryo,sans-serif;
    font-weight: 500;
	font-size: 15px;
    color: #444;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0px;
    word-break: break-all;
    background-color: #fff;
}

p {
    font-size: 16px;
    font-weight: 500;
    color: #444;
    line-height: 2;
    letter-spacing: 0px;
}

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

/* 英語の指定
.gf,.en {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}
 */
/* マウスオーバー時の背景色 */
::selection {
    background: var(--blue);
    color: #fff;
}
/* FontIcon */
.fa, .fas {
    font-weight: 900;
    padding-right: 5px;
}

.shadow {
    border: 2px solid #eaeaea;
    background: #fff;
    box-shadow: 0 3px 2px -1px rgb(83 83 83 / 20%), 0 0 1px -4px rgb(85 85 85 / 15%);
}

strong,
b {
    color: #333;
    font-weight: 600;
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #fff4a9 0%) repeat scroll 0 0;
}




.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;
}


@keyframes loop {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}

@keyframes loop2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}

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

.t_center {
	text-align: center;
}
.mb {
	display: none !important;
}
.mod {
    font-weight: 600;
    color: #da1e1e;
}
.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;
}

.flex_in {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.fixed{
 	 position: fixed !important;
 	 top: 0px;
 	 z-index: 9999;
}
.table {
	display: table;
}
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;
}


/* 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;
}

a {
	color: #2572a0;
    cursor: pointer;
	text-decoration: none;
}
a:link {
	color: #2572a0;
}
a:visited {
	color: #9B1818;
	text-decoration: none;
}
a:hover {
	color: #245fbb;
	text-decoration: underline;
}

#wrapper {
	margin: 0 auto;
}

#content {
	margin: 0 auto;
	padding: 20px 0px 60px;
}

body.home #content {
	padding: 90px 0px 0px;
}
#content .in.flex_in {
    justify-content: center;
}

.in,
.inner {
	position: relative;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}
#content .in,
#content .inner {
    max-width: 800px;
}

#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 Sans JP","ヒラギノ角ゴ 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[type="number"],
input.login,
select {
	width: 100%;
	height: 42px;
	line-height: 1.6;
	padding: 4px;
	background-color: white;
}
input[type="number"] {
	width: auto;
	max-width: 80px;
}

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

textarea {
	width: 98% !important;
	min-height: 65px;
	padding: 4px;
}

.chk_decision {
	display: none;
}

input.readonly {
    background: #ddd;
    color: #555;
}

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

.button_y {
    position: relative;
	display: inline-block;
    min-width: 220px;
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    background-color: var(--blue);
    transition: .25s linear;
    -webkit-transition: .25s linear;
    -moz-transition: .25s linear;
    border: none;
    border-radius: 30px;
}

.button_y:hover {
    background-color: #001326;
    text-decoration: none;
}
.button_n {
    position: relative;
    display: inline-block;
    min-width: 200px;
    text-align: center;
    padding: 14px 32px;
	font-size: 13px;
    font-weight: 600;
    color: var(--white) !important;
    text-decoration: none;
    background-color: var(--blue);
    border: 1px solid var(--white);
    border-radius: 5px;
}
.button_n:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 18px;
    width: 8px;
    height: 8px;
    border-top: 1px solid var(--white);
    border-right: 1px solid var(--white);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.button_n:hover {
    color: var(--blue) !important;
    border-color: var(--blue) !important;
    background-color: var(--white);
    text-decoration: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}

.button_n:hover:after {
    border-color: var(--blue);
}
.button_n:after {
    content: none;
}

.button_n2 {
    position: relative;
    display: inline-block;
    min-width: 90px;
    text-align: center;
    padding: 14px 32px;
    font-size: 13px;
    font-weight: 900;
    color: #333;
    text-decoration: none;
    background-color: #ddd;
    border: 1px solid var(--white);
    border-radius: 5px;
}

.button_n2:hover {
    color: #fff;
    background-color: #999;
}

.btn {
	margin: 30px auto 0;
}
.btn_area {
	margin: 40px auto 0;
	text-align: center;
}
.btn_area a.st_btn {
	margin: 0 auto;
}

.btn_area .button_n2 {
    margin-right: 10px;
}
.btn_contact {
    display: inline-block;
    width: 320px;
    text-align: center;
    padding: 20px 5px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 900;
    color: #fff !important;
    text-decoration: none;
    background-color: var(--blue);
    transition: .7s;
}
.btn_contact .txt {
	position: relative;
	top: -2px;
}
.btn_contact:before {
    content: "";
    position: relative;
    top: 3px;
    left: -12px;
    display: inline-block;
    background: url(./images/icon_email.png);
    background-size: cover;
    width: 30px;
    height: 21px;
}
.btn_contact:hover {
    background-color: var(--navy-hover);
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}


a.st_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    min-width: 180px;
    padding: 18px 18px 18px 36px;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.5;
    border-radius: 40px;
    transition: color .2s cubic-bezier(0.33, 1, 0.68, 1);
}
.category_list li a .arrow,
a.st_btn .arrow {
    width: 32px;
    height: 32px;
    margin-left: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    position: relative;
    border-radius: 50%;
}
.category_list li a .arrow:before,
a.st_btn .arrow:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0 auto auto 0;
    background-color: var(--blue);
    border-radius: 50%;
    transition: transform .64s cubic-bezier(0, 0.55, 0.45, 1);
}

.category_list li a .arrow:after,
a.st_btn .arrow:after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none;
    top: 11px;
    right: 13px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(135deg);
    z-index: 2;
}
a.st_btn:hover {
    color: var(--blue);
    opacity: 1;
    text-decoration: none;
}

.category_list li a:hover .arrow:before,
a.st_btn:hover .arrow:before {
    transform: scale(1.25);
    transition: transform .1s cubic-bezier(0.33, 1, 0.68, 1);
}


a.arrow {
	position: relative;
}
a.arrow:after {
    content: "";
    position: absolute;
    top: 24px;
    right: 13px;
    width: 12px;
    height: 12px;
    border-top: 2px solid var(--blue);
    border-right: 2px solid var(--blue);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.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;
}