@charset "UTF-8";
/* ------------------------------------------------

* Style Index
	#. Cores
	#. Layouts    :prefix[l-]
	#. Components :prefix[c-]
	#. Units
	#. Utilities  :prefix[u-]
	// #. Functions :prefix[js-]

------------------------------------------------ */
/* ------------------------------------------------
# Cores
------------------------------------------------ */
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

svg {
  width: auto;
  height: auto;
  pointer-events: none;
  backface-visibility: hidden;
  transform: translateZ(0);
}

ul {
  list-style: none;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}

body {
  font-size: 1.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0;
  color: #000;
  font-feature-settings: "palt" 1;
  -webkit-text-size-adjust: 100%;
  background-image: url("../image/bg.png");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  display: inline-block;
  opacity: 1;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
  border: none;
  background-color: initial;
}

.js-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #FDFDFD;
  z-index: 100000000;
}

/*-------------------------- SP/PC表示非表示 ------------------------------*/
.image-sp {
  display: none;
}

.content-sp {
  display: none;
}

.br-sp {
  display: none;
}

/* --------------------------------
 * smart phone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  .image-pc {
    display: none;
  }
  .content-pc {
    display: none;
  }
  .br-pc {
    display: none;
  }
  .image-sp {
    display: inline-block;
  }
  .content-sp {
    display: inline-block;
  }
  .br-sp {
    display: inline-block;
  }
}
/*-------------------------- コンテンツ幅 ------------------------------*/
/*-------------------------- 固定フォント ------------------------------*/
/* -------------------------------------------------------------------- 

   #ヘッダー

-------------------------------------------------------------------- */
header {
  width: 62.5%;
  border-top: 4px solid #425492;
  background-image: url("../image/bg_header.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 0 0 auto;
}
header .toggle-menu {
  display: none;
}
header .header-nav {
  width: 100%;
  height: 17.6vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 48px;
}
header .header-nav .logo {
  display: none;
}
header .header-nav .global-nav .menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
}
header .header-nav .global-nav .menu .nav-link {
  font-size: 16px;
  line-height: 2em;
  position: relative;
}
header .header-nav .global-nav .menu .nav-link span {
  font-family: "Cormorant Garamond", serif;
  font-size: 24px;
  color: #425492;
  font-weight: 500;
}
header .header-nav .global-nav .menu .nav-link::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000;
  transition: all 0.4s;
}
header .header-nav .global-nav .menu .nav-link:hover::before {
  width: 100%;
}
header .change-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
header .change-list .change-item {
  width: 60px;
  transition: all 0.4s;
}
header .change-list .change-item:hover {
  opacity: 0.6;
}

/* --------------------------------
 * small PC
 * -------------------------------- */
@media screen and (max-width: 1400px) {
  header {
    border-top: 3px solid #425492;
  }
  header .header-nav {
    padding-right: 32px;
  }
  header .header-nav .global-nav .menu {
    gap: 30px;
  }
  header .header-nav .global-nav .menu .nav-link {
    font-size: 12px;
  }
  header .header-nav .global-nav .menu .nav-link span {
    font-size: 18px;
  }
  header .change-list {
    gap: 12px;
  }
  header .change-list .change-item {
    width: 45px;
  }
}
/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    width: auto;
    border-top: none;
    background-image: none;
  }
  header.change-color {
    background-image: url("../image/bg_header.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  header .header-inner {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
  }
  header .toggle-menu {
    display: inline-block;
    width: 48px;
    height: 48px;
    padding: 0;
    position: relative;
  }
  header .toggle-menu span {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 1px;
    background-color: #000;
    left: 0;
    right: 0;
    margin: auto;
    top: 18px;
    transition: all 0.4s;
  }
  header .toggle-menu span:nth-child(2) {
    top: 30px;
  }
  header .toggle-menu.close span {
    transform: rotate(30deg);
    top: 24px;
  }
  header .toggle-menu.close span:nth-child(2) {
    top: 24px;
    transform: rotate(-30deg);
  }
  header .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
    width: 100%;
    height: 100vh;
    background-image: url("../image/navbg_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
    align-items: center;
    padding-top: 8.3vh;
    border-top: 4px solid #425492;
  }
  header .header-nav .logo {
    display: block;
    width: 180px;
    margin: 0 auto 110px auto;
  }
  header .header-nav .global-nav .menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 23px;
    margin-bottom: 55px;
  }
  header .header-nav .global-nav .menu .nav-link {
    text-align: center;
  }
}
/* -------------------------------------------------------------------- 

   #キービジュアル

-------------------------------------------------------------------- */
#keyvisual {
  display: flex;
}
#keyvisual .txt {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 37.5%;
  height: calc(82.4vh + 70px);
  margin: -70px 0 0 0;
  padding-bottom: 18.5vh;
}
#keyvisual .txt .logo {
  width: 66%;
}
#keyvisual .txt .sub-title {
  text-align: center;
}
#keyvisual .txt .sub-title h2 {
  font-size: 84px;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 32px;
}
#keyvisual .txt .sub-title h3 {
  font-size: 55px;
  font-weight: 400;
  background-color: #000;
  color: #fff;
  display: inline-block;
  line-height: 1em;
  padding: 8px 11px 11px 11px;
}
#keyvisual .img {
  width: 62.5%;
  height: 82.4vh;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
}
#keyvisual .img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.1);
  animation: animationZoom 6s ease-in-out forwards;
}

@keyframes animationZoom {
  100% {
    transform: scale(1);
  }
}
/* --------------------------------
 * small PC
 * -------------------------------- */
@media screen and (max-width: 1400px) {
  #keyvisual .txt {
    height: calc(82.4vh + 52px);
    margin: -52px 0 0 0;
  }
  #keyvisual .txt .sub-title h2 {
    font-size: 63px;
    margin-bottom: 24px;
  }
  #keyvisual .txt .sub-title h3 {
    font-size: 41px;
    padding: 6px 8px 8px 8px;
  }
}
/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  body {
    background-image: url("../image/bg_sp.png");
  }
  #keyvisual {
    display: block;
    border-top: 4px solid #425492;
  }
  #keyvisual .txt {
    width: 100%;
    height: 45vh;
    margin: 0;
    padding: 8.3vh 0 0 0;
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  #keyvisual .txt .logo {
    width: 180px;
    margin-bottom: 8.8vh;
  }
  #keyvisual .txt .sub-title h2 {
    font-size: 43px;
    margin-bottom: 16px;
  }
  #keyvisual .txt .sub-title h3 {
    font-size: 30px;
    padding: 8px 10px 10px 10px;
  }
  #keyvisual .img {
    width: 100%;
    height: 55vh;
  }
}
/* -------------------------------------------------------------------- 

   #アバウト

-------------------------------------------------------------------- */
#about .message {
  padding: 170px 0 0 0;
}
#about .message .message-cover {
  background-image: url("../image/about.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#about .message .section-title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  color: #425492;
  font-weight: 300;
  font-size: 120px;
  line-height: 0.8em;
  margin-top: -55px;
}
#about .message .message-warpper {
  display: flex;
  align-items: center;
  gap: 120px;
  width: calc(50% + 10.5px);
  margin: 0 0 0 auto;
  padding: 65px 0 120px 0;
}
#about .message .message-warpper h2 {
  font-size: 32px;
  writing-mode: vertical-rl;
  font-weight: 400;
  color: #425492;
}
#about .message .message-warpper p {
  font-size: 18px;
  line-height: 2em;
  font-weight: 400;
}
#about .feelings {
  width: calc(100% - 19.8vw);
  margin: -65px auto 0 auto;
  background-color: #425492;
  color: #fff;
  text-align: center;
  padding: 80px 0 120px 0;
}
#about .feelings .feelings-title {
  display: inline-block;
  font-size: 22px;
  font-weight: 400;
  background-color: #1e3873;
  padding: 16px 30px;
  position: relative;
  margin-bottom: 40px;
}
#about .feelings .feelings-title::before, #about .feelings .feelings-title::after {
  position: absolute;
  top: 0;
  left: -53px;
  content: "";
  width: 53px;
  height: 53px;
  background-image: url("../image/ribbon.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: right;
}
#about .feelings .feelings-title::after {
  transform: rotate(180deg);
  left: auto;
  right: -53px;
}
#about .feelings .feelings-figure {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 110px;
  background-image: url("../image/put.png");
  background-repeat: no-repeat;
  background-size: 50px auto;
  background-position: center;
  margin-bottom: 65px;
}
#about .feelings .feelings-figure .feelings-item {
  width: 250px;
  height: 250px;
  border-radius: 130px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .feelings .feelings-figure .feelings-item p {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 300;
}
#about .feelings .feelings-txt {
  font-size: 16px;
  line-height: 2em;
}
#about .greeting {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  padding: 120px 0 150px;
  display: flex;
  gap: 45px;
}
#about .greeting .txt {
  width: calc(100% - 445px);
}
#about .greeting .txt h2 {
  font-size: 32px;
  font-weight: 400;
  color: #425492;
  line-height: 1em;
  margin-bottom: 65px;
}
#about .greeting .txt p {
  font-size: 18px;
  line-height: 2em;
  font-weight: 400;
  color: #333333;
}
#about .greeting figure {
  width: 400px;
  text-align: right;
}
#about .greeting figure figcaption {
  font-size: 18px;
  line-height: 1.8em;
  color: #425492;
  margin-top: 20px;
}
#about .greeting figure figcaption span {
  font-size: 12px;
  color: #333333;
}

/* --------------------------------
 * small PC
 * -------------------------------- */
@media screen and (max-width: 1400px) {
  #about .message {
    padding: 127px 0 0 0;
  }
  #about .message .section-title {
    font-size: 90px;
    margin-top: -41px;
  }
  #about .message .message-warpper {
    gap: 90px;
    padding: 49px 0 90px 0;
  }
  #about .message .message-warpper h2 {
    font-size: 24px;
  }
  #about .message .message-warpper p {
    font-size: 14px;
  }
  #about .feelings {
    margin: -49px auto 0 auto;
    padding: 60px 0 90px 0;
  }
  #about .feelings .feelings-title {
    font-size: 16px;
    padding: 12px 22.5px;
    margin-bottom: 30px;
  }
  #about .feelings .feelings-title::before, #about .feelings .feelings-title::after {
    left: -45px;
    width: 45px;
    height: 45px;
  }
  #about .feelings .feelings-title::after {
    transform: rotate(180deg);
    left: auto;
    right: -45px;
  }
  #about .feelings .feelings-figure {
    gap: 82px;
    background-size: 37.5px auto;
    margin-bottom: 49px;
  }
  #about .feelings .feelings-figure .feelings-item {
    width: 187px;
    height: 187px;
  }
  #about .feelings .feelings-figure .feelings-item p {
    font-size: 27px;
  }
  #about .feelings .feelings-txt {
    font-size: 14px;
  }
  #about .greeting {
    padding: 90px 0 112px;
    gap: 33px;
  }
  #about .greeting .txt h2 {
    font-size: 24px;
    margin-bottom: 49px;
  }
  #about .greeting .txt p {
    font-size: 14px;
  }
  #about .greeting figure figcaption {
    font-size: 14px;
    margin-top: 15px;
  }
}
/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #about .message {
    padding: 0;
  }
  #about .message .message-cover {
    background-image: url("../image/about_sp.jpg");
    background-position: bottom;
    background-size: auto 100%;
    margin: 0;
    padding: 65px 0 280px 0;
  }
  #about .message .section-title {
    font-size: 65px;
    margin: 0 0 30px 0;
  }
  #about .message .message-warpper {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  #about .message .message-warpper h2 {
    font-size: 28px;
    writing-mode: initial;
    margin-bottom: 48px;
  }
  #about .feelings {
    width: calc(100% - 40px);
    margin: -25px auto 0 auto;
    padding: 55px 0;
  }
  #about .feelings .feelings-title {
    font-size: 20px;
    line-height: 1.3em;
    padding: 11px 20px;
    margin-bottom: 24px;
  }
  #about .feelings .feelings-title::before, #about .feelings .feelings-title::after {
    left: -40px;
    width: 40px;
    height: 74px;
  }
  #about .feelings .feelings-title::after {
    transform: rotate(180deg);
    left: auto;
    right: -40px;
  }
  #about .feelings .feelings-figure {
    width: 100%;
    margin: 0 auto 40px auto;
    gap: 0;
    justify-content: space-around;
    background-size: 20px auto;
  }
  #about .feelings .feelings-figure .feelings-item {
    width: 120px;
    height: 120px;
  }
  #about .feelings .feelings-figure .feelings-item p {
    font-size: 17px;
  }
  #about .feelings .feelings-txt {
    text-align: left;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  #about .greeting {
    padding: 65px 0;
    display: block;
  }
  #about .greeting .txt {
    width: 100%;
    margin: 0 auto 40px auto;
  }
  #about .greeting .txt h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 48px;
  }
  #about .greeting .txt p {
    font-size: 16px;
  }
  #about .greeting figure {
    width: 100%;
    text-align: center;
  }
}
/* -------------------------------------------------------------------- 

   #サービス

-------------------------------------------------------------------- */
#service {
  background-image: url("../image/service_bg.png");
  background-repeat: repeat-y;
  background-position: top;
  background-size: 100% auto;
}
#service .service-wrapper {
  display: flex;
  width: calc(100% - 19.8vw);
  margin: 0 auto;
}
#service .service-wrapper .service-content {
  width: 50%;
  padding: 160px 0 125px 0;
}
#service .service-wrapper .service-txt {
  text-align: center;
  width: 50%;
}
#service .service-wrapper .service-txt .service-txt-wrapper {
  position: sticky;
  top: 0;
  padding: 160px 0 125px 0;
}
#service .service-wrapper .service-txt .service-title {
  font-size: 120px;
  line-height: 0.8em;
  font-family: "Cormorant Garamond", serif;
  color: #425492;
  margin-bottom: 60px;
  font-weight: 300;
}
#service .service-wrapper .service-txt .service-subtitle {
  font-size: 32px;
  font-weight: 400;
  color: #425492;
  writing-mode: vertical-rl;
  margin: 0 auto 60px auto;
}
#service .service-wrapper .service-txt p {
  font-size: 18px;
  line-height: 2em;
}
#service .service-wrapper .service-list .service-item {
  background-color: #fff;
  margin-bottom: 45px;
}
#service .service-wrapper .service-list .service-item .service-item-txt {
  padding: 31px 40px 31px 140px;
  position: relative;
  min-height: 140px;
}
#service .service-wrapper .service-list .service-item .service-item-txt h3 {
  font-size: 22px;
  line-height: 1.8em;
  color: #425492;
  font-weight: 400;
}
#service .service-wrapper .service-list .service-item .service-item-txt p {
  font-size: 16px;
  line-height: 2em;
}
#service .service-wrapper .service-list .service-item .service-item-txt::before {
  position: absolute;
  content: "01";
  font-family: "Cormorant Garamond", serif;
  font-size: 80px;
  line-height: 0.8em;
  top: 20px;
  left: 40px;
  color: #425492;
  font-weight: 300;
}
#service .service-wrapper .service-list .service-item:nth-child(2) .service-item-txt::before {
  content: "02";
}
#service .service-wrapper .service-list .service-item:nth-child(3) .service-item-txt::before {
  content: "03";
}
#service .service-wrapper .service-list .service-item:nth-child(4) .service-item-txt::before {
  content: "04";
}
#service .service-wrapper .service-list .service-item:nth-child(5) .service-item-txt::before {
  content: "05";
}

/* --------------------------------
 * small PC
 * -------------------------------- */
@media screen and (max-width: 1400px) {
  #service .service-wrapper .service-content {
    padding: 120px 0 94px 0;
  }
  #service .service-wrapper .service-txt .service-txt-wrapper {
    padding: 120px 0 94px 0;
  }
  #service .service-wrapper .service-txt .service-title {
    font-size: 90px;
    margin-bottom: 45px;
  }
  #service .service-wrapper .service-txt .service-subtitle {
    font-size: 24px;
    margin: 0 auto 45px auto;
  }
  #service .service-wrapper .service-txt p {
    font-size: 14px;
  }
  #service .service-wrapper .service-list .service-item {
    margin-bottom: 34px;
  }
  #service .service-wrapper .service-list .service-item .service-item-txt {
    padding: 23px 30px 23px 105px;
    min-height: 105px;
  }
  #service .service-wrapper .service-list .service-item .service-item-txt h3 {
    font-size: 16px;
  }
  #service .service-wrapper .service-list .service-item .service-item-txt p {
    font-size: 14px;
  }
  #service .service-wrapper .service-list .service-item .service-item-txt::before {
    font-size: 60px;
    top: 15px;
    left: 30px;
  }
}
/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #service {
    background-image: url("../image/servece_bg_sp.png");
    padding: 60px 0;
  }
  #service .service-wrapper {
    display: block;
    width: calc(100% - 40px);
  }
  #service .service-wrapper .service-content {
    width: 100%;
    padding: 0;
  }
  #service .service-wrapper .service-txt {
    width: 100%;
  }
  #service .service-wrapper .service-txt .service-txt-wrapper {
    position: initial;
    padding: 0;
  }
  #service .service-wrapper .service-txt .service-title {
    font-size: 64px;
    margin-bottom: 30px;
  }
  #service .service-wrapper .service-txt .service-subtitle {
    font-size: 28px;
    writing-mode: initial;
    margin: 0 auto 32px auto;
  }
  #service .service-wrapper .service-txt p {
    margin-bottom: 50px;
  }
  #service .service-wrapper .service-list .service-item {
    padding: 5px;
    margin-bottom: 20px;
  }
  #service .service-wrapper .service-list .service-item .service-item-txt {
    padding: 90px 20px 35px 20px;
    min-height: auto;
  }
  #service .service-wrapper .service-list .service-item .service-item-txt h3 {
    font-size: 20px;
  }
  #service .service-wrapper .service-list .service-item .service-item-txt::before {
    font-size: 64px;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
}
/* -------------------------------------------------------------------- 

   #お問い合わせ

-------------------------------------------------------------------- */
#contact {
  padding: 160px 0;
}
#contact .contact-wrapper {
  width: 1000px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}
#contact .contact-title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
}
#contact .contact-title-wrapper h1 {
  font-size: 120px;
  font-family: "Cormorant Garamond", serif;
  color: #425492;
  line-height: 0.8em;
  font-weight: 300;
}
#contact .contact-title-wrapper h2 {
  font-size: 32px;
  color: #425492;
  font-weight: 400;
  line-height: 1.3em;
}
#contact #mailformpro {
  padding: 0px;
}
#contact #mailformpro dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 18px;
}
#contact #mailformpro dl dt {
  width: 18%;
  padding: 0;
  border: none;
  font-size: 18px;
  line-height: 42px;
  margin-bottom: 40px;
  background-color: initial;
}
#contact #mailformpro dl dt span {
  color: #ff6085;
  display: inline-block;
  font-size: 14px;
  padding-left: 9px;
}
#contact #mailformpro dl dd {
  width: 76%;
  padding: 0;
  margin-bottom: 40px;
  border: none;
}
#contact #mailformpro input {
  width: 100% !important;
  font-size: 18px;
  line-height: 2em;
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid #425492;
  background-color: #fff !important;
}
#contact #mailformpro textarea {
  width: 100% !important;
  height: 400px;
  font-size: 18px;
  line-height: 2em;
  padding: 3px 10px;
  border-radius: 4px;
  border: 1px solid #425492;
}
#contact #mailformpro .mfp_buttons {
  padding: 0;
}
#contact #mailformpro .mfp_buttons button {
  width: 180px;
  height: 60px;
  border-radius: 40px;
  background-color: initial;
  background-image: url("../image/submit.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  margin: 0 auto;
  transition: all 0.4s;
  text-shadow: none;
  border: none;
}
#contact #mailformpro .mfp_buttons button:hover {
  background-image: url("../image/submit_hover.png");
  text-shadow: none;
  box-shadow: none;
}

footer {
  background-color: #425492;
  padding: 120px 0;
  text-align: center;
}
footer small {
  font-size: 14px;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
}

/* --------------------------------
 * small PC
 * -------------------------------- */
@media screen and (max-width: 1400px) {
  #contact {
    padding: 120px 0;
  }
  #contact .contact-title-wrapper {
    margin-bottom: 60px;
  }
  #contact .contact-title-wrapper h1 {
    font-size: 90px;
  }
  #contact .contact-title-wrapper h2 {
    font-size: 24px;
  }
}
/* --------------------------------
 * iphone
 * -------------------------------- */
@media screen and (max-width: 959px) {
  #contact {
    padding: 60px 0 80px 0;
  }
  #contact .contact-title-wrapper {
    display: block;
    text-align: center;
    margin-bottom: 45px;
  }
  #contact .contact-title-wrapper h1 {
    font-size: 64px;
    margin-bottom: 30px;
  }
  #contact .contact-title-wrapper h2 {
    font-size: 28px;
  }
  #contact #mailformpro dl dt {
    width: 100%;
    margin-bottom: 0;
  }
  #contact #mailformpro dl dd {
    width: 100%;
    margin-bottom: 0;
  }
  #contact #mailformpro .mfp_buttons button {
    margin-top: 30px;
  }
}
/* --------------------------------
 * 確認画面
 * -------------------------------- */
#mfp_overlay #mfp_overlay_inner h4 {
  font-size: 18px;
  padding: 10px 0 20px 0;
}
#mfp_overlay table#mfp_confirm_table tr.mfp_colored,
#mfp_overlay table#mfp_confirm_table tr.mfp_achroma {
  background-color: initial;
}
#mfp_overlay div#mfp_overlay_inner {
  background-color: initial;
  background-image: url("../image/bg.png");
  background-position: top;
  background-repeat: repeat-y;
  background-size: 100% auto;
}
#mfp_overlay table#mfp_confirm_table tr th, #mfp_overlay table#mfp_confirm_table tr td {
  font-size: 14px;
}
#mfp_overlay .mfp_element_submit, #mfp_overlay .mfp_element_reset, #mfp_overlay .mfp_element_button, #mfp_overlay button.mfp_next, #mfp_overlay button.mfp_prev {
  background-color: #425492;
  border-radius: 100px;
  color: #fff;
  text-shadow: none;
  padding: 15px 30px;
  margin: 0 10px;
  border: none;
  background: #425492;
}
#mfp_overlay .mfp_element_submit:hover, #mfp_overlay .mfp_element_reset:hover, #mfp_overlay .mfp_element_button:hover, #mfp_overlay button.mfp_next:hover, #mfp_overlay button.mfp_prev:hover {
  background-color: #1e3873;
}
#mfp_overlay div.mfp_buttons {
  padding: 30px 0;
}

/* --------------------------------
 * アニメーション
 * -------------------------------- */
.fadeIn {
  opacity: 0;
  transition: all 2s;
}

.fadeIn.active {
  opacity: 1;
}

.fadeUp {
  opacity: 0;
  transform: translateY(30px);
  transition: all 2s;
}

.fadeUp.active {
  transform: translateY(0);
  opacity: 1;
}