@charset "UTF-8";
/*
Theme Name: porte20190723
Theme URI: https://porte-web.com/
Description: Porte20190723
Version: 100.0
Author: porte
Author URI: https://porte-web.com/
*/
/*! destyle.css v3.0.2 | 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.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
  font-weight: bold;
}

/*--------------------------------------------------------------------
Created : 2023/1/17
Last Update :  
Site URL : 
File name : common.css
Author: 
--------------------------------------------------------------------*/
/*------------------------------
html,body
------------------------------*/
html {
  font-size: 16px; /* -IE8only */
  font-size: 62.5%; /* 10(base font size) / 16(Browser Default font size) */
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  color: #333;
  font-size: 1.4em; /*16px相当*/
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 559px), print {
  /*body{
  	//@include font_vw(15);
  }*/
}
@media screen and (max-width: 999px), print {
  body {
    font-size: 1.4em; /*14px相当*/
  }
}
*, *::before, *::after {
  box-sizing: border-box;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

ul li {
  list-style: none;
}

.center-button {
  width: 100%;
  display: flex;
  justify-content: center;
}

/*------------------------------
デバイス表示切替 クラス
------------------------------*/
@media screen and (max-width: 559px) {
  .hidd-sp {
    display: none !important;
  }
}
@media screen and (min-width: 560px) and (max-width: 999px) {
  .hidd-tb {
    display: none !important;
  }
}
@media screen and (min-width: 1000px), print {
  .hidd-pc {
    display: none !important;
  }
}
/*------------------------------
各種文字スタイル
------------------------------*/
p.text01 {
  line-height: 1.6;
}

.font11 {
  font-size: 1.1rem;
}

.font10 {
  font-size: 1rem;
}

.font14 {
  font-size: 1.4rem;
}

.font12 {
  font-size: 1.2rem;
}

.font20 {
  font-size: 2rem;
}

.text-indent02 {
  display: inline-block;
  padding-left: 1.2em;
}

.text-indent03 {
  display: inline-block;
  padding-left: 1.8em;
}

.bold {
  font-weight: bold;
}

.red {
  color: #ff0000 !important;
}

.orange {
  color: #FF7F00 !important;
}

.white {
  color: #fff !important;
}

/*------------------------------
リンク関連スタイル
------------------------------*/
a {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #181818;
  text-decoration: underline;
}

a.link-style01 {
  color: #333;
  text-decoration: underline;
}

a.link-style01:visited {
  color: #333;
  text-decoration: none;
}

a.link-style01:hover {
  color: #114FA6;
  text-decoration: none;
}

a.link-style02 {
  color: #114FA6;
  text-decoration: underline;
}

a.link-style02:visited {
  color: #333;
  text-decoration: none;
}

a.link-style02:hover {
  color: #333;
  text-decoration: none;
}

.hover {
  transition: all 0.3s;
}
.hover:hover {
  opacity: 0.7;
}

.blank {
  position: relative;
}
.blank:after {
  right: 1em;
  position: absolute;
  width: 15px;
  height: auto;
  content: url("../images/window_blank.svg");
}

.blank2 {
  position: relative;
}
.blank2:after {
  right: 1em;
  position: absolute;
  width: 16px;
  height: auto;
  content: url("../images/window_blank2.svg");
}

.next-link01 {
  position: relative;
}
.next-link01:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.6s;
  z-index: 4;
}

.pdf-link {
  position: relative;
}
.pdf-link:before {
  position: absolute;
  left: 0;
  top: -0.5em;
  content: "";
  display: inline-block;
  width: 2em;
  height: 2em;
  background: url(../images/icon_pdf.png) no-repeat;
  background-size: contain;
}

.fontstyle_serif {
  font-family: "Noto Serif JP", serif;
}

.button-style01, .button-style02 {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background-color: #0a4d9b;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 1em 3em 1em 3em;
  min-width: 350px;
  transition: all 0.3s;
  border-radius: 5px;
  /*== 背景が流れる（左から右） */
}
@media screen and (max-width: 559px), print {
  .button-style01, .button-style02 {
    font-size: 1.6rem;
    padding: 1.2em;
    min-width: 210px;
  }
}
.button-style01 span, .button-style02 span {
  position: relative;
  z-index: 3;
}
.button-style01:hover, .button-style02:hover {
  color: #fff;
}
.button-style01:hover:after, .button-style02:hover:after {
  right: 0.5em;
}
.button-style01:visited, .button-style02:visited {
  color: #fff;
}
.button-style01:after, .button-style02:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.6s;
  z-index: 4;
}
.button-style01:before, .button-style02:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #007FFF;
  width: 100%;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.25, 0.1, 0.25, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.button-style01:hover:before, .button-style02:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.button-style02 {
  background-color: #129DAF;
}
.button-style02:hover {
  background-color: #0B8291;
}

.submitBT01 {
  display: inline-block;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
  padding: 1.5em 6em 1.5em 6em;
  background: linear-gradient(125deg, #113273 14%, #114fa6 50%, #0091c6 80%);
  color: #fff;
  line-height: 1em;
  transition: 0.3s;
  border: none;
  font-weight: bold;
  position: relative;
}
.submitBT01:hover {
  opacity: 0.6;
}

.submitBT02 {
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  cursor: pointer;
  padding: 1.2em 3em 1.2em 3em;
  background: linear-gradient(149deg, rgb(152, 152, 152) 0%, rgb(193, 193, 193) 100%);
  color: #fff;
  line-height: 1em;
  transition: 0.3s;
  border: none;
  font-weight: bold;
  position: relative;
}
.submitBT02:hover {
  opacity: 0.6;
}

/*------------------------------
その他配置スタイル
------------------------------*/
.mt20 {
  margin-top: 2rem;
}

.marginT0 {
  margin-top: 0 !important;
}

.marginT5 {
  margin-top: 5px !important;
}

.marginT10 {
  margin-top: 10px !important;
}

.marginT15 {
  margin-top: 15px !important;
}

.marginT20 {
  margin-top: 20px !important;
}

.marginT30 {
  margin-top: 30px !important;
}

.marginT40 {
  margin-top: 40px !important;
}

.marginT50 {
  margin-top: 50px !important;
}

.marginT60 {
  margin-top: 60px !important;
}

.marginT70 {
  margin-top: 70px !important;
}

.marginT80 {
  margin-top: 80px !important;
}

.marginT100 {
  margin-top: 100px !important;
}

.marginT05em {
  margin-top: 0.5em !important;
}

.marginT1em {
  margin-top: 1em !important;
}

.marginT15em {
  margin-top: 1.5em !important;
}

.marginT2em {
  margin-top: 2em !important;
}

.marginT3em {
  margin-top: 3em !important;
}

.marginT4em {
  margin-top: 4em !important;
}

.marginT5em {
  margin-top: 5em !important;
}

.marginT6em {
  margin-top: 6em !important;
}

.marginB1em {
  margin-bottom: 1em !important;
}

.marginB15em {
  margin-bottom: 1.5em !important;
}

.marginB2em {
  margin-bottom: 2em !important;
}

.marginB3em {
  margin-bottom: 3em !important;
}

.marginB4em {
  margin-bottom: 4em !important;
}

.marginB5em {
  margin-bottom: 5em !important;
}

.marginB5 {
  margin-bottom: 5px !important;
}

.marginB10 {
  margin-bottom: 10px !important;
}

.marginB15 {
  margin-bottom: 15px !important;
}

.marginB20 {
  margin-bottom: 20px !important;
}

.marginB30 {
  margin-bottom: 30px !important;
}

.marginB40 {
  margin-bottom: 40px !important;
}

.marginB130 {
  margin-bottom: 130px !important;
}

.marginL15 {
  margin-left: 15px !important;
}

.marginL20 {
  margin-left: 20px !important;
}

.marginL25 {
  margin-left: 25px !important;
}

.paddingL15 {
  padding-left: 25px !important;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.l-hi15 {
  line-height: 1.5;
}

.l-hi20 {
  line-height: 2;
}

/*=======================================================================================

PC style
=======================================================================================*/
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.header {
  background: rgba(255, 255, 255, 0.95);
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2000;
  display: flex;
  justify-content: space-between;
}
.header h1 {
  padding: 20px 20px 0 20px;
}
.header ul {
  display: flex;
  justify-content: space-between;
}

.mainvisual {
  padding-top: 90px;
}

.inline-center {
  display: block;
  width: fit-content;
  margin-inline: auto;
}

.information_body {
  margin-top: 80px;
  padding: 50px;
  background-color: #eff7ff;
}
.information_body ._contactform > li {
  margin-bottom: 2em !important;
}
.information_body li em {
  color: #ff7600 !important;
}
.information_body select {
  color: #333333 !important;
}
.information_body select option {
  color: #333333 !important;
}
.information_body input[type=text], .information_body input[type=tel], .information_body input[type=email] {
  background-color: #ffffff;
}
.information_body input[type=date] {
  min-height: 2em; /*iphone safari対策*/
  min-width: 12em; /*iphone safari対策*/
  padding: 0.5em 1em;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  background-color: #ffffff;
}
.information_body textarea {
  background-color: #ffffff;
}

/*--------------------------------------------------------------------
Created : 2023/1/17
Last Update :  
Site URL : 
File name : _tablet.css
Author: 
--------------------------------------------------------------------*/
/*=======================================================================================================================================

Tablet style

=========================================================================================================================================*/
@media screen and (max-width: 999px), print {
  .container {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
}
/*--------------------------------------------------------------------
Created : 2023/1/17
Last Update :  
Site URL : 
File name : _smartphone.css
Author: 
--------------------------------------------------------------------*/
/*=======================================================================================================================================
=========================================================================================================================================

Smartphone style

=========================================================================================================================================
=========================================================================================================================================*/
@media screen and (max-width: 559px), print {
  .header {
    height: 65px;
  }
  .header h1 {
    padding: 10px 10px 0 10px;
  }
  .header ul {
    display: flex;
    justify-content: right;
  }
  .header ul li {
    max-width: 125px;
  }
  .mainvisual {
    padding-top: 65px;
  }
  .information_body {
    padding: 10px;
  }
}

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