@charset "utf-8";

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

html, body, div, span, 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 {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
/*font: inherit;*/
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}




/* sanitize.css */
/* Document
 * ========================================================================== */

/**
 * Add border box sizing in all browsers (opinionated).
 */

*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */

html {
cursor: default; /* 1 */
line-height: 1.8; /* 2 */
-moz-tab-size: 4; /* 3 */
tab-size: 4; /* 3 */
-webkit-tap-highlight-color: transparent /* 4 */;
-ms-text-size-adjust: 100%; /* 5 */
-webkit-text-size-adjust: 100%; /* 5 */
word-break: break-word; /* 6 */
letter-spacing: 0.05em;
}

/* Sections
 * ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */


/* Grouping content
 * ========================================================================== */

/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */

hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */

main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

ol,
ul {
list-style: none;
margin: 0px;
padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: normal;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */

/*
 * Change the alignment on media elements in all browsers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */

iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */

img {
	border-style: none;
	display: block;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */

/**
 * Collapse border spacing in all browsers (opinionated).
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Forms
 * ========================================================================== */

/**
 * Remove the margin on controls in Safari.
 */

button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */

button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */

fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */

input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */

select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */

textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */

:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */

/*
 * Add the correct display in Edge 18- and IE.
 */

details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction
 * ========================================================================== */

/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */

/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */

[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */

[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */

[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* end sanitize.css */


/* #############################
                   custom css
############################# */

/* ## inView ## */
.animateTarget {
    transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.animateTarget-easeOutBack { transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275); }
.animateTarget-delay125 { transition-delay: 125ms; }
.animateTarget-delay250 { transition-delay: 250ms; }
.animateTarget-delay375 { transition-delay: 375ms; }
.animateTarget-delay500 { transition-delay: 500ms; }
.animateTarget-delay625 { transition-delay: 625ms; }
.animateTarget-delay750 { transition-delay: 750ms; }
.animateTarget-delay1000 { transition-delay: 1000ms; }
.animateTarget-delay1250 { transition-delay: 1250ms; }
.animateTarget-delay1500 { transition-delay: 1500ms; }

.animation_fadeIn { opacity: 0; }
.animation_fadeIn.animated { opacity: 1; }
.animation_fadeInDown { opacity: 0; position: relative; bottom: -2rem; }
.animation_fadeInDown.animated { opacity: 1; bottom: 0; }
.animation_fadeInRight { opacity: 0; position: relative; right: -2rem; }
.animation_fadeInRight.animated { opacity: 1; right: 0; }
.animation_fadeInLeft { opacity: 0; position: relative; right: -2rem; }
.animation_fadeInLeft.animated { opacity: 1; right: 0; }
.animation_fadeInZoom { opacity: 0; transform:scale(0.5); }
.animation_fadeInZoom.animated { opacity: 1; transform:scale(1); }

/* ===== base ===== */
:root {
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6em;
}
body {
	color: #716f63;
	overflow-x: hidden;
}

a,
a:visited {
	transition: opacity 300ms 0s ease;
	text-decoration: none;
	color: #716f63;
}
a:hover {
    opacity: 0.7;
    /*text-decoration: underline;*/
}
a.txt_link{
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.ttal_center{
text-align: center!important;
}
.ttal_left{
text-align: left!important;
}
.ttal_right{
text-align: right!important;
}

.icon_box{ margin-bottom: 2em; }
.icon_box img{
	width: 65px;
	height: auto;
}

/**パンくず**/
#bread_list{
max-width: 1200px;
padding-left: 50px;
padding-right: 50px;
margin-left: auto;
margin-right: auto;
letter-spacing: -.4em;
padding-top: 30px;
}
#bread_list li{
display: inline-block;
font-size: 0.75em;
letter-spacing: 0.1em;
}
#bread_list li a,#bread_list li span{
padding-left: 0.5em;
padding-right: 0.5em;
}
#bread_list li:before{
content: "＞";
display: inline-block;
font-size: 1em;
vertical-align: middle;
height: 2em;
}
#bread_list li:first-child:before{
display: none;
}


/**電話番号リンク**/
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}

/**ロゴ**/
.logofont{
	font-family: 'Ubuntu', sans-serif;
	display: inline-block;
	font-size: 160%;
	letter-spacing: 0em;
	margin-right: 0.1em;
}

/**section**/
section[id^="sect_"]{
	padding-top: 60px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	text-align: center;
}
#bread_list + section[id^="sect_"]{
padding-top: 30px;
}

main section:last-child{	padding-bottom: 140px!important;}

/**box**/
[class^="flex_"]{ display:flex;}


[class*="w500"]{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}
[class*="w600"]{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}
[class*="w700"]{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}
[class*="w800"]{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}
[class*="w900"]{
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}
[class*="w1000"]{
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}
[class*="w1100"]{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
}
[class*="w1200"]{
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
}
[class*="w1300"]{
max-width: 1300px;
margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
}
[class*="w1400"]{
max-width: 1400px;
margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
}
[class*="w1500"]{
max-width: 1500px;
margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
}

[class*="w100per_col"]{
display: flex;
display: -webkit-box; /*Android4.3*/
display: -moz-box;    /*Firefox21*/
display: -ms-flexbox; /*IE10*/
display: -webkit-flex; /*PC-Safari,iOS8.4*/
overflow: hidden;}
.w100per_col02{}
.w100per_col02 > *{
width: 50%;
float: left;
}
.w100per_col02 > *:first-child{
text-align: right;
}
.w100per_col02 > *:first-child .partit_box{
width: 600px;
padding-left: 50px;
text-align: left;
float: right;
padding-right: 30px;
}
.w100per_col02 > *:last-child{
text-align: left;
}
.w100per_col02 > *:last-child .partit_box{
max-width: 600px;
padding-right: 50px;
}

.w100per_col04 > *{ width: 25%; float: left;}
.w100per_col05 > *{ width: 20%; float: left;}
.w100per_col03 > *{
width : 33% ;  /* IE8以下とAndroid4.3以下用フォールバック */ 
width : -webkit-calc(100% / 3) ;
width : calc(100% / 3) ;}

/**縦分割フォーマット**/
ul[class^="col_"]{
display:-webkit-box;
display:-moz-box;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:flex;
justify-content: center;
flex-wrap: wrap;
}
ul[class^="col_"]>li{ float: left; position: relative;}
ul[class^="col_02"]>li{ width: 48.5%; margin-right: 3%;}
ul[class^="col_02"]>li:nth-of-type(2n){ margin-right: 0px;}
ul[class^="col_03"]>li{ width: 31%; margin-right: 3.5%;}
ul[class^="col_03"]>li:nth-of-type(3n){margin-right: 0;}
ul[class^="col_04"]>li{ width: 22.3%; margin-right: 3.6%;}
ul[class^="col_04"]>li:nth-of-type(4n){margin-right: 0px;}

/* PC,SP表示切替 */
[class*="pc_only"]{ display: inline-block!important; }
.pc_onlyBL{ display: block!important;}
.pc_onlyIN{	display: inline!important;}
[class*="sp_only"]{ display: none!important; }


/**table**/


/**見出し**/
/***下位ページタイトル**/

/**矢印入りbox**/
.arr_box{
background-color: #EBEBEB;
position: relative;
}
.arr_box:before{
content: "";
position: absolute;
left: 0;
right: 0;
top: 0px;
display: block;
width: 0;
height: 0;
margin: 0 auto;
border-style: solid;
border-width: 32px 42px 0 42px;
border-color: #FFFFFF transparent transparent;
}
.nfound{
	text-align: center;
	line-height: 2em;
}
.nfound strong{
	font-size: 1.75rem;
	display: block;
	padding-bottom: 1em;
	color: #02419a;
	line-height: 1.5em;
}
.nfound p{}


/* ##### responsive ##### */
@media screen and (max-width: 798px) {
	html {
	line-height: 1.6; /* 2 */
	}
    :root {
	font-size: 14px;
    }
    body {
        max-width: 100vw;
        overflow-x: hidden;
    }
	body#top{
		padding-top: 70px;
	}
	

    /**パンくず**/
    #bread_list{
    max-width: initial;
    padding-left: 4vw;
    padding-right: 4vw;
    padding-top: 20px;
    }

    /**電話番号リンク**/
    a[href*="tel:"] {
    pointer-events: auto;
    } 
    
    
    /**BOX**/
    [class*="w500"],[class*="w600"],[class*="w700"],[class*="w800"],[class*="w900"],[class*="w1000"],[class*="w1100"],[class*="w1200"],[class*="w1300"],[class*="w1400"],[class*="w1500"]
    {
	width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    }
    
    .w500-full,.w600-full,.w700-full,.w800-full,.w900-full,.w1000-full,.w1100-full,.w1200-full,.w1300-full,.w1400-full,.w1500-full{
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

	[class*="w100per_col"]{
	display: flex!important;
	display: -webkit-box!important; /*Android4.3*/
	display: -moz-box!important;    /*Firefox21*/
	display: -ms-flexbox!important; /*IE10*/
	display: -webkit-flex!important; /*PC-Safari,iOS8.4*/
	}
    .w100per_col02{
    display: block; 
    }
    .w100per_col02 > *{
    width: 100%;
    }
    .w100per_col02 > * .partit_box{ max-width: initial!important;}
    
    .w100per_col02 > *:first-child{
    }
    .w100per_col02 > *:first-child .partit_box{
    width: 100%;
    padding-left: 5vw;
    text-align: left;
    float: left;
    padding-right: 5vw;
    }
    .w100per_col02 > *:last-child{
    }
    .w100per_col02 > *:last-child .partit_box{
    width: 100%;
    padding-left: 5vw;
    text-align: left;
    float: left;
    padding-right: 5vw;
    }


	.w100per_col04 > *{ width: 50%;}
	.w100per_col03 > *{ width: 100%;}

/**縦分割フォーマット**/
    ul[class^="col_"]{ display: block; }
    ul[class^="col_"]>li{}
    ul[class^="col_02"]>li{ width: 48.5%; margin-right: 3%; margin-bottom: 0.5em; }
    ul[class^="col_02"]>li:nth-of-type(2n){ margin-right: 0px;}
    ul[class^="col_03"]>li{ width: 48.5%; margin-right: 3%; margin-bottom: 0.5em; }
    ul[class^="col_03"]>li:nth-of-type(3n){ margin-right: 3%;}
	ul[class^="col_03"]>li:nth-of-type(2n){ margin-right: 0px;}
    ul[class^="col_04"]>li{ width: 48.5%; margin-right: 3%; }
    ul[class^="col_04"]>li:nth-of-type(4n){ margin-right: 0px;}
	ul[class^="col_04"]>li:nth-of-type(2n){ margin-right: 0px;}
    
	ul[class^="col_"][class$="-sp100per"]>li{width: 100%; margin-right: 0px;}
	
	/**section**/
    section[id^="sect_"]{
	padding: 40px 0px;
	overflow: hidden;
    }
	main section:last-child {
		padding-bottom: 80px!important;
	}
    /* PC,SP表示切替 */
    [class*="pc_only"]{ display: none!important; }
    [class*="sp_only"]{ display: inline-block!important;; }
    .sp_onlyBL{ display: block!important;}
    .sp_onlyIN{ display: inline!important;}
    
	/**見出し**/

    /**table**/
 
    /**見出し**/


}
