@charset "UTF-8";
/* Slider */
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900");
@import url("font-awesome.min.css");
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*--------------------------------------------------
	First View
--------------------------------------------------*/
.fv_wrap {
  position: relative;
}

.fv_wrap::after {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  vertical-align: middle;
  position: absolute;
  top: 0;
  z-index: 100;
}

.fv_wrap h2 {
  color: #015aaa;
  font-size: 72px;
  line-height: 90px;
  padding: 15px 40px;
  position: absolute;
  font-weight: 500;
  width: 600px;
  top: 70vh;
  left: 0vw;
  border-radius: 40px 40px 40px 40px;
  background-color: #fff;
  z-index: calc(infinity);
}

.sbt {
  font-size: 22px;
  color: #2e90cd;
  margin-top: -6px;
}

.mv_full {
  overflow: hidden;
}

.mv_full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 40px 40px 40px 40px;
  padding: 30px;
  height: 90vh;
  overflow: hidden;
  margin: 0;
  position: relative;
  z-index: 1;
}

.mv_full div.img_01 {
  background-image: url(../img/slide_01.jpg);
}

.mv_full div.img_02 {
  background-image: url(../img/slide_02.jpg);
}

.mv_full div.img_03 {
  background-image: url(../img/slide_03.jpg);
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.slick-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@media (max-width: 767px) {
  .fv_wrap::after {
    background-image: url(../img/.png);
    top: 0vh;
    z-index: 2;
  }
  .fv_wrap h2 {
    font-size: 9vw;
    top: 70vh;
    width: 70%;
    padding: 20px;
    line-height: 60px;
    border-radius: 40px 0px 0px 40px;
    left: calc(20% - 0vw);
    z-index: 2;
  }
  .sbt {
    font-size: 14px;
    margin-top: -6px;
  }
  .mv_full div {
    width: 100vw;
    height: 100vh;
  }
  .mv_full div.img_01 {
    background-image: url(../img/slide_01_sp.jpg);
  }
  .mv_full div.img_02 {
    background-image: url(../img/slide_02_sp.jpg);
  }
  .mv_full div.img_03 {
    background-image: url(../img/slide_03_sp.jpg);
  }
}
/*
==============================================
hatch
==============================================
*/
/*--------------------------------------------------
	追記
--------------------------------------------------*/
html {
  overflow-x: hidden;
}

.hamburger {
  position: absolute;
  top: 0;
  background: url(../img/.png) no-repeat;
  background-size: contain;
  height: 330px;
  z-index: calc(infinity);
}

.gNav .gNav-menu {
  background-color: rgba(255, 255, 255, 0);
}

.fixed_btn {
  z-index: calc(infinity);
}

@media (max-width: 767px) {
  .hamburger {
    background: url(../img/fv_top_sp.png) no-repeat;
    background-size: contain;
    height: 25vh;
    z-index: 3;
  }
  .gNav.open {
    z-index: 6;
  }
  section#service {
    margin-top: 30px;
  }
}
/* Reset */
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;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
  letter-spacing: 3px;
  background: #fff;
  font-size: 16px;
  color: #000;
  margin-top: 0px;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/*----------------------------
FV
----------------------------*/
.pc {
  width: 100%;
  display: inherit;
}

.sp {
  width: 100%;
  display: none;
}

@media screen and (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
@keyframes scroll-anim {
  from {
    opacity: 0;
    scale: 0.2;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.item {
  animation: scroll-anim linear;
  animation-timeline: view();
  animation-range: entry 0% contain 20%;
}

.fadein {
  opacity: 0;
  transform: translate(0, 0);
  transition: all 1.5s;
}
.fadein.fadein-left {
  transform: translate(-30px, 0);
}
.fadein.fadein-right {
  transform: translate(30px, 0);
}
.fadein.fadein-up {
  transform: translate(0, -30px);
}
.fadein.fadein-bottom {
  transform: translate(0, 30px);
}
.fadein.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*----------------------------
menu
----------------------------*/
body {
  padding-top: 72px;
}

main {
  display: block;
  overflow: hidden;
}

header {
  background: #fff;
  border: 0px solid red;
  height: 72px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

#fv {
  position: relative;
  width: 92.5%;
  margin: 0 auto 60px;
}

.fv--copy {
  width: 31%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 780px) {
  .fv--copy {
    width: 92%;
    bottom: -1px;
    left: -1px;
  }
}

.fv--slider {
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
  border-radius: 40px;
}
@media screen and (max-width: 780px) {
  .fv--slider {
    border-radius: 19px;
  }
}

.fv--slide {
  overflow: hidden;
}

.fv--slide img {
  width: 100%;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

/*ロゴの大きさを調整*/
.logo img {
  float: left;
  width: 180px;
  padding: 10px;
}

.gNav .gNav-menu {
  display: flex;
  padding: 20px 10px;
  background-color: #fff;
  justify-content: space-between;
}

.gNav-menu a {
  padding: 10px 10px;
  margin: 10px 15px;
  border: 0px solid red;
  text-decoration: none;
  color: #1055b0;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.gnavi li a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
}

.gnavi li.current a,
.gnavi li a:hover {
  color: #abaaaa;
}

.gnavi li a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 2px;
  background: #abaaaa;
  /*アニメーションの指定*/
  transition: all 0.3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: center top; /*上部中央基点*/
}

/*現在地とhoverの設定*/
.gnavi li.current a::after,
.gnavi li a:hover::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}

.hamburger {
  margin: 0px auto 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.imp {
  background-color: #005baa;
  color: #fff !important;
  border-radius: 20px;
  padding: 5px 30px !important;
}

/* スマホ版 */
@media screen and (max-width: 1024px) {
  .logo img {
    width: 160px;
  }
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
  .btn-gNav {
    /*ボタン内側の基点となるためrelativeを指定。
    追従するナビゲーションの場合はfixed＋top、rightといった位置をセットで指定*/
    display: none;
    position: fixed;
    background: #1055b0;
    cursor: pointer;
    border-radius: 5px;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 12;
    box-sizing: border-box;
    transition: all 400ms;
  }
  /*ボタン内側*/
  .btn-gNav span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 1px;
    background: #fff;
    position: absolute;
    width: 100%;
    transition: all 400ms;
  }
  .btn-gNav span:nth-of-type(1) {
    top: 19px;
    width: 45%;
  }
  .btn-gNav span:nth-of-type(2) {
    top: 29px;
    width: 0%;
  }
  .btn-gNav span:nth-of-type(3) {
    top: 30px;
    width: 45%;
  }
  /*activeクラスが付与されると線が回転して×になる*/
  .btn-gNav.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    width: 30%;
  }
  .btn-gNav.active span:nth-of-type(2) {
    opacity: 0;
  }
  .btn-gNav.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(135deg);
    width: 30%;
  }
  .btn-gNav {
    display: block;
  }
  .gNav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 4;
    padding-top: 80px;
    transition: 0.3s;
  }
  .gNav.open {
    right: 0;
    background-color: #fff;
  }
  .gNav .gNav-menu {
    background-color: #fff;
    padding: 0px;
    width: 100%;
    height: 100%;
    display: block;
    flex-direction: column;
    text-align: center;
    /*justify-content: center;*/
    z-index: 10;
  }
  .gNav .gNav-menu li {
    width: 100%;
    padding: 15px 0px;
  }
  .gNav .gNav-menu li a {
    color: #1055b0;
  }
}
/* --------------
Philosophy
----------------*/
#phi {
  background-color: #e9f6fe;
  padding: 100px 30px;
  background-image: url(../img/rinen.jpg);
  background-repeat: no-repeat;
  background-size: 600px 600px;
  background-position: right;
}

.yohaku {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

#phi p.eng {
  font-size: 60px;
  color: #005cac;
}

#phi h3 {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  margin-top: -10px;
  margin-bottom: 80px;
  font-size: 18px;
}

#phi h3::before {
  background-color: #1a1a1a; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 60px; /* 横線の長さ */
}

#phi h3::before {
  margin-right: 15px; /* 文字との余白 */
}

.bg {
  background: url(../img/wbg.jpg) no-repeat #e9f6fe;
}

@media screen and (max-width: 780px) {
  #phi p.eng {
    font-size: 40px;
  }
  body {
    font-size: 14px;
    font-weight: 600;
  }
}
/* --------------
works
----------------*/
#work p.eng {
  font-size: 200px;
  color: #14106e;
  margin-left: 10%;
  margin-bottom: -113px;
  font-weight: 500;
}

.w-box {
  background-color: #fff;
  width: 90%;
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  margin-left: auto;
}

.number,.number4 {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  margin-bottom: -100px;
  margin-top: 0px;
  font-size: 160px;
  color: #acd2e7;
  font-weight: 500;
  border: 0px solid #000;
}

.number::before {
  background-color: #acd2e7; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 33%; /* 横線の長さ */
}

.number::before {
  margin-right: 15px; /* 文字との余白 */
}


.number4::before {
  background-color: #acd2e7; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 33%; /* 横線の長さ */
}

.number4::before {
  margin-right: 15px; /* 文字との余白 */
}
#work h4 {
  background: #005baa;
  display: inline;
  padding: 16px 40px;
  color: #fff;
  font-size: 24px;
  position: relative;
}

.w_img {
  width: 100%;
  display: block;
  margin-top: -15px;
}

p.set {
  padding: 85px 65px 100px 65px;
  width: 40%;
  margin-bottom: 150px;
  border: 0px solid red;
}

.right {
  margin-top: -100px;
  width: 50%;
  float: right;
}

.ins {
  width: 26.5px;
}

.w-box2 {
  background-color: #fff;
  width: 90%;
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  margin-right: auto;
}
  .w-box4 {
    background-color: #fff;
    width: 90%;
    border-radius: 3px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    margin-right: auto;
	  margin-top: 60px;
  }
.left {
  width: 50%;
}

.right2 {
  margin-top: -100px;
  width: 50%;
  float: right;
}

p.set2 {
  padding: 65px 65px 0px 65px;
  width: 40%;
  margin-bottom: 50px;
  border: 0px solid red;
}

.insta {
  color: #1a1a1a;
  padding: 0px 65px 100px 65px;
  border: 0px solid red;
}

.insta img {
  margin-bottom: -5px;
}

.insta a:visited {
  color: #1a1a1a;
}

@media screen and (max-width: 780px) {
  #work p.eng {
    font-size: 80px;
    margin-left: 5%;
    margin-bottom: -46px;
  }
  .w-box {
    width: 90%;
  }
  .number {
    margin-bottom: 0px;
    margin-top: -80px;
    font-size: 90px;
  }
  .number::before {
    width: 50%; /* 横線の長さ */
  }
	.number4 {
    margin-bottom: 0px;
    margin-top: 80px;
    font-size: 90px;
  }
  .number4::before {
    width: 50%; /* 横線の長さ */
  }
  #work h4 {
    background: #005baa;
    display: inline;
    padding: 12px 20px;
    color: #fff;
    font-size: 18px;
    position: relative;
  }
  .w_img {
    width: 100%;
    display: inline;
    margin-top: 0px;
  }
  p.set {
    padding: 30px 30px;
    width: 80%;
    margin-bottom: 150px;
    border: 0px solid red;
  }
  .right {
    margin-top: 0px;
    width: 100%;
  }
  .ins {
    width: 26.5px;
  }
  .w-box2 {
    background-color: #fff;
    width: 90%;
    border-radius: 3px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
    margin-right: auto;
  }
  .left {
    width: 50%;
  }
  .right2 {
    margin-top: -100px;
    width: 50%;
    float: right;
  }
  p.set2 {
    padding: 65px 65px 0px 65px;
    width: 40%;
    margin-bottom: 50px;
    border: 0px solid red;
  }
  .insta {
    color: #1a1a1a;
    padding: 0px 65px 100px 65px;
    border: 0px solid red;
  }
  .insta img {
    margin-bottom: -5px;
  }
  .insta a:visited {
    color: #1a1a1a;
  }
}
/*==================================================
スライダーのためのcss
===================================*/
/*画像の横幅を100%にしてレスポンシブ化*/
li img {
  width: 100%;
  height: auto;
  vertical-align: bottom; /*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery {
  margin: 0 0 5px 0px;
}

.gallery li {
  list-style: none;
}

/*矢印の設定*/
/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
  position: absolute; /*絶対配置にする*/
  z-index: 3;
  top: 42%;
  cursor: pointer; /*マウスカーソルを指マークに*/
  outline: none; /*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #ccc; /*矢印の色*/
  border-right: 2px solid #ccc; /*矢印の色*/
  height: 25px;
  width: 25px;
}

.slick-prev { /*戻る矢印の位置と形状*/
  left: 2.5%;
  transform: rotate(-135deg);
}

.slick-next { /*次へ矢印の位置と形状*/
  right: 2.5%;
  transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/
.choice-btn {
  border: 0px solid red;
  margin-bottom: 15px;
}

.choice-btn li {
  cursor: pointer;
  outline: none;
  background: #333;
  width: 24% !important;
  margin: 0 1% 0 0;
  list-style: none;
}

.choice-btn li img {
  opacity: 0.2; /*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img {
  opacity: 1; /*選択されているものは透過しない*/
}

.choice-btn .slick-track {
  transform: unset !important; /*画面幅サイズ変更に伴うサムネイル固定*/
}

@media screen and (max-width: 780px) {
  p.set2 {
    padding: 30px;
    width: 80%;
    margin-bottom: 0px;
    border: 0px solid red;
  }
  .insta {
    padding: 0px 30px 30px 30px;
  }
}
/* --------------
profile
----------------*/
#profile {
  padding-top: 150px;
}

#profile .eng {
  font-size: 200px;
  text-align: center;
  color: #005ba9;
}

.p-box {
  background-color: #fff;
  border: 1px #ccc solid;
  width: 500px;
  padding: 35px;
  margin-left: 10%;
  position: relative;
  text-align: left;
}

.p-box h4 {
  align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  font-size: 20px;
  color: #005ba9;
  font-weight: 500;
  border: 0px solid #000;
  margin-bottom: 25px;
}

.p-box h4::before {
  background-color: #acd2e7; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 15%; /* 横線の長さ */
}

.p-box h4::before {
  margin-right: 15px; /* 文字との余白 */
}

.cozyspace-wrapper {
  text-align: center;
  border: 0px solid red;
}

.cozyspace-img, .cozyspace-message {
  display: inline-block;
  vertical-align: middle;
}

.icon {
  margin-top: 50px;
}

.icon img {
  margin-bottom: -5px;
}

.icon a, .insta a {
  padding-bottom: 8px;
  text-decoration: none;
  background-image: linear-gradient(90deg, #1a1a1a, #1a1a1a);
  background-size: 0 1px;
  background-position: left bottom;
  background-repeat: no-repeat;
  transition: all 0.5s;
}

.icon a:hover, .insta a:hover {
  background-size: 100% 1px;
}

img.photo {
  margin-left: 50%;
  width: 500px;
  float: right;
}

.center {
  text-align: center;
  margin-top: 100px;
}

@media screen and (max-width: 780px) {
  #profile .eng {
    font-size: 80px;
  }
  #profile {
    padding-top: 0px;
  }
  .p-box {
    width: 75%;
    padding: 30px;
    margin: auto;
    position: relative;
    text-align: left;
  }
  .p-box h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p-box h4::before {
    width: 10%; /* 横線の長さ */
  }
  .cozyspace-wrapper {
    border: 0px solid red;
  }
  img.photo {
    width: 100%;
  }
  .center {
    margin-top: 0px;
  }
}
/* --------------
contact
----------------*/
#contact {
  padding: 100px 0;
  background: url(../img/con_bg.gif) center center;
}

#contact a:visited {
  color: #fff;
}

.con {
  text-align: center;
  margin: auto;
  width: 80%;
  max-width: 1200px;
  height: 250px;
  background: url(../img/contact.jpg) no-repeat center center;
  border-radius: 3px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
}

#contact h5 {
  color: #fff;
  line-height: 210px;
  font-size: 80px;
}

.ja {
  color: #fff;
  font-size: 22px;
  margin-top: -60px;
}

.con:hover {
  opacity: 0.6;
  filter: brightness(110%);
  transition: all 0.3s;
}

@media (max-width: 780px) {
  .con {
    height: 250px;
  }
  #contact h5 {
    line-height: 210px;
    font-size: 36px;
  }
  .ja {
    font-size: 14px;
    margin-top: -60px;
  }
}
/* --------------
company
----------------*/
#company {
  background: #f4f0f1;
  padding-bottom: 100px;
}

#company p.eng {
  font-size: 200px;
  color: #005baa;
  margin-left: 10%;
}

.p5 {
  font-size: 14px;
  margin: 40px auto;
  max-width: 600px;
}

.p5 dt {
  text-align: left;
  font-weight: bold;
  padding: 14px 0 4px;
  margin-right: 15px;
}

.p5 dd {
  text-align: left;
  padding: 14px;
  border-bottom: 1px solid #ccc;
  margin-right: 15px;
}

.map {
  width: 100%;
  max-width: 500px;
  height: 200px;
}

.buil {
  width: 100%;
  max-width: 500px;
}

@media (max-width: 780px) {
  #company p.eng {
    font-size: 50px;
    margin-left: 5%;
  }
  #company {
    padding-bottom: 80px;
  }
  .p5 {
    font-size: 14px;
    margin: 10px 30px;
  }
  .p5 dd {
    text-align: left;
    padding: 14px;
    border-bottom: 1px solid #ccc;
    margin-right: 15px;
  }
  .map {
    width: 90%;
  }
  .buil {
    width: 90%;
  }
}
/* --------------
page up 
----------------*/
html {
  scroll-behavior: smooth;
}

/*リンクの形状*/
#page-top a {
  color: #333;
  position: fixed;
  bottom: 80px;
  right: 50px;
  text-decoration: none;
  display: block;
  width: 100px;
  padding: 16px 20px;
  text-align: right;
  transform: rotate(90deg);
  transform-origin: bottom right;
  border: 0px solid red;
  transition: all 0.3s;
}

.arrow1 {
  width: 48px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 50%;
  right: 119px;
}

.arrow2 {
  width: 1px;
  height: 12px;
  background: #333;
  position: absolute;
  top: calc(50% + 1px);
  right: 166px;
  transform: rotate(-130deg);
  transform-origin: top left;
}

#page-top a:hover {
  color: #ccc;
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateX(100px);
}

/*　左の動き　*/
#page-top.LeftMove {
  animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/*　右の動き　*/
#page-top.RightMove {
  animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 1;
    transform: translateX(100px);
  }
}
/* --------------
footer
----------------*/
ul {
  list-style: none;
  padding: 0;
}

.footer {
  padding: 2.5rem;
  font-size: 15px;
  color: #999;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.f_logo {
  margin-top: 0px;
  margin-bottom: 40px;
  width: 160px;
  margin-right: 0px;
}

.md-flex a {
  color: #256cba;
}

.md-flex a:visited {
  color: #256cba;
}

.copyright {
  padding-top: 50px;
  border: 0px solid red;
  font-size: 12px;
}

@media (min-width: 768px) {
  .footer {
    display: flex;
    justify-content: space-between;
  }
  .f_logo {
    margin-right: 30px;
    margin-top: -14px;
    margin-bottom: 0px;
    border: 0px solid red;
  }
  .md-flex {
    display: flex;
  }
  .md-flex li + li {
    margin-left: 20px;
  }
  .copyright {
    padding-top: 0px;
  }
}/*# sourceMappingURL=style.css.map */