@charset "utf-8";

/*
Theme Name: chitose kurashi
Description: chitose kurashi template.
Version: 1
Author: chitose kurashi
Author URI: chitose kurashi
Version: 1.0
License: chitose kurashi
*/

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
  font-size: 100%;

  scroll-behavior: smooth
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

/* dt {
  font-weight: bold;
} */

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 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: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}


/* top pc */
/* ============================================ */

/* common ---------------------------------------------*/

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

/* ※ .smponly { display: none; } は cms.css に移動（CMS モード専用） */
/*    公開サイトでは media 属性で SP CSS を制御するため style.css には置かない */

html {
  overflow-x : hidden;
    -webkit-overflow-scrolling: touch;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  letter-spacing: 1px;
  overflow-x : hidden;
    -webkit-overflow-scrolling: touch;
  max-width: 1920px;
  margin: 0 auto;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 500;
  line-height: 1.5;
}

p {
  line-height: 1.8;
}

.btn {
  transition: all .5s;
}

.btn:hover {
  opacity: .6;
}

img {
  width: 100%;
  height: auto;
}

.btn_blue {
  width: 280px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

.btn_blue a {
  background-image: linear-gradient(90deg, #008DD7, #0071BE);
  display: block;
  font-size: 16px;
  color: #fff;
  border-radius: 30px;
  padding: 20px;
}

.btn_blue:after {
  content: '';
  position: absolute;
  top: 25px;
  right: 25px;
  width: 7px;
  height: 12px;
  background-image: url(images/common/icon_arrow_white.png);
  background-size: contain;
  vertical-align: middle;
}

.pagetop a{
  position: fixed;
  bottom: 40px;
  right: 30px;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 900;
}

.breadcrumb ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 900px;
  width: 100%;
  font-size: 12px;
  padding: 20px 0;
  margin: 0 auto;
}

.breadcrumb ul .arrow:before{
  content: ">";
  padding: 0 10px;
}

.breadcrumb ul li {
  margin-bottom: 5px;
}

.breadcrumb ul li a {
  color: #008DD7;
}

.breadcrumb ul li p {
  display: inline;
  line-height: 1;
}

.under_wrap {
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

/* pc header ---------------------------------------------*/

.header {
  background-color: rgb(255, 255, 255, 0);
  max-width: 1920px;
  height: 100px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  transition: all 0.4s ease-out;
}

.header__inner {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  position: relative;
}

.header__title {
  width: 274px;
  display: none
}

@media screen and (min-width: 1050px) {
  .header__nav {
    position: static;
    transform: initial;
    background-color: inherit;
    height: inherit;
    display: flex;
    justify-content: end;
    width: 100%;
  }
}

@media screen and (min-width: 1050px) {
  .nav__items {
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}

.nav-items li {
  font-size: 14px;
  margin-right: 40px;
}

.nav-items li:last-child {
  margin-right: 20px;
}

.nav-items li .btn_contact {
  background-image: linear-gradient(90deg, #008DD7, #0071BE);
  display: block;
  font-size: 14px;
  color: #fff;
  border-radius: 30px;
  padding: 13px 30px;
  position: relative;
}

@media screen and (min-width: 1050px) {
  .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}

.header__hamburger {
  position: absolute;
  top: 0;
  right: 30px;
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hamburger {
  background-color: transparent;
  border-color: transparent;
  display: block;
  position: relative;
  z-index: 999;
  width: 40px;
}

@media screen and (min-width: 1050px) {
  .hamburger {
    display: none;
  }
}

.hamburger span {
  width: 100%;
  height: 1px;
  background-color: #333;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  margin: 8px 0;
}

.hamburger span:nth-child(2) {
  margin: 8px 0;
}

/* pc under_header ---------------------------------------------*/

.under_header {
  background-color: rgb(255, 255, 255, .8);
  height: 80px;
}

.under_header .header__title {
  display: block;
}


/* pc header scroll ---------------------------------------------*/

.header__nav.active {
  transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
  top: 5px;
  transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  top: -5px;
  transform: rotate(-45deg);
}

.header.headerColorScroll {
  background-color: rgb(255, 255, 255, .8);
  height: 80px;
  transition: all 0.4s ease-out;
}

.header.headerColorScroll .header__title {
  display: block;
}

/* pc footer ---------------------------------------------*/

.footer {
  max-width: 1920px;
  margin: 0 auto;
}

.footer .footer_wrap {
  max-width: 900px;
  margin: 0 auto;

}

.footer .footer_title h2 {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 40px;
  margin-bottom: 30px;
  color: #fff;
}

.footer .footer_title p {
  font-size: 12px;
  line-height: 1.8;
  color: #fff;
}

.footer .footer_title img {
  width: 146px;
  margin-bottom: 25px;
}

.footer .contact {
  padding: 80px 0;
  background-image: url(images/top/img_bg_contact.jpg);
  background-repeat: no-repeat;
}

.footer .contact_block {
  display: flex;
  align-items: center;
  margin-top: 60px;
}

.footer .contact_block li {
  width: 50%;
  height: 150px;
}

.footer .contact_block .left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}

.footer .contact_block .left h3 {
  font-size: 14px;
  font-weight: 500;
  margin-right: 22px;
  padding-top: 20px;
}

.footer .contact_block .left p {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  padding-top: 20px;
}

.footer .contact_block .left a {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  color: #008DD7;
  margin-bottom: 25px;
}

.footer .contact_block .left a:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  background-image: url(images/common/icon_phone_blue.png);
  background-size: contain;
  vertical-align: middle;
  position: relative;
  top: -4px;
  left: 0;
}

.footer .contact_block .right {
  display: flex;
  align-items: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0 5px 5px 0;
}

.footer .contact_block .right a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  color: #008DD7;
  position: relative;
  margin-right: 30px;
}

.footer .contact_block .right a:after {
  content: '';
  width: 6px;
  height: 12px;
  background-image: url(images/common/icon_arrow_blue.png);
  background-size: cover;
  vertical-align: middle;
  position: relative;
  top: 0;
  right: -30px;
}

.footer footer_nav {
  background-color: #FCF7F4;
}

.footer .footer_menu ul {
  display: flex;
  justify-content: space-around;
  margin: 40px 0 60px;
}

.footer .footer_menu a {
  font-size: 14px;
}

.footer .footer_info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.footer .footer_info img {
  width: 100px;
  margin-right: 35px;
  transition: all .3s;
}

.footer .footer_info img:hover {
  opacity: .6;
}

.footer .footer_info .text p {
  font-size: 12px;
  line-height: 1.8
}

.footer .base {
  background-color: #008DD7;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 10px;
}

/* 1050 -------------------------------------------------------------------------------------------------------------*/

@media(max-width:1050px) {

  .under_wrap {
    max-width: 90%;
  }

  .footer .footer_wrap {
    max-width: 90%;
  }

  /* SP時はヘッダーを白背景にしてハンバーガーの視認性を確保（TOPページは透明を維持） */
  .header {
    background-color: rgba(255, 255, 255, 0.95);
  }

  body.is-top .header {
    background-color: transparent;
  }

  body.is-top .header.headerColorScroll {
    background-color: rgba(255, 255, 255, 0.95);
  }

  .header__title {
    width: 190px;
    display: none
  }

  /* sp header menu ---------------------------------------------*/

  .header__nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 50vh;
    transform: translateX(100%);
    background-color: rgb(0, 144, 215, .95);
    transition: ease .4s;
    border-radius: 0 0 0 50px;
  }

  .nav-items {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }

  .nav-items li {
    margin: 50px;
    position: relative;
    color: #fff;
  }

  .nav-items li .btn_contact {
    padding: 15px;
    background-image: none;
    background-color: #fff;
    color: #008DD7;
  }

  .nav-items li:last-child {
    margin: 0;
  }

}

/* 870 -------------------------------------------------------------------------------------------------------------*/

@media(max-width:870px) {

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

}

/* 767: → life_smp.css */


  /* pagenation ---------------------------------------------*/

.pagenation {
	text-align: center;
	color: #ffffff;
	background-color: #f5f5f5;
	padding: 10px 50px 100px;
}

ul.page-numbers{
    display:flex;
	flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.pagenation .current{
	padding: 5px;
	margin: 5px;
	color: #ffffff;
    background: #008DD7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-numbers .dots{
  background: #008DD7;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 5px;
	margin: 5px;
}
.pagenation a{
	padding: 5px;
	margin: 5px;
	color: #ffffff;
	background: #008DD7;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 767 pagenation: → life_smp.css */

/* 添付ファイルアイコン ---------------------------------------------*/
/* ul.objectlink 内の li、および CMS が単体で出力する li.{拡張子} 両方に対応 */

.page-show-area ul.objectlink li,
.page-show-area li.pdf,
.page-show-area li.gif,
.page-show-area li.jpg,
.page-show-area li.png,
.page-show-area li.xls,
.page-show-area li.doc,
.page-show-area li.ppt,
.page-show-area li.mp3,
.page-show-area li.csv,
.page-show-area li.zip,
.page-show-area li.jtd,
.page-show-area li.rtf,
.page-show-area li.txt,
.page-show-area li.xml,
.page-show-area li.wmv,
.page-show-area li.rdf,
.page-show-area li.com {
    padding-left: 22px;
    background-repeat: no-repeat;
    background-position: 0 center;
}

.page-show-area ul.objectlink li.pdf,
.page-show-area li.pdf  { background-image: url(../images/icon/pdf.gif); }
.page-show-area ul.objectlink li.gif,
.page-show-area li.gif  { background-image: url(../images/icon/gif.gif); }
.page-show-area ul.objectlink li.jpg,
.page-show-area li.jpg  { background-image: url(../images/icon/jpg.gif); }
.page-show-area ul.objectlink li.png,
.page-show-area li.png  { background-image: url(../images/icon/png.gif); }
.page-show-area ul.objectlink li.xls,
.page-show-area li.xls  { background-image: url(../images/icon/xls.gif); }
.page-show-area ul.objectlink li.doc,
.page-show-area li.doc  { background-image: url(../images/icon/doc.gif); }
.page-show-area ul.objectlink li.ppt,
.page-show-area li.ppt  { background-image: url(../images/icon/ppt.gif); }
.page-show-area ul.objectlink li.mp3,
.page-show-area li.mp3  { background-image: url(../images/icon/mp3.gif); }
.page-show-area ul.objectlink li.csv,
.page-show-area li.csv  { background-image: url(../images/icon/csv.gif); }
.page-show-area ul.objectlink li.zip,
.page-show-area li.zip  { background-image: url(../images/icon/zip.gif); }
.page-show-area ul.objectlink li.jtd,
.page-show-area li.jtd  { background-image: url(../images/icon/jtd.gif); }
.page-show-area ul.objectlink li.rtf,
.page-show-area li.rtf,
.page-show-area ul.objectlink li.txt,
.page-show-area li.txt  { background-image: url(../images/icon/txt.gif); }
.page-show-area ul.objectlink li.xml,
.page-show-area li.xml  { background-image: url(../images/icon/xml.gif); }
.page-show-area ul.objectlink li.wmv,
.page-show-area li.wmv  { background-image: url(../images/icon/wmv.gif); }
.page-show-area ul.objectlink li.rdf,
.page-show-area li.rdf  { background-image: url(../images/icon/rdf.gif); }
.page-show-area ul.objectlink li.com,
.page-show-area li.com  { background-image: url(../images/icon/com.gif); }
