@charset "UTF-8";
/* Utility
---------------------------------------------------------- */
/* clear fix */
.clearfix:after, #subContents #subInfoWrap #subInfo li:after {
  content: " ";
  display: block;
  clear: both; }

/* Common
---------------------------------------------------------- */
/* font size */
html {
  font-size: 62.5%; }

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
  color: #333;
  background-color: #fcfaf4;
  background-image: url("/img/bg_island.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain; }

/* link */
a {
  text-decoration: none;
  color: #333; }

/* Style
---------------------------------------------------------- */
/* ++++++++++++++++++++
 Parts
++++++++++++++++++++ */
.flagTitle {
  color: #fff;
  padding: 20px;
  background: #0068b7; }
  .flagTitle h1 {
    font-size: 60px;
    font-size: 6rem;
    line-height: 100%;
    font-weight: bold; }
  .flagTitle h2 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 100%;
    font-weight: bold; }

/* ++++++++++++++++++++
 header
++++++++++++++++++++ */
#headerWrap {
  box-shadow: 0 0 10px 5px rgba(3, 3, 3, 0.3);
  position: relative;
  z-index: 100;
  background: #fff; }

#headerBox {
  margin: 0 auto; }

#mainLogo {
  padding: 5px 0;
  float: left; }

#gNavWrap ul.gnav {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 27px;
  font-weight: bold; }
  #gNavWrap ul.gnav li {
    float: left; }
    #gNavWrap ul.gnav li a {
      color: #888; }
    #gNavWrap ul.gnav li a:hover {
      color: #ff4900; }

/* ++++++++++++++++++++
 subContents
++++++++++++++++++++ */
#subContents #subInfoWrap {
  padding: 60px 20px 20px;
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 3px rgba(3, 3, 3, 0.2); }
  #subContents #subInfoWrap h1 {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 75%;
    max-width: 290px;
    color: #fff;
    background: #0068b7;
    font-size: 30px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    box-shadow: 3px 3px 4px 0 rgba(3, 3, 3, 0.2); }
    #subContents #subInfoWrap h1:after {
      content: " ";
      width: 0;
      height: 0;
      left: 3px;
      bottom: -7px;
      overflow: hidden;
      display: block;
      position: absolute;
      border-top: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #0057a6;
      border-left: 7px solid transparent;
      transform: rotate(45deg); }
  #subContents #subInfoWrap #subInfo li {
    padding: 10px 0;
    border-bottom: 1px dashed #888; }
    #subContents #subInfoWrap #subInfo li h2 {
      float: left;
      width: 100px;
      padding: 0 10px;
      margin: 0 10px 0 0;
      text-align: center;
      color: #fff;
      background: #0068b7; }
    #subContents #subInfoWrap #subInfo li p {
      float: left;
      margin: 0 30px 0 0; }
#subContents #subContactWrap {
  border-radius: 5px;
  box-shadow: 2px 2px 5px 3px rgba(3, 3, 3, 0.2);
  padding: 60px 20px 40px;
  position: relative;
  background: #fff; }
  #subContents #subContactWrap h1 {
    position: absolute;
    top: 10px;
    left: -10px;
    width: 75%;
    max-width: 290px;
    color: #fff;
    background: #0068b7;
    font-size: 30px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    box-shadow: 3px 3px 4px 0 rgba(3, 3, 3, 0.2); }
    #subContents #subContactWrap h1:after {
      content: " ";
      width: 0;
      height: 0;
      left: 3px;
      bottom: -7px;
      overflow: hidden;
      display: block;
      position: absolute;
      border-top: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 7px solid #0057a6;
      border-left: 7px solid transparent;
      transform: rotate(45deg); }
  #subContents #subContactWrap p {
    padding: 15px 0 20px; }
  #subContents #subContactWrap a {
    display: block;
    margin: 0 auto;
    width: 90%;
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    background: #0068b7;
    border-radius: 5px; }

/* ++++++++++++++++++++
 footer
++++++++++++++++++++ */
#footerWrap {
  margin: 80px 0 0;
  padding: 30px 0 20px;
  box-shadow: 0 -5px 10px 5px rgba(3, 3, 3, 0.2);
  background: #fff; }

#footer {
  width: 160px;
  margin: 0 auto;
  cursor: pointer; }
  #footer img {
    width: 160px; }

/* index.php
---------------------------------------------------------- */
/* ++++++++++++++++++++
 mainVisual
++++++++++++++++++++ */
#mainVisualWrap {
  height: 460px;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 0;
  background-color: #fff;
  background-image: url("/img/mainvisual_bg.jpg");
  background-repeat: repeat-x; }
  #mainVisualWrap #mainVisualLoading {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 0; }
  #mainVisualWrap #mainVisual {
    position: relative;
    padding: 20px 40px 40px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 5px;
    z-index: 10; }
  #mainVisualWrap h1 {
    text-align: center;
    margin: 0 auto 20px; }
    #mainVisualWrap h1 img {
      width: 260px; }

/* ++++++++++++++++++++
 mainNav
++++++++++++++++++++ */
#mainNav li {
  position: relative;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 3px rgba(3, 3, 3, 0.2);
  overflow: hidden;
  background: #fff; }
  #mainNav li a, #mainNav li section {
    width: 100%;
    height: 100%;
    display: block; }
  #mainNav li div.blueBar {
    color: #fff;
    line-height: 20px;
    text-align: center;
    width: 100%;
    background: #0068b7; }

/* profile.php
---------------------------------------------------------- */
/* ++++++++++++++++++++
 profile
++++++++++++++++++++ */
#profileBox {
  box-sizing: border-box;
  padding: 30px 30px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 3px rgba(3, 3, 3, 0.2);
  background: #fff; }

#profileLeft ul li {
  padding: 0 0 20px;
  position: relative;
  z-index: 1;
  text-align: center; }
  #profileLeft ul li .profileIcon {
    width: 160px;
    height: 160px;
    border-radius: 80px;
    overflow: hidden;
    box-shadow: 2px 2px 5px 3px rgba(3, 3, 3, 0.2) inset;
    margin: 0 auto; }
    #profileLeft ul li .profileIcon img {
      position: relative;
      z-index: -1; }
  #profileLeft ul li p {
    padding: 10px 0; }

/* ++++++++++++++++++++
 service
++++++++++++++++++++ */
#serviceWrap {
  padding: 40px 0 0;
  border-top: solid #888 1px; }

#serviceBox ul {
  box-sizing: border-box;
  margin: 10px 0 0;
  display: flex;
  flex-wrap: wrap; }
  #serviceBox ul li {
    border-radius: 5px;
    box-shadow: 2px 2px 5px 3px rgba(3, 3, 3, 0.2);
    overflow: hidden;
    background: #fff; }
    #serviceBox ul li h1 {
      text-align: center;
      font-weight: bold;
      color: #0068b7; }

/* contact.php
---------------------------------------------------------- */
/* ++++++++++++++++++++
 contact
++++++++++++++++++++ */
#contactBox {
  box-sizing: border-box;
  padding: 30px 30px;
  border-radius: 5px;
  box-shadow: 2px 2px 5px 3px rgba(3, 3, 3, 0.2);
  background: #fff; }
  #contactBox h1 {
    font-size: 30px;
    font-size: 3rem;
    color: #0068b7;
    line-height: 100%;
    font-weight: bold;
    text-align: center; }

#contactAtt {
  padding: 20px 20px 0; }

#contactErrMsg {
  padding: 10px 30px 0;
  color: #d11;
  display: none; }

#contactForm ul {
  width: 100%; }
  #contactForm ul li {
    border-bottom: 1px solid #888; }
    #contactForm ul li div.contactQuestion label {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 130%;
      font-weight: bold;
      color: #888; }
      #contactForm ul li div.contactQuestion label.required:after {
        font-size: 10px;
        font-size: 1rem;
        vertical-align: super;
        content: ' ※';
        color: #d11; }
    #contactForm ul li div.contactQuestion p.formAtt {
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 150%;
      color: #d11;
      padding: 0 0 0 5px; }
    #contactForm ul li div.contactAnswer {
      flex: 1;
      word-wrap: break-word;
      min-width: 0; }
      #contactForm ul li div.contactAnswer input, #contactForm ul li div.contactAnswer textarea {
        padding: 3px 5px;
        border: 1px solid #ccc;
        width: 100%;
        box-sizing: border-box; }
      #contactForm ul li div.contactAnswer textarea {
        min-height: 150px; }
      #contactForm ul li div.contactAnswer p.formErr {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 150%;
        color: #d11;
        display: none; }

#contactSendWrap {
  padding: 0 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  #contactSendWrap a {
    flex: 1;
    display: block;
    margin: 5px auto;
    width: 90%;
    min-width: 200px;
    max-width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
    color: #fff;
    border-radius: 5px; }
    #contactSendWrap a.btnSend {
      background: #0068b7; }
    #contactSendWrap a.btnBack {
      background: #aaa; }

/* media Query
---------------------------------------------------------- */
/* ++++++++++++++++++++
 スマホ
++++++++++++++++++++ */
@media (max-width: 739px) {
  .flagTitle {
    padding: 20px;
    margin: 0 0 10px; }
    .flagTitle p {
      padding: 20px 0 0; }

  /* ++++++++++++++++++++
   header
  ++++++++++++++++++++ */
  #headerWrap {
    position: absolute;
    width: 100%; }

  #headerBox {
    height: 75px;
    overflow: hidden;
    padding: 0 20px 5px; }

  #mainLogo {
    width: 170px;
    height: 65px; }
    #mainLogo img {
      height: 65px; }

  #gNavWrap #spMenu {
    color: #888;
    float: right;
    line-height: 75px;
    font-size: 40px;
    font-size: 4rem; }
    #gNavWrap #spMenu.open {
      color: #ff4900; }
  #gNavWrap ul.gnav {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    #gNavWrap ul.gnav li {
      padding: 5px 20px;
      margin: 10px; }

  /* ++++++++++++++++++++
   subContents
  ++++++++++++++++++++ */
  #subContents {
    padding: 40px 20px 0; }
    #subContents #subInfoWrap {
      margin: 0 0 40px; }
      #subContents #subInfoWrap #subInfo li h3 {
        clear: both;
        padding: 10px 0 0; }
      #subContents #subInfoWrap #subInfo li p {
        margin: 0; }
    #subContents #subContactWrap a {
      font-size: 18px;
      font-size: 1.8rem; }

  /* ++++++++++++++++++++
   mainContent
  ++++++++++++++++++++ */
  #mainWrap {
    padding: 75px 0 0; }

  /* ++++++++++++++++++++
   mainVisual
  ++++++++++++++++++++ */
  #mainVisualWrap #mainVisual {
    margin: 20px 20px 0;
    padding: 20px 20px 40px; }
  #mainVisualWrap h1 {
    width: 100%;
    max-width: 450px;
    margin: 0 auto 20px; }
    #mainVisualWrap h1 img {
      width: 100%; }

  /* ++++++++++++++++++++
   mainNav
  ++++++++++++++++++++ */
  #mainNavWrap {
    padding: 40px 5px 0; }

  #mainNav li {
    box-sizing: border-box;
    margin: 0 10px 20px; }
    #mainNav li a {
      display: flex;
      flex-wrap: wrap; }
    #mainNav li h1 {
      width: 100px;
      text-align: center;
      font-size: 20px;
      font-size: 2rem;
      font-weight: bold;
      color: #0068b7;
      padding: 10px 0; }
      #mainNav li h1 i {
        font-size: 50px;
        font-size: 5rem;
        line-height: 130%; }
    #mainNav li p {
      flex: 1;
      padding: 10px 10px 0 0; }
    #mainNav li div.blueBar {
      padding: 5px 0; }

  /* ++++++++++++++++++++
   profile
  ++++++++++++++++++++ */
  #profileWrap {
    margin: 0 auto 40px; }

  #profileBox {
    padding: 20px 0 0;
    margin: 20px 10px 0; }

  #profileLeft {
    padding: 20px 20px 0; }
    #profileLeft ul li {
      text-align: center; }

  #profileRight {
    padding: 0 20px 20px; }

  /* ++++++++++++++++++++
   service
  ++++++++++++++++++++ */
  #serviceWrap {
    margin: 0 auto 40px; }

  #serviceBox {
    padding: 15px; }
    #serviceBox ul li {
      width: 100%;
      margin: 0 0 10px;
      padding: 10px; }
      #serviceBox ul li section {
        display: flex;
        flex-wrap: wrap; }
      #serviceBox ul li h1 {
        width: 130px;
        height: 80px;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 100%; }
        #serviceBox ul li h1 i {
          font-size: 50px;
          font-size: 5rem;
          line-height: 120%; }
      #serviceBox ul li p {
        flex: 1;
        padding: 10px 10px 0 0; }

  /* ++++++++++++++++++++
   contact
  ++++++++++++++++++++ */
  #contactWrap {
    margin: 0 auto 40px; }

  #contactBox {
    padding: 20px 10px;
    margin: 20px 10px 0; }

  #contactForm {
    padding: 10px; }
    #contactForm li div.contactQuestion {
      padding: 5px 0; }
    #contactForm li div.contactAnswer {
      padding: 5px 0; } }
/* ++++++++++++++++++++
 タブレット
++++++++++++++++++++ */
@media (min-width: 740px) and (max-width: 1039px) {
  .flagTitle {
    padding: 20px;
    margin: 0 0 10px; }
    .flagTitle p {
      padding: 20px 0 0; }

  /* ++++++++++++++++++++
   header
  ++++++++++++++++++++ */
  #headerBox {
    padding: 0 20px 5px; }

  #mainLogo {
    width: 170px;
    height: 65px; }
    #mainLogo img {
      height: 65px; }

  #gNavWrap {
    float: right; }
    #gNavWrap #spMenu {
      display: none; }
    #gNavWrap ul.gnav li {
      margin: 45px 0 0 40px; }

  /* ++++++++++++++++++++
   subContents
  ++++++++++++++++++++ */
  #subContents {
    padding: 40px 20px 0; }
    #subContents #subInfoWrap {
      margin: 0 0 40px; }
      #subContents #subInfoWrap #subInfo li {
        line-height: 30px;
        height: 30px; }
        #subContents #subInfoWrap #subInfo li h3 {
          float: left;
          overflow: hidden; }
        #subContents #subInfoWrap #subInfo li p {
          margin: 0 30px 0 0; }
    #subContents #subContactWrap {
      width: 340px;
      margin: 0 auto; }

  /* ++++++++++++++++++++
   mainContent
  ++++++++++++++++++++ */
  /* ++++++++++++++++++++
   mainVisual
  ++++++++++++++++++++ */
  #mainVisualWrap #mainVisual {
    width: 600px;
    padding: 20px 40px 40px;
    margin: 80px auto 0; }
  #mainVisualWrap h1 {
    width: 260px;
    height: 120px;
    margin: 0 auto 20px; }
    #mainVisualWrap h1 img {
      width: 100%; }

  /* ++++++++++++++++++++
   mainNav
  ++++++++++++++++++++ */
  #mainNavWrap {
    padding: 40px 20px 0; }

  #mainNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    #mainNav li {
      width: 32%;
      box-sizing: border-box;
      margin: 0 2%  2% 0; }
      #mainNav li:nth-child(3n) {
        margin-right: 0; }
      #mainNav li h1 {
        padding: 10px 0; }
      #mainNav li p {
        padding: 0 15px 50px; }
      #mainNav li div.blueBar {
        bottom: 0;
        padding: 5px 0;
        position: absolute; }
      #mainNav li h1 {
        text-align: center;
        font-size: 30px;
        font-size: 3rem;
        font-weight: bold;
        color: #0068b7; }
        #mainNav li h1 i {
          font-size: 100px;
          font-size: 10rem;
          line-height: 130%; }

  /* ++++++++++++++++++++
   profile
  ++++++++++++++++++++ */
  #profileWrap {
    margin: 0 auto 40px; }

  #profileBox {
    padding: 20px 0 0;
    margin: 20px 10px 0;
    margin: 20px 20px 0; }

  #profileLeft {
    padding: 0 10px; }
    #profileLeft ul {
      display: flex;
      flex-wrap: wrap; }
      #profileLeft ul li {
        flex: 1;
        padding: 10px;
        text-align: center; }

  #profileRight {
    padding: 0 20px 30px; }

  /* ++++++++++++++++++++
   service
  ++++++++++++++++++++ */
  #serviceWrap {
    margin: 0 auto 40px; }

  #serviceBox {
    padding: 10px 20px; }
    #serviceBox ul li {
      width: 32%;
      box-sizing: border-box;
      margin: 0 2%  2% 0;
      display: flex;
      flex-wrap: wrap; }
      #serviceBox ul li:nth-child(3n) {
        margin-right: 0; }
      #serviceBox ul li section {
        width: 100%; }
      #serviceBox ul li h1 {
        font-size: 30px;
        font-size: 3rem;
        padding: 10px 0;
        box-sizing: border-box;
        width: 100%; }
        #serviceBox ul li h1 i {
          font-size: 100px;
          font-size: 10rem;
          line-height: 120%; }
      #serviceBox ul li p {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px 40px; }

  /* ++++++++++++++++++++
   contact
  ++++++++++++++++++++ */
  #contactWrap {
    margin: 0 auto 40px; }

  #contactBox {
    padding: 20px 10px;
    margin: 20px 10px 0;
    padding: 20px;
    margin: 20px 20px 0; }

  #contactForm {
    padding: 20px; }
    #contactForm li {
      display: flex;
      flex-wrap: wrap; }
      #contactForm li div.contactQuestion {
        padding: 10px;
        width: 250px; }
      #contactForm li div.contactAnswer {
        padding: 10px; } }
/* ++++++++++++++++++++
 PC S
++++++++++++++++++++ */
@media (min-width: 1040px) and (max-width: 1199px) {
  .flagTitle {
    margin: 0 0 0 20px;
    align-self: flex-start;
    box-sizing: border-box;
    width: 280px;
    min-height: 450px;
    float: left; }
    .flagTitle p {
      padding: 40px 0; }

  /* ++++++++++++++++++++
   header
  ++++++++++++++++++++ */
  #headerBox {
    padding: 0 20px 5px; }

  #mainLogo {
    width: 250px;
    height: 100px; }
    #mainLogo img {
      height: 100px; }

  #gNavWrap {
    float: right; }
    #gNavWrap #spMenu {
      display: none; }
    #gNavWrap ul.gnav li {
      margin: 45px 0 0 40px; }

  /* ++++++++++++++++++++
   subContents
  ++++++++++++++++++++ */
  #subContents {
    padding: 40px 20px 0;
    display: flex;
    align-items: flex-start; }
    #subContents #subInfoWrap {
      flex: 2;
      margin: 0 20px 0 0; }
      #subContents #subInfoWrap #subInfo li h3 {
        clear: both;
        padding: 10px 0 0; }
      #subContents #subInfoWrap #subInfo li p {
        margin: 0 30px 0 0; }
    #subContents #subContactWrap {
      flex: 1;
      height: auto; }

  /* ++++++++++++++++++++
   mainContent
  ++++++++++++++++++++ */
  /* ++++++++++++++++++++
   mainVisual
  ++++++++++++++++++++ */
  #mainVisualWrap #mainVisual {
    width: 600px;
    padding: 20px 40px 40px;
    margin: 80px auto 0; }
  #mainVisualWrap h1 {
    width: 260px;
    height: 120px;
    margin: 0 auto 20px; }
    #mainVisualWrap h1 img {
      width: 100%; }

  /* ++++++++++++++++++++
   mainNav
  ++++++++++++++++++++ */
  #mainNavWrap {
    padding: 40px 20px 0; }

  #mainNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    #mainNav li {
      width: 24%;
      box-sizing: border-box;
      margin: 0 1.333%  1.333% 0; }
      #mainNav li:nth-child(4n) {
        margin-right: 0; }
      #mainNav li h1 {
        padding: 20px 0; }
      #mainNav li p {
        padding: 0 20px 40px; }
      #mainNav li div.blueBar {
        bottom: -25px;
        padding: 10px 0 5px;
        position: absolute; }
      #mainNav li h1 {
        text-align: center;
        font-size: 30px;
        font-size: 3rem;
        font-weight: bold;
        color: #0068b7; }
        #mainNav li h1 i {
          font-size: 100px;
          font-size: 10rem;
          line-height: 130%; }

  /* ++++++++++++++++++++
   profile
  ++++++++++++++++++++ */
  #profileWrap {
    margin: 0 auto 40px;
    display: flex; }

  #profileBox {
    margin: 20px 20px 0;
    display: flex;
    flex-wrap: wrap; }

  #profileLeft {
    box-sizing: border-box;
    width: 250px;
    padding: 0 30px 0 0;
    border-right: #888 dashed 1px; }

  #profileRight {
    padding: 0 0 0 30px;
    flex: 1; }

  /* ++++++++++++++++++++
   service
  ++++++++++++++++++++ */
  #serviceWrap {
    margin: 0 auto 40px;
    display: flex; }

  #serviceBox {
    margin: 0 20px 0;
    flex: 1; }
    #serviceBox ul li {
      width: 32%;
      box-sizing: border-box;
      margin: 0 2%  2% 0; }
      #serviceBox ul li:nth-child(3n) {
        margin-right: 0; }
      #serviceBox ul li h1 {
        font-size: 30px;
        font-size: 3rem;
        padding: 20px 0; }
        #serviceBox ul li h1 i {
          font-size: 100px;
          font-size: 10rem;
          line-height: 130%; }
      #serviceBox ul li p {
        padding: 0 20px 40px; }

  /* ++++++++++++++++++++
   contact
  ++++++++++++++++++++ */
  #contactWrap {
    margin: 0 auto 40px;
    display: flex; }

  #contactBox {
    padding: 20px;
    flex: 1;
    margin: 20px 20px 0; }

  #contactForm {
    padding: 20px; }
    #contactForm li {
      display: flex;
      flex-wrap: wrap; }
      #contactForm li div.contactQuestion {
        padding: 10px;
        width: 250px; }
      #contactForm li div.contactAnswer {
        padding: 10px; } }
/* ++++++++++++++++++++
 PC L
++++++++++++++++++++ */
@media (min-width: 1200px) {
  .flagTitle {
    box-sizing: border-box;
    width: 280px;
    min-height: 450px;
    float: left;
    margin: 0 0 30px; }
    .flagTitle p {
      padding: 40px 0; }

  /* ++++++++++++++++++++
   header
  ++++++++++++++++++++ */
  #headerBox {
    width: 1200px; }

  #mainLogo {
    width: 250px;
    height: 100px; }
    #mainLogo img {
      height: 100px; }

  #gNavWrap {
    float: right; }
    #gNavWrap #spMenu {
      display: none; }
    #gNavWrap ul.gnav li {
      margin: 45px 0 0 40px; }

  /* ++++++++++++++++++++
   subContents
  ++++++++++++++++++++ */
  #subContents {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 0; }
    #subContents #subInfoWrap {
      width: 700px;
      float: left; }
      #subContents #subInfoWrap #subInfo li {
        line-height: 30px;
        height: 30px; }
        #subContents #subInfoWrap #subInfo li h3 {
          float: left;
          width: 455px;
          overflow: hidden; }
        #subContents #subInfoWrap #subInfo li p {
          margin: 0 30px 0 0; }
    #subContents #subContactWrap {
      width: 340px;
      float: right; }

  /* ++++++++++++++++++++
   mainContent
  ++++++++++++++++++++ */
  /* ++++++++++++++++++++
   mainVisual
  ++++++++++++++++++++ */
  #mainVisualWrap #mainVisual {
    width: 600px;
    padding: 20px 40px 40px;
    margin: 80px auto 0; }
  #mainVisualWrap h1 {
    width: 260px;
    height: 120px;
    margin: 0 auto 20px; }
    #mainVisualWrap h1 img {
      width: 100%; }

  /* ++++++++++++++++++++
   mainNav
  ++++++++++++++++++++ */
  #mainNavWrap {
    width: 1200px;
    margin: 0 auto;
    padding: 80px 0 0; }

  #mainNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start; }
    #mainNav li {
      width: 285px;
      height: 340px;
      margin: 0 20px 20px 0; }
      #mainNav li:nth-child(4n) {
        margin-right: 0; }
      #mainNav li h1 {
        padding: 20px 0; }
      #mainNav li p {
        padding: 0 20px 40px; }
      #mainNav li div.blueBar {
        bottom: -25px;
        padding: 10px 0 5px;
        position: absolute; }
      #mainNav li h1 {
        text-align: center;
        font-size: 30px;
        font-size: 3rem;
        font-weight: bold;
        color: #0068b7; }
        #mainNav li h1 i {
          font-size: 100px;
          font-size: 10rem;
          line-height: 130%; }

  /* ++++++++++++++++++++
   profile
  ++++++++++++++++++++ */
  #profileWrap {
    width: 1200px;
    margin: 0 auto 40px; }

  #profileBox {
    width: 890px;
    float: right;
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap; }

  #profileLeft {
    box-sizing: border-box;
    width: 250px;
    padding: 0 30px 0 0;
    border-right: #888 dashed 1px; }

  #profileRight {
    padding: 0 0 0 30px;
    flex: 1; }

  /* ++++++++++++++++++++
   service
  ++++++++++++++++++++ */
  #serviceWrap {
    width: 1200px;
    margin: 0 auto 40px; }

  #serviceBox {
    float: right; }
    #serviceBox ul {
      width: 890px; }
      #serviceBox ul li {
        width: 200px;
        margin: 0 20px 20px 0; }
        #serviceBox ul li:nth-child(4n) {
          margin-right: 0; }
        #serviceBox ul li h1 {
          font-size: 30px;
          font-size: 3rem;
          padding: 20px 0; }
          #serviceBox ul li h1 i {
            font-size: 100px;
            font-size: 10rem;
            line-height: 130%; }
        #serviceBox ul li p {
          padding: 0 20px 40px; }

  /* ++++++++++++++++++++
   contact
  ++++++++++++++++++++ */
  #contactWrap {
    width: 1200px;
    margin: 0 auto 40px; }

  #contactBox {
    width: 890px;
    float: right;
    margin: 20px 0 0; }

  #contactForm {
    padding: 20px; }
    #contactForm li {
      display: flex;
      flex-wrap: wrap; }
      #contactForm li div.contactQuestion {
        padding: 10px;
        width: 250px; }
      #contactForm li div.contactAnswer {
        padding: 10px; } }

/*# sourceMappingURL=style.css.map */
